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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected 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 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 instancevoidsetActionDefinitionId(String actionDefinitionId) voidsetFormInstanceId(String formInstanceId) voidsetFormKey(String formKey) voidsetFormParentDeploymentId(String formParentDeploymentId) voidvoidvoidsetPriority(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 com.flowable.action.api.runtime.ActionInstance
getIdMethods 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:
getPersistentStatein interfaceEntity
-
getActionDefinitionId
Description copied from interface:ActionInstanceReference to the action definition of this action instance- Specified by:
getActionDefinitionIdin interfaceActionInstance
-
setActionDefinitionId
- Specified by:
setActionDefinitionIdin interfaceActionInstanceEntity
-
getName
Description copied from interface:ActionInstanceReference to the name of this action instance- Specified by:
getNamein interfaceActionInstance
-
setName
- Specified by:
setNamein interfaceActionInstanceEntity
-
getScopeId
Description copied from interface:ActionInstanceReference to the scope instance for which the action instance was created- Specified by:
getScopeIdin interfaceActionInstance
-
setScopeId
- Specified by:
setScopeIdin interfaceActionInstanceEntity
-
getSubScopeId
Description copied from interface:ActionInstanceReference to a sub identifier for which the action instance was created- Specified by:
getSubScopeIdin interfaceActionInstance
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceActionInstanceEntity
-
getScopeType
Description copied from interface:ActionInstanceType of the scope instance for which the action instance was created- Specified by:
getScopeTypein interfaceActionInstance
-
setScopeType
- Specified by:
setScopeTypein interfaceActionInstanceEntity
-
getScopeDefinitionId
Description copied from interface:ActionInstanceReference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionIdin interfaceActionInstance
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceActionInstanceEntity
-
getStartDate
Description copied from interface:ActionInstanceStart date for the action instance- Specified by:
getStartDatein interfaceActionInstance
-
setStartDate
- Specified by:
setStartDatein interfaceActionInstanceEntity
-
getFormInstanceId
Description copied from interface:ActionInstanceReference to the form instance id- Specified by:
getFormInstanceIdin interfaceActionInstance
-
setFormInstanceId
- Specified by:
setFormInstanceIdin interfaceActionInstanceEntity
-
getFormKey
Description copied from interface:ActionInstanceReference to the form key- Specified by:
getFormKeyin interfaceActionInstance
-
setFormKey
- Specified by:
setFormKeyin interfaceActionInstanceEntity
-
getFormParentDeploymentId
Description copied from interface:ActionInstanceThe parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentIdin interfaceActionInstance
-
setFormParentDeploymentId
- Specified by:
setFormParentDeploymentIdin interfaceActionInstanceEntity
-
getPriority
Description copied from interface:ActionInstanceThe priority of the action instance.- Specified by:
getPriorityin interfaceActionInstance
-
setPriority
- Specified by:
setPriorityin interfaceActionInstanceEntity
-
getTenantId
Description copied from interface:ActionInstanceThe tenant identifier of this form instance- Specified by:
getTenantIdin interfaceActionInstance
-
setTenantId
- Specified by:
setTenantIdin interfaceActionInstanceEntity
-
getIcon
Description copied from interface:ActionInstanceThe icon for the action instance- Specified by:
getIconin interfaceActionInstance
-
setIcon
- Specified by:
setIconin interfaceActionInstanceEntity
-
toString
-