| Package | Description |
|---|---|
| org.switchyard.component.common.knowledge.exchange | |
| org.switchyard.component.common.knowledge.operation |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
KnowledgeExchangeHandler.getGlobalVariables(KnowledgeRuntimeEngine runtimeEngine)
Gets the global variables from the knowledge runtime engine.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KnowledgeOperations.containsGlobals(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Contains the globals.
|
static Object |
KnowledgeOperations.getInput(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Gets the input.
|
static List<Object> |
KnowledgeOperations.getInputList(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Gets an input (all) list.
|
static Map<String,Object> |
KnowledgeOperations.getInputMap(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Gets an input map.
|
static List<Object> |
KnowledgeOperations.getInputOnlyList(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Gets an input-only list.
|
static Map<String,Object> |
KnowledgeOperations.getInputOutputMap(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime)
Gets an input-output map.
|
static void |
KnowledgeOperations.setGlobals(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime,
boolean singleton)
Sets the globals.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.