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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
      extended by org.camunda.bpm.engine.impl.persistence.entity.SignalEventSubscriptionEntity
All Implemented Interfaces:
Serializable, DbEntity, HasDbRevision, EventSubscription

public class SignalEventSubscriptionEntity
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
 
Constructor Summary
SignalEventSubscriptionEntity()
           
SignalEventSubscriptionEntity(ExecutionEntity executionEntity)
           
 
Method Summary
 String toString()
           
 
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, processEventSync, removeFromExecution, scheduleEventAsync, setActivity, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setId, setProcessInstanceId, setRevision
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignalEventSubscriptionEntity

public SignalEventSubscriptionEntity(ExecutionEntity executionEntity)

SignalEventSubscriptionEntity

public SignalEventSubscriptionEntity()
Method Detail

toString

public String toString()
Overrides:
toString in class EventSubscriptionEntity


Copyright © 2014 camunda services GmbH. All rights reserved.