Class WorkflowContextModel

  • All Implemented Interfaces:
    Serializable

    public class WorkflowContextModel
    extends Object
    implements Serializable
    Model with additional context data such as the fonts installed on the system.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkflowContextModel

        public WorkflowContextModel()
    • Method Detail

      • getInstalledCharsets

        public List<Charset> getInstalledCharsets()
      • getInstalledFontNames

        public List<String> getInstalledFontNames()
      • getStandardSupportedCharsets

        public List<Charset> getStandardSupportedCharsets()
      • setInstalledCharsets

        public void setInstalledCharsets​(List<Charset> installedCharsets)
      • setInstalledFontNames

        public void setInstalledFontNames​(List<String> installedFontNames)
      • setStandardSupportedCharsets

        public void setStandardSupportedCharsets​(List<Charset> standardSupportedCharsets)