Class SelectSingleAttributeValueEvent

    • Constructor Detail

      • SelectSingleAttributeValueEvent

        public SelectSingleAttributeValueEvent​(SyncTask source,
                                               String message,
                                               com.unboundid.ldap.sdk.DN sourceDN,
                                               String selectedAttributeValue)
        Creates a new transform attribute value event.
        Parameters:
        source - The event source.
        message - The event message.
        sourceDN - The distinguished name (DN) of the source directory entry.
        selectedAttributeValue - The selected attribute value.
    • Method Detail

      • getSourceDN

        public com.unboundid.ldap.sdk.DN getSourceDN()
        Gets the distinct name (DN) of the source directory entry.
        Returns:
        The source entry DN.
      • getSelectedAttributeValue

        public String getSelectedAttributeValue()
        Gets the selected attribute value.
        Returns:
        The selected attribute value.