Interface HistoricProcessInstanceEntity
- All Superinterfaces:
Entity,HistoricProcessInstance,HistoricScopeInstanceEntity
- All Known Implementing Classes:
HistoricProcessInstanceEntityImpl
@Internal
public interface HistoricProcessInstanceEntity
extends HistoricScopeInstanceEntity, HistoricProcessInstance
-
Method Summary
Modifier and TypeMethodDescriptionThe deployment id of the process definition of the process instance.The key of the process definition of the process instance.The name of the process definition of the process instance.The version of the process definition of the process instance.voidsetBusinessKey(String businessKey) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidsetEndActivityId(String endActivityId) voidsetLocalizedDescription(String localizedDescription) voidsetLocalizedName(String localizedName) voidvoidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionName(String processDefinitionName) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetQueryVariables(List<HistoricVariableInstanceEntity> queryVariables) voidsetStartActivityId(String startUserId) voidsetStartUserId(String startUserId) voidsetSuperProcessInstanceId(String superProcessInstanceId) voidsetTenantId(String tenantId) Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.history.HistoricProcessInstance
getBusinessKey, getDeleteReason, getDescription, getDurationInMillis, getEndActivityId, getEndTime, getId, getName, getProcessDefinitionId, getProcessVariables, getStartActivityId, getStartTime, getStartUserId, getSuperProcessInstanceId, getTenantIdMethods inherited from interface org.activiti.engine.impl.persistence.entity.HistoricScopeInstanceEntity
getDeleteReason, getDurationInMillis, getEndTime, getProcessDefinitionId, getProcessInstanceId, getStartTime, markEnded, setDeleteReason, setDurationInMillis, setEndTime, setProcessDefinitionId, setProcessInstanceId, setStartTime
-
Method Details
-
setEndActivityId
-
setBusinessKey
-
setStartUserId
-
setStartActivityId
-
setSuperProcessInstanceId
-
setTenantId
-
setName
-
setLocalizedName
-
setDescription
-
setLocalizedDescription
-
getProcessDefinitionKey
String getProcessDefinitionKey()Description copied from interface:HistoricProcessInstanceThe key of the process definition of the process instance.- Specified by:
getProcessDefinitionKeyin interfaceHistoricProcessInstance
-
setProcessDefinitionKey
-
getProcessDefinitionName
String getProcessDefinitionName()Description copied from interface:HistoricProcessInstanceThe name of the process definition of the process instance.- Specified by:
getProcessDefinitionNamein interfaceHistoricProcessInstance
-
setProcessDefinitionName
-
getProcessDefinitionVersion
Integer getProcessDefinitionVersion()Description copied from interface:HistoricProcessInstanceThe version of the process definition of the process instance.- Specified by:
getProcessDefinitionVersionin interfaceHistoricProcessInstance
-
setProcessDefinitionVersion
-
getDeploymentId
String getDeploymentId()Description copied from interface:HistoricProcessInstanceThe deployment id of the process definition of the process instance.- Specified by:
getDeploymentIdin interfaceHistoricProcessInstance
-
setDeploymentId
-
getQueryVariables
List<HistoricVariableInstanceEntity> getQueryVariables() -
setQueryVariables
-