| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ScopeDeclarer |
HasOperationDeclarer.withScope(String name)
Adds a scope of the given
name |
ScopeDeclarer |
ConfigurationDeclarer.withScope(String name)
Adds a scope of the given
name |
ScopeDeclarer |
ExtensionDeclarer.withScope(String name)
Adds a scope of the given
name |
| Modifier and Type | Method and Description |
|---|---|
void |
HasOperationDeclarer.withScope(ScopeDeclarer declarer)
Adds a
ScopeDeclarer by receiving
a declarer which describes it |
void |
ConfigurationDeclarer.withScope(ScopeDeclarer declarer)
Adds a
ScopeDeclarer by receiving
a declarer which describes it |
void |
ExtensionDeclarer.withScope(ScopeDeclarer declarer)
Adds a
ScopeDeclarer by receiving
a declarer which describes it |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.