| Package | Description |
|---|---|
| org.switchyard.component.common.knowledge.exchange | |
| org.switchyard.component.common.knowledge.operation |
| Modifier and Type | Method and Description |
|---|---|
abstract KnowledgeOperation |
KnowledgeExchangeHandler.getDefaultOperation()
Gets the default knowledge operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
KnowledgeExchangeHandler.handleOperation(org.switchyard.Exchange exchange,
KnowledgeOperation operation)
Handles a knowledge operation.
|
| 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.registerOperations(KnowledgeComponentImplementationModel model,
Map<String,KnowledgeOperation> operations,
KnowledgeOperation defaultOperation)
Registers operations.
|
static void |
KnowledgeOperations.setFaults(org.switchyard.Message message,
KnowledgeOperation operation,
Map<String,Object> contextOverrides)
Sets the faults.
|
static void |
KnowledgeOperations.setGlobals(org.switchyard.Message message,
KnowledgeOperation operation,
KnowledgeRuntimeEngine runtime,
boolean singleton)
Sets the globals.
|
static void |
KnowledgeOperations.setOutputs(org.switchyard.Message message,
KnowledgeOperation operation,
Map<String,Object> contextOverrides)
Sets the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
KnowledgeOperations.registerOperations(KnowledgeComponentImplementationModel model,
Map<String,KnowledgeOperation> operations,
KnowledgeOperation defaultOperation)
Registers operations.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.