| org.griphyn.cPlanner.engine.cleanup.Strategy
All known Subclasses: org.griphyn.cPlanner.engine.cleanup.InPlace,
Strategy | public interface Strategy (Code) | | The interface that defines how the cleanup job is invoked and created.
author: Karan Vahi version: $Revision: 50 $ |
Field Summary | |
final public static String | VERSION The version number associated with this API Cleanup Strategy. |
Method Summary | |
public Graph | addCleanupJobs(Graph workflow) Adds cleanup jobs to the workflow.
Parameters: workflow - the workflow to add cleanup jobs to. |
VERSION | final public static String VERSION(Code) | | The version number associated with this API Cleanup Strategy.
|
addCleanupJobs | public Graph addCleanupJobs(Graph workflow)(Code) | | Adds cleanup jobs to the workflow.
Parameters: workflow - the workflow to add cleanup jobs to. the workflow with cleanup jobs added to it. |
|
|