Package com.documentum.fc.client
Interface IDfPredicate
public interface IDfPredicate
A predicate is an object which evaluates a boolean condition given some runtime state.
-
Method Summary
-
Method Details
-
test
Evaluates a boolean condition given some runtime state.- Parameters:
state
- the runtime state assisting the evaluation (might benull
)- Returns:
- the result of the evaluation
- Throws:
DfException
- if a server error occurs
-