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
Modifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
protected String
protected String
protected Integer
protected String
protected String
protected String
protected Date
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
-
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 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
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) 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 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:
getPersistentState
in interfaceEntity
-
getActionDefinitionId
Description copied from interface:HistoricActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceHistoricActionInstance
-
setActionDefinitionId
- Specified by:
setActionDefinitionId
in interfaceHistoricActionInstanceEntity
-
getName
Description copied from interface:HistoricActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceHistoricActionInstance
-
setName
- Specified by:
setName
in interfaceHistoricActionInstanceEntity
-
getScopeId
Description copied from interface:HistoricActionInstance
Reference to the scope instance for which the action instance was created- Specified by:
getScopeId
in interfaceHistoricActionInstance
-
setScopeId
- Specified by:
setScopeId
in interfaceHistoricActionInstanceEntity
-
getSubScopeId
Description copied from interface:HistoricActionInstance
Reference to a sub identifier for which the action instance was created- Specified by:
getSubScopeId
in interfaceHistoricActionInstance
-
setSubScopeId
- Specified by:
setSubScopeId
in interfaceHistoricActionInstanceEntity
-
getScopeType
Description copied from interface:HistoricActionInstance
Type of the scope instance for which the action instance was created- Specified by:
getScopeType
in interfaceHistoricActionInstance
-
setScopeType
- Specified by:
setScopeType
in interfaceHistoricActionInstanceEntity
-
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
- Specified by:
setScopeDefinitionId
in interfaceHistoricActionInstanceEntity
-
getStartDate
Description copied from interface:HistoricActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceHistoricActionInstance
-
setStartDate
- Specified by:
setStartDate
in interfaceHistoricActionInstanceEntity
-
getExecutionDate
Description copied from interface:HistoricActionInstance
Execution date for the action instance- Specified by:
getExecutionDate
in interfaceHistoricActionInstance
-
setExecutionDate
- Specified by:
setExecutionDate
in interfaceHistoricActionInstanceEntity
-
getExecutedBy
Description copied from interface:HistoricActionInstance
Reference to the user that executed the action instance- Specified by:
getExecutedBy
in interfaceHistoricActionInstance
-
setExecutedBy
- Specified by:
setExecutedBy
in interfaceHistoricActionInstanceEntity
-
getFormInstanceId
Description copied from interface:HistoricActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceHistoricActionInstance
-
setFormInstanceId
- Specified by:
setFormInstanceId
in interfaceHistoricActionInstanceEntity
-
getFormKey
Description copied from interface:HistoricActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceHistoricActionInstance
-
setFormKey
- Specified by:
setFormKey
in interfaceHistoricActionInstanceEntity
-
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
- Specified by:
setFormParentDeploymentId
in interfaceHistoricActionInstanceEntity
-
getPriority
Description copied from interface:HistoricActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceHistoricActionInstance
-
setPriority
- Specified by:
setPriority
in interfaceHistoricActionInstanceEntity
-
getTenantId
Description copied from interface:HistoricActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceHistoricActionInstance
-
setTenantId
- Specified by:
setTenantId
in interfaceHistoricActionInstanceEntity
-
toString
-