Uses of Class
context.arch.storage.Retrieval

Packages that use Retrieval
context.arch   
context.arch.storage   
 

Uses of Retrieval in context.arch
 

Methods in context.arch with parameters of type Retrieval
 DataObject BaseObject.retrieveDataFrom(java.lang.String remoteHost, int remotePort, java.lang.String remoteId, Retrieval retrieval)
          This method allows a component to retrieve data from other components.
 DataObject BaseObject.retrieveDataFrom(java.lang.String remoteHost, int remotePort, java.lang.String remoteId, java.lang.String myId, Retrieval retrieval)
          This method allows a component to retrieve data from other components.
 

Uses of Retrieval in context.arch.storage
 

Methods in context.arch.storage with parameters of type Retrieval
 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