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 java.util.Map<java.lang.String,java.lang.Object>parentprotected ScopeSearchInfoparentScopeInfoprotected java.util.Map<java.lang.String,java.lang.Object>rootprotected ScopeSearchInforootScopeInfoprotected java.util.Map<java.lang.String,java.lang.Object>variablesFields inherited from class com.flowable.platform.service.process.ProcessInstanceRepresentation
activityId, assignee, businessKey, 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
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getParent()ScopeSearchInfogetParentScopeInfo()java.util.Map<java.lang.String,java.lang.Object>getRoot()ScopeSearchInfogetRootScopeInfo()java.util.Map<java.lang.String,java.lang.Object>getVariables()voidsetParent(java.util.Map<java.lang.String,java.lang.Object> parent)voidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo)voidsetRoot(java.util.Map<java.lang.String,java.lang.Object> root)voidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo)voidsetVariables(java.util.Map<java.lang.String,java.lang.Object> variables)Methods inherited from class com.flowable.platform.service.process.ProcessInstanceRepresentation
getActivityId, getAssignee, getBusinessKey, 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, setCallbackId, setCallbackType, setCompleted, setEnded, setEndTime, setGraphicalNotationDefined, setId, setName, setPermissions, setProcessDefinitionCategory, setProcessDefinitionDeploymentId, setProcessDefinitionDescription, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setStartFormDefined, setStartTime, setStartUserId, setSuspended, 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
-
ProcessInstanceSearchRepresentation
public ProcessInstanceSearchRepresentation()
-
-
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)
-