org.camunda.bpm.engine.impl.persistence.entity
Class CompensateEventSubscriptionEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
org.camunda.bpm.engine.impl.persistence.entity.CompensateEventSubscriptionEntity
- All Implemented Interfaces:
- Serializable, HasRevision, PersistentObject, EventSubscription
public class CompensateEventSubscriptionEntity
- extends EventSubscriptionEntity
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity |
activity, activityId, configuration, created, eventName, eventType, execution, executionId, id, processInstanceId, revision |
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity |
addToExecution, delete, equals, eventReceived, getActivity, getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecution, getExecutionId, getId, getPersistentState, getProcessInstanceId, getRevision, getRevisionNext, hashCode, insert, removeFromExecution, scheduleEventAsync, setActivity, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setId, setProcessInstanceId, setRevision, toString |
createAndInsert
public static CompensateEventSubscriptionEntity createAndInsert(ExecutionEntity executionEntity)
processEventSync
protected void processEventSync(Object payload)
- Overrides:
processEventSync
in class EventSubscriptionEntity
moveUnder
public CompensateEventSubscriptionEntity moveUnder(ExecutionEntity newExecution)
Copyright © 2014 camunda services GmbH. All Rights Reserved.