Package | Description |
---|---|
com.avaya.collaboration.businessdata.api |
Attributes, Licensing, and the Avaya Breeze Service Archive (.svar) properties File
|
Modifier and Type | Method and Description |
---|---|
String |
SystemGlobalData.getAttributeValue(String attrName)
Returns the value for a enterprise-wide configuration data.
|
String |
ClusterData.getClusterAttribute(String attrName)
Returns the value for a cluster attribute.
|
String |
ClusterData.getClusterEncryptedAttribute(String attrName)
Returns the value for an encrypted cluster attribute.
|
String |
ServiceData.getGlobalServiceAttribute(String attrName)
Deprecated.
Replaced by
getServiceAttribute(String) |
String |
ServiceData.getGlobalServiceEncryptedAttribute(String attrName)
Deprecated.
Replaced by
getServiceEncryptedAttribute(String) |
String |
ServiceData.getServiceAttribute(String attrName)
Returns the value for a service attribute that's not uniquely
administered for a particular user, but global to the service.
|
String |
ServiceData.getServiceAttribute(String userAddress,
AddressType addressType,
String attrName)
Returns the value for a service attribute for a user of the specified address type.
|
String |
ServiceData.getServiceAttribute(String userAddress,
String attrName)
Returns the value for a service attribute.
|
String |
ServiceData.getServiceEncryptedAttribute(String attrName)
Returns the value for a service encrypted attribute that's not uniquely
administered for a particular user, but global to the service.
|
String |
ServiceData.getSupplierId()
Returns the Supplier Id of the service as specified in the properties.xml
file of the service.The service name should be specified when ServiceData
instance is acquired using CollaborationDataFactory.getServiceData().
|
Copyright © 2023 Avaya. All rights reserved.