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

Packages that use IIDEntry
org.eclipse.ecf.storage   
 

Uses of IIDEntry in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage that return IIDEntry
 IIDEntry[] IIDEntry.getAssociates(java.lang.String key)
          Get any IIDEntrys that have previously been associated with this IIDEntry via putAssociate(java.lang.String,IIDEntry,boolean).
 IIDEntry[] INamespaceEntry.getIDEntries()
          Get the IIDEntrys for this namespace that are currently stored.
 IIDEntry IIDStore.store(ID id)
          Get IIDEntry in this IDStore for a given ID.
 

Methods in org.eclipse.ecf.storage with parameters of type IIDEntry
 void IIDEntry.putAssociate(java.lang.String key, IIDEntry entry, boolean encrypt)
          Associate an IIDEntry instance with a String key in this IIDEntry.
 IContainerEntry IContainerStore.retrieve(IIDEntry idEntry)
          Retrieve an IContainerEntry for a given IIDEntry.