Package com.day.cq.dam.commons.util
Interface AssetUpdate.AssetCheck
- 
- All Superinterfaces:
 AssetUpdate.Check
- Enclosing interface:
 - AssetUpdate
 
public static interface AssetUpdate.AssetCheck extends AssetUpdate.Check
Check if the given asset is acceptable for the asset, e.g. has the correct mime type. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAcceptable(Asset asset)- 
Methods inherited from interface com.day.cq.dam.commons.util.AssetUpdate.Check
isNullAcceptable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isAcceptable
boolean isAcceptable(Asset asset) throws WorkflowException
- Throws:
 WorkflowException
 
 - 
 
 -