public interface RuleExecutionContext
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.Adaptation |
getAdaptation()
Returns the current occurrence.
|
com.orchestranetworks.service.ProcedureContext |
getProcedureContext()
Returns the
ProcedureContext of the current occurrence. |
com.orchestranetworks.service.Session |
getSession()
Returns the
Session of the current occurrence. |
com.orchestranetworks.instance.ValueContext |
getValueContext()
Returns the
ValueContext of the current occurrence. |
com.orchestranetworks.service.ValueContextForUpdate |
getValueContextForUpdate()
Returns the
ValueContextForUpdate of the current occurrence. |
Hook |
getWhen()
Returns the event from which the rule is executed.
|
com.orchestranetworks.service.ProcedureContext getProcedureContext()
ProcedureContext of the current occurrence.
Returns null if not called from a procedure.com.orchestranetworks.service.ValueContextForUpdate getValueContextForUpdate()
ValueContextForUpdate of the current occurrence.
Returns null if not called from a procedure.com.orchestranetworks.instance.ValueContext getValueContext()
ValueContext of the current occurrence.com.onwbp.adaptation.Adaptation getAdaptation()
null.com.orchestranetworks.service.Session getSession()
Session of the current occurrence. Returns
null if rule type is Manual validation rule or Validation
rule.Hook getWhen()
null.