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 String
activityRef
protected boolean
waitForCompletion
-
Constructor Summary
Constructors Constructor Description CompensateEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActivityRef()
boolean
isWaitForCompletion()
void
setActivityRef(String activityRef)
void
setWaitForCompletion(boolean waitForCompletion)
-
-
-
Field Detail
-
activityRef
protected String activityRef
-
waitForCompletion
protected boolean waitForCompletion
-
-