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 Serializablerun(Asset asset, AssetUpdate update)
-
-
-
Method Detail
-
run
Serializable run(Asset asset, AssetUpdate update) throws WorkflowException, Exception
- Throws:
WorkflowExceptionException
-
-