|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Value in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec that return Value | |
---|---|
Value<?> |
AttributeValueAssertion.getAssertionValue()
Get the assertion value |
Methods in org.apache.directory.shared.ldap.codec with parameters of type Value | |
---|---|
void |
AttributeValueAssertion.setAssertionValue(Value<?> assertionValue)
Set the assertion value |
Uses of Value in org.apache.directory.shared.ldap.codec.modify |
---|
Methods in org.apache.directory.shared.ldap.codec.modify with parameters of type Value | |
---|---|
void |
ModifyRequest.addAttributeValue(Value<?> value)
Add a new value to the current attribute |
Uses of Value in org.apache.directory.shared.ldap.entry |
---|
Classes in org.apache.directory.shared.ldap.entry that implement Value | |
---|---|
class |
AbstractValue<T>
A wrapper around byte[] values in entries. |
Methods in org.apache.directory.shared.ldap.entry that return Value | |
---|---|
Value<T> |
Value.clone()
|
Value<T> |
AbstractValue.clone()
|
Value<?> |
EntryAttribute.get()
Get the first value of this attribute. |
Value<?> |
EntryAttribute.get(int i)
Get the nth value of this attribute. |
Methods in org.apache.directory.shared.ldap.entry that return types with arguments of type Value | |
---|---|
java.util.Iterator<Value<?>> |
EntryAttribute.getAll()
Returns an iterator over all the attribute's values. |
Methods in org.apache.directory.shared.ldap.entry with parameters of type Value | |
---|---|
void |
Entry.add(java.lang.String upId,
Value<?>... values)
Add some Values to the current Entry. |
int |
EntryAttribute.add(Value<?>... val)
Adds some values to this attribute. |
boolean |
Entry.contains(java.lang.String upId,
Value<?>... values)
Checks if an entry contains an attribute with some values. |
boolean |
EntryAttribute.contains(Value<?>... vals)
Indicates whether the specified values are some of the attribute's values. |
EntryAttribute |
Entry.put(java.lang.String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
int |
EntryAttribute.put(Value<?>... vals)
Puts some values to this attribute. |
boolean |
Entry.remove(java.lang.String upId,
Value<?>... values)
Removes the specified values from an attribute. |
boolean |
EntryAttribute.remove(Value<?>... vals)
Removes all the values that are equal to the given values. |
Method parameters in org.apache.directory.shared.ldap.entry with type arguments of type Value | |
---|---|
int |
EntryAttribute.put(java.util.List<Value<?>> vals)
Puts a list of values into this attribute. |
Uses of Value in org.apache.directory.shared.ldap.entry.client |
---|
Classes in org.apache.directory.shared.ldap.entry.client that implement Value | |
---|---|
class |
ClientBinaryValue
A server side schema aware wrapper around a binary attribute value. |
class |
ClientStringValue
A server side schema aware wrapper around a String attribute value. |
Fields in org.apache.directory.shared.ldap.entry.client with type parameters of type Value | |
---|---|
protected java.util.Set<Value<?>> |
DefaultClientAttribute.values
The set of contained values |
Methods in org.apache.directory.shared.ldap.entry.client that return Value | |
---|---|
Value<?> |
DefaultClientAttribute.get()
Get the first value of this attribute. |
Value<?> |
DefaultClientAttribute.get(int i)
Get the nth value of this attribute. |
Methods in org.apache.directory.shared.ldap.entry.client that return types with arguments of type Value | |
---|---|
java.util.Iterator<Value<?>> |
DefaultClientAttribute.getAll()
Returns an iterator over all the attribute's values. |
java.util.Iterator<Value<?>> |
DefaultClientAttribute.iterator()
An iterator on top of the stored values. |
Methods in org.apache.directory.shared.ldap.entry.client with parameters of type Value | |
---|---|
void |
DefaultClientEntry.add(java.lang.String upId,
Value<?>... values)
Add an attribute (represented by its ID and Value values) into an entry. |
int |
DefaultClientAttribute.add(Value<?>... vals)
Adds some values to this attribute. |
int |
ClientBinaryValue.compareTo(Value<byte[]> value)
|
int |
ClientStringValue.compareTo(Value<java.lang.String> value)
|
boolean |
DefaultClientEntry.contains(java.lang.String upId,
Value<?>... values)
Checks if an entry contains an attribute with some values. |
boolean |
DefaultClientAttribute.contains(Value<?>... vals)
Indicates whether the specified values are some of the attribute's values. |
EntryAttribute |
DefaultClientEntry.put(java.lang.String upId,
Value<?>... values)
Put an attribute (represented by its ID and some values) into an entry. |
int |
DefaultClientAttribute.put(Value<?>... vals)
Puts some values to this attribute. |
boolean |
DefaultClientEntry.remove(java.lang.String upId,
Value<?>... values)
Removes the specified values from an attribute. |
boolean |
DefaultClientAttribute.remove(Value<?>... vals)
Removes all the values that are equal to the given values. |
Method parameters in org.apache.directory.shared.ldap.entry.client with type arguments of type Value | |
---|---|
int |
DefaultClientAttribute.put(java.util.List<Value<?>> vals)
Puts a list of values into this attribute. |
Constructors in org.apache.directory.shared.ldap.entry.client with parameters of type Value | |
---|---|
DefaultClientAttribute(java.lang.String upId,
Value<?>... vals)
If the value does not correspond to the same attributeType, then it's wrapped value is copied into a new ClientValue which uses the specified attributeType. |
Uses of Value in org.apache.directory.shared.ldap.filter |
---|
Fields in org.apache.directory.shared.ldap.filter declared as Value | |
---|---|
protected Value<T> |
SimpleNode.value
the value |
Methods in org.apache.directory.shared.ldap.filter that return Value | |
---|---|
Value<T> |
SimpleNode.getValue()
Gets the value. |
Methods in org.apache.directory.shared.ldap.filter with parameters of type Value | |
---|---|
void |
SimpleNode.setValue(Value<T> value)
Sets the value of this node. |
Constructors in org.apache.directory.shared.ldap.filter with parameters of type Value | |
---|---|
ApproximateNode(java.lang.String attribute,
Value<T> value)
Creates a new ApproximateNode object. |
|
EqualityNode(java.lang.String attribute,
Value<T> value)
Creates a new Equality object. |
|
EqualityNode(java.lang.String attribute,
Value<T> value,
AssertionType assertionType)
Creates a new Equality object. |
|
GreaterEqNode(java.lang.String attribute,
Value<T> value)
Creates a new GreaterOrEqual object. |
|
LessEqNode(java.lang.String attribute,
Value<T> value)
Creates a new LessEqNode object. |
|
SimpleNode(java.lang.String attribute,
Value<T> value,
AssertionType assertionType)
Creates a new SimpleNode object. |
Uses of Value in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that return Value | |
---|---|
Value<?> |
CompareRequest.getAssertionValue()
Gets the attribute value to use in making the comparison. |
Value<?> |
CompareRequestImpl.getAssertionValue()
Gets the attribute value to use in making the comparison. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |