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, DbEntity, HasDbRevision, 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, jobDeclaration, processInstanceId, revision, tenantId |
| 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, getJobDeclaration, getPersistentState, getProcessDefinition, getProcessInstanceId, getRevision, getRevisionNext, getTenantId, hashCode, insert, removeFromExecution, scheduleEventAsync, setActivity, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setId, setProcessInstanceId, setRevision, setTenantId, toString |
CompensateEventSubscriptionEntity
public CompensateEventSubscriptionEntity()
createAndInsert
public static CompensateEventSubscriptionEntity createAndInsert(ExecutionEntity executionEntity,
ActivityImpl activity)
processEventSync
protected void processEventSync(Object payload)
- Overrides:
processEventSync in class EventSubscriptionEntity
moveUnder
public CompensateEventSubscriptionEntity moveUnder(ExecutionEntity newExecution)
Copyright © 2016 camunda services GmbH. All rights reserved.