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
public class CompensateEventDefinition extends EventDefinition
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityRefprotected booleanwaitForCompletion-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description CompensateEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompensateEventDefinitionclone()StringgetActivityRef()booleanisWaitForCompletion()voidsetActivityRef(String activityRef)voidsetValues(CompensateEventDefinition otherDefinition)voidsetWaitForCompletion(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 Detail
-
activityRef
protected String activityRef
-
waitForCompletion
protected boolean waitForCompletion
-
-
Method Detail
-
getActivityRef
public String getActivityRef()
-
setActivityRef
public void setActivityRef(String activityRef)
-
isWaitForCompletion
public boolean isWaitForCompletion()
-
setWaitForCompletion
public void setWaitForCompletion(boolean waitForCompletion)
-
clone
public CompensateEventDefinition clone()
- Specified by:
clonein classEventDefinition
-
setValues
public void setValues(CompensateEventDefinition otherDefinition)
-
-