Package org.bonitasoft.web.client.api
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA convenience class for generating query parameters for thegetArchivedBPMFailuresByFlowNodeInstanceIdmethod in a fluent style. -
Method Summary
Modifier and TypeMethodDescriptiongetArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID Similar togetArchivedBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers . !getArchivedBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, ArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID !
-
Method Details
-
getArchivedBPMFailuresByFlowNodeInstanceId
List<ArchivedBPMFailure> getArchivedBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c) Retrieve the archived failures of an archived flownode instance by it's sourceObjectID  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 togetArchivedBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers .  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  Returns the most recent failures for the given archived flownode sourceObjectID Note, this is equivalent to the othergetArchivedBPMFailuresByFlowNodeInstanceIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theArchivedFailureApi.GetArchivedBPMFailuresByFlowNodeInstanceIdQueryParamsclass 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 pairsThe 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  Returns the most recent failures for the given archived flownode sourceObjectID Note, this is equivalent to the othergetArchivedBPMFailuresByFlowNodeInstanceIdthat 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 pairsThe following elements may be specified in the query map:
- c - maximum number of elements to retrieve (required)
- Returns:
- List<ArchivedBPMFailure>
-