Uses of Interface
wt.workflow.requirement.RequirementService

Packages that use RequirementService
wt.workflow.requirement   
 

Uses of RequirementService in wt.workflow.requirement
 

Classes in wt.workflow.requirement that implement RequirementService
 class RequirementServiceFwd
          

Supported API: false

Extendable: false
 class StandardRequirementService
          Standard implementation of the requirement service interfaces
 

Fields in wt.workflow.requirement declared as RequirementService
private static RequirementService RequirementHelper.service
           
 

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

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