Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.directory
Interface DirectoryFolder

All Superinterfaces:
XcapElement, XcapResource

public interface DirectoryFolder
extends XcapElement

The DirectoryFolder element.


Method Summary
 String getAuid()
          Get AUID.
 List<DirectoryEntry> getEntries()
          Provides a list of all documents used by applications with the Application Unique ID as specified by the parent folder element.
 String getErrorCode()
          Provides the error code.

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapElement
getDocument, getNamespace, getNodeSelector, getParent

 

Methods inherited from interface com.oracle.sft.xcap.client.XcapResource
getContent, getContentType, getUrl, setContent

 

Method Detail

getAuid

String getAuid()
Get AUID.
Returns:
the AUID of directory folder.

getEntries

List<DirectoryEntry> getEntries()
Provides a list of all documents used by applications with the Application Unique ID as specified by the parent folder element.
Returns:
list of documents of the AUID specified by the parent folder element. In the return value is an empty list, the error code is set. @see #getErrorCode.

getErrorCode

String getErrorCode()
Provides the error code.
Returns:
the error code. This value only as meaning in case the method #getEntries returns an empty list. @see #getEntries

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.