edu.northwestern.at.monk.model
Class WorkPartHasChildrenCriterion

java.lang.Object
  extended by edu.northwestern.at.monk.model.SearchCriterion
      extended by edu.northwestern.at.monk.model.YesNoCriterion
          extended by edu.northwestern.at.monk.model.WorkPartHasChildrenCriterion

public class WorkPartHasChildrenCriterion
extends YesNoCriterion

A work part has children search criterion.

See Also:
MONK Datastore Overview, Licensing Agreement

Constructor Summary
WorkPartHasChildrenCriterion(YesNo option)
          Creates a new work part has children search criterion.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.monk.model.YesNoCriterion
getOption
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkPartHasChildrenCriterion

public WorkPartHasChildrenCriterion(YesNo option)
                             throws ModelException
Creates a new work part has children search criterion.

Parameters:
option - Option: YesNo.IGNORE, YesNo.YES, or YesNo.NO.
Throws:
ModelException