Uses of Class
com.ptc.windchill.esi.evt.ESIEvent

Packages that use ESIEvent
com.ptc.windchill.esi.evt   
 

Uses of ESIEvent in com.ptc.windchill.esi.evt
 

Fields in com.ptc.windchill.esi.evt declared as ESIEvent
private  ESIEvent EventEmitter.event
           
private  ESIEvent ESISoapRequestRenderer.event
           
 

Methods in com.ptc.windchill.esi.evt that return ESIEvent
 ESIEvent EventEmitter.getEvent()
          Gets the object for the association that plays role: event.
 ESIEvent ESISoapRequestRenderer.getEvent()
          Gets the object for the association that plays role: event.
 

Methods in com.ptc.windchill.esi.evt with parameters of type ESIEvent
 void SoapRequestRenderer.setEvent(ESIEvent event)
          Demand that all renderers are stateful and provide a setter for the event object.
 void EventEmitter.setEvent(ESIEvent a_Event)
          Sets the object for the association that plays role: event.
private  void EventEmitter.eventValidate(ESIEvent a_Event)
           
 void ESIStandardEventValidator.validate(ESIEvent event)
          Make sure that the object is a ESIEvent and not null.
 void ESISoapRequestRenderer.setEvent(ESIEvent a_Event)
          Sets the object for the association that plays role: event.
 void ESIEventValidator.validate(ESIEvent event)
          Make sure that the ESIEvent has the necessary state.