Uses of Class
com.flowable.platform.service.util.ScopeSearchInfo
-
-
Uses of ScopeSearchInfo in com.flowable.platform.service
Methods in com.flowable.platform.service that return ScopeSearchInfo Modifier and Type Method Description protected ScopeSearchInfo
BaseJsonMapper. createScopeSearchInfo(com.fasterxml.jackson.databind.JsonNode jsonNode, String prefix)
-
Uses of ScopeSearchInfo in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as ScopeSearchInfo Modifier and Type Field Description protected ScopeSearchInfo
CaseInstanceSearchRepresentation. parentScopeInfo
protected ScopeSearchInfo
CaseInstanceSearchRepresentation. rootScopeInfo
Methods in com.flowable.platform.service.caze that return ScopeSearchInfo Modifier and Type Method Description ScopeSearchInfo
CaseInstanceSearchRepresentation. getParentScopeInfo()
ScopeSearchInfo
CaseInstanceSearchRepresentation. getRootScopeInfo()
Methods in com.flowable.platform.service.caze with parameters of type ScopeSearchInfo Modifier and Type Method Description void
CaseInstanceSearchRepresentation. setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
CaseInstanceSearchRepresentation. setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-
Uses of ScopeSearchInfo in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as ScopeSearchInfo Modifier and Type Field Description protected ScopeSearchInfo
ProcessInstanceSearchRepresentation. parentScopeInfo
protected ScopeSearchInfo
ProcessInstanceSearchRepresentation. rootScopeInfo
Methods in com.flowable.platform.service.process that return ScopeSearchInfo Modifier and Type Method Description ScopeSearchInfo
ProcessInstanceSearchRepresentation. getParentScopeInfo()
ScopeSearchInfo
ProcessInstanceSearchRepresentation. getRootScopeInfo()
Methods in com.flowable.platform.service.process with parameters of type ScopeSearchInfo Modifier and Type Method Description void
ProcessInstanceSearchRepresentation. setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
ProcessInstanceSearchRepresentation. setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-
Uses of ScopeSearchInfo in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as ScopeSearchInfo Modifier and Type Field Description protected ScopeSearchInfo
TaskSearchRepresentation. parentScopeInfo
protected ScopeSearchInfo
TaskSearchRepresentation. rootScopeInfo
Methods in com.flowable.platform.service.task that return ScopeSearchInfo Modifier and Type Method Description ScopeSearchInfo
TaskSearchRepresentation. getParentScopeInfo()
ScopeSearchInfo
TaskSearchRepresentation. getRootScopeInfo()
Methods in com.flowable.platform.service.task with parameters of type ScopeSearchInfo Modifier and Type Method Description void
TaskSearchRepresentation. setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
TaskSearchRepresentation. setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-
Uses of ScopeSearchInfo in com.flowable.platform.service.work
Fields in com.flowable.platform.service.work declared as ScopeSearchInfo Modifier and Type Field Description protected ScopeSearchInfo
WorkInstanceSearchRepresentation. parentScopeInfo
protected ScopeSearchInfo
WorkInstanceSearchRepresentation. rootScopeInfo
Methods in com.flowable.platform.service.work that return ScopeSearchInfo Modifier and Type Method Description ScopeSearchInfo
WorkInstanceSearchRepresentation. getParentScopeInfo()
ScopeSearchInfo
WorkInstanceSearchRepresentation. getRootScopeInfo()
Methods in com.flowable.platform.service.work with parameters of type ScopeSearchInfo Modifier and Type Method Description void
WorkInstanceSearchRepresentation. setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
WorkInstanceSearchRepresentation. setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-