|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestUpdateObject | |
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. |
Uses of RequestUpdateObject in com.genesyslab.platform.configuration.protocol.confserver.requests.objects |
Methods in com.genesyslab.platform.configuration.protocol.confserver.requests.objects that return RequestUpdateObject | |
static RequestUpdateObject |
RequestUpdateObject.create()
Creates instance of RequestUpdateObject with no parameters set. |
static RequestUpdateObject |
RequestUpdateObject.create(java.lang.Integer objectType,
org.w3c.dom.Document confObject,
KeyValueCollection parameters)
Creates instance of RequestUpdateObject with all parameters set. |
static RequestUpdateObject |
RequestUpdateObject.create(java.lang.Integer objectType,
org.w3c.dom.Document confObject)
Creates instance of RequestUpdateObject with required parameters set. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |