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