Class AllAttributesChangeSelectionCriteria

java.lang.Object
com.unboundid.ldap.sdk.unboundidds.extensions.ChangelogBatchChangeSelectionCriteria
com.unboundid.ldap.sdk.unboundidds.extensions.AllAttributesChangeSelectionCriteria

This class provides an implementation of a get changelog batch change selection criteria value that indicates that the server should only return changes which target all or more of the specified attributes. The changes may target other attributes as well, but all of the associated attributes must be included in the change.
NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.
  • Constructor Details

    • AllAttributesChangeSelectionCriteria

      Creates a new all attributes change selection criteria value with the provided set of attribute names.
      Parameters:
      attributeNames - The names of the target attributes for changes that should be retrieved. It must not be null or empty.
    • AllAttributesChangeSelectionCriteria

      Creates a new all attributes change selection criteria value with the provided set of attribute names.
      Parameters:
      attributeNames - The names of the target attributes for changes that should be retrieved. It must not be null or empty.
  • Method Details