com.ptc.windchill.esi.evt
Class ESIWTObjectValidator
java.lang.Object
com.ptc.windchill.esi.evt.ESIValidatorImpl
com.ptc.windchill.esi.evt.ESIWTObjectValidator
- All Implemented Interfaces:
- ESIValidator
- public class ESIWTObjectValidator
- extends ESIValidatorImpl
Default implementation for validating WTObjects prior to publishing them.
Supported API: true
Extendable: false
Method Summary |
void |
validate(WTObject object)
Default behavior is to make sure that the object is not null. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ESIWTObjectValidator
public ESIWTObjectValidator()
validate
public void validate(WTObject object)
throws WTException
- Default behavior is to make sure that the object is not null.
Supported API: false
- Parameters:
object
-
- Throws:
WTException