Uses of Interface
lumis.portal.serialization.operation.ICloneableConfig
-
-
Uses of ICloneableConfig in lumis.doui.source.field.type
Classes in lumis.doui.source.field.type that implement ICloneableConfig Modifier and Type Class Description static class
ChannelDataType.Data
Data object for a field with data type principal.static class
PageDataType.Data
Data object for a field with data type file. -
Uses of ICloneableConfig in lumis.portal.channel
Classes in lumis.portal.channel that implement ICloneableConfig Modifier and Type Class Description class
ChannelConfig
Channel entity class -
Uses of ICloneableConfig in lumis.portal.channel.template
Classes in lumis.portal.channel.template that implement ICloneableConfig Modifier and Type Class Description class
ChannelTemplateLinkConfig
Information of the link of a channel template resource. -
Uses of ICloneableConfig in lumis.portal.group.serialization
Classes in lumis.portal.group.serialization that implement ICloneableConfig Modifier and Type Class Description class
GroupMemberConfig
Represents a group id and a group member id -
Uses of ICloneableConfig in lumis.portal.page
Classes in lumis.portal.page that implement ICloneableConfig Modifier and Type Class Description class
PageConfig
Represents a Page object -
Uses of ICloneableConfig in lumis.portal.serialization.operation
Classes in lumis.portal.serialization.operation with type parameters of type ICloneableConfig Modifier and Type Class Description class
ConfigDependencyAnalyzer<T extends ICloneableConfig<T>>
Responsible for analyze foreign key dependencies of a portal object being deserialized.Fields in lumis.portal.serialization.operation declared as ICloneableConfig Modifier and Type Field Description protected T
ConfigDependencyAnalyzer. originalConfig
protected T
ConfigDependencyAnalyzer. persistableConfig
-
Uses of ICloneableConfig in lumis.portal.serviceinstance
Classes in lumis.portal.serviceinstance that implement ICloneableConfig Modifier and Type Class Description class
ServiceInstanceConfig
class
ServiceInstanceDependencyConfig
Value class for dependency between service instances -
Uses of ICloneableConfig in lumis.portal.serviceinterface.style
Classes in lumis.portal.serviceinterface.style that implement ICloneableConfig Modifier and Type Class Description class
ServiceInterfaceStyleConfig
Value class for Service Interface Style properties -
Uses of ICloneableConfig in lumis.portal.serviceinterfaceinstance
Classes in lumis.portal.serviceinterfaceinstance that implement ICloneableConfig Modifier and Type Class Description class
ServiceInterfaceInstanceConfig
Holds the data about a service interface instance. -
Uses of ICloneableConfig in lumis.util.security.acl
Classes in lumis.util.security.acl that implement ICloneableConfig Modifier and Type Class Description class
AccessControlEntry
Value class for an entry of an Access Control List, which represents a principal and its permissions.class
AccessControlList
Value class for Access Control Lists
-