Uses of Class
context.arch.storage.RetrievalResults

Packages that use RetrievalResults
context.arch.storage   
 

Uses of RetrievalResults in context.arch.storage
 

Methods in context.arch.storage that return RetrievalResults
 RetrievalResults VectorStorage.retrieveAttributes(java.lang.String accessorId, Retrieval retrieval)
          This method returns a Vector containing AttributeNameValue objects that match the given conditions in the Retrieval object.
 RetrievalResults VectorStorage.retrieveAttributes(Retrieval retrieval)
          This method returns a Vector containing AttributeNameValue objects that match the given conditions in the Retrieval object.
 RetrievalResults StorageObject.retrieveAttributes(Retrieval retrieval)
          This method returns a vector containing AttributeNameValues objects that matches the given conditions in the Retrieval object
 RetrievalResults StorageObject.retrieveAttributes(java.lang.String requestorId, Retrieval retrieval)
          This method returns a vector containing AttributeNameValues objects that matches the given conditions in the Retrieval object, and that the given requestorId is allowed to have access to
 RetrievalResults Storage.retrieveAttributes(Retrieval retrieval)
          Abstract method that returns a vector containing AttributeNameValue objects that match the given retrieval conditions.
 RetrievalResults Storage.retrieveAttributes(java.lang.String accessorId, Retrieval retrieval)
          Abstract method that returns a vector containing AttributeNameValue objects that match the given retrieval conditions, and that are allowed to be given to the object with the given accessorId