public class BpmnModelDispatcher extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection<CheckerIssue> |
dispatch(File processdefinition,
Map<String,String> decisionRefToPathMap,
Map<String,String> processIdToPathMap,
Map<String,Collection<String>> messageIdToVariables,
Map<String,Collection<String>> processIdToVariables,
Collection<String> resourcesNewestVersions,
Map<String,Rule> conf)
The BpmnModelDispatcher reads a model and creates a collection of all elements.
|
public static Collection<CheckerIssue> dispatch(File processdefinition, Map<String,String> decisionRefToPathMap, Map<String,String> processIdToPathMap, Map<String,Collection<String>> messageIdToVariables, Map<String,Collection<String>> processIdToVariables, Collection<String> resourcesNewestVersions, Map<String,Rule> conf) throws ConfigItemNotFoundException
processdefinition - Holds the path to the BPMN modeldecisionRefToPathMap - decisionRefToPathMapprocessIdToPathMap - Map of prozessId to bpmn filemessageIdToVariables - Map of messages and their variablesprocessIdToVariables - map of processId with their variablesresourcesNewestVersions - collection with newest versions of class filesconf - ruleSetConfigItemNotFoundException - ruleSet couldn't be readCopyright © 2018 viadee Unternehmensberatung GmbH. All rights reserved.