Package com.day.cq.dam.commons.util
Interface AssetUpdate.Runner
- 
- Enclosing interface:
 - AssetUpdate
 
public static interface AssetUpdate.RunnerRun the update on the given asset and update instance. Often used in chain with aAssetUpdate.Checkinstance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Asset asset, AssetUpdate update) 
 - 
 
- 
- 
Method Detail
- 
run
void run(Asset asset, AssetUpdate update) throws WorkflowException, java.lang.Exception
- Throws:
 WorkflowExceptionjava.lang.Exception
 
 - 
 
 -