Class MessageEventSubscriptionEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntity
org.activiti.engine.impl.persistence.entity.EventSubscriptionEntityImpl
org.activiti.engine.impl.persistence.entity.MessageEventSubscriptionEntityImpl
- All Implemented Interfaces:
Serializable, HasRevision, Entity, EventSubscriptionEntity, MessageEventSubscriptionEntity
public class MessageEventSubscriptionEntityImpl
extends EventSubscriptionEntityImpl
implements MessageEventSubscriptionEntity
- See Also:
-
Field Summary
Fields inherited from class EventSubscriptionEntityImpl
activityId, configuration, created, eventName, eventType, execution, executionId, processDefinitionId, processInstanceId, tenantIdFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, revisionFields inherited from interface MessageEventSubscriptionEntity
EVENT_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EventSubscriptionEntityImpl
equals, getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecution, getExecutionId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, getTenantId, hashCode, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTenantIdMethods inherited from class AbstractEntity
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface EventSubscriptionEntity
getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecution, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTenantId, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecution, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTenantIdMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Constructor Details
-
MessageEventSubscriptionEntityImpl
public MessageEventSubscriptionEntityImpl()
-