|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.Asn1Object
org.apache.directory.shared.ldap.codec.search.Filter
org.apache.directory.shared.ldap.codec.search.ConnectorFilter
public abstract class ConnectorFilter
This Filter abstract class is used to store a set of filters used by OR/AND/NOT filters.
Field Summary | |
---|---|
protected ArrayList |
filterSet
The set of filters used by And/Or filters |
protected int |
filtersLength
The filters length |
Fields inherited from class org.apache.directory.shared.asn1.Asn1Object |
---|
parent |
Constructor Summary | |
---|---|
ConnectorFilter(int tlvId)
The constructor. |
Method Summary | |
---|---|
void |
addFilter(Filter filter)
Add a new Filter to the list. |
int |
computeLength()
Compute the ConnectorFilter length Length(ConnectorFilter) = sum(filterSet.computeLength()) |
ByteBuffer |
encode(ByteBuffer buffer)
Encode the ConnectorFilter message to a PDU. |
ArrayList |
getFilterSet()
Get the list of filters stored in the composite filter |
String |
toString()
Return a string compliant with RFC 2254 representing a composite filter, one of AND, OR and NOT |
Methods inherited from class org.apache.directory.shared.asn1.Asn1Object |
---|
addLength, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ArrayList filterSet
protected transient int filtersLength
Constructor Detail |
---|
public ConnectorFilter(int tlvId)
Method Detail |
---|
public void addFilter(Filter filter) throws DecoderException
filter
- The filter to add
DecoderException
public ArrayList getFilterSet()
public int computeLength()
computeLength
in class Asn1Object
public ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode
in class Asn1Object
buffer
- The buffer where to put the PDU
EncoderException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |