com.ptc.windchill.esi.evt
Class ESIPartValidator
java.lang.Object
com.ptc.windchill.esi.evt.ESIValidatorImpl
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 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
targetUtility
ESITargetUtility targetUtility
ESIPartValidator
public ESIPartValidator()
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