com.ptc.windchill.esi.evt
Class ESIStandardEventValidator
java.lang.Object
com.ptc.windchill.esi.evt.ESIStandardEventValidator
- All Implemented Interfaces:
- ESIEventValidator, Externalizable, Serializable
public final class ESIStandardEventValidator
- extends Object
- implements ESIEventValidator, Externalizable
This is the default implementation of ESIEventValidator.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
void |
validate(ESIEvent event)
Make sure that the object is a ESIEvent and not null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
validate
public void validate(ESIEvent event)
throws WTException
- Make sure that the object is a ESIEvent and not null. Optionally,
insure that no transaction is pending against the primary business
object.
Supported API: true
- Specified by:
validate in interface ESIEventValidator
- Parameters:
event -
- Throws:
WTException