Uses of Interface
wt.workflow.requirement.RequirementServiceSvr

Packages that use RequirementServiceSvr
wt.workflow.requirement   
 

Uses of RequirementServiceSvr in wt.workflow.requirement
 

Classes in wt.workflow.requirement that implement RequirementServiceSvr
 class StandardRequirementService
          Standard implementation of the requirement service interfaces
 

Fields in wt.workflow.requirement declared as RequirementServiceSvr
private static RequirementServiceSvr RequirementServerHelper.service
           
 

Methods in wt.workflow.requirement that return RequirementServiceSvr
static RequirementServiceSvr RequirementServerHelper.getService()
          Gets the object for the association that plays role: service.
 

Methods in wt.workflow.requirement with parameters of type RequirementServiceSvr
static void RequirementServerHelper.setService(RequirementServiceSvr a_Service)
          Sets the object for the association that plays role: service.
private static void RequirementServerHelper.serviceValidate(RequirementServiceSvr a_Service)