|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
org.camunda.bpm.engine.impl.persistence.entity.SignalEventSubscriptionEntity
public class SignalEventSubscriptionEntity
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 |
---|
public SignalEventSubscriptionEntity(ExecutionEntity executionEntity)
public SignalEventSubscriptionEntity()
Method Detail |
---|
public String toString()
toString
in class EventSubscriptionEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |