Interface ActionInstanceEntity
-
- All Superinterfaces:
ActionInstance
,Entity
- All Known Implementing Classes:
ActionInstanceEntityImpl
public interface ActionInstanceEntity extends ActionInstance, Entity
- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setActionDefinitionId(String actionDefinitionId)
void
setFormInstanceId(String formInstanceId)
void
setFormKey(String formKey)
void
setFormParentDeploymentId(String formParentDeploymentId)
void
setName(String name)
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)
-
Methods inherited from interface com.flowable.action.api.runtime.ActionInstance
getActionDefinitionId, getFormInstanceId, getFormKey, getFormParentDeploymentId, getId, getName, getPriority, getScopeDefinitionId, getScopeId, getScopeType, getStartDate, getSubScopeId, getTenantId
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-
-
-
Method Detail
-
setActionDefinitionId
void setActionDefinitionId(String actionDefinitionId)
-
setName
void setName(String name)
-
setScopeId
void setScopeId(String scopeId)
-
setSubScopeId
void setSubScopeId(String subScopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setScopeDefinitionId
void setScopeDefinitionId(String scopeDefinitionId)
-
setStartDate
void setStartDate(Date startDate)
-
setFormInstanceId
void setFormInstanceId(String formInstanceId)
-
setFormKey
void setFormKey(String formKey)
-
setFormParentDeploymentId
void setFormParentDeploymentId(String formParentDeploymentId)
-
setPriority
void setPriority(Integer priority)
-
setTenantId
void setTenantId(String tenantId)
-
-