Interface ArchivedFailureApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface ArchivedFailureApi extends ApiClient.Api
  • Method Details

    • getArchivedBPMFailuresByFlowNodeInstanceId

      List<ArchivedBPMFailure> getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c)
      Retrieve the archived failures of an archived flownode instance by it's sourceObjectID ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the most recent failures for the given archived flownode sourceObjectID
      Parameters:
      flowNodeInstanceId - The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures (required)
      c - maximum number of elements to retrieve (required)
      Returns:
      List<ArchivedBPMFailure>
    • getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo

      ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c)
      Retrieve the archived failures of an archived flownode instance by it's sourceObjectID Similar to getArchivedBPMFailuresByFlowNodeInstanceId but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the most recent failures for the given archived flownode sourceObjectID
      Parameters:
      flowNodeInstanceId - The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures (required)
      c - maximum number of elements to retrieve (required)
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.
    • getArchivedBPMFailuresByFlowNodeInstanceId

      List<ArchivedBPMFailure> getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams)
      Retrieve the archived failures of an archived flownode instance by it's sourceObjectID ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the most recent failures for the given archived flownode sourceObjectID Note, this is equivalent to the other getArchivedBPMFailuresByFlowNodeInstanceId method, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with the ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams class that allows for building up this map in a fluent style.
      Parameters:
      flowNodeInstanceId - The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures (required)
      queryParams - Map of query parameters as name-value pairs

      The following elements may be specified in the query map:

      • c - maximum number of elements to retrieve (required)
      Returns:
      List<ArchivedBPMFailure>
    • getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo

      ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams)
      Retrieve the archived failures of an archived flownode instance by it's sourceObjectID ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the most recent failures for the given archived flownode sourceObjectID Note, this is equivalent to the other getArchivedBPMFailuresByFlowNodeInstanceId that receives the query parameters as a map, but this one also exposes the Http response headers
      Parameters:
      flowNodeInstanceId - The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures (required)
      queryParams - Map of query parameters as name-value pairs

      The following elements may be specified in the query map:

      • c - maximum number of elements to retrieve (required)
      Returns:
      List<ArchivedBPMFailure>