Package lumis.portal.channel
Class IChannelManagerSPI.IgnoreOnExportImportResult
- java.lang.Object
-
- lumis.portal.channel.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 Summary
Constructors Constructor Description IgnoreOnExportImportResult(boolean isIgnoreOnExportImport, ChannelConfig ignoringChannel)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelConfig
getIgnoringChannel()
Returns the channel that makes the given channel to be ignored.boolean
isIgnoreOnExportImport()
Returns whether the given channel is ignored.
-
-
-
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
-
-