public class ProcessVariablesScanner extends Object
| Constructor and Description |
|---|
ProcessVariablesScanner(Set<String> javaResources) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryPoint> |
getEntryPoints()
get list of entrypoints (process message, method) where process variables have been found
|
List<EntryPoint> |
getIntermediateEntryPoints()
get list of intermediate entrypoints (process message, method) where process variables have been found
|
Map<String,Collection<String>> |
getMessageIdToVariableMap()
get mapping for message id
|
Map<String,Collection<String>> |
getProcessIdToVariableMap()
get mapping for process id
|
void |
scanProcessVariables()
scan java resources for variables and retrieve important information such as message ids and entrypoints
|
public void scanProcessVariables()
public List<EntryPoint> getIntermediateEntryPoints()
public List<EntryPoint> getEntryPoints()
public Map<String,Collection<String>> getMessageIdToVariableMap()
public Map<String,Collection<String>> getProcessIdToVariableMap()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.