Uses of Interface
org.apache.directory.api.ldap.model.subtree.Refinement
-
Packages that use Refinement Package Description org.apache.directory.api.ldap.model.subtree -
-
Uses of Refinement in org.apache.directory.api.ldap.model.subtree
Classes in org.apache.directory.api.ldap.model.subtree that implement Refinement Modifier and Type Class Description classAndRefinementA class holding a AND refinement, as defined in RFC 3672classItemRefinementA class holding a n ITEM refinement, as defined in RFC 3672classNotRefinementA class holding a NOT refinement, as defined in RFC 3672classOrRefinementA class holding a OR refinement, as defined in RFC 3672Fields in org.apache.directory.api.ldap.model.subtree declared as Refinement Modifier and Type Field Description private RefinementNotRefinement. refinementThe refinementFields in org.apache.directory.api.ldap.model.subtree with type parameters of type Refinement Modifier and Type Field Description private List<Refinement>AndRefinement. refinementsThe set of refinementsprivate List<Refinement>OrRefinement. refinementsThe set of refinementsMethods in org.apache.directory.api.ldap.model.subtree that return Refinement Modifier and Type Method Description RefinementNotRefinement. getRefinement()Methods in org.apache.directory.api.ldap.model.subtree that return types with arguments of type Refinement Modifier and Type Method Description List<Refinement>AndRefinement. getRefinements()List<Refinement>OrRefinement. getRefinements()Constructors in org.apache.directory.api.ldap.model.subtree with parameters of type Refinement Constructor Description NotRefinement(Refinement refinement)Creates a new NotRefinement instanceConstructor parameters in org.apache.directory.api.ldap.model.subtree with type arguments of type Refinement Constructor Description AndRefinement(List<Refinement> refinements)Creates a new instance of AndRefinement.OrRefinement(List<Refinement> refinements)Creates a new instance of OrRefinement.
-