public interface ParameterValueStore
Parameter values in String form. These values will subsequently be passed through
Constraint, Transposition and Binding processing.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Rewrite event,
EvaluationContext context,
Parameter<?> param,
String value)
Validate the given
Parameter and value. |
String |
retrieve(Parameter<?> parameter)
Retrieve the currenet value for the given
Parameter. |
boolean |
submit(Rewrite event,
EvaluationContext context,
Parameter<?> param,
String value)
Submit the given
Parameter and value. |
boolean submit(Rewrite event, EvaluationContext context, Parameter<?> param, String value)
Parameter and value. Return false if the value does not match configured
Constraint instances, or does not match an already submitted value; otherwise, return true..boolean isValid(Rewrite event, EvaluationContext context, Parameter<?> param, String value)
Parameter and value. Return false if the value does not match configured
Constraint instances, or does not match an already submitted value; otherwise, return true.Copyright © 2016 OCPsoft. All rights reserved.