Uses of Class
com.infoengine.jsp.InfoEngine

Packages that use InfoEngine
com.infoengine.jsp.taglibs   
wt.workflow.requirement   
 

Uses of InfoEngine in com.infoengine.jsp.taglibs
 

Fields in com.infoengine.jsp.taglibs declared as InfoEngine
(package private)  InfoEngine ParallelTag.EmbeddableRunner.parentService
           
(package private)  InfoEngine ParallelTag.EmbeddableRunner.childService
           
(package private)  InfoEngine IeTagBase.ie
           
protected  InfoEngine Executor.ie
           
 

Methods in com.infoengine.jsp.taglibs that return InfoEngine
 InfoEngine IeTagBase.getInfoEngine()
          retrieve the Info*Engine object
 InfoEngine Executor.getInfoEngine()
           
 

Methods in com.infoengine.jsp.taglibs with parameters of type InfoEngine
 void WebjectTag.setInfoEngine(InfoEngine ie)
          only meant to be called when a tag is embedded within a parallel tag
 void UnitTag.setInfoEngine(InfoEngine ie)
          only meant to be called when a tag is embedded within a parallel tag
 void UnitSpecificTag.setInfoEngine(InfoEngine ie)
          only meant to be called when a tag is embedded within a parallel tag
 void TaskTag.setInfoEngine(InfoEngine ie)
          only meant to be called when a tag is embedded within a parallel tag
 void IsEmbeddable.setInfoEngine(InfoEngine ie)
          change the InfoEngine object used prior to execution.
 void IeTagBase.setInfoEngine(InfoEngine ie)
          only meant to be called when a tag is embedded within a parallel tag.
 void Executor.setInfoEngine(InfoEngine ie)
           
 void DirUpdateObjectsTag.setInfoEngine(InfoEngine ie)
          Only meant to be called when a tag is embedded within a parallel tag.
 void DirQueryObjectsTag.setInfoEngine(InfoEngine ie)
          Only meant to be called when a tag is embedded within a parallel tag.
 void DirListObjectsTag.setInfoEngine(InfoEngine ie)
          Only meant to be called when a tag is embedded within a parallel tag.
 void DirDeleteObjectTag.setInfoEngine(InfoEngine ie)
          Only meant to be called when a tag is embedded within a parallel tag.
 void DirCreateObjectsTag.setInfoEngine(InfoEngine ie)
          Only meant to be called when a tag is embedded within a parallel tag.
 

Uses of InfoEngine in wt.workflow.requirement
 

Fields in wt.workflow.requirement declared as InfoEngine
private  InfoEngine StandardRequirementService.ieService
           
 

Methods in wt.workflow.requirement that return InfoEngine
 InfoEngine StandardRequirementService.getIeService()
          Gets the value of the attribute: ieService; Instance of the Info*Engine Service.
 

Methods in wt.workflow.requirement with parameters of type InfoEngine
 void StandardRequirementService.setIeService(InfoEngine a_IeService)
          Sets the value of the attribute: ieService; Instance of the Info*Engine Service.