Uses of Class
com.flowable.platform.service.util.ScopeSearchInfo
Packages that use ScopeSearchInfo
Package
Description
-
Uses of ScopeSearchInfo in com.flowable.platform.service
Methods in com.flowable.platform.service that return ScopeSearchInfoModifier and TypeMethodDescriptionprotected ScopeSearchInfoBaseJsonMapper.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 ScopeSearchInfoModifier and TypeFieldDescriptionprotected ScopeSearchInfoCaseInstanceSearchRepresentation.parentScopeInfoprotected ScopeSearchInfoCaseInstanceSearchRepresentation.rootScopeInfoMethods in com.flowable.platform.service.caze that return ScopeSearchInfoModifier and TypeMethodDescriptionCaseInstanceSearchRepresentation.getParentScopeInfo()CaseInstanceSearchRepresentation.getRootScopeInfo()Methods in com.flowable.platform.service.caze with parameters of type ScopeSearchInfoModifier and TypeMethodDescriptionvoidCaseInstanceSearchRepresentation.setParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidCaseInstanceSearchRepresentation.setRootScopeInfo(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as ScopeSearchInfoModifier and TypeFieldDescriptionprotected ScopeSearchInfoProcessInstanceSearchRepresentation.parentScopeInfoprotected ScopeSearchInfoProcessInstanceSearchRepresentation.rootScopeInfoMethods in com.flowable.platform.service.process that return ScopeSearchInfoModifier and TypeMethodDescriptionProcessInstanceSearchRepresentation.getParentScopeInfo()ProcessInstanceSearchRepresentation.getRootScopeInfo()Methods in com.flowable.platform.service.process with parameters of type ScopeSearchInfoModifier and TypeMethodDescriptionvoidProcessInstanceSearchRepresentation.setParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidProcessInstanceSearchRepresentation.setRootScopeInfo(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as ScopeSearchInfoModifier and TypeFieldDescriptionprotected ScopeSearchInfoTaskSearchRepresentation.parentScopeInfoprotected ScopeSearchInfoTaskSearchRepresentation.rootScopeInfoMethods in com.flowable.platform.service.task that return ScopeSearchInfoModifier and TypeMethodDescriptionTaskSearchRepresentation.getParentScopeInfo()TaskSearchRepresentation.getRootScopeInfo()Methods in com.flowable.platform.service.task with parameters of type ScopeSearchInfoModifier and TypeMethodDescriptionvoidTaskSearchRepresentation.setParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidTaskSearchRepresentation.setRootScopeInfo(ScopeSearchInfo rootScopeInfo) -
Uses of ScopeSearchInfo in com.flowable.platform.service.work
Fields in com.flowable.platform.service.work declared as ScopeSearchInfoModifier and TypeFieldDescriptionprotected ScopeSearchInfoWorkInstanceSearchRepresentation.parentScopeInfoprotected ScopeSearchInfoWorkInstanceSearchRepresentation.rootScopeInfoMethods in com.flowable.platform.service.work that return ScopeSearchInfoModifier and TypeMethodDescriptionWorkInstanceSearchRepresentation.getParentScopeInfo()WorkInstanceSearchRepresentation.getRootScopeInfo()Methods in com.flowable.platform.service.work with parameters of type ScopeSearchInfoModifier and TypeMethodDescriptionvoidWorkInstanceSearchRepresentation.setParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidWorkInstanceSearchRepresentation.setRootScopeInfo(ScopeSearchInfo rootScopeInfo)