Uses of Interface
org.ocap.hn.content.ContentContainer

Packages that use ContentContainer
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.hn.content   
 

Uses of ContentContainer in org.ocap.hn
 

Methods in org.ocap.hn that return ContentContainer
 ContentContainer ContentServer.getRootContainer()
           
 

Uses of ContentContainer in org.ocap.hn.content
 

Methods in org.ocap.hn.content that return ContentContainer
 ContentContainer RecordingContentItem.getParent()
           
 ContentContainer ContentEntry.getParent()
          Returns the ContentContainer this ContentEntry belongs to.
abstract  ContentContainer ContentDatabase.getRootContainer()
          Gets the root ContentContainer of this database.
 

Methods in org.ocap.hn.content with parameters of type ContentContainer
abstract  void ContentDatabase.addNewContentContainer(String name, ContentContainer parent, ExtendedFileAccessPermissions efap)
          Adds a new empty local ContentContainer to this database.
abstract  NetActionRequest ContentDatabase.requestEntries(ContentServer server, ContentContainer parent, int startingIndex, int requestedCount, ContentContainer container, String searchCriteria, NetActionHandler handler)
          Requests a search of the remote ContentServer which results in the creation of a ContentList.