Class ProcessInstanceSearchRepresentation
- java.lang.Object
-
- com.flowable.platform.service.process.ProcessInstanceRepresentation
-
- com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
-
public class ProcessInstanceSearchRepresentation extends ProcessInstanceRepresentation
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
parent
protected ScopeSearchInfo
parentScopeInfo
protected Map<String,Object>
root
protected ScopeSearchInfo
rootScopeInfo
protected Map<String,Object>
variables
-
Fields inherited from class com.flowable.platform.service.process.ProcessInstanceRepresentation
activityId, assignee, businessKey, businessStatus, businessStatusLabel, callbackId, callbackType, completed, ended, endTime, graphicalNotationDefined, id, name, permissions, processDefinitionCategory, processDefinitionDeploymentId, processDefinitionDescription, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, startFormDefined, startTime, startUserId, suspended, tenantId, translations
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceSearchRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getParent()
ScopeSearchInfo
getParentScopeInfo()
Map<String,Object>
getRoot()
ScopeSearchInfo
getRootScopeInfo()
Map<String,Object>
getVariables()
void
setParent(Map<String,Object> parent)
void
setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
setRoot(Map<String,Object> root)
void
setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
void
setVariables(Map<String,Object> variables)
-
Methods inherited from class com.flowable.platform.service.process.ProcessInstanceRepresentation
getActivityId, getAssignee, getBusinessKey, getBusinessStatus, getBusinessStatusLabel, getCallbackId, getCallbackType, getEndTime, getId, getName, getPermissions, getProcessDefinitionCategory, getProcessDefinitionDeploymentId, getProcessDefinitionDescription, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getStartTime, getStartUserId, getTenantId, getTranslations, isCompleted, isEnded, isGraphicalNotationDefined, isStartFormDefined, isSuspended, mapProcessDefinition, setActivityId, setAssignee, setBusinessKey, setBusinessStatus, setBusinessStatusLabel, setCallbackId, setCallbackType, setCompleted, setEnded, setEndTime, setGraphicalNotationDefined, setId, setName, setPermissions, setProcessDefinitionCategory, setProcessDefinitionDeploymentId, setProcessDefinitionDescription, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setStartFormDefined, setStartTime, setStartUserId, setSuspended, setTenantId, setTranslations
-
-
-
-
Method Detail
-
getRootScopeInfo
public ScopeSearchInfo getRootScopeInfo()
-
setRootScopeInfo
public void setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-
getParentScopeInfo
public ScopeSearchInfo getParentScopeInfo()
-
setParentScopeInfo
public void setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
-
-