|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationUsage
This interface describes a class that will provide configuration information for a specific AUID usage.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
AlarmAndFaultLogger |
getAlarmAndFaultLogger()
Returns the AlarmAndFaultLogger function for this AUID |
java.lang.String |
getAuid()
Returns the AUID for this configuration. |
AuidConfig |
getAuidConfig()
Returns the AUID configuration parameters. |
java.lang.String |
getAuidGlobalPath()
Returns the global path for this AUID <auid>/global/ |
Authorization |
getAuthorization()
Returns the Authorization function for this AUID. |
Datastore |
getDatastore()
Returns the Datastore function for this AUID. |
java.lang.String |
getDefaultNamespace()
Returns the default namespace for the application usage |
DomXmlProcessor |
getDomXmlProcessor()
Returns the DomXmlProcessor function for this AUID. |
java.lang.Object |
getFunction(java.lang.Class interfaceName)
Returns the function object implementing a certain interface for this AUID. |
java.util.Set<java.lang.Class> |
getFunctionIterfaces()
Returns the interface Class objects for this AUID. |
com.ibm.xcap.NodeSelector |
getGlobalIndexNodeSelector(java.lang.String uniqueId)
If the global index nodeselector is defined for the application usage, this method will retrieve it and substitute the $1 replacement variable with the uniqueId parameter. |
java.lang.String |
getMimeType()
Returns the mime-type of the documents associated with the AUID. |
java.util.List<java.lang.String> |
getSipFilters()
|
SipSubscribeHelper |
getSipSubscribeHelper()
Returns the SipSubscribeHelper function for this AUID |
SipXcapDiffSubscriptions |
getSipXcapDiffSubscriptions()
Returns the SipXcapDiffSubscriptions function for this AUID |
UriHelper |
getUriHelper()
Returns the UriHelper function for this AUID |
UsageRecordLogger |
getUsageRecordLogger()
Returns the UsageRecordLogger function for this AUID |
XcapCaps |
getXcapCaps()
Returns the root XcapCaps object to access other ApplicationUsages |
java.util.List<java.lang.String> |
getXcapFilters()
|
java.util.List<XqueryTemplate> |
getXqueryTemplates()
Returns the XqueryTemplates for this AUID |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getAuid()
java.lang.String getAuidGlobalPath()
java.lang.String getMimeType()
java.lang.String getDefaultNamespace()
java.util.List<java.lang.String> getXcapFilters()
java.util.List<java.lang.String> getSipFilters()
XcapCaps getXcapCaps()
AuidConfig getAuidConfig()
com.ibm.xcap.NodeSelector getGlobalIndexNodeSelector(java.lang.String uniqueId) throws java.net.MalformedURLException
uniqueId
- The unique ID used to uniquely identify an element within
the global index.
java.net.MalformedURLException
java.util.Set<java.lang.Class> getFunctionIterfaces()
java.lang.Object getFunction(java.lang.Class interfaceName)
interfaceName
- The Class object of the interface implemented by the
helper function.
Authorization getAuthorization()
Datastore getDatastore()
DomXmlProcessor getDomXmlProcessor()
SipSubscribeHelper getSipSubscribeHelper()
SipXcapDiffSubscriptions getSipXcapDiffSubscriptions()
UsageRecordLogger getUsageRecordLogger()
AlarmAndFaultLogger getAlarmAndFaultLogger()
UriHelper getUriHelper()
java.util.List<XqueryTemplate> getXqueryTemplates()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |