Class ActionInstanceEntityImpl
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.ActionInstanceEntityImpl
- All Implemented Interfaces:
ActionInstance
,ActionInstanceEntity
,Serializable
,Entity
public class ActionInstanceEntityImpl
extends AbstractActionEngineNoRevisionEntity
implements ActionInstanceEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
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 form instance idReference to the form keyThe parent deployment id for the form key.getIcon()
The icon for the action instancegetName()
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
setFormInstanceId
(String formInstanceId) void
setFormKey
(String formKey) void
setFormParentDeploymentId
(String formParentDeploymentId) void
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 com.flowable.action.api.runtime.ActionInstance
getId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
actionDefinitionId
-
name
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
startDate
-
formInstanceId
-
formKey
-
formParentDeploymentId
-
priority
-
tenantId
-
icon
-
-
Constructor Details
-
ActionInstanceEntityImpl
public ActionInstanceEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getActionDefinitionId
Description copied from interface:ActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceActionInstance
-
setActionDefinitionId
- Specified by:
setActionDefinitionId
in interfaceActionInstanceEntity
-
getName
Description copied from interface:ActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceActionInstance
-
setName
- Specified by:
setName
in interfaceActionInstanceEntity
-
getScopeId
Description copied from interface:ActionInstance
Reference to the scope instance for which the action instance was created- Specified by:
getScopeId
in interfaceActionInstance
-
setScopeId
- Specified by:
setScopeId
in interfaceActionInstanceEntity
-
getSubScopeId
Description copied from interface:ActionInstance
Reference to a sub identifier for which the action instance was created- Specified by:
getSubScopeId
in interfaceActionInstance
-
setSubScopeId
- Specified by:
setSubScopeId
in interfaceActionInstanceEntity
-
getScopeType
Description copied from interface:ActionInstance
Type of the scope instance for which the action instance was created- Specified by:
getScopeType
in interfaceActionInstance
-
setScopeType
- Specified by:
setScopeType
in interfaceActionInstanceEntity
-
getScopeDefinitionId
Description copied from interface:ActionInstance
Reference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionId
in interfaceActionInstance
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionId
in interfaceActionInstanceEntity
-
getStartDate
Description copied from interface:ActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceActionInstance
-
setStartDate
- Specified by:
setStartDate
in interfaceActionInstanceEntity
-
getFormInstanceId
Description copied from interface:ActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceActionInstance
-
setFormInstanceId
- Specified by:
setFormInstanceId
in interfaceActionInstanceEntity
-
getFormKey
Description copied from interface:ActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceActionInstance
-
setFormKey
- Specified by:
setFormKey
in interfaceActionInstanceEntity
-
getFormParentDeploymentId
Description copied from interface:ActionInstance
The parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentId
in interfaceActionInstance
-
setFormParentDeploymentId
- Specified by:
setFormParentDeploymentId
in interfaceActionInstanceEntity
-
getPriority
Description copied from interface:ActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceActionInstance
-
setPriority
- Specified by:
setPriority
in interfaceActionInstanceEntity
-
getTenantId
Description copied from interface:ActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceActionInstance
-
setTenantId
- Specified by:
setTenantId
in interfaceActionInstanceEntity
-
getIcon
Description copied from interface:ActionInstance
The icon for the action instance- Specified by:
getIcon
in interfaceActionInstance
-
setIcon
- Specified by:
setIcon
in interfaceActionInstanceEntity
-
toString
-