Class GlobalInterfaceStyle

    • 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 new IsolatedInterfaceStyle by copying relevant properties from a InterfaceStyle.
        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()
      • 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 interface IFileGlobalElement
        Returns:
        the path, relative to the global directory.