Class ActionInstanceEntityImpl

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 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
    • Field Detail

      • actionDefinitionId

        protected java.lang.String actionDefinitionId
      • name

        protected java.lang.String name
      • scopeId

        protected java.lang.String scopeId
      • subScopeId

        protected java.lang.String subScopeId
      • scopeType

        protected java.lang.String scopeType
      • scopeDefinitionId

        protected java.lang.String scopeDefinitionId
      • startDate

        protected java.util.Date startDate
      • formInstanceId

        protected java.lang.String formInstanceId
      • formKey

        protected java.lang.String formKey
      • formParentDeploymentId

        protected java.lang.String formParentDeploymentId
      • priority

        protected java.lang.Integer priority
      • tenantId

        protected java.lang.String tenantId
    • Constructor Detail

      • ActionInstanceEntityImpl

        public ActionInstanceEntityImpl()