public abstract class AbstractVerifier extends PersistableChecker implements Verifier
BOOL_MATCH_ALL_FIELDS, BOOL_VALUE_CASESENSITIVE, BOOL_VALUE_CONTAINS
Constructor and Description |
---|
AbstractVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
verify(Persistable persistable,
boolean... conditions)
Verify a Persistable object against the contents stored in a persistence substance.
|
validate
public void verify(Persistable persistable, boolean... conditions) throws SAFSException
Verifier
verify
in interface Verifier
persistable
- Persistable, the object to verifyconditions
- boolean..., the boolean array to control the verification.
such as
SAFSException
- when something wrong happens.Copyright © SAS Institute. All Rights Reserved.