public abstract class V1OperationModel extends org.switchyard.config.model.BaseNamedModel implements OperationModel
OPERATION| Constructor and Description |
|---|
V1OperationModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new V1OperationModel with the specified configuration and descriptor.
|
V1OperationModel(String namespace)
Creates a new V1OperationModel in the specified namespace.
|
| 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.
|
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.
|
getName, getQName, getTargetNamespace, getTargetNamespaceURI, setNameaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic V1OperationModel(String namespace)
namespace - the namespacepublic V1OperationModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic String getEventId()
getEventId in interface OperationModelpublic OperationModel setEventId(String eventId)
setEventId in interface OperationModeleventId - the eventId attributepublic OperationModel setType(KnowledgeOperationType type)
setType in interface OperationModeltype - the type attributepublic GlobalsModel getGlobals()
getGlobals in interface OperationModelpublic OperationModel setGlobals(GlobalsModel globals)
setGlobals in interface OperationModelglobals - the child globals mappings modelpublic InputsModel getInputs()
getInputs in interface OperationModelpublic OperationModel setInputs(InputsModel inputs)
setInputs in interface OperationModelinputs - the child inputs mappings modelpublic OutputsModel getOutputs()
getOutputs in interface OperationModelpublic OperationModel setOutputs(OutputsModel outputs)
setOutputs in interface OperationModeloutputs - the child outputs mappings modelpublic FaultsModel getFaults()
getFaults in interface OperationModelpublic OperationModel setFaults(FaultsModel faults)
setFaults in interface OperationModelfaults - the child faults mappings modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.