|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AutoDeletionMode
This interface defines symbolic constants that state whether a task instance is
automatically deleted once it reaches an end execution state or not.
These constants are to be used when a task template or instance is asked for the deletion mode
- refer to TaskTemplate.getAutoDeletionMode()
or Task.getAutoDeletionMode()
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
ON_COMPLETION
Symbolic constant that indicates that a task instance is automatically deleted when it reaches an end execution state. |
static int |
ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a task instance is automatically deleted when it is completed successfully. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int ON_COMPLETION
End execution states are STATE_FINISHED, STATE_FAILED, STATE_TERMINATED, or STATE_EXPIRED.
static final int ON_SUCCESSFUL_COMPLETION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |