wt.vc.baseline
Class StandardBaselineService.PopulateOperation
java.lang.Object
wt.vc.baseline.BaselineOperation
wt.vc.baseline.StandardBaselineService.PopulateOperation
- Enclosing class:
- StandardBaselineService
- class StandardBaselineService.PopulateOperation
- extends BaselineOperation
This class implements the abstract execute() method to populate a
Baseline.
Method Summary |
Baseline |
execute()
This method populates the Baseline and updates the modification
timestamp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
private Persistable root
navigator
private Navigator navigator
StandardBaselineService.PopulateOperation
StandardBaselineService.PopulateOperation(Persistable a_object,
Baseline a_baseline,
Navigator a_navigator)
execute
public Baseline execute()
throws WTException
- This method populates the Baseline and updates the modification
timestamp.
- Specified by:
execute
in class BaselineOperation
- Returns:
- Baseline that the operation was performed on
- Throws:
WTException