public class WorklistModelTools
extends java.lang.Object
| Constructor and Description |
|---|
WorklistModelTools() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,PluginData> |
mergeTlpiLocalisation(Instance instance)
Merges the localisation from the designated instance (and its template) for
usage in a worklist item representing the designated top-level instance.
|
static java.util.Map<java.lang.String,PluginData> |
renameL10nKeys(ExecutableBusinessProcessInstance ebpInstance)
Renames the localisation keys from the designated EBP instance to be used
for a
WorklistItem. |
public static java.util.Map<java.lang.String,PluginData> renameL10nKeys(ExecutableBusinessProcessInstance ebpInstance)
WorklistItem. This creates a new map to be used as plugin
data for a worklist item. Renaming is required since attributes with
similar semantic have different names in EBP instances and worklist items.ebpInstance - The EBP instance from which to get the localisation.public static java.util.Map<java.lang.String,PluginData> mergeTlpiLocalisation(Instance instance)
instance - The instance (and template) from which to get the
localisation.