|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.genesyslab.platform.configuration.protocol.confserver.requests.objects | |
---|---|
com.genesyslab.platform.configuration.protocol.confserver.requests.objects | This package contains the Request Object classes that your applications
can use to work with objects in the Genesys Configuration Layer. To use these classes, you will need to supply information about the objects you want to work with. |
Classes in com.genesyslab.platform.configuration.protocol.confserver.requests.objects used by com.genesyslab.platform.configuration.protocol.confserver.requests.objects | |
---|---|
RequestCreateObject
Adds a new object with property values specified by ObjectType and ConfObject. |
|
RequestDeleteObject
A request to delete an object from the Genesys Configuration Layer. |
|
RequestGetBriefInfo
Requests brief information about the object(s) specified by ObjectType and Filter. |
|
RequestReadObjects
A request to obtain information about objects in the Genesys Configuration Layer. |
|
RequestReadObjects2
Requests complete information about the object(s) specified by XPath expression. |
|
RequestRegisterNotification
Registers application to receive notifications on the objects specified in the Subscription list. |
|
RequestUnregisterNotification
Unregisters application from receiving notifications on the objects specified in the Subscription list. |
|
RequestUpdateObject
Sets new property values specified by ConfObject (delta object) for the object specified by ObjectType and delta_object. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |