com.pega.pegarules.pub.runtime
Interface EditValidate
- All Superinterfaces:
- GeneratedJava
public interface EditValidate
- extends GeneratedJava
The EditValidate
interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Edit-Validate instances. This
processing supports verification of specialized constraints on individual
(scalar) property values.
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- John van der Meer
Method Summary |
boolean |
evaluate(ClipboardProperty theProperty)
The evaluate method defines the processing associated
with each implementation of EditValidate . |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
evaluate
boolean evaluate(ClipboardProperty theProperty)
- The
evaluate
method defines the processing associated
with each implementation of EditValidate
.
- Parameters:
theProperty
- the PropertyInfo.MODE_STRING
property
to be checked
- Returns:
true
if the value of the property satisfies the
defined test; false
if it fails this validation
Copyright © 2012 Pegasystems Inc. All Rights Reserved.