Uses of Class
org.bonitasoft.web.client.model.ProcessResolutionProblem
Packages that use ProcessResolutionProblem
Package
Description
-
Uses of ProcessResolutionProblem in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type ProcessResolutionProblemModifier and TypeMethodDescriptionProcessResolutionProblemApi.searchProcessResolutionProblems(Integer p, Integer c, List<String> f, String o, String s) Finds ProcessResolutionProblems Finds ProcessResolutionProblems with pagination params and filters to list the problems that need to be solved before a process can be used.ProcessResolutionProblemApi.searchProcessResolutionProblems(ProcessResolutionProblemApi.SearchProcessResolutionProblemsQueryParams queryParams) Finds ProcessResolutionProblems Finds ProcessResolutionProblems with pagination params and filters to list the problems that need to be solved before a process can be used.ProcessResolutionProblemApi.searchProcessResolutionProblemsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds ProcessResolutionProblems Similar tosearchProcessResolutionProblemsbut it also returns the http response headers .ProcessResolutionProblemApi.searchProcessResolutionProblemsWithHttpInfo(ProcessResolutionProblemApi.SearchProcessResolutionProblemsQueryParams queryParams) Finds ProcessResolutionProblems Finds ProcessResolutionProblems with pagination params and filters to list the problems that need to be solved before a process can be used. -
Uses of ProcessResolutionProblem in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessResolutionProblemModifier and TypeMethodDescriptionProcessResolutionProblem.resourceId(String resourceId) ProcessResolutionProblem.targetType(String targetType) -
Uses of ProcessResolutionProblem in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return types with arguments of type ProcessResolutionProblemModifier and TypeMethodDescriptionProcessService.getProcessProblem(int page, int count, String processId) -
Uses of ProcessResolutionProblem in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type ProcessResolutionProblemModifier and TypeMethodDescriptionDefaultProcessService.getProcessProblem(int page, int count, String processId)