Package org.pf.osf

Object Search Framework
Contains classes that allow to search for objects using rules based on the object's attributes.

See:
          Description

Class Summary
ExtendedMap Provides map wrapper that additionally implements the interface AttributeReadWriteAccess to enable OSF generif search functionality on the inner (wrapped) map.
MapFacade This is a wrapper class around AttributeReadAccess objects.
MatchRuleFilter A special filter that uses internally a MatchRule to check whether an object matches or not.
ObjectContainer A generic container of objects that keeps it objects in the order they were added.
ObjectSearchResult Apart from returning the found objects a search result can contain information whether or not the size limit has been reached.
 

Package org.pf.osf Description

Object Search Framework


Contains classes that allow to search for objects using rules based on the object's attributes. Access to the attributes can be provided by implementing a specific interface or by wrapper classes that use reflection.