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, java.io.Serializable, org.flowable.common.engine.impl.persistence.entity.Entity

public class ActionInstanceEntityImpl
extends AbstractActionEngineNoRevisionEntity
implements ActionInstanceEntity, java.io.Serializable
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String actionDefinitionId  
    protected java.lang.String formInstanceId  
    protected java.lang.String formKey  
    protected java.lang.String formParentDeploymentId  
    protected java.lang.String name  
    protected java.lang.Integer priority  
    protected java.lang.String scopeDefinitionId  
    protected java.lang.String scopeId  
    protected java.lang.String scopeType  
    protected java.util.Date startDate  
    protected java.lang.String subScopeId  
    protected java.lang.String tenantId  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

    id, isDeleted, isInserted, isUpdated, originalPersistentState
  • Constructor Summary

    Constructors 
    Constructor Description
    ActionInstanceEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getActionDefinitionId()
    Reference to the action definition of this action instance
    java.lang.String getFormInstanceId()
    Reference to the form instance id
    java.lang.String getFormKey()
    Reference to the form key
    java.lang.String getFormParentDeploymentId()
    The parent deployment id for the form key.
    java.lang.String getName()
    Reference to the name of this action instance
    java.lang.Object getPersistentState()  
    java.lang.Integer getPriority()
    The priority of the action instance.
    java.lang.String getScopeDefinitionId()
    Reference to the scope instance definition for which the action instance was created
    java.lang.String getScopeId()
    Reference to the scope instance for which the action instance was created
    java.lang.String getScopeType()
    Type of the scope instance for which the action instance was created
    java.util.Date getStartDate()
    Start date for the action instance
    java.lang.String getSubScopeId()
    Reference to a sub identifier for which the action instance was created
    java.lang.String getTenantId()
    The tenant identifier of this form instance
    void setActionDefinitionId​(java.lang.String actionDefinitionId)  
    void setFormInstanceId​(java.lang.String formInstanceId)  
    void setFormKey​(java.lang.String formKey)  
    void setFormParentDeploymentId​(java.lang.String formParentDeploymentId)  
    void setName​(java.lang.String name)  
    void setPriority​(java.lang.Integer priority)  
    void setScopeDefinitionId​(java.lang.String scopeDefinitionId)  
    void setScopeId​(java.lang.String scopeId)  
    void setScopeType​(java.lang.String scopeType)  
    void setStartDate​(java.util.Date startDate)  
    void setSubScopeId​(java.lang.String subScopeId)  
    void setTenantId​(java.lang.String tenantId)  
    java.lang.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 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