Package org.camunda.bpm.engine.impl
Interface Validator<T>
- All Known Implementing Classes:
- QueryValidators.AdhocQueryValidator,- QueryValidators.StoredQueryValidator
public interface Validator<T>
Validators must be equal (in terms of 
#equals(Object)) if they validate
 the exact same thing.- Author:
- Thorben Lindhauer
- 
Method Summary
- 
Method Details- 
validate
 
-