Class ProcessInstanceSearchRepresentation
java.lang.Object
com.flowable.platform.service.process.ProcessInstanceRepresentation
com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptiongetRoot()
void
void
setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
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
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
-
parent
-
variables
-
-
Constructor Details
-
ProcessInstanceSearchRepresentation
public ProcessInstanceSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getRoot
-
setRoot
-
getParent
-
setParent
-
getVariables
-
setVariables
-