com.ptc.windchill.esi.evt
Class ESIChangeOrder2Validator

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

public class ESIChangeOrder2Validator
extends ESIValidatorImpl

Validates a WTChangeOrder2 for ESI publishing

Supported API: true

Extendable: false


Method Summary
 void validate(WTObject object)
          Makes sure that the WTChangeOrder2 object has changeable items and that at least one of the items is a part.
 
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 void validate(WTObject object)
              throws WTException
Makes sure that the WTChangeOrder2 object has changeable items and that at least one of the items is a part. Optionally checks to see that at least one part has organizations associated with it.

Supported API: true

Parameters:
object -
Throws:
WTException