Package org.flowable.bpmn.model
Class CompensateEventDefinition
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.EventDefinition
org.flowable.bpmn.model.CompensateEventDefinition
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
void
setActivityRef
(String activityRef) void
setValues
(CompensateEventDefinition otherDefinition) void
setWaitForCompletion
(boolean waitForCompletion) Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
activityRef
-
waitForCompletion
protected boolean waitForCompletion
-
-
Constructor Details
-
CompensateEventDefinition
public CompensateEventDefinition()
-
-
Method Details
-
getActivityRef
-
setActivityRef
-
isWaitForCompletion
public boolean isWaitForCompletion() -
setWaitForCompletion
public void setWaitForCompletion(boolean waitForCompletion) -
clone
- Specified by:
clone
in classEventDefinition
-
setValues
-