Uses of Class
wt.workflow.requirement.RequirementException

Packages that use RequirementException
wt.workflow.requirement   
 

Uses of RequirementException in wt.workflow.requirement
 

Methods in wt.workflow.requirement that throw RequirementException
 void StandardRequirementService.removeRequirementAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector StandardRequirementService.getRequirementAssociations(WTObject wcObject)
          Returns the requirements associated to a specified object.
 void StandardRequirementService.removeWcObjectAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector StandardRequirementService.getWcObjects()
          Returns list of Windchill objects associated to a specified requirement object.
 Vector StandardRequirementService.queryProjects(String searchString)
          Query the Doors database for projects.
 Vector StandardRequirementService.queryModules(String projectName, String searchString)
          Returns the Doors modules of a project from the Doors database.
 Vector StandardRequirementService.queryRequirementObjects(String projectName, String moduleName, String searchString)
          Returns requirement objects of a module.
protected  Vector StandardRequirementService.getInfoEngineObjects(InputStream is)
          Retrieves Objects assocatied with the InputStream.
 String StandardRequirementService.getIEServiceUrl()
          Returns the url to the Info*Engine service as specified in ie.properties.
 String RequirementServiceSvr.getIEServiceUrl()
          Returns the url to the Info*Engine service as specified in ie.properties.
 void RequirementServiceFwd.removeRequirementAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector RequirementServiceFwd.getRequirementAssociations(WTObject wcObject)
          Returns the requirements associated to a specified object.
 void RequirementServiceFwd.removeWcObjectAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector RequirementServiceFwd.getWcObjects()
          Returns list of Windchill objects associated to a specified requirement object.
 Vector RequirementServiceFwd.queryProjects(String searchString)
          Query the Doors database for projects.
 Vector RequirementServiceFwd.queryModules(String projectName, String searchString)
          Returns the Doors modules of a project from the Doors database.
 Vector RequirementServiceFwd.queryRequirementObjects(String projectName, String moduleName, String searchString)
          Returns requirement objects of a module.
 void RequirementService.removeRequirementAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector RequirementService.getRequirementAssociations(WTObject wcObject)
          Returns the requirements associated to a specified object.
 void RequirementService.removeWcObjectAssociation(WTObject wcObject)
          Removes the requirement reqObject from the Windchill object wcObject.
 Vector RequirementService.getWcObjects()
          Returns list of Windchill objects associated to a specified requirement object.
 Vector RequirementService.queryProjects(String searchString)
          Query the Doors database for projects.
 Vector RequirementService.queryModules(String projectName, String searchString)
          Returns the Doors modules of a project from the Doors database.
 Vector RequirementService.queryRequirementObjects(String projectName, String moduleName, String searchString)
          Returns requirement objects of a module.