Class PersistentSearchGrammar

  • All Implemented Interfaces:
    Grammar<PersistentSearchContainer>

    public final class PersistentSearchGrammar
    extends AbstractGrammar<PersistentSearchContainer>
    This class implements the PSearchControl. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is the following : PersistenceSearch ::= SEQUENCE { changeTypes INTEGER, -- an OR combinaison of 0, 1, 2 and 4 -- changeOnly BOOLEAN, returnECs BOOLEAN } The changeTypes field is the logical OR of one or more of these values: add (1), delete (2), modify (4), modDN (8).
    Author:
    Apache Directory Project
    • Method Detail

      • getInstance

        public static Grammar<?> getInstance()
        This class is a singleton.
        Returns:
        An instance on this grammar