wt.vc.baseline
Class StandardBaselineService.BaselineableOperation
java.lang.Object
wt.vc.baseline.BaselineOperation
wt.vc.baseline.StandardBaselineService.BaselineableOperation
- Enclosing class:
- StandardBaselineService
- class StandardBaselineService.BaselineableOperation
- extends BaselineOperation
This class implements the abstract execute() method to add or remove a
Baselineable item to a Baseline.
Method Summary |
Baseline |
execute()
This method adds or deletes the baselineable item to the Baseline. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baselineable
private Baselineable baselineable
mode
private int mode
StandardBaselineService.BaselineableOperation
StandardBaselineService.BaselineableOperation(Baselineable a_baselineable,
Baseline a_baseline,
int a_mode)
execute
public Baseline execute()
throws WTException
- This method adds or deletes the baselineable item to the Baseline.
If the item has been added or deleted, then the Baseline
modification timestamp is updated.
- Specified by:
execute
in class BaselineOperation
- Returns:
- Baseline that the operation was performed on
- Throws:
WTException