Package | Description |
---|---|
lumis.portal.structure.sync |
Structure synchronization implementation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IFileElement> |
SyncUtil.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.
|
Modifier and Type | Method and 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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.