org.camunda.bpm.engine.impl.persistence.entity
Class CompensateEventSubscriptionEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
      extended by 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

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
activity, activityId, configuration, created, eventName, eventType, execution, executionId, id, processInstanceId, revision
 
Method Summary
static CompensateEventSubscriptionEntity createAndInsert(ExecutionEntity executionEntity)
           
 CompensateEventSubscriptionEntity moveUnder(ExecutionEntity newExecution)
           
protected  void processEventSync(Object payload)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.