public interface IContext extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllProperties()
Get properties that is used by the execution engine during policy execution
|
Object |
getProperty(String name)
Get the value of the property identified by name
|
void |
setAllProperties(Map<String,Object> properties)
Set properties that can be used by the execution engine during policy execution
|
void |
setProperty(String name, Object value)
Set the value of the property identified by name
|
void setAllProperties(Map<String,Object> properties)
properties -Map<String,Object> getAllProperties()
properties -void setProperty(String name, Object value)
name -value -