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