Uses of Class
lumis.portal.structure.sync.ChannelResume
-
Packages that use ChannelResume Package Description lumis.portal.structure.sync Structure synchronization implementation. -
-
Uses of ChannelResume in lumis.portal.structure.sync
Methods in lumis.portal.structure.sync that return ChannelResume Modifier and Type Method Description static ChannelResume
SyncUtil. getCurrentChannel()
Returns the channel that corresponds to the file currently being read or written.ChannelResume
ChannelResume. getParentChannel()
Returns the channel parent of this channel.Methods in lumis.portal.structure.sync with parameters of type ChannelResume Modifier and Type Method Description static <T extends IFileElement>
TSyncUtil. read(Class<T> clazz, IFile file, ChannelResume currentChannel)
Reads a structure file.static void
SyncUtil. writeIfModified(IFileElement obj, IFile file, ChannelResume currentChannel)
Writes a structure file, only if the semantics in the object is different.Method parameters in lumis.portal.structure.sync with type arguments of type ChannelResume Modifier and Type Method Description boolean
ChannelResume. isIgnoreOnExportImport(Map<String,ChannelResume> allChannels)
Returns whether this channel will be ignored on export and import based on the all channels map.
-