Class HistoricActionInstanceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
com.flowable.action.engine.impl.persistence.entity.HistoricActionInstanceEntityImpl
- All Implemented Interfaces:
HistoricActionInstance,HistoricActionInstanceEntity,Serializable,Entity
public class HistoricActionInstanceEntityImpl
extends AbstractActionEngineNoRevisionEntity
implements HistoricActionInstanceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReference to the action definition of this action instanceReference to the user that executed the action instanceExecution date for the action instanceReference to the form instance idReference to the form keyThe parent deployment id for the form key.getName()Reference to the name of this action instanceThe priority of the action instance.Reference to the scope instance definition for which the action instance was createdReference to the scope instance for which the action instance was createdType of the scope instance for which the action instance was createdStart date for the action instanceReference to a sub identifier for which the action instance was createdThe tenant identifier of this form instancevoidsetActionDefinitionId(String actionDefinitionId) voidsetExecutedBy(String executedBy) voidsetExecutionDate(Date executionDate) voidsetFormInstanceId(String formInstanceId) voidsetFormKey(String formKey) voidsetFormParentDeploymentId(String formParentDeploymentId) voidvoidsetPriority(Integer priority) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetStartDate(Date startDate) voidsetSubScopeId(String subScopeId) voidsetTenantId(String tenantId) toString()Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface com.flowable.action.api.history.HistoricActionInstance
getId
-
Field Details
-
actionDefinitionId
-
name
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
startDate
-
executionDate
-
executedBy
-
formInstanceId
-
formKey
-
formParentDeploymentId
-
priority
-
tenantId
-
-
Constructor Details
-
HistoricActionInstanceEntityImpl
public HistoricActionInstanceEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getActionDefinitionId
Description copied from interface:HistoricActionInstanceReference to the action definition of this action instance- Specified by:
getActionDefinitionIdin interfaceHistoricActionInstance
-
setActionDefinitionId
- Specified by:
setActionDefinitionIdin interfaceHistoricActionInstanceEntity
-
getName
Description copied from interface:HistoricActionInstanceReference to the name of this action instance- Specified by:
getNamein interfaceHistoricActionInstance
-
setName
- Specified by:
setNamein interfaceHistoricActionInstanceEntity
-
getScopeId
Description copied from interface:HistoricActionInstanceReference to the scope instance for which the action instance was created- Specified by:
getScopeIdin interfaceHistoricActionInstance
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricActionInstanceEntity
-
getSubScopeId
Description copied from interface:HistoricActionInstanceReference to a sub identifier for which the action instance was created- Specified by:
getSubScopeIdin interfaceHistoricActionInstance
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceHistoricActionInstanceEntity
-
getScopeType
Description copied from interface:HistoricActionInstanceType of the scope instance for which the action instance was created- Specified by:
getScopeTypein interfaceHistoricActionInstance
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricActionInstanceEntity
-
getScopeDefinitionId
Description copied from interface:HistoricActionInstanceReference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionIdin interfaceHistoricActionInstance
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceHistoricActionInstanceEntity
-
getStartDate
Description copied from interface:HistoricActionInstanceStart date for the action instance- Specified by:
getStartDatein interfaceHistoricActionInstance
-
setStartDate
- Specified by:
setStartDatein interfaceHistoricActionInstanceEntity
-
getExecutionDate
Description copied from interface:HistoricActionInstanceExecution date for the action instance- Specified by:
getExecutionDatein interfaceHistoricActionInstance
-
setExecutionDate
- Specified by:
setExecutionDatein interfaceHistoricActionInstanceEntity
-
getExecutedBy
Description copied from interface:HistoricActionInstanceReference to the user that executed the action instance- Specified by:
getExecutedByin interfaceHistoricActionInstance
-
setExecutedBy
- Specified by:
setExecutedByin interfaceHistoricActionInstanceEntity
-
getFormInstanceId
Description copied from interface:HistoricActionInstanceReference to the form instance id- Specified by:
getFormInstanceIdin interfaceHistoricActionInstance
-
setFormInstanceId
- Specified by:
setFormInstanceIdin interfaceHistoricActionInstanceEntity
-
getFormKey
Description copied from interface:HistoricActionInstanceReference to the form key- Specified by:
getFormKeyin interfaceHistoricActionInstance
-
setFormKey
- Specified by:
setFormKeyin interfaceHistoricActionInstanceEntity
-
getFormParentDeploymentId
Description copied from interface:HistoricActionInstanceThe parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentIdin interfaceHistoricActionInstance
-
setFormParentDeploymentId
- Specified by:
setFormParentDeploymentIdin interfaceHistoricActionInstanceEntity
-
getPriority
Description copied from interface:HistoricActionInstanceThe priority of the action instance.- Specified by:
getPriorityin interfaceHistoricActionInstance
-
setPriority
- Specified by:
setPriorityin interfaceHistoricActionInstanceEntity
-
getTenantId
Description copied from interface:HistoricActionInstanceThe tenant identifier of this form instance- Specified by:
getTenantIdin interfaceHistoricActionInstance
-
setTenantId
- Specified by:
setTenantIdin interfaceHistoricActionInstanceEntity
-
toString
-