Class IChannelManagerSPI.IgnoreOnExportImportResult

  • Enclosing interface:
    IChannelManagerSPI

    public static class IChannelManagerSPI.IgnoreOnExportImportResult
    extends Object
    Ignored channel on export and import search result.
    Since:
    8.0.0
    Version:
    $Revision: 22201 $ $Date: 2018-12-17 15:53:06 -0200 (Mon, 17 Dec 2018) $
    • 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