Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

oracle.sdp.presence.integration
Interface ResourceList


public interface ResourceList

Abstraction of a list of resources that can be used to represent hierarchical buddy lists, where a buddy list can contain individual buddies or nested lists ( groups ). There is currently no implementation of this in the contact management API; this interface could change or be removed entirely, so clients are advised to avoid it completely.


Method Summary
 List<Buddy> getBuddies()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 ResourceList getSubList(java.lang.String name)
           
 List<ResourceList> getSubLists()
           
 

Method Detail

getBuddies

List<Buddy> getBuddies()

getName

java.lang.String getName()

getPath

java.lang.String getPath()

getSubList

ResourceList getSubList(java.lang.String name)

getSubLists

List<ResourceList> getSubLists()

Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

Copyright © 2005, 2009 Oracle and/or its affiliates. All rights reserved.