Class TaskSearchRepresentation
java.lang.Object
com.flowable.platform.service.task.TaskRepresentation
com.flowable.platform.service.task.TaskSearchRepresentation
-
Field Summary
FieldsFields inherited from class com.flowable.platform.service.task.TaskRepresentation
assignee, caseDefinitionCategory, caseDefinitionName, caseInstanceName, category, claimTime, createTime, delegationState, description, dueDate, endTime, executionId, formKey, id, name, owner, parentTaskId, parentTaskName, permissions, priority, processDefinitionCategory, processDefinitionId, processDefinitionName, processInstanceId, processInstanceName, scopeDefinitionId, scopeId, scopeType, startTime, subScopeId, suspended, taskDefinitionId, taskDefinitionKey, tenantId, translations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()voidvoidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidvoidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo) voidsetVariables(Map<String, Object> variables) Methods inherited from class com.flowable.platform.service.task.TaskRepresentation
getAssignee, getCaseDefinitionCategory, getCaseDefinitionName, getCaseInstanceName, getCategory, getClaimTime, getCreateTime, getDelegationState, getDescription, getDueDate, getEndTime, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getParentTaskName, getPermissions, getPriority, getProcessDefinitionCategory, getProcessDefinitionId, getProcessDefinitionName, getProcessInstanceId, getProcessInstanceName, getScopeDefinitionId, getScopeId, getScopeType, getStartTime, getSubScopeId, getSuspended, getTaskDefinitionId, getTaskDefinitionKey, getTenantId, getTranslations, setAssignee, setCaseDefinitionCategory, setCaseDefinitionName, setCaseInstanceName, setCategory, setClaimTime, setCreateTime, setDelegationState, setDescription, setDueDate, setEndTime, setExecutionId, setFormKey, setId, setName, setOwner, setParentTaskId, setParentTaskName, setPermissions, setPriority, setProcessDefinitionCategory, setProcessDefinitionId, setProcessDefinitionName, setProcessInstanceId, setProcessInstanceName, setScopeDefinitionId, setScopeId, setScopeType, setStartTime, setSubScopeId, setSuspended, setTaskDefinitionId, setTaskDefinitionKey, setTenantId, setTranslations
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
-
parent
-
variables
-
-
Constructor Details
-
TaskSearchRepresentation
public TaskSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getRoot
-
setRoot
-
getParent
-
setParent
-
getVariables
-
setVariables
-