Package com.day.cq.dam.commons.util
Interface AssetUpdate.JobRunner
- 
- Enclosing interface:
 - AssetUpdate
 
public static interface AssetUpdate.JobRunnerRun the update on the given asset and update instance. Often used in chain with aAssetUpdate.Checkinstance. THis update may start a job whose id is returned. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Serializablerun(Asset asset, AssetUpdate update) 
 - 
 
- 
- 
Method Detail
- 
run
java.io.Serializable run(Asset asset, AssetUpdate update) throws WorkflowException, java.lang.Exception
- Throws:
 WorkflowExceptionjava.lang.Exception
 
 - 
 
 -