wt.vc
Class StandardVersionControlService.AllElementsQuery
java.lang.Object
wt.vc.StandardVersionControlService.AllElementsQuery
- Direct Known Subclasses:
- StandardVersionControlService.AllIterationsQuery, StandardVersionControlService.AllVersionsQuery
- Enclosing class:
- StandardVersionControlService
- private abstract static class StandardVersionControlService.AllElementsQuery
- extends Object
Helper class used by AllElementsOf to generate QuerySpecs to find all
iterations or versions of a master.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
master
protected Mastered master
StandardVersionControlService.AllElementsQuery
public StandardVersionControlService.AllElementsQuery(Mastered master)
getSpec
public abstract QuerySpec getSpec(Class element,
boolean descendent)
throws WTException
- Throws:
WTException