Uses of Class
com.redhat.parodos.sdk.invoker.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in com.redhat.parodos.sdk.api
Methods in com.redhat.parodos.sdk.api that throw ApiExceptionModifier and TypeMethodDescriptionProjectApi.createAccessRequestToProject(UUID id, AccessRequestDTO accessRequestDTO) Request user access to projectokhttp3.CallProjectApi.createAccessRequestToProjectAsync(UUID id, AccessRequestDTO accessRequestDTO, ApiCallback<AccessResponseDTO> _callback) Request user access to project (asynchronously)okhttp3.CallProjectApi.createAccessRequestToProjectCall(UUID id, AccessRequestDTO accessRequestDTO, ApiCallback _callback) Build call for createAccessRequestToProjectProjectApi.createAccessRequestToProjectWithHttpInfo(UUID id, AccessRequestDTO accessRequestDTO) Request user access to projectProjectApi.createProject(ProjectRequestDTO projectRequestDTO) Creates a new projectokhttp3.CallProjectApi.createProjectAsync(ProjectRequestDTO projectRequestDTO, ApiCallback<ProjectResponseDTO> _callback) Creates a new project (asynchronously)okhttp3.CallProjectApi.createProjectCall(ProjectRequestDTO projectRequestDTO, ApiCallback _callback) Build call for createProjectProjectApi.createProjectWithHttpInfo(ProjectRequestDTO projectRequestDTO) Creates a new projectWorkflowApi.execute(WorkFlowRequestDTO workFlowRequestDTO) Executes a workflowokhttp3.CallWorkflowApi.executeAsync(WorkFlowRequestDTO workFlowRequestDTO, ApiCallback<WorkFlowExecutionResponseDTO> _callback) Executes a workflow (asynchronously)okhttp3.CallWorkflowApi.executeCall(WorkFlowRequestDTO workFlowRequestDTO, ApiCallback _callback) Build call for executeWorkflowApi.executeWithHttpInfo(WorkFlowRequestDTO workFlowRequestDTO) Executes a workflowReturns workflow execution logokhttp3.CallWorkflowApi.getLogAsync(UUID workFlowExecutionId, String taskName, ApiCallback<String> _callback) Returns workflow execution log (asynchronously)okhttp3.CallWorkflowApi.getLogCall(UUID workFlowExecutionId, String taskName, ApiCallback _callback) Build call for getLogWorkflowApi.getLogWithHttpInfo(UUID workFlowExecutionId, String taskName) Returns workflow execution logProjectAccessApi.getProjectAccessStatus(UUID id) Returns status about a specified project access requestokhttp3.CallProjectAccessApi.getProjectAccessStatusAsync(UUID id, ApiCallback<AccessStatusResponseDTO> _callback) Returns status about a specified project access request (asynchronously)okhttp3.CallProjectAccessApi.getProjectAccessStatusCall(UUID id, ApiCallback _callback) Build call for getProjectAccessStatusProjectAccessApi.getProjectAccessStatusWithHttpInfo(UUID id) Returns status about a specified project access requestProjectApi.getProjectById(UUID id) Returns information about a specified projectokhttp3.CallProjectApi.getProjectByIdAsync(UUID id, ApiCallback<ProjectResponseDTO> _callback) Returns information about a specified project (asynchronously)okhttp3.CallProjectApi.getProjectByIdCall(UUID id, ApiCallback _callback) Build call for getProjectByIdProjectApi.getProjectByIdWithHttpInfo(UUID id) Returns information about a specified projectProjectApi.getProjects()Returns a list of projectokhttp3.CallProjectApi.getProjectsAsync(ApiCallback<List<ProjectResponseDTO>> _callback) Returns a list of project (asynchronously)okhttp3.CallProjectApi.getProjectsCall(ApiCallback _callback) Build call for getProjectsProjectApi.getProjectsWithHttpInfo()Returns a list of projectReturns a workflow statusokhttp3.CallWorkflowApi.getStatusAsync(UUID workFlowExecutionId, ApiCallback<WorkFlowStatusResponseDTO> _callback) Returns a workflow status (asynchronously)WorkflowApi.getStatusByProjectId(UUID projectId) Returns workflows by project idokhttp3.CallWorkflowApi.getStatusByProjectIdAsync(UUID projectId, ApiCallback<List<WorkFlowResponseDTO>> _callback) Returns workflows by project id (asynchronously)okhttp3.CallWorkflowApi.getStatusByProjectIdCall(UUID projectId, ApiCallback _callback) Build call for getStatusByProjectIdWorkflowApi.getStatusByProjectIdWithHttpInfo(UUID projectId) Returns workflows by project idokhttp3.CallWorkflowApi.getStatusCall(UUID workFlowExecutionId, ApiCallback _callback) Build call for getStatusWorkflowApi.getStatusWithHttpInfo(UUID workFlowExecutionId) Returns a workflow statusWorkflowDefinitionApi.getWorkFlowDefinitionById(UUID id) Returns information about a workflow definition by idokhttp3.CallWorkflowDefinitionApi.getWorkFlowDefinitionByIdAsync(UUID id, ApiCallback<WorkFlowDefinitionResponseDTO> _callback) Returns information about a workflow definition by id (asynchronously)okhttp3.CallWorkflowDefinitionApi.getWorkFlowDefinitionByIdCall(UUID id, ApiCallback _callback) Build call for getWorkFlowDefinitionByIdWorkflowDefinitionApi.getWorkFlowDefinitionByIdWithHttpInfo(UUID id) Returns information about a workflow definition by idWorkflowDefinitionApi.getWorkFlowDefinitions(String name) Returns a list of workflow definitionokhttp3.CallWorkflowDefinitionApi.getWorkFlowDefinitionsAsync(String name, ApiCallback<List<WorkFlowDefinitionResponseDTO>> _callback) Returns a list of workflow definition (asynchronously)okhttp3.CallWorkflowDefinitionApi.getWorkFlowDefinitionsCall(String name, ApiCallback _callback) Build call for getWorkFlowDefinitionsWorkflowDefinitionApi.getWorkFlowDefinitionsWithHttpInfo(String name) Returns a list of workflow definitionWorkflowApi.getWorkflowParameters(UUID workFlowExecutionId, List<String> param) Returns workflow context parametersokhttp3.CallWorkflowApi.getWorkflowParametersAsync(UUID workFlowExecutionId, List<String> param, ApiCallback<WorkFlowContextResponseDTO> _callback) Returns workflow context parameters (asynchronously)okhttp3.CallWorkflowApi.getWorkflowParametersCall(UUID workFlowExecutionId, List<String> param, ApiCallback _callback) Build call for getWorkflowParametersWorkflowApi.getWorkflowParametersWithHttpInfo(UUID workFlowExecutionId, List<String> param) Returns workflow context parametersvoidLoginApi.login()Loginokhttp3.CallLoginApi.loginAsync(ApiCallback<Void> _callback) Login (asynchronously)okhttp3.CallLoginApi.loginCall(ApiCallback _callback) Build call for loginLoginApi.loginWithHttpInfo()LoginProjectApi.removeUsersFromProject(UUID id, List<String> requestBody) Remove users from projectokhttp3.CallProjectApi.removeUsersFromProjectAsync(UUID id, List<String> requestBody, ApiCallback<ProjectUserRoleResponseDTO> _callback) Remove users from project (asynchronously)okhttp3.CallProjectApi.removeUsersFromProjectCall(UUID id, List<String> requestBody, ApiCallback _callback) Build call for removeUsersFromProjectProjectApi.removeUsersFromProjectWithHttpInfo(UUID id, List<String> requestBody) Remove users from projectWorkflowDefinitionApi.updateParameter(String workflowDefinitionName, String valueProviderName, List<WorkParameterValueRequestDTO> workParameterValueRequestDTO) Returns updated parameter valueokhttp3.CallWorkflowDefinitionApi.updateParameterAsync(String workflowDefinitionName, String valueProviderName, List<WorkParameterValueRequestDTO> workParameterValueRequestDTO, ApiCallback<List<WorkParameterValueResponseDTO>> _callback) Returns updated parameter value (asynchronously)okhttp3.CallWorkflowDefinitionApi.updateParameterCall(String workflowDefinitionName, String valueProviderName, List<WorkParameterValueRequestDTO> workParameterValueRequestDTO, ApiCallback _callback) Build call for updateParameterWorkflowDefinitionApi.updateParameterWithHttpInfo(String workflowDefinitionName, String valueProviderName, List<WorkParameterValueRequestDTO> workParameterValueRequestDTO) Returns updated parameter valuevoidProjectAccessApi.updateProjectAccessStatus(UUID id, AccessStatusRequestDTO accessStatusRequestDTO) Update status of a specified project access requestokhttp3.CallProjectAccessApi.updateProjectAccessStatusAsync(UUID id, AccessStatusRequestDTO accessStatusRequestDTO, ApiCallback<Void> _callback) Update status of a specified project access request (asynchronously)okhttp3.CallProjectAccessApi.updateProjectAccessStatusCall(UUID id, AccessStatusRequestDTO accessStatusRequestDTO, ApiCallback _callback) Build call for updateProjectAccessStatusProjectAccessApi.updateProjectAccessStatusWithHttpInfo(UUID id, AccessStatusRequestDTO accessStatusRequestDTO) Update status of a specified project access requestProjectApi.updateUserRolesToProject(UUID id, List<UserRoleRequestDTO> userRoleRequestDTO) Update user roles in projectokhttp3.CallProjectApi.updateUserRolesToProjectAsync(UUID id, List<UserRoleRequestDTO> userRoleRequestDTO, ApiCallback<ProjectUserRoleResponseDTO> _callback) Update user roles in project (asynchronously)okhttp3.CallProjectApi.updateUserRolesToProjectCall(UUID id, List<UserRoleRequestDTO> userRoleRequestDTO, ApiCallback _callback) Build call for updateUserRolesToProjectProjectApi.updateUserRolesToProjectWithHttpInfo(UUID id, List<UserRoleRequestDTO> userRoleRequestDTO) Update user roles in projectWorkflowApi.updateWorkFlowCheckerTaskStatus(UUID workFlowExecutionId, String workFlowCheckerTaskName, WorkFlowCheckerTaskRequestDTO workFlowCheckerTaskRequestDTO) Updates a workflow checker task statusokhttp3.CallWorkflowApi.updateWorkFlowCheckerTaskStatusAsync(UUID workFlowExecutionId, String workFlowCheckerTaskName, WorkFlowCheckerTaskRequestDTO workFlowCheckerTaskRequestDTO, ApiCallback<String> _callback) Updates a workflow checker task status (asynchronously)okhttp3.CallWorkflowApi.updateWorkFlowCheckerTaskStatusCall(UUID workFlowExecutionId, String workFlowCheckerTaskName, WorkFlowCheckerTaskRequestDTO workFlowCheckerTaskRequestDTO, ApiCallback _callback) Build call for updateWorkFlowCheckerTaskStatusWorkflowApi.updateWorkFlowCheckerTaskStatusWithHttpInfo(UUID workFlowExecutionId, String workFlowCheckerTaskName, WorkFlowCheckerTaskRequestDTO workFlowCheckerTaskRequestDTO) Updates a workflow checker task status -
Uses of ApiException in com.redhat.parodos.sdk.invoker
Methods in com.redhat.parodos.sdk.invoker with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in com.redhat.parodos.sdk.invoker that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> TApiClient.deserialize(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(okhttp3.Response response) Download file from the given response.<T> ApiResponse<T>ApiClient.execute(okhttp3.Call call) <T> ApiResponse<T>Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type.voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in com.redhat.parodos.sdk.invoker.auth
Methods in com.redhat.parodos.sdk.invoker.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)