public interface OperationModel
extends org.switchyard.config.model.NamedModel
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION
The "operation" name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEventId()
Gets the eventId attribute.
|
FaultsModel |
getFaults()
Gets the child faults mappings model.
|
GlobalsModel |
getGlobals()
Gets the child globals mappings model.
|
InputsModel |
getInputs()
Gets the child inputs mappings model.
|
OutputsModel |
getOutputs()
Gets the child outputs mappings model.
|
KnowledgeOperationType |
getType()
Gets the type attribute.
|
OperationModel |
setEventId(String eventId)
Sets the eventId attribute.
|
OperationModel |
setFaults(FaultsModel faults)
Sets the child faults mappings model.
|
OperationModel |
setGlobals(GlobalsModel globals)
Sets the child globals mappings model.
|
OperationModel |
setInputs(InputsModel inputs)
Sets the child inputs mappings model.
|
OperationModel |
setOutputs(OutputsModel outputs)
Sets the child outputs mappings model.
|
OperationModel |
setType(KnowledgeOperationType type)
Sets the type attribute.
|
static final String OPERATION
String getEventId()
OperationModel setEventId(String eventId)
eventId - the eventId attributeKnowledgeOperationType getType()
OperationModel setType(KnowledgeOperationType type)
type - the type attributeGlobalsModel getGlobals()
OperationModel setGlobals(GlobalsModel globals)
globals - the child globals mappings modelInputsModel getInputs()
OperationModel setInputs(InputsModel inputs)
inputs - the child inputs mappings modelOutputsModel getOutputs()
OperationModel setOutputs(OutputsModel outputs)
outputs - the child outputs mappings modelFaultsModel getFaults()
OperationModel setFaults(FaultsModel faults)
faults - the child faults mappings modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.