Class InterfaceInstance
- java.lang.Object
-
- lumis.portal.structure.sync.model.page.InterfaceInstance
-
- All Implemented Interfaces:
Serializable
,Comparable<InterfaceInstance>
public class InterfaceInstance extends Object implements Serializable, Comparable<InterfaceInstance>
Service interface instance model.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see
ServiceInterfaceInstanceConfig
.- Since:
- 6.2.0
- Version:
- $Revision: 24023 $ $Date: 2020-08-11 23:34:39 -0300 (Tue, 11 Aug 2020) $
- See Also:
ServiceInterfaceInstanceConfig
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceInstance.CacheLevel
static class
InterfaceInstance.CachePersonalization
static class
InterfaceInstance.CacheServerSideInclude
static class
InterfaceInstance.EnableCache
static class
InterfaceInstance.PrintType
-
Constructor Summary
Constructors Constructor Description InterfaceInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChannelTemplateLinksIfNeeded(Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
void
afterXmlRead()
int
compareTo(InterfaceInstance o)
boolean
equals(Object obj)
SortedSet<InterfaceInstanceCustomProperty>
getCustomProperties()
String
getId()
String
getInterfaceId()
String
getInterfaceInstanceId()
String
getInterfaceStyleId()
Returns the interface style identifier.SortedSet<IsolatedInterfaceStyle>
getIsolatedInterfaceStyles()
String
getPageId()
String
getServiceInstanceId()
int
hashCode()
-
-
-
Method Detail
-
getId
public String getId()
-
getPageId
public String getPageId()
-
getInterfaceId
public String getInterfaceId()
-
getInterfaceInstanceId
public String getInterfaceInstanceId()
-
getServiceInstanceId
public String getServiceInstanceId()
-
getIsolatedInterfaceStyles
public SortedSet<IsolatedInterfaceStyle> getIsolatedInterfaceStyles()
-
getCustomProperties
public SortedSet<InterfaceInstanceCustomProperty> getCustomProperties()
-
getInterfaceStyleId
public String getInterfaceStyleId()
Returns the interface style identifier.- Returns:
- the interface style identifier.
- Since:
- 6.2.0
-
compareTo
public int compareTo(InterfaceInstance o)
- Specified by:
compareTo
in interfaceComparable<InterfaceInstance>
-
addChannelTemplateLinksIfNeeded
public void addChannelTemplateLinksIfNeeded(Queue<ParallelExecutor.IDatabaseTask> channelTemplateLinksToAdd)
-
afterXmlRead
public void afterXmlRead()
-
-