Method Summary |
|
public void | cleanup() This method will always be invoked by the RulesEngine after the validation is completed. |
public String | getLabelToken() Getter for the property labelToken. |
public UOW | getUow() Getter for the property uow. |
public Object | getValue() Getter for the property value. |
public void | init() This method is invoked by the RulesEngine before all the setters are invoked. |
public void | setLabelToken(String labelToken) Setter for property labelToken. |
public void | setUow(UOW uow) Setter for property uow. |
public void | setValue(Object value) Setter for property value. |
public void | validate() The RulesEngine will invoke this method to perform the field validation. |