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>parentprotected ScopeSearchInfoparentScopeInfoprotected Map<String,Object>rootprotected ScopeSearchInforootScopeInfoprotected 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()ScopeSearchInfogetParentScopeInfo()Map<String,Object>getRoot()ScopeSearchInfogetRootScopeInfo()Map<String,Object>getVariables()voidsetParent(Map<String,Object> parent)voidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo)voidsetRoot(Map<String,Object> root)voidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo)voidsetVariables(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)
-
-