Interface TaskEntity
- All Superinterfaces:
DelegateTask,Entity,HasRevision,Task,TaskInfo,VariableContainer,org.flowable.variable.api.delegate.VariableScope
- All Known Implementing Classes:
TaskEntityImpl
public interface TaskEntity
extends org.flowable.variable.api.delegate.VariableScope, Task, DelegateTask, Entity, HasRevision
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields inherited from interface org.flowable.task.api.Task
CLAIMED, COMPLETED, CREATED, DEFAULT_PRIORITY, IN_PROGRESS, SUSPENDED, TERMINATED -
Method Summary
Modifier and TypeMethodDescriptionvoidintbooleanbooleanvoidsetAssigneeValue(String assignee) voidsetCanceled(boolean isCanceled) voidsetClaimedBy(String claimBy) voidsetClaimTime(Date claimTime) voidsetCreateTime(Date createTime) voidsetEventHandlerId(String eventHandlerId) voidsetEventName(String eventName) voidsetExecutionId(String executionId) voidsetInProgressStartedBy(String inProgressStartedBy) voidsetInProgressStartTime(Date inProgressStartTime) voidsetOwnerValue(String owner) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetPropagatedStageInstanceId(String propagatedStageInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidvoidsetSubScopeId(String subScopeId) voidsetSuspendedBy(String suspendedBy) voidsetSuspendedTime(Date suspendedTime) voidsetSuspensionState(int suspensionState) voidsetTaskDefinitionId(String taskDefinitionId) voidsetTaskDefinitionKey(String taskDefinitionKey) voidsetTempCompletedBy(String completedBy) Methods inherited from interface org.flowable.task.service.delegate.DelegateTask
addCandidateGroup, addCandidateGroups, addCandidateUser, addCandidateUsers, addGroupIdentityLink, addUserIdentityLink, deleteCandidateGroup, deleteCandidateUser, deleteGroupIdentityLink, deleteUserIdentityLink, getAssignee, getCandidates, getCategory, getClaimedBy, getClaimTime, getCreateTime, getDelegationState, getDescription, getDueDate, getEventHandlerId, getEventName, getExecutionId, getFormKey, getId, getInProgressStartDueDate, getInProgressStartedBy, getInProgressStartTime, getName, getOwner, getPriority, getProcessDefinitionId, getProcessInstanceId, getState, getSuspendedBy, getSuspendedTime, getTaskDefinitionKey, getTenantId, isSuspended, setAssignee, setCategory, setDescription, setDueDate, setFormKey, setInProgressStartDueDate, setName, setOwner, setPriorityMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface org.flowable.task.api.Task
getDelegationState, isSuspended, setAssignee, setCategory, setDelegationState, setDescription, setDueDate, setFormKey, setLocalizedDescription, setLocalizedName, setName, setOwner, setParentTaskId, setPriority, setTenantIdMethods inherited from interface org.flowable.task.api.TaskInfo
getAssignee, getCaseVariables, getCategory, getClaimedBy, getClaimTime, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getInProgressStartDueDate, getInProgressStartedBy, getInProgressStartTime, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getPropagatedStageInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getState, getSubScopeId, getSuspendedBy, getSuspendedTime, getTaskDefinitionId, getTaskDefinitionKey, getTaskLocalVariables, getTenantIdMethods inherited from interface org.flowable.variable.api.delegate.VariableScope
getTransientVariable, 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, setVariablesLocal
-
Method Details
-
setExecutionId
-
getIdentityLinks
List<IdentityLinkEntity> getIdentityLinks()- Specified by:
getIdentityLinksin interfaceTaskInfo
-
isIdentityLinksInitialized
boolean isIdentityLinksInitialized() -
setState
-
setCreateTime
-
setInProgressStartTime
-
setInProgressStartedBy
-
setClaimTime
-
setClaimedBy
-
setSuspendedTime
-
setSuspendedBy
-
setTaskDefinitionId
-
setProcessDefinitionId
-
setEventName
-
setEventHandlerId
-
setProcessInstanceId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setScopeDefinitionId
-
setPropagatedStageInstanceId
-
getSuspensionState
int getSuspensionState() -
setSuspensionState
void setSuspensionState(int suspensionState) -
setTaskDefinitionKey
-
getVariableInstanceEntities
Map<String,VariableInstanceEntity> getVariableInstanceEntities() -
forceUpdate
void forceUpdate() -
isCanceled
boolean isCanceled() -
setCanceled
void setCanceled(boolean isCanceled) -
setAssigneeValue
-
setOwnerValue
-
getTempCompletedBy
String getTempCompletedBy() -
setTempCompletedBy
-
getQueryVariables
List<VariableInstanceEntity> getQueryVariables()
-