Class WorkflowsApi

java.lang.Object
io.cloudreactor.tasksymphony.api.WorkflowsApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowsApi extends Object
  • Constructor Details

    • WorkflowsApi

      public WorkflowsApi()
    • WorkflowsApi

      public WorkflowsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • workflowsCloneCreate

      public Workflow workflowsCloneCreate(UUID uuid, Workflow workflow) throws ApiException
      Parameters:
      uuid - (required)
      workflow - (required)
      Returns:
      Workflow
      Throws:
      ApiException - if fails to make API call
    • workflowsCreate

      public Workflow workflowsCreate(Workflow workflow) throws ApiException
      Parameters:
      workflow - (required)
      Returns:
      Workflow
      Throws:
      ApiException - if fails to make API call
    • workflowsDestroy

      public void workflowsDestroy(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Throws:
      ApiException - if fails to make API call
    • workflowsList

      public PaginatedWorkflowSummaryList workflowsList(String description, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) throws ApiException
      Parameters:
      description - (optional)
      limit - Number of results to return per page. (optional)
      name - (optional)
      offset - The initial index from which to return the results. (optional)
      ordering - Which field to use when ordering the results. (optional)
      runEnvironmentUuid - (optional)
      search - A search term. (optional)
      Returns:
      PaginatedWorkflowSummaryList
      Throws:
      ApiException - if fails to make API call
    • workflowsPartialUpdate

      public Workflow workflowsPartialUpdate(UUID uuid, PatchedWorkflow patchedWorkflow) throws ApiException
      Parameters:
      uuid - (required)
      patchedWorkflow - (optional)
      Returns:
      Workflow
      Throws:
      ApiException - if fails to make API call
    • workflowsRetrieve

      public Workflow workflowsRetrieve(UUID uuid) throws ApiException
      Parameters:
      uuid - (required)
      Returns:
      Workflow
      Throws:
      ApiException - if fails to make API call
    • workflowsUpdate

      public Workflow workflowsUpdate(UUID uuid, Workflow workflow) throws ApiException
      Parameters:
      uuid - (required)
      workflow - (required)
      Returns:
      Workflow
      Throws:
      ApiException - if fails to make API call