Configuration Platform SDK 7.6 API Reference

Uses of Class
com.genesyslab.platform.commons.protocol.DataObject

Packages that use DataObject
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.configuration.protocol.confserver.events This package includes the Event messages that contain information about the status of your requests. 
com.genesyslab.platform.configuration.protocol.confserver.requests.connectivity   
com.genesyslab.platform.configuration.protocol.confserver.requests.locale   
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. 
com.genesyslab.platform.configuration.protocol.confserver.requests.security The classes in this package allow you to authenticate a user, change his or her password, and work with his or her permissions. 
 

Uses of DataObject in com.genesyslab.platform.commons.protocol
 

Subclasses of DataObject in com.genesyslab.platform.commons.protocol
 class Message
          This abstract class provides the interface used for all Event classes.
 

Uses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.events
 

Subclasses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.events
 class EventAuthenticated
           
 class EventError
           
 class EventHistoryLogSent
           
 class EventLocaleRead
           
 class EventNotificationRegistered
           
 class EventNotificationUnregistered
           
 class EventObjectCreated
           
 class EventObjectDeleted
           
 class EventObjectPermissionsRead
           
 class EventObjectsRead
          Returns information about objects in the Genesys Configuration Layer.
 class EventObjectsSent
          Indicates that Configuration Server has finished sending data in response to a RequestReadObjects message.
 class EventObjectUpdated
           
 class EventOperationalModeChanged
           
 class EventPasswordChanged
           
 class EventPermissionsChanged
           
 class EventPermissionsNotificationRegistered
           
 class EventPermissionsNotificationUnregistered
           
 class EventPermissionsRead
           
 class EventPermissionsUpdated
           
 

Uses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.connectivity
 

Subclasses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.connectivity
 class RequestHistoryLog
           
 

Uses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.locale
 

Subclasses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.locale
 class RequestReadLocale
          Retrieves the information from data resource repository corresponding to the requested LocaleID identifier (0 - default locale).
 

Uses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.objects
 

Subclasses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.objects
 class RequestCreateObject
          Adds a new object with property values specified by ObjectType and ConfObject.
 class RequestDeleteObject
          A request to delete an object from the Genesys Configuration Layer.
 class RequestReadObjects
          A request to obtain information about objects in the Genesys Configuration Layer.
 class RequestRegisterNotification
          Registers application to receive notifications on the objects specified in the Subscription list.
 class RequestUnregisterNotification
          Unregisters application from receiving notifications on the objects specified in the Subscription list.
 class RequestUpdateObject
          Sets new property values specified by ConfObject (delta object) for the object specified by ObjectType and delta_object.
 

Uses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.security
 

Subclasses of DataObject in com.genesyslab.platform.configuration.protocol.confserver.requests.security
 class RequestAuthenticate
          Authenticates user’s credentials, but does not register it on Configuration Server.
 class RequestChangePassword
          Changes password for specified user.
 class RequestReadObjectPermissions
           
 class RequestReadPermissions
           
 class RequestRegisterPermissionsNotification
           
 class RequestUnregisterPermissionsNotification
           
 class RequestUpdatePermissions
           
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.