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