Class CompensateEventDefinition
- java.lang.Object
-
- org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
-
- All Implemented Interfaces:
Serializable
public class CompensateEventDefinition extends Object implements Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityRefprotected booleanwaitForCompletion
-
Constructor Summary
Constructors Constructor Description CompensateEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityRef()booleanisWaitForCompletion()voidsetActivityRef(String activityRef)voidsetWaitForCompletion(boolean waitForCompletion)
-
-
-
Field Detail
-
activityRef
protected String activityRef
-
waitForCompletion
protected boolean waitForCompletion
-
-