Package lumis.portal.channel
Class IChannelManagerSPI.IgnoreOnExportImportResult
- java.lang.Object
-
- lumis.portal.channel.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 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
-
-