Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.BaseEntityAttributes

Packages that use BaseEntityAttributes
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
com.genesyslab.platform.contacts.protocol.contactserver.events   
com.genesyslab.platform.contacts.protocol.contactserver.requests   
 

Uses of BaseEntityAttributes in com.genesyslab.platform.contacts.protocol.contactserver
 

Subclasses of BaseEntityAttributes in com.genesyslab.platform.contacts.protocol.contactserver
 class CallbackEntityAttributes
           
 class ChatEntityAttributes
           
 class CoBrowseEntityAttributes
           
 class EmailInEntityAttributes
           
 class EmailOutEntityAttributes
           
 class PhoneCallEntityAttributes
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return BaseEntityAttributes
static BaseEntityAttributes BaseEntityAttributes.resolve(com.genesyslab.platform.commons.collections.keyvaluebinding.UnmarshalContext ctx)
           
 

Uses of BaseEntityAttributes in com.genesyslab.platform.contacts.protocol.contactserver.events
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return BaseEntityAttributes
 BaseEntityAttributes EventGetInteractionContent.getEntityAttributes()
          The list of attributes and their values.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type BaseEntityAttributes
 void EventGetInteractionContent.setEntityAttributes(BaseEntityAttributes value)
          The list of attributes and their values.
 

Uses of BaseEntityAttributes in com.genesyslab.platform.contacts.protocol.contactserver.requests
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return BaseEntityAttributes
 BaseEntityAttributes RequestUpdateInteraction.getEntityAttributes()
          The list of Entity specific attributes and their values, which have to be updated.

Attributes which are declared as mandatory in RequestInsertInteraction description must have a not null value if passed in UpdateInteraction.
 BaseEntityAttributes RequestInsertInteraction.getEntityAttributes()
          The list of Entity specific attributes and their values.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type BaseEntityAttributes
 void RequestUpdateInteraction.setEntityAttributes(BaseEntityAttributes value)
          The list of Entity specific attributes and their values, which have to be updated.

Attributes which are declared as mandatory in RequestInsertInteraction description must have a not null value if passed in UpdateInteraction.
 void RequestInsertInteraction.setEntityAttributes(BaseEntityAttributes value)
          The list of Entity specific attributes and their values.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.