public Number
checkLimits(
FWSimVariable aSource, Number aValue, Number aMin,
Number aMax) throws
SimValueOutOfRangeException;
Returns false if aValue is NaN or outside limits.
Limits that are
null are ignored.
returns if limits are checked valid
- if level < LAZY no check is performed (return true)
public boolean
checkParametersInScript(Collection aAllowedFields, Collection
aForbiddenFields, String aJexlScript,
FWSimFieldContainer aSource);
Returns false if the content type makes the variable write protected
returns if check is valid
- if level < LAZY no check is performed (return true)