@Named public class DefaultBusinessEventQueueService extends Object implements BusinessEventQueueService
This service enables you to read the event queue, which contains a list of triggered business events. The content of the event is limited to a generic base data, but will not contain any application- specific data due to security constraints. In addition, you can also view the data relevant to the business object type. Each business object type has one or more key fields.
Reference: SAP API Business Hub
OData Service: | C_BEHQUEUEDATA_CDS |
API Version: | 1 |
Communication Scenario: | Business Event Handling Integration (SAP_COM_0121) |
Scope Items: | Business Object Event Handling (1NN) |
Constructor and Description |
---|
DefaultBusinessEventQueueService() |
Modifier and Type | Method and Description |
---|---|
C_BehqueuedataFluentHelper |
getAllC_Behqueuedata()
Fetch multiple
C_Behqueuedata entities. |
I_BusinessObjectKeysFluentHelper |
getAllI_BusinessObjectKeys()
Fetch multiple
I_BusinessObjectKeys entities. |
I_BusObjectsFluentHelper |
getAllI_BusObjects()
Fetch multiple
I_BusObjects entities. |
C_BehqueuedataByKeyFluentHelper |
getC_BehqueuedataByKey(UUID businessEvent)
Fetch a single
C_Behqueuedata entity using key fields. |
I_BusinessObjectKeysByKeyFluentHelper |
getI_BusinessObjectKeysByKey(String sAPObjectType)
Fetch a single
I_BusinessObjectKeys entity using key fields. |
I_BusObjectsByKeyFluentHelper |
getI_BusObjectsByKey(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName)
Fetch a single
I_BusObjects entity using key fields. |
public C_BehqueuedataFluentHelper getAllC_Behqueuedata()
BusinessEventQueueService
C_Behqueuedata
entities.getAllC_Behqueuedata
in interface BusinessEventQueueService
C_Behqueuedata
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public C_BehqueuedataByKeyFluentHelper getC_BehqueuedataByKey(UUID businessEvent)
BusinessEventQueueService
C_Behqueuedata
entity using key fields.getC_BehqueuedataByKey
in interface BusinessEventQueueService
businessEvent
- GUID of an EventConstraints: Not nullable
C_Behqueuedata
entity 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 the execute
method on the fluent helper object.public I_BusinessObjectKeysFluentHelper getAllI_BusinessObjectKeys()
BusinessEventQueueService
I_BusinessObjectKeys
entities.getAllI_BusinessObjectKeys
in interface BusinessEventQueueService
I_BusinessObjectKeys
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public I_BusinessObjectKeysByKeyFluentHelper getI_BusinessObjectKeysByKey(String sAPObjectType)
BusinessEventQueueService
I_BusinessObjectKeys
entity using key fields.getI_BusinessObjectKeysByKey
in interface BusinessEventQueueService
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
I_BusinessObjectKeys
entity 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 the execute
method on the fluent helper object.public I_BusObjectsFluentHelper getAllI_BusObjects()
BusinessEventQueueService
I_BusObjects
entities.getAllI_BusObjects
in interface BusinessEventQueueService
I_BusObjects
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public I_BusObjectsByKeyFluentHelper getI_BusObjectsByKey(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName)
BusinessEventQueueService
I_BusObjects
entity using key fields.getI_BusObjectsByKey
in interface BusinessEventQueueService
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
sAPObjectTypeName
- Indicates the text description of a particular business object type.Constraints: Not nullable, Maximum length: 40
sAPObjectTaskCode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
sAPObjectTaskTypeName
- Indicates the text description of a particular business object task, which is dependent on the language that you maintain in the text table.Constraints: Not nullable, Maximum length: 40
I_BusObjects
entity 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 the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.