Interface AbortProcessStepMeasureData
public interface AbortProcessStepMeasureData
Data for the escalation measure to abort item.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether to abort a started/suspended worklist item.voidsetAbortStartedItem(boolean abortItem) Setter forgetAbortStartedItem().
-
Field Details
-
ID
The plug-in ID.- See Also:
-
-
Method Details
-
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.
-