Class IChannelManagerSPI.IgnoreOnExportImportResult

  • Enclosing interface:
    IChannelManagerSPI

    public static class IChannelManagerSPI.IgnoreOnExportImportResult
    extends java.lang.Object
    Ignored channel on export and import search result.
    Since:
    8.0.0
    Version:
    $Revision: 25632 $ $Date: 2023-05-18 16:32:04 -0300 (Thu, 18 May 2023) $
    • Constructor Detail

      • IgnoreOnExportImportResult

        public IgnoreOnExportImportResult​(boolean isIgnoreOnExportImport,
                                          ChannelConfig ignoringChannel)
        Creates a new instance.
        Parameters:
        isIgnoreOnExportImport - indicates whether the given channel is ignored.
        ignoringChannel - the channel that makes the given channel to be ignored.
        Since:
        8.0.0
    • Method Detail

      • isIgnoreOnExportImport

        public boolean isIgnoreOnExportImport()
        Returns whether the given channel is ignored.
        Returns:
        whether the given channel is ignored.
        Since:
        8.0.0
      • getIgnoringChannel

        public ChannelConfig getIgnoringChannel()
        Returns the channel that makes the given channel to be ignored.
        Returns:
        the channel that makes the given channel to be ignored.
        Since:
        8.0.0