Interface HistoricActionInstanceEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,HistoricActionInstance
- All Known Implementing Classes:
HistoricActionInstanceEntityImpl
public interface HistoricActionInstanceEntity
extends HistoricActionInstance, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActionDefinitionId
(String actionDefinitionId) void
setExecutedBy
(String executedBy) void
setExecutionDate
(Date executionDate) void
setFormInstanceId
(String formInstanceId) void
setFormKey
(String formKey) void
setFormParentDeploymentId
(String formParentDeploymentId) 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 org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface com.flowable.action.api.history.HistoricActionInstance
getActionDefinitionId, getExecutedBy, getExecutionDate, getFormInstanceId, getFormKey, getFormParentDeploymentId, getId, getName, getPriority, getScopeDefinitionId, getScopeId, getScopeType, getStartDate, getSubScopeId, getTenantId
-
Method Details
-
setActionDefinitionId
-
setName
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setScopeDefinitionId
-
setStartDate
-
setExecutionDate
-
setExecutedBy
-
setFormInstanceId
-
setFormKey
-
setFormParentDeploymentId
-
setPriority
-
setTenantId
-