public interface ExecutionEntity extends DelegateExecution, Execution, ProcessInstance, Entity, AlwaysUpdatedPersistentObject, HasRevision
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ExecutionEntity> |
EXECUTION_ENTITY_START_TIME_ASC_COMPARATOR |
getCurrentActivityId, getCurrentFlowableListener, getCurrentFlowElement, getEventName, getId, getParentId, getProcessDefinitionId, getProcessInstanceBusinessKey, getProcessInstanceId, getPropagatedStageInstanceId, getRootProcessInstanceId, getSuperExecutionId, getTenantId, inactivate, isActive, isConcurrent, isEnded, isMultiInstanceRoot, isProcessInstanceType, isScope, setActive, setConcurrent, setCurrentFlowableListener, setCurrentFlowElement, setEventName, setMultiInstanceRoot, setScope, snapshotReadOnlygetTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocalgetBusinessKey, getCallbackId, getCallbackType, getDeploymentId, getDescription, getLocalizedDescription, getLocalizedName, getName, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessVariables, getStartTime, getStartUserId, getTenantId, isSuspendedgetActivityId, getId, getParentId, getProcessInstanceId, getPropagatedStageInstanceId, getReferenceId, getReferenceType, getRootProcessInstanceId, getSuperExecutionId, isEndedgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionstatic final Comparator<ExecutionEntity> EXECUTION_ENTITY_START_TIME_ASC_COMPARATOR
void setBusinessKey(String businessKey)
void setProcessDefinitionId(String processDefinitionId)
void setProcessDefinitionKey(String processDefinitionKey)
void setProcessDefinitionName(String processDefinitionName)
void setProcessDefinitionVersion(Integer processDefinitionVersion)
void setDeploymentId(String deploymentId)
ExecutionEntity getProcessInstance()
void setProcessInstance(ExecutionEntity processInstance)
ExecutionEntity getParent()
DelegateExecutiongetParent in interface DelegateExecutionvoid setParent(ExecutionEntity parent)
ExecutionEntity getSuperExecution()
void setSuperExecution(ExecutionEntity superExecution)
ExecutionEntity getSubProcessInstance()
void setSubProcessInstance(ExecutionEntity subProcessInstance)
void setRootProcessInstanceId(String rootProcessInstanceId)
ExecutionEntity getRootProcessInstance()
void setRootProcessInstance(ExecutionEntity rootProcessInstance)
List<? extends ExecutionEntity> getExecutions()
DelegateExecutiongetExecutions in interface DelegateExecutionvoid addChildExecution(ExecutionEntity executionEntity)
List<TaskEntity> getTasks()
List<EventSubscriptionEntity> getEventSubscriptions()
List<TimerJobEntity> getTimerJobs()
List<IdentityLinkEntity> getIdentityLinks()
void setProcessInstanceId(String processInstanceId)
void setParentId(String parentId)
void setEnded(boolean isEnded)
String getDeleteReason()
void setDeleteReason(String deleteReason)
int getSuspensionState()
void setSuspensionState(int suspensionState)
boolean isEventScope()
void setEventScope(boolean isEventScope)
void setName(String name)
void setDescription(String description)
void setLocalizedName(String localizedName)
void setLocalizedDescription(String localizedDescription)
void setTenantId(String tenantId)
Date getLockTime()
void setLockTime(Date lockTime)
String getLockOwner()
void setLockOwner(String lockOwner)
void forceUpdate()
String getStartActivityId()
void setStartActivityId(String startActivityId)
void setStartUserId(String startUserId)
void setStartTime(Date startTime)
void setCallbackId(String callbackId)
void setCallbackType(String callbackType)
void setVariable(String variableName, Object value, ExecutionEntity sourceExecution, boolean fetchAllVariables)
void setReferenceId(String referenceId)
void setReferenceType(String referenceType)
void setPropagatedStageInstanceId(String propagatedStageInstanceId)
Object setVariableLocal(String variableName, Object value, ExecutionEntity sourceExecution, boolean fetchAllVariables)
org.flowable.bpmn.model.FlowElement getOriginatingCurrentFlowElement()
void setOriginatingCurrentFlowElement(org.flowable.bpmn.model.FlowElement flowElement)
List<VariableInstanceEntity> getQueryVariables()
Copyright © 2020 Flowable. All rights reserved.