Uses of Class
com.redhat.parodos.sdk.invoker.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in com.redhat.parodos.sdk.api
Methods in com.redhat.parodos.sdk.api that return ApiResponseModifier and TypeMethodDescriptionProjectApi.createAccessRequestToProjectWithHttpInfo(UUID id, AccessRequestDTO accessRequestDTO) Requests user access to projectProjectApi.createProjectWithHttpInfo(ProjectRequestDTO projectRequestDTO) Creates a new projectWorkflowApi.executeWithHttpInfo(WorkFlowRequestDTO workFlowRequestDTO) Executes a workflowWorkflowApi.getLogWithHttpInfo(UUID workFlowExecutionId, String taskName) Returns workflow execution logProjectAccessApi.getProjectAccessStatusWithHttpInfo(UUID id) Returns status about a specified project access requestProjectApi.getProjectByIdWithHttpInfo(UUID id) Returns information about a specified projectProjectApi.getProjectMembersByIdWithHttpInfo(UUID id) Returns members of projectProjectApi.getProjectsWithHttpInfo()Returns a list of projectWorkflowApi.getStatusByProjectIdWithHttpInfo(UUID projectId) Returns workflows by project idWorkflowApi.getStatusWithHttpInfo(UUID workFlowExecutionId) Returns a workflow statusWorkflowDefinitionApi.getWorkFlowDefinitionByIdWithHttpInfo(UUID id) Returns information about a workflow definition by idWorkflowDefinitionApi.getWorkFlowDefinitionsWithHttpInfo(String name) Returns a list of workflow definitionWorkflowApi.getWorkflowParametersWithHttpInfo(UUID workFlowExecutionId, List<String> param) Returns workflow context parametersLoginApi.loginWithHttpInfo()LoginProjectApi.removeUsersFromProjectWithHttpInfo(UUID id, List<String> requestBody) Removes users from projectWorkflowApi.restartWorkFlowWithHttpInfo(UUID workFlowExecutionId) Restart a workflow execution with same parametersWorkflowDefinitionApi.updateParameterWithHttpInfo(String workflowDefinitionName, String valueProviderName, List<WorkParameterValueRequestDTO> workParameterValueRequestDTO) Returns updated parameter valueProjectAccessApi.updateProjectAccessStatusWithHttpInfo(UUID id, AccessStatusRequestDTO accessStatusRequestDTO) Update status of a specified project access requestProjectApi.updateUserRolesToProjectWithHttpInfo(UUID id, List<UserRoleRequestDTO> userRoleRequestDTO) Updates user roles in projectWorkflowApi.updateWorkFlowCheckerTaskStatusWithHttpInfo(UUID workFlowExecutionId, String workFlowCheckerTaskName, WorkFlowCheckerTaskRequestDTO workFlowCheckerTaskRequestDTO) Updates a workflow checker task status -
Uses of ApiResponse in com.redhat.parodos.sdk.invoker
Methods in com.redhat.parodos.sdk.invoker that return ApiResponseModifier and TypeMethodDescription<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.