com.ptc.windchill.esi.evt
Class ESIPartValidator

java.lang.Object
  extended by com.ptc.windchill.esi.evt.ESIValidatorImpl
      extended by com.ptc.windchill.esi.evt.ESIPartValidator
All Implemented Interfaces:
ESIValidator

public class ESIPartValidator
extends ESIValidatorImpl

Default implementation for validating WTPart objects prior to publishing them.

Supported API: true

Extendable: false


Method Summary
 void validate(WTObject object)
          Make sure that the object is a WTPart and not null.
 
Methods inherited from class com.ptc.windchill.esi.evt.ESIValidatorImpl
validateInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validate

public final void validate(WTObject object)
                    throws WTException
Make sure that the object is a WTPart and not null. Optionally insure that the part has targets associated to it.

Supported API: true

Parameters:
object -
Throws:
WTException