Uses of Class
messif.operations.SingletonQueryOperation

Packages that use SingletonQueryOperation
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.query Implementation of data querying operations. 
 

Uses of SingletonQueryOperation in messif.operations
 

Methods in messif.operations that return SingletonQueryOperation
 SingletonQueryOperation SingletonQueryOperation.clone()
          Create a duplicate of this operation.
 

Methods in messif.operations with parameters of type SingletonQueryOperation
protected  void ListingQueryOperation.updateFrom(SingletonQueryOperation operation)
          Update the answer of this operation from a SingletonQueryOperation.
 

Uses of SingletonQueryOperation in messif.operations.query
 

Subclasses of SingletonQueryOperation in messif.operations.query
 class GetObjectByLocatorOperation
          This query retrieves from the structure a set of objects given their locators.
 class GetObjectQueryOperation
          Operation for retriving an instance of object having the desired ID (passed in constructor).
 class GetRandomObjectQueryOperation
          Operation for retriving a random object.