Uses of Class
org.bonitasoft.web.client.model.ProcessParameter
Packages that use ProcessParameter
Package
Description
-
Uses of ProcessParameter in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessParameterModifier and TypeMethodDescriptionProcessParameterApi.getProcessParameterById(String id, String name) Finds the ProcessParameter by ID Returns the single ProcessParameter for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessParameterModifier and TypeMethodDescriptionProcessParameterApi.getProcessParameterByIdWithHttpInfo(String id, String name) Finds the ProcessParameter by ID Similar togetProcessParameterByIdbut it also returns the http response headers .ProcessParameterApi.searchProcessParameters(Integer p, Integer c, List<String> f, String o, String s) Finds ProcessParameters Finds ProcessParameters with pagination params and filters.ProcessParameterApi.searchProcessParameters(ProcessParameterApi.SearchProcessParametersQueryParams queryParams) Finds ProcessParameters Finds ProcessParameters with pagination params and filters.ProcessParameterApi.searchProcessParametersWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds ProcessParameters Similar tosearchProcessParametersbut it also returns the http response headers .ProcessParameterApi.searchProcessParametersWithHttpInfo(ProcessParameterApi.SearchProcessParametersQueryParams queryParams) Finds ProcessParameters Finds ProcessParameters with pagination params and filters. -
Uses of ProcessParameter in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessParameterModifier and TypeMethodDescriptionProcessParameter.description(String description) ProcessParameter.processName(String processName) ProcessParameter.processVersion(String processVersion) -
Uses of ProcessParameter in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return types with arguments of type ProcessParameterModifier and TypeMethodDescriptionProcessService.searchProcessParameters(int page, int count, String processId) -
Uses of ProcessParameter in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type ProcessParameterModifier and TypeMethodDescriptionDefaultProcessService.searchProcessParameters(int page, int count, String processId)