| Package | Description |
|---|---|
| org.switchyard.component.common.knowledge.config.model | |
| org.switchyard.component.common.knowledge.config.model.v1 |
| Modifier and Type | Method and Description |
|---|---|
OperationModel |
OperationModel.setEventId(String eventId)
Sets the eventId attribute.
|
OperationModel |
OperationModel.setFaults(FaultsModel faults)
Sets the child faults mappings model.
|
OperationModel |
OperationModel.setGlobals(GlobalsModel globals)
Sets the child globals mappings model.
|
OperationModel |
OperationModel.setInputs(InputsModel inputs)
Sets the child inputs mappings model.
|
OperationModel |
OperationModel.setOutputs(OutputsModel outputs)
Sets the child outputs mappings model.
|
OperationModel |
OperationModel.setType(KnowledgeOperationType type)
Sets the type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationModel> |
OperationsModel.getOperations()
Gets the child operation models.
|
| Modifier and Type | Method and Description |
|---|---|
OperationsModel |
OperationsModel.addOperation(OperationModel operation)
Adds a child operation model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
V1OperationModel
The 1st version OperationModel.
|
| Modifier and Type | Method and Description |
|---|---|
OperationModel |
V1OperationModel.setEventId(String eventId)
Sets the eventId attribute.
|
OperationModel |
V1OperationModel.setFaults(FaultsModel faults)
Sets the child faults mappings model.
|
OperationModel |
V1OperationModel.setGlobals(GlobalsModel globals)
Sets the child globals mappings model.
|
OperationModel |
V1OperationModel.setInputs(InputsModel inputs)
Sets the child inputs mappings model.
|
OperationModel |
V1OperationModel.setOutputs(OutputsModel outputs)
Sets the child outputs mappings model.
|
OperationModel |
V1OperationModel.setType(KnowledgeOperationType type)
Sets the type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationModel> |
V1OperationsModel.getOperations()
Gets the child operation models.
|
| Modifier and Type | Method and Description |
|---|---|
OperationsModel |
V1OperationsModel.addOperation(OperationModel operation)
Adds a child operation model.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.