Uses of Class
wt.lifecycle.Criterion

Packages that use Criterion
wt.clients.lifecycle.administrator   
wt.clients.lifecycle.promote   
wt.lifecycle
 
wt.lifecycle.history   
 

Uses of Criterion in wt.clients.lifecycle.administrator
 

Fields in wt.clients.lifecycle.administrator declared as Criterion
private  Criterion CCriterion.criterion
           
 

Methods in wt.clients.lifecycle.administrator that return Criterion
protected  Criterion CCriteriaList.findCriterion(String assertion)
          Returns the Criteria object given an assertion.
 

Constructors in wt.clients.lifecycle.administrator with parameters of type Criterion
CCriterion(Criterion criterion)
          Creates a new CCriterion given a Criterion object.
 

Uses of Criterion in wt.clients.lifecycle.promote
 

Methods in wt.clients.lifecycle.promote with parameters of type Criterion
(package private)  void LifeCyclePromoteReview.addCriteriaRow(Criterion criterion)
           
 

Uses of Criterion in wt.lifecycle
 

Methods in wt.lifecycle that return Criterion
 Criterion DefaultCriterion.getCriteria()
          Gets the object for the association that plays role: CRITERIA_ROLE.
 Criterion CriterionLink.getCriteria()
          Gets the object for the association that plays role: CRITERIA_ROLE.
 Criterion CriterionHistory.getCriterion()
          Gets the object for the association that plays role: CRITERION_ROLE.
static Criterion Criterion.newCriterion()
          Default factory for the class.
 Criterion DefaultCriterion.getCriteria()
          Gets the object for the association that plays role: CRITERIA_ROLE.
 Criterion CriterionLink.getCriteria()
          Gets the object for the association that plays role: CRITERIA_ROLE.
 Criterion CriterionHistory.getCriterion()
          Gets the object for the association that plays role: CRITERION_ROLE.
static Criterion Criterion.newCriterion()
          Default factory for the class.
 

Methods in wt.lifecycle with parameters of type Criterion
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(Criterion criterion)
           
private  void StandardLifeCycleService.logOrDelete(Criterion aCriterion, LifeCycleHistory aHistory, boolean deleting)
           
private static String LifeCycleExportImportHandler.stringCriterion(Criterion aCriterion)
           
private static void LifeCycleDefinitionHandler.validateCriterion(Criterion c)
          Validate the Criterion.
 void DefaultCriterion.setCriteria(Criterion criteria)
          Sets the object for the association that plays role: CRITERIA_ROLE.
static DefaultCriterion DefaultCriterion.newDefaultCriterion(PhaseTemplate thePhaseTemplate, Criterion criteria)
          Default factory for the class.
 void CriterionLink.setCriteria(Criterion criteria)
          Sets the object for the association that plays role: CRITERIA_ROLE.
static CriterionLink CriterionLink.newCriterionLink(Phase thePhase, Criterion criteria)
          Default factory for the class.
 void CriterionHistory.setCriterion(Criterion criterion)
          Sets the object for the association that plays role: CRITERION_ROLE.
static CriterionHistory CriterionHistory.newCriterionHistory(LifeCycleHistory theLifeCycleHistory, Criterion criterion)
          Default factory for the class.
protected  boolean Criterion.readVersion(Criterion thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(Criterion criterion)
           
private  void StandardLifeCycleService.logOrDelete(Criterion aCriterion, LifeCycleHistory aHistory, boolean deleting)
           
private static String LifeCycleExportImportHandler.stringCriterion(Criterion aCriterion)
           
private static void LifeCycleDefinitionHandler.validateCriterion(Criterion c)
          Validate the Criterion.
 void DefaultCriterion.setCriteria(Criterion criteria)
          Sets the object for the association that plays role: CRITERIA_ROLE.
static DefaultCriterion DefaultCriterion.newDefaultCriterion(PhaseTemplate thePhaseTemplate, Criterion criteria)
          Default factory for the class.
 void CriterionLink.setCriteria(Criterion criteria)
          Sets the object for the association that plays role: CRITERIA_ROLE.
static CriterionLink CriterionLink.newCriterionLink(Phase thePhase, Criterion criteria)
          Default factory for the class.
 void CriterionHistory.setCriterion(Criterion criterion)
          Sets the object for the association that plays role: CRITERION_ROLE.
static CriterionHistory CriterionHistory.newCriterionHistory(LifeCycleHistory theLifeCycleHistory, Criterion criterion)
          Default factory for the class.
protected  boolean Criterion.readVersion(Criterion thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of Criterion in wt.lifecycle.history
 

Fields in wt.lifecycle.history declared as Criterion
private static Criterion HistoryCriterionRowProcessor.myCriterion
           
 

Methods in wt.lifecycle.history with parameters of type Criterion
 void HistoryCriterionRowProcessor.setCriterion(Criterion criterion)
           
 

Constructors in wt.lifecycle.history with parameters of type Criterion
HistoryCriterionRowProcessor(Criterion criterion)
          Constructs a HistoryCriterionRowProcessor object.