Package org.bonitasoft.web.client.api
Interface FailureApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface FailureApi
extends ApiClient.Api
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA convenience class for generating query parameters for thegetArchivedBPMFailuresByCaseIdmethod in a fluent style.static classA convenience class for generating query parameters for thegetArchivedBPMFailuresByRootCaseIdmethod in a fluent style.static classA convenience class for generating query parameters for thegetBPMFailuresByCaseIdmethod in a fluent style.static classA convenience class for generating query parameters for thegetBPMFailuresByFlowNodeInstanceIdmethod in a fluent style.static classA convenience class for generating query parameters for thegetBPMFailuresByRootCaseIdmethod in a fluent style. -
Method Summary
Modifier and TypeMethodDescriptiongetArchivedBPMFailuresByCaseId(String caseId, Integer c) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !getArchivedBPMFailuresByCaseId(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID Similar togetArchivedBPMFailuresByCaseIdbut it also returns the http response headers . !getArchivedBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID !getArchivedBPMFailuresByRootCaseId(String rootCaseId, Integer c) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID !getArchivedBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID !getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, Integer c) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID Similar togetArchivedBPMFailuresByRootCaseIdbut it also returns the http response headers . !getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID !getBPMFailuresByCaseId(String caseId, Integer c) Retrieve the failures of a case (process instance) by it's ID !getBPMFailuresByCaseId(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID !getBPMFailuresByCaseIdWithHttpInfo(String caseId, Integer c) Retrieve the failures of a case (process instance) by it's ID Similar togetBPMFailuresByCaseIdbut it also returns the http response headers . !getBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID !getBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, Integer c) Retrieve the failures of a flownode instance by it's ID !getBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID !getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c) Retrieve the failures of a flownode instance by it's ID Similar togetBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers . !getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID !getBPMFailuresByRootCaseId(String rootCaseId, Integer c) Retrieve the failures of the child cases of a root case (process instance) by it's ID !getBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID !getBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, Integer c) Retrieve the failures of the child cases of a root case (process instance) by it's ID Similar togetBPMFailuresByRootCaseIdbut it also returns the http response headers . !getBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID !
-
Method Details
-
getArchivedBPMFailuresByCaseId
Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID  Returns the most recent archived failures for the given archived case sourceObjectID- Parameters:
caseId- The original identifier (sourceObjectID) of the case from which to retrieve the failures (required)c- maximum number of elements to retrieve (required)- Returns:
- List<ArchivedBPMFailure>
-
getArchivedBPMFailuresByCaseIdWithHttpInfo
ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByCaseIdWithHttpInfo(String caseId, Integer c) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID Similar togetArchivedBPMFailuresByCaseIdbut it also returns the http response headers .  Returns the most recent archived failures for the given archived case sourceObjectID- Parameters:
caseId- The original identifier (sourceObjectID) of the case 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.
-
getArchivedBPMFailuresByCaseId
List<ArchivedBPMFailure> getArchivedBPMFailuresByCaseId(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID  Returns the most recent archived failures for the given archived case sourceObjectID Note, this is equivalent to the othergetArchivedBPMFailuresByCaseIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theFailureApi.GetArchivedBPMFailuresByCaseIdQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
caseId- The original identifier (sourceObjectID) of the case 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>
-
getArchivedBPMFailuresByCaseIdWithHttpInfo
ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetArchivedBPMFailuresByCaseIdQueryParams queryParams) Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID  Returns the most recent archived failures for the given archived case sourceObjectID Note, this is equivalent to the othergetArchivedBPMFailuresByCaseIdthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
caseId- The original identifier (sourceObjectID) of the case 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>
-
getArchivedBPMFailuresByRootCaseId
Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID  Returns the most recent archived failures among all the archived child cases (started by call activities) of a case- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived) (required)c- maximum number of elements to retrieve (required)- Returns:
- List<ArchivedBPMFailure>
-
getArchivedBPMFailuresByRootCaseIdWithHttpInfo
ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, Integer c) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID Similar togetArchivedBPMFailuresByRootCaseIdbut it also returns the http response headers .  Returns the most recent archived failures among all the archived child cases (started by call activities) of a case- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived) (required)c- maximum number of elements to retrieve (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
getArchivedBPMFailuresByRootCaseId
List<ArchivedBPMFailure> getArchivedBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID  Returns the most recent archived failures among all the archived child cases (started by call activities) of a case Note, this is equivalent to the othergetArchivedBPMFailuresByRootCaseIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theFailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived) (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>
-
getArchivedBPMFailuresByRootCaseIdWithHttpInfo
ApiResponse<List<ArchivedBPMFailure>> getArchivedBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetArchivedBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID  Returns the most recent archived failures among all the archived child cases (started by call activities) of a case Note, this is equivalent to the othergetArchivedBPMFailuresByRootCaseIdthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived) (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>
-
getBPMFailuresByCaseId
Retrieve the failures of a case (process instance) by it's ID  Returns the most recent failures for the given case- Parameters:
caseId- The identifier of the case from which to retrieve the failures (required)c- maximum number of elements to retrieve (required)- Returns:
- List<BPMFailure>
-
getBPMFailuresByCaseIdWithHttpInfo
Retrieve the failures of a case (process instance) by it's ID Similar togetBPMFailuresByCaseIdbut it also returns the http response headers .  Returns the most recent failures for the given case- Parameters:
caseId- The identifier of the case 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.
-
getBPMFailuresByCaseId
List<BPMFailure> getBPMFailuresByCaseId(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID  Returns the most recent failures for the given case Note, this is equivalent to the othergetBPMFailuresByCaseIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theFailureApi.GetBPMFailuresByCaseIdQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
caseId- The identifier of the case 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<BPMFailure>
-
getBPMFailuresByCaseIdWithHttpInfo
ApiResponse<List<BPMFailure>> getBPMFailuresByCaseIdWithHttpInfo(String caseId, FailureApi.GetBPMFailuresByCaseIdQueryParams queryParams) Retrieve the failures of a case (process instance) by it's ID  Returns the most recent failures for the given case Note, this is equivalent to the othergetBPMFailuresByCaseIdthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
caseId- The identifier of the case 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<BPMFailure>
-
getBPMFailuresByFlowNodeInstanceId
Retrieve the failures of a flownode instance by it's ID  Returns the most recent failures for the given flownode ID- Parameters:
flowNodeInstanceId- The identifier of the flownode instance from which to retrieve the failures (required)c- maximum number of elements to retrieve (required)- Returns:
- List<BPMFailure>
-
getBPMFailuresByFlowNodeInstanceIdWithHttpInfo
ApiResponse<List<BPMFailure>> getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, Integer c) Retrieve the failures of a flownode instance by it's ID Similar togetBPMFailuresByFlowNodeInstanceIdbut it also returns the http response headers .  Returns the most recent failures for the given flownode ID- Parameters:
flowNodeInstanceId- The identifier 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.
-
getBPMFailuresByFlowNodeInstanceId
List<BPMFailure> getBPMFailuresByFlowNodeInstanceId(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID  Returns the most recent failures for the given flownode ID Note, this is equivalent to the othergetBPMFailuresByFlowNodeInstanceIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theFailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
flowNodeInstanceId- The identifier 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<BPMFailure>
-
getBPMFailuresByFlowNodeInstanceIdWithHttpInfo
ApiResponse<List<BPMFailure>> getBPMFailuresByFlowNodeInstanceIdWithHttpInfo(String flowNodeInstanceId, FailureApi.GetBPMFailuresByFlowNodeInstanceIdQueryParams queryParams) Retrieve the failures of a flownode instance by it's ID  Returns the most recent failures for the given flownode ID Note, this is equivalent to the othergetBPMFailuresByFlowNodeInstanceIdthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
flowNodeInstanceId- The identifier 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<BPMFailure>
-
getBPMFailuresByRootCaseId
Retrieve the failures of the child cases of a root case (process instance) by it's ID  Returns the most recent failures among all the child cases (started by call activities) of a case- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived) (required)c- maximum number of elements to retrieve (required)- Returns:
- List<BPMFailure>
-
getBPMFailuresByRootCaseIdWithHttpInfo
Retrieve the failures of the child cases of a root case (process instance) by it's ID Similar togetBPMFailuresByRootCaseIdbut it also returns the http response headers .  Returns the most recent failures among all the child cases (started by call activities) of a case- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived) (required)c- maximum number of elements to retrieve (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-
getBPMFailuresByRootCaseId
List<BPMFailure> getBPMFailuresByRootCaseId(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID  Returns the most recent failures among all the child cases (started by call activities) of a case Note, this is equivalent to the othergetBPMFailuresByRootCaseIdmethod, but with the query parameters collected into a single Map parameter. This is convenient for services with optional query parameters, especially when used with theFailureApi.GetBPMFailuresByRootCaseIdQueryParamsclass that allows for building up this map in a fluent style.- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived) (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<BPMFailure>
-
getBPMFailuresByRootCaseIdWithHttpInfo
ApiResponse<List<BPMFailure>> getBPMFailuresByRootCaseIdWithHttpInfo(String rootCaseId, FailureApi.GetBPMFailuresByRootCaseIdQueryParams queryParams) Retrieve the failures of the child cases of a root case (process instance) by it's ID  Returns the most recent failures among all the child cases (started by call activities) of a case Note, this is equivalent to the othergetBPMFailuresByRootCaseIdthat receives the query parameters as a map, but this one also exposes the Http response headers- Parameters:
rootCaseId- The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived) (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<BPMFailure>
-