Interface BusinessEventQueueService
- All Superinterfaces:
BatchService<BusinessEventQueueServiceBatch>
- All Known Implementing Classes:
DefaultBusinessEventQueueService
The service reads business events from a queue for a given subscriber. The business event contains the type and the key of the object triggering the event and the action. There are appropriate checks for restricted values and authorizations. The system displays a failure message in the response if the entry is invalid..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | C_BEHQUEUEDATA_CDS |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | OpenText Business Event Integration(SAP_COM_0007), Business Event Handling Integration (Obsolete)(SAP_COM_0121) |
| Scope Items: | Business Event Handling(1NN) |
| Authentication Methods: | x509 |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Fetch multipleBehqueuedataentities.Deprecated.Fetch multipleBusinessObjectKeysentities.Deprecated.Fetch multipleBusObjectsentities.getBehqueuedataByKey(UUID businessEvent) Deprecated.Fetch a singleBehqueuedataentity using key fields.getBusinessObjectKeysByKey(String sAPObjectType) Deprecated.Fetch a singleBusinessObjectKeysentity using key fields.getBusObjectsByKey(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName) Deprecated.Fetch a singleBusObjectsentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllBehqueuedata
Deprecated.Fetch multipleBehqueuedataentities.- Returns:
- A fluent helper to fetch multiple
Behqueuedataentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getBehqueuedataByKey
Deprecated.Fetch a singleBehqueuedataentity using key fields.- Parameters:
businessEvent- GUID of an EventConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
Behqueuedataentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllBusinessObjectKeys
Deprecated.Fetch multipleBusinessObjectKeysentities.- Returns:
- A fluent helper to fetch multiple
BusinessObjectKeysentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getBusinessObjectKeysByKey
Deprecated.Fetch a singleBusinessObjectKeysentity using key fields.- Parameters:
sAPObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
BusinessObjectKeysentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllBusObjects
Deprecated.Fetch multipleBusObjectsentities.- Returns:
- A fluent helper to fetch multiple
BusObjectsentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getBusObjectsByKey
@Nonnull BusObjectsByKeyFluentHelper getBusObjectsByKey(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName) Deprecated.Fetch a singleBusObjectsentity using key fields.- Parameters:
sAPObjectTaskCode- Business Event TypeConstraints: Not nullable, Maximum length: 18
sAPObjectTypeName- SAP Object Type NameConstraints: Not nullable, Maximum length: 80
sAPObjectType- SAP Object TypeConstraints: Not nullable, Maximum length: 30
sAPObjectTaskTypeName- SAP Object Task Type NameConstraints: Not nullable, Maximum length: 80
- Returns:
- A fluent helper to fetch a single
BusObjectsentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-