|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InteractionAttributes | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver.events | |
com.genesyslab.platform.contacts.protocol.contactserver.requests | |
com.genesyslab.platform.contacts.protocol.contactserver.runtime | This package is used internally by the protocol. |
Uses of InteractionAttributes in com.genesyslab.platform.contacts.protocol.contactserver.events |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return InteractionAttributes | |
---|---|
InteractionAttributes |
EventGetInteractionContent.getInteractionAttributes()
The list of attributes and their values. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type InteractionAttributes | |
---|---|
void |
EventGetInteractionContent.setInteractionAttributes(InteractionAttributes value)
The list of attributes and their values. |
Uses of InteractionAttributes in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return InteractionAttributes | |
---|---|
InteractionAttributes |
RequestUpdateInteraction.getInteractionAttributes()
The list of attributes and their values, which have to be updated. If MediaServer specific parameters must be updated, then EntityTypeId is also required. Attributes which are declared as mandatory in RequestInsertInteraction description and attributes CanBeParent, CreatorAppId, StartDate must have a not null value if passed in UpdateInteraction. Id and TenantId are mandatory attributes. EntityTypeId is required if MediaServer specific parameters are updated. Id, TenantId, and EntityTypeId are immutable attributes. |
InteractionAttributes |
RequestInsertInteraction.getInteractionAttributes()
The list of attributes and their values. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type InteractionAttributes | |
---|---|
void |
RequestUpdateInteraction.setInteractionAttributes(InteractionAttributes value)
The list of attributes and their values, which have to be updated. If MediaServer specific parameters must be updated, then EntityTypeId is also required. Attributes which are declared as mandatory in RequestInsertInteraction description and attributes CanBeParent, CreatorAppId, StartDate must have a not null value if passed in UpdateInteraction. Id and TenantId are mandatory attributes. EntityTypeId is required if MediaServer specific parameters are updated. Id, TenantId, and EntityTypeId are immutable attributes. |
void |
RequestInsertInteraction.setInteractionAttributes(InteractionAttributes value)
The list of attributes and their values. |
Uses of InteractionAttributes in com.genesyslab.platform.contacts.protocol.contactserver.runtime |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.runtime with parameters of type InteractionAttributes | |
---|---|
KeyValueCollection |
ContactServerFactory.marshal(InteractionAttributes obj)
|
static KeyValueCollection |
ContactServerBinding.marshal(InteractionAttributes obj)
|
static boolean |
ContactServerBinding.setProperty(InteractionAttributes obj,
java.lang.String name,
java.lang.Object value)
Set property by name |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |