Class Config

java.lang.Object
com.mayam.wf.config.shared.Config
All Implemented Interfaces:
Serializable

public class Config extends Object implements Serializable
Main class for Mayam Tasks configuration.
Author:
Markus MÃ¥rtensson
See Also:
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTaskLists

      public List<TaskList> getTaskLists()
    • getFields

      public List<Field> getFields()
    • getForms

      public List<Form> getForms()
    • getAlertTypes

      public List<AlertType> getAlertTypes()
    • getEnumTranslations

      public EnumTranslations getEnumTranslations()
    • setEnumTranslations

      protected void setEnumTranslations(EnumTranslations enumTranslations)
    • getSchemaMap

      public AttributeSchema.Map getSchemaMap()
    • setSchemaMap

      public void setSchemaMap(AttributeSchema.Map schemaMap)
    • getGraph

      public Graph getGraph()
    • setGraph

      public void setGraph(Graph graph)
    • lookupTaskList

      public TaskList lookupTaskList(String taskListId)
      Looks up a task list using its identifier, returning null if not found. Passing null as identifier will cause the primary (or first) task list to be returned, unless the list of task lists is empty in which case a null result is returned.
    • lookupField

      public Field lookupField(String fieldId)
      Looks up a field using its identifier, returning null if not found.