public abstract class MatchingPolicyContextChecker extends Object
Constructor and Description |
---|
MatchingPolicyContextChecker() |
Modifier and Type | Method and Description |
---|---|
List<FieldContext> |
getFieldContexts()
Returns the field contexts from the matching policy context configuration.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current user session.
|
boolean |
isMatchingPolicyContextConditionsMet(com.onwbp.adaptation.Adaptation record)
Returns
true if all required conditions are met for the current matching policy context. |
boolean |
isMatchingPolicyContextConditionsMet(TransientRecordContext context)
Returns
true if all required conditions are met for the current matching policy context. |
public boolean isMatchingPolicyContextConditionsMet(com.onwbp.adaptation.Adaptation record)
true
if all required conditions are met for the current matching policy context.public boolean isMatchingPolicyContextConditionsMet(TransientRecordContext context)
true
if all required conditions are met for the current matching policy context.public List<FieldContext> getFieldContexts()
public com.orchestranetworks.service.Session getSession()