Uses of Interface
org.eclipse.ecf.storage.IContainerEntry

Packages that use IContainerEntry
org.eclipse.ecf.storage   
 

Uses of IContainerEntry in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage that return IContainerEntry
 IContainerEntry[] IContainerStore.getContainerEntries()
          Get all IContainerEntrys.
 IContainerEntry IContainerStore.retrieve(ID containerID)
          Retrieve an IContainerEntry for a given container ID.
 IContainerEntry IContainerStore.retrieve(IIDEntry idEntry)
          Retrieve an IContainerEntry for a given IIDEntry.
 IContainerEntry IContainerStore.store(IStorableContainerAdapter containerAdapter)
          Store a IStorableContainerAdapter in this container store.