public abstract class OperationImpl extends Object implements Operation
| Constructor and Description |
|---|
OperationImpl(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPropertyName(String name) |
Map<String,Serializable> |
getProperties() |
Set<String> |
getPropertyNames() |
Serializable |
getPropertyValue(String name)
used for facets, authentication, transaction support, etc.
|
boolean |
hasProperties() |
void |
setProperties(Map<String,Serializable> newProperties) |
public OperationImpl(Map<String,Serializable> properties)
public Set<String> getPropertyNames()
getPropertyNames in interface Operationpublic Serializable getPropertyValue(String name)
OperationgetPropertyValue in interface Operationpublic boolean containsPropertyName(String name)
containsPropertyName in interface Operationpublic boolean hasProperties()
hasProperties in interface Operationpublic Map<String,Serializable> getProperties()
getProperties in interface Operationpublic void setProperties(Map<String,Serializable> newProperties)
This work is licensed under a Creative Commons Attribution 4.0 International License.