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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactionDefinitionIdprotected StringexecutedByprotected DateexecutionDateprotected StringformInstanceIdprotected StringformKeyprotected StringformParentDeploymentIdprotected Stringnameprotected Integerpriorityprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected DatestartDateprotected StringsubScopeIdprotected StringtenantId-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description HistoricActionInstanceEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionDefinitionId()Reference to the action definition of this action instanceStringgetExecutedBy()Reference to the user that executed the action instanceDategetExecutionDate()Execution date for the action instanceStringgetFormInstanceId()Reference to the form instance idStringgetFormKey()Reference to the form keyStringgetFormParentDeploymentId()The parent deployment id for the form key.StringgetName()Reference to the name of this action instanceObjectgetPersistentState()IntegergetPriority()The priority of the action instance.StringgetScopeDefinitionId()Reference to the scope instance definition for which the action instance was createdStringgetScopeId()Reference to the scope instance for which the action instance was createdStringgetScopeType()Type of the scope instance for which the action instance was createdDategetStartDate()Start date for the action instanceStringgetSubScopeId()Reference to a sub identifier for which the action instance was createdStringgetTenantId()The tenant identifier of this form instancevoidsetActionDefinitionId(String actionDefinitionId)voidsetExecutedBy(String executedBy)voidsetExecutionDate(Date executionDate)voidsetFormInstanceId(String formInstanceId)voidsetFormKey(String formKey)voidsetFormParentDeploymentId(String formParentDeploymentId)voidsetName(String name)voidsetPriority(Integer priority)voidsetScopeDefinitionId(String scopeDefinitionId)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetStartDate(Date startDate)voidsetSubScopeId(String subScopeId)voidsetTenantId(String tenantId)StringtoString()-
Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface com.flowable.action.api.history.HistoricActionInstance
getId
-
-
-
-
Field Detail
-
actionDefinitionId
protected String actionDefinitionId
-
name
protected String name
-
scopeId
protected String scopeId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
startDate
protected Date startDate
-
executionDate
protected Date executionDate
-
executedBy
protected String executedBy
-
formInstanceId
protected String formInstanceId
-
formKey
protected String formKey
-
formParentDeploymentId
protected String formParentDeploymentId
-
priority
protected Integer priority
-
tenantId
protected String tenantId
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
getActionDefinitionId
public String getActionDefinitionId()
Description copied from interface:HistoricActionInstanceReference to the action definition of this action instance- Specified by:
getActionDefinitionIdin interfaceHistoricActionInstance
-
setActionDefinitionId
public void setActionDefinitionId(String actionDefinitionId)
- Specified by:
setActionDefinitionIdin interfaceHistoricActionInstanceEntity
-
getName
public String getName()
Description copied from interface:HistoricActionInstanceReference to the name of this action instance- Specified by:
getNamein interfaceHistoricActionInstance
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceHistoricActionInstanceEntity
-
getScopeId
public String getScopeId()
Description copied from interface:HistoricActionInstanceReference to the scope instance for which the action instance was created- Specified by:
getScopeIdin interfaceHistoricActionInstance
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeIdin interfaceHistoricActionInstanceEntity
-
getSubScopeId
public String getSubScopeId()
Description copied from interface:HistoricActionInstanceReference to a sub identifier for which the action instance was created- Specified by:
getSubScopeIdin interfaceHistoricActionInstance
-
setSubScopeId
public void setSubScopeId(String subScopeId)
- Specified by:
setSubScopeIdin interfaceHistoricActionInstanceEntity
-
getScopeType
public String getScopeType()
Description copied from interface:HistoricActionInstanceType of the scope instance for which the action instance was created- Specified by:
getScopeTypein interfaceHistoricActionInstance
-
setScopeType
public void setScopeType(String scopeType)
- Specified by:
setScopeTypein interfaceHistoricActionInstanceEntity
-
getScopeDefinitionId
public String getScopeDefinitionId()
Description copied from interface:HistoricActionInstanceReference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionIdin interfaceHistoricActionInstance
-
setScopeDefinitionId
public void setScopeDefinitionId(String scopeDefinitionId)
- Specified by:
setScopeDefinitionIdin interfaceHistoricActionInstanceEntity
-
getStartDate
public Date getStartDate()
Description copied from interface:HistoricActionInstanceStart date for the action instance- Specified by:
getStartDatein interfaceHistoricActionInstance
-
setStartDate
public void setStartDate(Date startDate)
- Specified by:
setStartDatein interfaceHistoricActionInstanceEntity
-
getExecutionDate
public Date getExecutionDate()
Description copied from interface:HistoricActionInstanceExecution date for the action instance- Specified by:
getExecutionDatein interfaceHistoricActionInstance
-
setExecutionDate
public void setExecutionDate(Date executionDate)
- Specified by:
setExecutionDatein interfaceHistoricActionInstanceEntity
-
getExecutedBy
public String getExecutedBy()
Description copied from interface:HistoricActionInstanceReference to the user that executed the action instance- Specified by:
getExecutedByin interfaceHistoricActionInstance
-
setExecutedBy
public void setExecutedBy(String executedBy)
- Specified by:
setExecutedByin interfaceHistoricActionInstanceEntity
-
getFormInstanceId
public String getFormInstanceId()
Description copied from interface:HistoricActionInstanceReference to the form instance id- Specified by:
getFormInstanceIdin interfaceHistoricActionInstance
-
setFormInstanceId
public void setFormInstanceId(String formInstanceId)
- Specified by:
setFormInstanceIdin interfaceHistoricActionInstanceEntity
-
getFormKey
public String getFormKey()
Description copied from interface:HistoricActionInstanceReference to the form key- Specified by:
getFormKeyin interfaceHistoricActionInstance
-
setFormKey
public void setFormKey(String formKey)
- Specified by:
setFormKeyin interfaceHistoricActionInstanceEntity
-
getFormParentDeploymentId
public String 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
public void setFormParentDeploymentId(String formParentDeploymentId)
- Specified by:
setFormParentDeploymentIdin interfaceHistoricActionInstanceEntity
-
getPriority
public Integer getPriority()
Description copied from interface:HistoricActionInstanceThe priority of the action instance.- Specified by:
getPriorityin interfaceHistoricActionInstance
-
setPriority
public void setPriority(Integer priority)
- Specified by:
setPriorityin interfaceHistoricActionInstanceEntity
-
getTenantId
public String getTenantId()
Description copied from interface:HistoricActionInstanceThe tenant identifier of this form instance- Specified by:
getTenantIdin interfaceHistoricActionInstance
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantIdin interfaceHistoricActionInstanceEntity
-
-