|
|||||||||
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
com.unboundid.ldap.sdk.unboundidds.extensions.NotificationDestinationChangeSelectionCriteria
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class NotificationDestinationChangeSelectionCriteria
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 provides an implementation of a get changelog batch change selection criteria value that indicates that the server should only return changes that are associated with a specified notification destination, as specified by the entryUUID for the notification destination to target.
Constructor Summary | |
---|---|
NotificationDestinationChangeSelectionCriteria(java.lang.String destinationEntryUUID)
Creates a new notification destination change selection criteria value with the specified destination entryUUID. |
Method Summary | |
---|---|
ASN1Element |
encodeInnerElement()
Encodes the inner element for this changelog batch change selection criteria to an ASN.1 element. |
java.lang.String |
getDestinationEntryUUID()
Retrieves the entryUUID for the target notification destination. |
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 com.unboundid.ldap.sdk.unboundidds.extensions.ChangelogBatchChangeSelectionCriteria |
---|
decode, encode, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotificationDestinationChangeSelectionCriteria(java.lang.String destinationEntryUUID)
destinationEntryUUID
- The entryUUID for the notification
destination to target. It must not be
null
.Method Detail |
---|
public java.lang.String getDestinationEntryUUID()
public ASN1Element encodeInnerElement()
encodeInnerElement
in class ChangelogBatchChangeSelectionCriteria
public void toString(java.lang.StringBuilder buffer)
toString
in class ChangelogBatchChangeSelectionCriteria
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 |