| Package | Description |
|---|---|
| de.viadee.bpm.vPAV.processing | |
| de.viadee.bpm.vPAV.processing.code.flow | |
| de.viadee.bpm.vPAV.processing.model.data |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
ResourceFileReader.readResourceFile(String fileName,
BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String scopeId)
Reads a resource file from class path
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
ResourceFileReader.searchProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Examine java code for process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
ResourceFileReader.searchReadProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search read process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
ResourceFileReader.searchRemovedProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search removed process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
ResourceFileReader.searchWrittenProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search written process variables
|
| Modifier and Type | Field and Description |
|---|---|
protected ElementChapter |
AbstractNode.elementChapter |
| Constructor and Description |
|---|
ExpressionNode(ControlFlowGraph controlFlowGraph,
BpmnElement parentElement,
String expression,
ElementChapter elementChapter) |
Node(ControlFlowGraph controlFlowGraph,
BpmnElement parentElement,
soot.toolkits.graph.Block block,
ElementChapter elementChapter) |
| Modifier and Type | Method and Description |
|---|---|
ElementChapter |
ProcessVariableOperation.getChapter() |
static ElementChapter |
ElementChapter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementChapter[] |
ElementChapter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProcessVariableOperation(String name,
BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String resourceFilePath,
VariableOperation operation,
String scopeId,
int index) |
ProcessVariableOperation(String name,
ElementChapter chapter,
KnownElementFieldType fieldType,
VariableOperation operation,
String scopeId) |
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.