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
DEFAULT_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionvoidintbooleanbooleanvoidsetAssigneeValue(String assignee) voidsetCanceled(boolean isCanceled) voidsetClaimTime(Date claimTime) voidsetCreateTime(Date createTime) voidsetEventHandlerId(String eventHandlerId) voidsetEventName(String eventName) voidsetExecutionId(String executionId) voidsetOwnerValue(String owner) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetPropagatedStageInstanceId(String propagatedStageInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidsetSuspensionState(int suspensionState) voidsetTaskDefinitionId(String taskDefinitionId) voidsetTaskDefinitionKey(String taskDefinitionKey) Methods inherited from interface org.flowable.task.service.delegate.DelegateTask
addCandidateGroup, addCandidateGroups, addCandidateUser, addCandidateUsers, addGroupIdentityLink, addUserIdentityLink, deleteCandidateGroup, deleteCandidateUser, deleteGroupIdentityLink, deleteUserIdentityLink, getAssignee, getCandidates, getCategory, getCreateTime, getDelegationState, getDescription, getDueDate, getEventHandlerId, getEventName, getExecutionId, getFormKey, getId, getName, getOwner, getPriority, getProcessDefinitionId, getProcessInstanceId, getTaskDefinitionKey, getTenantId, isSuspended, setAssignee, setCategory, setDescription, setDueDate, setFormKey, 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, getClaimTime, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getPropagatedStageInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, 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() -
setCreateTime
-
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) -
setClaimTime
-
setAssigneeValue
-
setOwnerValue
-
getQueryVariables
List<VariableInstanceEntity> getQueryVariables()
-