|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileElement | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
ChannelResume
Resumed information about a channel. |
Methods in lumis.portal.structure.sync with type parameters of type IFileElement | ||
---|---|---|
static
|
SyncUtil.read(Class<T> clazz,
File file,
ChannelResume currentChannel)
Reads a structure file. |
Methods in lumis.portal.structure.sync with parameters of type IFileElement | |
---|---|
static void |
SyncUtil.writeIfModified(IFileElement obj,
File 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 | |
---|---|
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 | |
---|---|
class |
FileTransformationParameterType
Model for SimpleParameterType . |
class |
GlobalInterfaceStyle
Bean used for XML serialization of non-isolated interface styles. |
Uses of IFileElement in lumis.portal.structure.sync.model.page |
---|
Classes in lumis.portal.structure.sync.model.page that implement IFileElement | |
---|---|
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 | |
---|---|
class |
ServiceInstance
Service instance model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |