Package | Description |
---|---|
org.switchyard | |
org.switchyard.test |
Modifier and Type | Method and Description |
---|---|
Scope |
Property.getScope()
The scope of the property.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Property> |
Context.getProperties(Scope scope)
Returns the set of all properties in this context in the specified scope.
|
Property |
Context.getProperty(String name,
Scope scope)
Retrieves the value of the named property with the given scope in this
context.
|
void |
Context.removeProperties(Scope scope)
Removes properties from the specified scope from this context.
|
Property |
Context.setProperty(String name,
Object val,
Scope scope)
Sets the named context property with the specified value in a specific
scope.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
Invoker.property(String name,
Object value,
Scope scope)
Sets a property at the specified scope.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.