Package com.day.cq.dam.commons.util
Interface AssetUpdate.JobRunner
-
- Enclosing interface:
- AssetUpdate
public static interface AssetUpdate.JobRunner
Run the update on the given asset and update instance. Often used in chain with aAssetUpdate.Check
instance. 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.Serializable
run(Asset asset, AssetUpdate update)
-
-
-
Method Detail
-
run
java.io.Serializable run(Asset asset, AssetUpdate update) throws WorkflowException, java.lang.Exception
- Throws:
WorkflowException
java.lang.Exception
-
-