Interface AbortProcessStepMeasureData
-
public interface AbortProcessStepMeasureData
Data for the escalation measure to abort item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAbortStartedItem()
Gets whether to abort a started/suspended worklist item.void
setAbortStartedItem(boolean abortItem)
Setter forgetAbortStartedItem()
.
-
-
-
Field Detail
-
ID
static final String ID
The plug-in ID.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAbortStartedItem
boolean getAbortStartedItem()
Gets whether to abort a started/suspended worklist item.- Returns:
- Whether to abort a started/suspended worklist item.
-
setAbortStartedItem
void setAbortStartedItem(boolean abortItem)
Setter forgetAbortStartedItem()
.- Parameters:
abortItem
- Whether to abort a started/suspended worklist item.
-
-