Package com.mayam.wf.config.shared
Class Config
java.lang.Object
com.mayam.wf.config.shared.Config
- All Implemented Interfaces:
Serializable
Main class for Mayam Tasks configuration.
- Author:
- Markus MÃ¥rtensson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForms()
getGraph()
lookupField
(String fieldId) Looks up a field using its identifier, returning null if not found.lookupTaskList
(String taskListId) Looks up a task list using its identifier, returning null if not found.protected void
setEnumTranslations
(EnumTranslations enumTranslations) void
void
setSchemaMap
(AttributeSchema.Map schemaMap)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTaskLists
-
getFields
-
getForms
-
getAlertTypes
-
getEnumTranslations
-
getSchemaMap
-
getGraph
-
lookupTaskList
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
Looks up a field using its identifier, returning null if not found.
-