Class GlobalInterfaceStyle
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.GlobalInterfaceStyle
-
- All Implemented Interfaces:
java.io.Serializable
,IFileElement
,IFileGlobalElement
public class GlobalInterfaceStyle extends java.lang.Object implements java.io.Serializable, IFileGlobalElement
Bean used for XML serialization of non-isolated interface styles.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see
ServiceInterfaceInstanceConfig
.- Since:
- 6.2.0
- Version:
- $Revision: 25199 $ $Date: 2022-09-05 18:27:38 -0300 (Mon, 05 Sep 2022) $
- See Also:
ServiceInterfaceStyleConfig
,ServiceInterfaceStyleConfig.IsolationLevel.SHARED
,ServiceInterfaceStyleConfig.IsolationLevel.PUBLIC
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STYLE_FOLDER_NAME
The name of the style folder in the global synchronization area.
-
Constructor Summary
Constructors Constructor Description GlobalInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.SortedSet<java.lang.String>
getAllowedConsumers()
java.lang.String
getDescription()
java.lang.String
getFilePath()
java.lang.String
getGlobalFilePath()
Returns the path of the file to be stored in global area.java.lang.String
getId()
java.lang.String
getInterfaceId()
InterfaceStyle.InterfaceStylePK
getInterfaceStylePK()
ServiceInterfaceStyleConfig.IsolationLevel
getIsolationLevel()
java.lang.String
getName()
-
-
-
Field Detail
-
STYLE_FOLDER_NAME
public static final java.lang.String STYLE_FOLDER_NAME
The name of the style folder in the global synchronization area.- Since:
- 6.2.0
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GlobalInterfaceStyle
public GlobalInterfaceStyle(InterfaceStyle interfaceStyle)
Creates a newIsolatedInterfaceStyle
by copying relevant properties from aInterfaceStyle
.- Parameters:
interfaceStyle
- the interface style whose properties will be copied.- Since:
- 6.2.0
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getInterfaceId
public java.lang.String getInterfaceId()
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getFilePath
public java.lang.String getFilePath()
-
getIsolationLevel
public ServiceInterfaceStyleConfig.IsolationLevel getIsolationLevel()
-
getAllowedConsumers
public java.util.SortedSet<java.lang.String> getAllowedConsumers()
-
getGlobalFilePath
public java.lang.String getGlobalFilePath()
Description copied from interface:IFileGlobalElement
Returns the path of the file to be stored in global area.- Specified by:
getGlobalFilePath
in interfaceIFileGlobalElement
- Returns:
- the path, relative to the global directory.
-
getInterfaceStylePK
public InterfaceStyle.InterfaceStylePK getInterfaceStylePK()
-
-