Uses of Class
org.apache.directory.api.ldap.model.name.Ava
-
Packages that use Ava Package Description org.apache.directory.api.ldap.model.name -
-
Uses of Ava in org.apache.directory.api.ldap.model.name
Fields in org.apache.directory.api.ldap.model.name declared as Ava Modifier and Type Field Description (package private) AvaRdn. avaA simple Ava is used to store the Rdn for the simple case where we only have a single type=value.Fields in org.apache.directory.api.ldap.model.name with type parameters of type Ava Modifier and Type Field Description (package private) List<Ava>Rdn. avasStores all couple type = value.(package private) Map<String,List<Ava>>Rdn. avaTypesWe also keep a set of types, in order to use manipulations.Methods in org.apache.directory.api.ldap.model.name that return Ava Modifier and Type Method Description AvaAva. clone()Implements the cloning.AvaRdn. getAva()Return the unique Ava, or the first one of we have more than oneAvaRdn. getAva(int pos)Return the Nth AvaAvaRdn. getAva(String type)Get the Ava which type is given as an argument.Methods in org.apache.directory.api.ldap.model.name that return types with arguments of type Ava Modifier and Type Method Description (package private) static List<Ava>Rdn. addOrdered(List<Ava> avaList, Ava newAva)Add an AVA in a List of Ava, at the right place (ordered)Iterator<Ava>Rdn. iterator()Retrieves the components of this Rdn as an iterator of Avas.Methods in org.apache.directory.api.ldap.model.name with parameters of type Ava Modifier and Type Method Description (package private) voidRdn. addAVA(SchemaManager schemaManager, Ava addedAva)Add an Ava to the current schema aware Rdn(package private) static List<Ava>Rdn. addOrdered(List<Ava> avaList, Ava newAva)Add an AVA in a List of Ava, at the right place (ordered)StringAntlrDnParser. attributeTypeAndValue(SchemaManager schemaManager, Ava ava)RFC 4514, Section 3private voidRdn. buildNormRdn(StringBuilder sb, Ava ava)intAva. compareTo(Ava that)private intAva. compareValues(Ava that)private StringAntlrDnParser. createNormAva(Ava ava)Method parameters in org.apache.directory.api.ldap.model.name with type arguments of type Ava Modifier and Type Method Description (package private) static List<Ava>Rdn. addOrdered(List<Ava> avaList, Ava newAva)Add an AVA in a List of Ava, at the right place (ordered)Constructors in org.apache.directory.api.ldap.model.name with parameters of type Ava Constructor Description Ava(SchemaManager schemaManager, Ava ava)Constructs new Ava using the provided SchemaManager and AVARdn(Ava... avas)Creates a new RDN from a list of AVARdn(SchemaManager schemaManager, Ava... avas)Creates a new schema aware RDN from a list of AVA
-