Package com.atlan.api

Class TaskEndpoint


public class TaskEndpoint extends AtlasEndpoint
API endpoints for operating on tasks.
  • Constructor Details

    • TaskEndpoint

      public TaskEndpoint(AtlanClient client)
  • Method Details

    • select

      Start a fluent task queue search that will return all tasks. Additional conditions can be chained onto the returned filter before any task retrieval is attempted, ensuring all conditions are pushed-down for optimal retrieval.
      Returns:
      a fluent task queue search that includes all tasks
    • search

      public TaskSearchResponse search(TaskSearchRequest request) throws AtlanException
      Run the requested search.
      Parameters:
      request - detailing the search query, parameters, and so on to run
      Returns:
      the results of the search
      Throws:
      AtlanException - on any API interaction problems
    • search

      public TaskSearchResponse search(TaskSearchRequest request, RequestOptions options) throws AtlanException
      Run the requested search.
      Parameters:
      request - detailing the search query, parameters, and so on to run
      options - to override default client settings
      Returns:
      the results of the search
      Throws:
      AtlanException - on any API interaction problems