Uses of Interface
org.bsf.smartValueObject.VersionableFilter

Packages that use VersionableFilter
org.bsf.smartValueObject   
org.bsf.smartValueObject.container "Smart" replacements for container to allow for versioning. 
 

Uses of VersionableFilter in org.bsf.smartValueObject
 

Fields in org.bsf.smartValueObject declared as VersionableFilter
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.ALL
          No filter, get all objects.
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.DELETED
          Get only deleted objects.
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.CREATED
          Get newly created objects.
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.EXISTING
          Get object that actually exist.
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.DIRTY
          Get modified (dirty) objects.
static org.bsf.smartValueObject.VersionableFilter VersionableFilters.SMARTCONTAINER
          Gets smart container objects.
 

Uses of VersionableFilter in org.bsf.smartValueObject.container
 

Fields in org.bsf.smartValueObject.container declared as VersionableFilter
private  org.bsf.smartValueObject.VersionableFilter SmartIterator.filter
          This filter decides which objects are visible to the user.
 

Constructors in org.bsf.smartValueObject.container with parameters of type VersionableFilter
SmartIterator(java.util.Iterator it, org.bsf.smartValueObject.VersionableFilter f)
          Initializes this iterator with another iterator and a VersionableFilter.