|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CleanupStrategy
The interface that defines how the cleanup job is invoked and created.
| Field Summary | |
|---|---|
static String |
VERSION
The version number associated with this API Cleanup CleanupStrategy. |
| Method Summary | |
|---|---|
Graph |
addCleanupJobs(Graph workflow)
Adds cleanup jobs to the workflow. |
void |
initialize(PegasusBag bag,
CleanupImplementation impl)
Intializes the class. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(PegasusBag bag,
CleanupImplementation impl)
bag - bag of initialization objectsimpl - the implementation instance that creates file cleanup jobGraph addCleanupJobs(Graph workflow)
workflow - the workflow to add cleanup jobs to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||