Class DynamicSettings

    • Constructor Detail

      • DynamicSettings

        public DynamicSettings()

        Constructor for DynamicSettings.

    • Method Detail

      • getFiles

        public List<TemplateDefinition> getFiles()
        Gets the list of template files allowing user redefinition and addition of templating files
        Returns:
        A list of template files
      • getWorkflowSettings

        public WorkflowSettings getWorkflowSettings()
        Gets the WorkflowSettings included in the config object.
        Returns:
        A new instance of settings
      • getDynamicProperties

        public Map<String,​Object> getDynamicProperties()
        Gets all "custom" properties included in the config object.
        Returns:
        All user-specified custom properties.