|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |