com.ptc.windchill.esi.evt
Class ESIWTObjectValidator

java.lang.Object
  extended bycom.ptc.windchill.esi.evt.ESIValidatorImpl
      extended bycom.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


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class com.ptc.windchill.esi.evt.ESIValidatorImpl
ENFORCE_ORGS, enforceOrgs
 
Constructor Summary
ESIWTObjectValidator()
           
 
Method Summary
 void validate(WTObject object)
          Default behavior is to make sure that the object is 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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ESIWTObjectValidator

public ESIWTObjectValidator()
Method Detail

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