|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeSubscriptionList.AttributeSubscriptionType | |
---|---|
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. |
Uses of AttributeSubscriptionList.AttributeSubscriptionType in com.genesyslab.platform.commons.connection |
---|
Methods in com.genesyslab.platform.commons.connection that return AttributeSubscriptionList.AttributeSubscriptionType | |
---|---|
static AttributeSubscriptionList.AttributeSubscriptionType |
AttributeSubscriptionList.AttributeSubscriptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeSubscriptionList.AttributeSubscriptionType[] |
AttributeSubscriptionList.AttributeSubscriptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.genesyslab.platform.commons.connection that return types with arguments of type AttributeSubscriptionList.AttributeSubscriptionType | |
---|---|
java.util.Map<java.lang.String,AttributeSubscriptionList.AttributeSubscriptionType> |
AttributeSubscriptionList.getMessageSubscriptions(int messageId)
Returns attributes mappings for particular message. |
Methods in com.genesyslab.platform.commons.connection with parameters of type AttributeSubscriptionList.AttributeSubscriptionType | |
---|---|
void |
AttributeSubscriptionList.addAttribute(int messageId,
java.lang.String attributeId,
AttributeSubscriptionList.AttributeSubscriptionType type)
Adds given pair messageId::attributeId to list. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |