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 String
actionDefinitionId
protected String
executedBy
protected Date
executionDate
protected String
formInstanceId
protected String
formKey
protected String
formParentDeploymentId
protected String
name
protected Integer
priority
protected String
scopeDefinitionId
protected String
scopeId
protected String
scopeType
protected Date
startDate
protected String
subScopeId
protected String
tenantId
-
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 String
getActionDefinitionId()
Reference to the action definition of this action instanceString
getExecutedBy()
Reference to the user that executed the action instanceDate
getExecutionDate()
Execution date for the action instanceString
getFormInstanceId()
Reference to the form instance idString
getFormKey()
Reference to the form keyString
getFormParentDeploymentId()
The parent deployment id for the form key.String
getName()
Reference to the name of this action instanceObject
getPersistentState()
Integer
getPriority()
The priority of the action instance.String
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was createdString
getScopeId()
Reference to the scope instance for which the action instance was createdString
getScopeType()
Type of the scope instance for which the action instance was createdDate
getStartDate()
Start date for the action instanceString
getSubScopeId()
Reference to a sub identifier for which the action instance was createdString
getTenantId()
The tenant identifier of this form instancevoid
setActionDefinitionId(String actionDefinitionId)
void
setExecutedBy(String executedBy)
void
setExecutionDate(Date executionDate)
void
setFormInstanceId(String formInstanceId)
void
setFormKey(String formKey)
void
setFormParentDeploymentId(String formParentDeploymentId)
void
setName(String name)
void
setPriority(Integer priority)
void
setScopeDefinitionId(String scopeDefinitionId)
void
setScopeId(String scopeId)
void
setScopeType(String scopeType)
void
setStartDate(Date startDate)
void
setSubScopeId(String subScopeId)
void
setTenantId(String tenantId)
String
toString()
-
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:
getPersistentState
in interfaceEntity
-
getActionDefinitionId
public String getActionDefinitionId()
Description copied from interface:HistoricActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceHistoricActionInstance
-
setActionDefinitionId
public void setActionDefinitionId(String actionDefinitionId)
- Specified by:
setActionDefinitionId
in interfaceHistoricActionInstanceEntity
-
getName
public String getName()
Description copied from interface:HistoricActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceHistoricActionInstance
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceHistoricActionInstanceEntity
-
getScopeId
public String getScopeId()
Description copied from interface:HistoricActionInstance
Reference to the scope instance for which the action instance was created- Specified by:
getScopeId
in interfaceHistoricActionInstance
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeId
in interfaceHistoricActionInstanceEntity
-
getSubScopeId
public String getSubScopeId()
Description copied from interface:HistoricActionInstance
Reference to a sub identifier for which the action instance was created- Specified by:
getSubScopeId
in interfaceHistoricActionInstance
-
setSubScopeId
public void setSubScopeId(String subScopeId)
- Specified by:
setSubScopeId
in interfaceHistoricActionInstanceEntity
-
getScopeType
public String getScopeType()
Description copied from interface:HistoricActionInstance
Type of the scope instance for which the action instance was created- Specified by:
getScopeType
in interfaceHistoricActionInstance
-
setScopeType
public void setScopeType(String scopeType)
- Specified by:
setScopeType
in interfaceHistoricActionInstanceEntity
-
getScopeDefinitionId
public String getScopeDefinitionId()
Description copied from interface:HistoricActionInstance
Reference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionId
in interfaceHistoricActionInstance
-
setScopeDefinitionId
public void setScopeDefinitionId(String scopeDefinitionId)
- Specified by:
setScopeDefinitionId
in interfaceHistoricActionInstanceEntity
-
getStartDate
public Date getStartDate()
Description copied from interface:HistoricActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceHistoricActionInstance
-
setStartDate
public void setStartDate(Date startDate)
- Specified by:
setStartDate
in interfaceHistoricActionInstanceEntity
-
getExecutionDate
public Date getExecutionDate()
Description copied from interface:HistoricActionInstance
Execution date for the action instance- Specified by:
getExecutionDate
in interfaceHistoricActionInstance
-
setExecutionDate
public void setExecutionDate(Date executionDate)
- Specified by:
setExecutionDate
in interfaceHistoricActionInstanceEntity
-
getExecutedBy
public String getExecutedBy()
Description copied from interface:HistoricActionInstance
Reference to the user that executed the action instance- Specified by:
getExecutedBy
in interfaceHistoricActionInstance
-
setExecutedBy
public void setExecutedBy(String executedBy)
- Specified by:
setExecutedBy
in interfaceHistoricActionInstanceEntity
-
getFormInstanceId
public String getFormInstanceId()
Description copied from interface:HistoricActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceHistoricActionInstance
-
setFormInstanceId
public void setFormInstanceId(String formInstanceId)
- Specified by:
setFormInstanceId
in interfaceHistoricActionInstanceEntity
-
getFormKey
public String getFormKey()
Description copied from interface:HistoricActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceHistoricActionInstance
-
setFormKey
public void setFormKey(String formKey)
- Specified by:
setFormKey
in interfaceHistoricActionInstanceEntity
-
getFormParentDeploymentId
public String getFormParentDeploymentId()
Description copied from interface:HistoricActionInstance
The parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentId
in interfaceHistoricActionInstance
-
setFormParentDeploymentId
public void setFormParentDeploymentId(String formParentDeploymentId)
- Specified by:
setFormParentDeploymentId
in interfaceHistoricActionInstanceEntity
-
getPriority
public Integer getPriority()
Description copied from interface:HistoricActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceHistoricActionInstance
-
setPriority
public void setPriority(Integer priority)
- Specified by:
setPriority
in interfaceHistoricActionInstanceEntity
-
getTenantId
public String getTenantId()
Description copied from interface:HistoricActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceHistoricActionInstance
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantId
in interfaceHistoricActionInstanceEntity
-
-