Uses of Interface
lumis.portal.structure.sync.IFileElement
-
Packages that use IFileElement Package Description lumis.portal.structure.sync Structure synchronization implementation.lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file.lumis.portal.structure.sync.model.global lumis.portal.structure.sync.model.page Models used for synchronizing a page structure file.lumis.portal.structure.sync.model.serviceinstance -
-
Uses of IFileElement in lumis.portal.structure.sync
Subinterfaces of IFileElement in lumis.portal.structure.sync Modifier and Type Interface Description interface
IFileGlobalElement
An root file element that is stored in the synchronization global area.interface
IFileStructureElement
A structure element that is the root of a structure file.Classes in lumis.portal.structure.sync that implement IFileElement Modifier and Type Class Description class
ChannelResume
Resumed information about a channel.Methods in lumis.portal.structure.sync with type parameters of type IFileElement Modifier and Type Method Description static <T extends IFileElement>
TSyncUtil. read(Class<T> clazz, IFile file, ChannelResume currentChannel)
Reads a structure file.Methods in lumis.portal.structure.sync with parameters of type IFileElement Modifier and Type Method Description static void
SyncUtil. writeIfModified(IFileElement obj, IFile file, ChannelResume currentChannel)
Writes a structure file, only if the semantics in the object is different. -
Uses of IFileElement in lumis.portal.structure.sync.model.channel
Classes in lumis.portal.structure.sync.model.channel that implement IFileElement Modifier and Type Class Description class
Channel
Channel model. -
Uses of IFileElement in lumis.portal.structure.sync.model.global
Classes in lumis.portal.structure.sync.model.global that implement IFileElement Modifier and Type Class Description class
Css
Bean used to serialize LumisXP (global) CSSs.class
FileTransformationParameterType
Model forSimpleParameterType
.class
GlobalGroup
Group model.class
GlobalInterfaceStyle
Bean used for XML serialization of non-isolated interface styles.class
Project
Bean used to serialize LumisXP (global) Projects. -
Uses of IFileElement in lumis.portal.structure.sync.model.page
Classes in lumis.portal.structure.sync.model.page that implement IFileElement Modifier and Type Class Description class
Page
Page model. -
Uses of IFileElement in lumis.portal.structure.sync.model.serviceinstance
Classes in lumis.portal.structure.sync.model.serviceinstance that implement IFileElement Modifier and Type Class Description class
ServiceInstance
Service instance model.
-