Uses of Class
org.apache.directory.api.ldap.model.filter.AssertionType
-
Packages that use AssertionType Package Description org.apache.directory.api.ldap.model.filter -
-
Uses of AssertionType in org.apache.directory.api.ldap.model.filter
Fields in org.apache.directory.api.ldap.model.filter declared as AssertionType Modifier and Type Field Description protected AssertionTypeAbstractExprNode. assertionTypeThe node typeMethods in org.apache.directory.api.ldap.model.filter that return AssertionType Modifier and Type Method Description AssertionTypeAbstractExprNode. getAssertionType()AssertionTypeExprNode. getAssertionType()Gets the assertion type of this node.AssertionTypeAndNode. getOperator()Gets the operator for this branch node.AssertionTypeNotNode. getOperator()Gets the operator for this branch node.AssertionTypeOrNode. getOperator()Gets the operator for this branch node.static AssertionTypeAssertionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssertionType[]AssertionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.directory.api.ldap.model.filter with parameters of type AssertionType Constructor Description AbstractExprNode(AssertionType assertionType)Creates a node by setting abstract node type.BranchNode(AssertionType assertionType)Creates a BranchNode using a logical operator.BranchNode(AssertionType assertionType, List<ExprNode> childList)Creates a BranchNode using a logical operator and a list of children.BranchNode(AssertionType assertionType, ExprNode... childList)Creates a BranchNode using a logical operator and a list of children.LeafNode(String attribute, AssertionType assertionType)Creates a leaf node.LeafNode(AttributeType attributeType, AssertionType assertionType)Creates a leaf node.SimpleNode(String attribute, byte[] bytes, AssertionType assertionType)Creates a new SimpleNode object.SimpleNode(String attribute, String string, AssertionType assertionType)Creates a new SimpleNode object.SimpleNode(AttributeType attributeType, byte[] bytes, AssertionType assertionType)Creates a new SimpleNode object.SimpleNode(AttributeType attributeType, Value value, AssertionType assertionType)Creates a new SimpleNode object.
-