|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.extensions.ChangelogBatchChangeSelectionCriteria
@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class ChangelogBatchChangeSelectionCriteria
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class defines an API that should be implemented by classes which may represent a way to pare down the changelog entries that should be returned (e.g., so that they only include changes to a particular attribute or set of attributes) when using the
GetChangelogBatchExtendedRequest
.
Constructor Summary | |
---|---|
ChangelogBatchChangeSelectionCriteria()
|
Method Summary | |
---|---|
static ChangelogBatchChangeSelectionCriteria |
decode(ASN1Element element)
Decodes the provided ASN.1 element as a changelog batch change selection criteria value. |
ASN1Element |
encode()
Encodes this changelog batch change selection criteria value to an ASN.1 element suitable for inclusion in the get changelog batch extended request. |
protected abstract ASN1Element |
encodeInnerElement()
Encodes the inner element for this changelog batch change selection criteria to an ASN.1 element. |
java.lang.String |
toString()
Retrieves a string representation of this changelog batch change selection criteria value. |
abstract void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this changelog batch change selection criteria value to the provided buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChangelogBatchChangeSelectionCriteria()
Method Detail |
---|
public final ASN1Element encode()
protected abstract ASN1Element encodeInnerElement()
public static ChangelogBatchChangeSelectionCriteria decode(ASN1Element element) throws LDAPException
element
- The ASN.1 element to be decoded. It must not be
null
.
LDAPException
- If the provided ASN.1 element cannot be decoded as
a changelog batch starting point.public final java.lang.String toString()
toString
in class java.lang.Object
public abstract void toString(java.lang.StringBuilder buffer)
buffer
- The buffer to which the information should be appended.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |