Interface HistoricProcessInstanceEntity
- All Superinterfaces:
Entity
,HasRevision
,HistoricProcessInstance
,HistoricScopeInstanceEntity
- All Known Implementing Classes:
HistoricProcessInstanceEntityImpl
public interface HistoricProcessInstanceEntity
extends HistoricScopeInstanceEntity, HistoricProcessInstance, HasRevision
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBusinessKey
(String businessKey) void
setBusinessStatus
(String businessStatus) void
setCallbackId
(String callbackId) void
setCallbackType
(String callbackType) void
setDeploymentId
(String deploymentId) void
setDescription
(String description) void
setEndActivityId
(String endActivityId) void
setLocalizedDescription
(String localizedDescription) void
setLocalizedName
(String localizedName) void
void
setProcessDefinitionCategory
(String processDefinitionCategory) void
setProcessDefinitionKey
(String processDefinitionKey) void
setProcessDefinitionName
(String processDefinitionName) void
setProcessDefinitionVersion
(Integer processDefinitionVersion) void
setPropagatedStageInstanceId
(String propagatedStageInstanceId) void
setQueryVariables
(List<HistoricVariableInstanceEntity> queryVariables) void
setReferenceId
(String referenceId) void
setReferenceType
(String referenceType) void
setStartActivityId
(String startUserId) void
setStartUserId
(String startUserId) void
setSuperProcessInstanceId
(String superProcessInstanceId) 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 org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface org.flowable.engine.history.HistoricProcessInstance
getBusinessKey, getBusinessStatus, getCallbackId, getCallbackType, getDeleteReason, getDeploymentId, getDescription, getDurationInMillis, getEndActivityId, getEndTime, getId, getName, getProcessDefinitionCategory, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessVariables, getPropagatedStageInstanceId, getReferenceId, getReferenceType, getStartActivityId, getStartTime, getStartUserId, getSuperProcessInstanceId, getTenantId
Methods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricScopeInstanceEntity
getDeleteReason, getDurationInMillis, getEndTime, getProcessDefinitionId, getProcessInstanceId, getStartTime, markEnded, setDeleteReason, setDurationInMillis, setEndTime, setProcessDefinitionId, setProcessInstanceId, setStartTime
-
Method Details
-
setEndActivityId
-
setBusinessKey
-
setBusinessStatus
-
setStartUserId
-
setStartActivityId
-
setSuperProcessInstanceId
-
setTenantId
-
setName
-
setLocalizedName
-
setDescription
-
setLocalizedDescription
-
setProcessDefinitionKey
-
setProcessDefinitionName
-
setProcessDefinitionVersion
-
setProcessDefinitionCategory
-
setDeploymentId
-
setCallbackId
-
setCallbackType
-
setReferenceId
-
setReferenceType
-
setPropagatedStageInstanceId
-
getQueryVariables
List<HistoricVariableInstanceEntity> getQueryVariables() -
setQueryVariables
-