Uses of Class
com.flowable.platform.service.util.ScopeSearchInfo
Package
Description
-
Uses of ScopeSearchInfo in com.flowable.platform.service
Modifier and TypeMethodDescriptionprotected ScopeSearchInfo
BaseJsonMapper.createScopeSearchInfo
(com.fasterxml.jackson.databind.JsonNode jsonNode, String prefix) -
Uses of ScopeSearchInfo in com.flowable.platform.service.caze
Modifier and TypeFieldDescriptionprotected ScopeSearchInfo
CaseInstanceSearchRepresentation.parentScopeInfo
protected ScopeSearchInfo
CaseInstanceSearchRepresentation.rootScopeInfo
Modifier and TypeMethodDescriptionCaseInstanceSearchRepresentation.getParentScopeInfo()
CaseInstanceSearchRepresentation.getRootScopeInfo()
Modifier and TypeMethodDescriptionvoid
CaseInstanceSearchRepresentation.setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
CaseInstanceSearchRepresentation.setRootScopeInfo
(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.process
Modifier and TypeFieldDescriptionprotected ScopeSearchInfo
ProcessInstanceSearchRepresentation.parentScopeInfo
protected ScopeSearchInfo
ProcessInstanceSearchRepresentation.rootScopeInfo
Modifier and TypeMethodDescriptionProcessInstanceSearchRepresentation.getParentScopeInfo()
ProcessInstanceSearchRepresentation.getRootScopeInfo()
Modifier and TypeMethodDescriptionvoid
ProcessInstanceSearchRepresentation.setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
ProcessInstanceSearchRepresentation.setRootScopeInfo
(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.task
Modifier and TypeFieldDescriptionprotected ScopeSearchInfo
TaskSearchRepresentation.parentScopeInfo
protected ScopeSearchInfo
TaskSearchRepresentation.rootScopeInfo
Modifier and TypeMethodDescriptionTaskSearchRepresentation.getParentScopeInfo()
TaskSearchRepresentation.getRootScopeInfo()
Modifier and TypeMethodDescriptionvoid
TaskSearchRepresentation.setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
TaskSearchRepresentation.setRootScopeInfo
(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.work
Modifier and TypeFieldDescriptionprotected ScopeSearchInfo
WorkInstanceSearchRepresentation.parentScopeInfo
protected ScopeSearchInfo
WorkInstanceSearchRepresentation.rootScopeInfo
Modifier and TypeMethodDescriptionWorkInstanceSearchRepresentation.getParentScopeInfo()
WorkInstanceSearchRepresentation.getRootScopeInfo()
Modifier and TypeMethodDescriptionvoid
WorkInstanceSearchRepresentation.setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
WorkInstanceSearchRepresentation.setRootScopeInfo
(ScopeSearchInfo rootScopeInfo)