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
 void validate(T obj)
           
 

Method Detail

validate

void validate(T obj)


Copyright © 2017 camunda services GmbH. All rights reserved.