Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client
Interface XcapDocumentSelector


public interface XcapDocumentSelector

XCAP document selector.


Method Summary
 String getAuid()
          Provides the Application Unique ID (AUID).
 String getDocumentSelectorPath()
          Return the document selector path which starts with "/" but does not end with "/".
 String getDocumentTree()
          provides the document tree.
 String getFile()
          Returns the file name of the XCAP document.
 String getXuid()
          Provides the XCAP User Identifier (XUI).

 

Method Detail

getAuid

String getAuid()
Provides the Application Unique ID (AUID).
Returns:
the AUID.

getXuid

String getXuid()
Provides the XCAP User Identifier (XUI). This uniquely identifies the end user the document belongs to. Typically the XUI takes the format of a public SIP URI. E.g. sip:alice@example.com.
Returns:
XUI for documents that belongs to a specific end user. Or null for global documents.

getDocumentTree

String getDocumentTree()
provides the document tree.
Returns:
users for documents belonging to a specific end user. Else global is returned.

getFile

String getFile()
Returns the file name of the XCAP document.
Returns:
The file name.

getDocumentSelectorPath

String getDocumentSelectorPath()
Return the document selector path which starts with "/" but does not end with "/".

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.