public interface Verifier
Modifier and Type | Field and Description |
---|---|
static boolean |
BOOL_MATCH_ALL_FIELDS |
static boolean |
BOOL_VALUE_CASESENSITIVE |
static boolean |
BOOL_VALUE_CONTAINS |
Modifier and Type | Method and Description |
---|---|
PersistenceType |
getType()
The persistence Type.
|
void |
verify(Persistable persistable,
boolean... conditions)
Verify a Persistable object against the contents stored in a persistence substance.
|
static final boolean BOOL_MATCH_ALL_FIELDS
static final boolean BOOL_VALUE_CONTAINS
static final boolean BOOL_VALUE_CASESENSITIVE
void verify(Persistable persistable, boolean... conditions) throws SAFSException
persistable
- Persistable, the object to verifyconditions
- boolean..., the boolean array to control the verification.
such as
SAFSVerificationException
- when verification fails.SAFSException
- when something wrong happens.PersistenceType getType()
Copyright © SAS Institute. All Rights Reserved.