com.ptc.windchill.esi.evt
Interface ESIValidator
- All Known Implementing Classes:
- ESIValidatorImpl
- public interface ESIValidator
Defines the methods that ESI Event object validators must implement.
Supported API: true
Extendable: true
Method Summary |
void |
validate(WTObject object)
Make sure the object is internally consistent. |
validate
public void validate(WTObject object)
throws WTException
- Make sure the object is internally consistent. Implementers of this
interface are responsible to implement the validation business rules.
Supported API: true
- Parameters:
object
-
- Throws:
WTException