Uses of Class
org.bonitasoft.web.client.model.ProcessResolutionProblem
-
Packages that use ProcessResolutionProblem Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of ProcessResolutionProblem in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type ProcessResolutionProblem Modifier and Type Method Description List<ProcessResolutionProblem>ProcessResolutionProblemApi. 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.List<ProcessResolutionProblem>ProcessResolutionProblemApi. searchProcessResolutionProblems(Map<String,Object> 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.ApiResponse<List<ProcessResolutionProblem>>ProcessResolutionProblemApi. searchProcessResolutionProblemsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s)Finds ProcessResolutionProblems Similar tosearchProcessResolutionProblemsbut it also returns the http response headers .ApiResponse<List<ProcessResolutionProblem>>ProcessResolutionProblemApi. searchProcessResolutionProblemsWithHttpInfo(Map<String,Object> 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 ProcessResolutionProblem Modifier and Type Method Description ProcessResolutionProblemProcessResolutionProblem. message(String message)ProcessResolutionProblemProcessResolutionProblem. resourceId(String resourceId)ProcessResolutionProblemProcessResolutionProblem. 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 ProcessResolutionProblem Modifier and Type Method Description List<ProcessResolutionProblem>ProcessService. 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 ProcessResolutionProblem Modifier and Type Method Description List<ProcessResolutionProblem>DefaultProcessService. getProcessProblem(int page, int count, String processId)
-