|
||||||||||
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.MessageEventSubscriptionEntity
public class MessageEventSubscriptionEntity
Field Summary | |
---|---|
static String |
EVENT_TYPE
|
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 |
Constructor Summary | |
---|---|
MessageEventSubscriptionEntity()
|
|
MessageEventSubscriptionEntity(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, getJobDeclaration, getPersistentState, getProcessDefinition, getProcessInstanceId, getRevision, getRevisionNext, getTenantId, hashCode, insert, processEventSync, removeFromExecution, scheduleEventAsync, setActivity, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setId, setProcessInstanceId, setRevision, setTenantId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String EVENT_TYPE
Constructor Detail |
---|
public MessageEventSubscriptionEntity(ExecutionEntity executionEntity)
public MessageEventSubscriptionEntity()
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 |