|
||||||||||
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 process instance is
automatically deleted once it reaches an end execution state or not.
These constants are to be used when a process template is asked for the deletion mode
of derived process instances - refer to ProcessTemplateData.getAutoDeletionMode()
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
NO
Symbolic constant that indicates that a process instance is not automatically deleted. |
static int |
ON_SUCCESSFUL_COMPLETION
Symbolic constant that indicates that a process instance is automatically deleted when it is completed successfully. |
static int |
YES
Symbolic constant that indicates that a process instance is automatically deleted when it reaches an end execution state. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int NO
static final int YES
End execution states are STATE_FINISHED, STATE_COMPENSATED, STATE_TERMINATED, or STATE_FAILED. STATE_FAILED is only an end execution state if no compensation is defined.
static final int ON_SUCCESSFUL_COMPLETION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |