Interface ActionInstanceEntity
- All Superinterfaces:
ActionInstance
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
ActionInstanceEntityImpl
public interface ActionInstanceEntity
extends ActionInstance, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from interface com.flowable.action.api.runtime.ActionInstance
getActionDefinitionId, getFormInstanceId, getFormKey, getFormParentDeploymentId, getIcon, 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 Details
-
setActionDefinitionId
-
setName
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setScopeDefinitionId
-
setStartDate
-
setFormInstanceId
-
setFormKey
-
setFormParentDeploymentId
-
setPriority
-
setTenantId
-
setIcon
-