public interface OperationsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATIONS
The "operations" name.
|
| Modifier and Type | Method and Description |
|---|---|
OperationsModel |
addOperation(OperationModel operation)
Adds a child operation model.
|
List<OperationModel> |
getOperations()
Gets the child operation models.
|
static final String OPERATIONS
List<OperationModel> getOperations()
OperationsModel addOperation(OperationModel operation)
operation - the child operation modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.