|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaselineService
This service interface defines the service API for recording that a Baselineable belongs to a Baseline by persisting a BaselineMember
association.
BaselineHelper has no helper methodsStandardBaselineService has listenersBaselineServiceEventWTException
| Method Summary | |
|---|---|
Baseline |
addToBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Adds the Baselineable item to the Baseline. |
Baseline |
addToBaseline(WTCollection baselineables,
Baseline baseline)
Adds the collection of Baselineable items to the Baseline. |
QueryResult |
getBaselineItems(Baseline a_baseline)
Returns a QueryResult of Baselineable item iterations that are part of the Baseline. |
QueryResult |
getBaselines(Baselineable a_baselineable)
Returns a QueryResult of Baseline objects that this Baselineable item iteration is part of. |
QueryResult |
getBaselines(Baselineable a_baselineable,
Class baselineClass)
Returns a QueryResult of Baseline objects of a specified class that this Baselineable item iteration is part of. |
WTKeyedMap |
getBaselines(WTCollection baselineables)
Returns a map of baselineables (as keys) to the collection of Baselines they're members of. |
WTKeyedMap |
getBaselines(WTCollection baselineables,
Class baselineClass)
Returns a map of baselineables (as keys) to the collection of baselines (of the given class) they're members of. |
QueryResult |
getBaselinesTop(Baselineable a_baselineable)
Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is top object of. |
WTKeyedMap |
getBaselinesTop(WTCollection baselineables)
Returns a map of baselineables (as keys) to the collection of ManagedBaselines they're top object of. |
QueryResult |
getManagedBaselines(Baselineable a_baselineable)
Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is part of. |
boolean |
isAnyIterationInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Returns true, if for this Baselineable, any items with the same Master are part of the Baseline. |
boolean |
isInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Returns true, if the Baselineable item iteration is part of the Baseline. |
Baseline |
populateBaseline(Persistable a_object,
Baseline a_baseline,
ConfigSpec a_configSpec)
Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the ConfigSpec. |
Baseline |
populateBaseline(Persistable a_object,
Baseline a_baseline,
wt.visitor.Navigator a_navigator)
Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the Navigator. |
Baseline |
removeFromBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Removes the Baselineable item iteration from the Baseline. |
Baseline |
removeFromBaseline(WTCollection baselineables,
Baseline baseline)
Removes the collection of Baselineable item iterations from the Baseline. |
| Method Detail |
|---|
QueryResult getBaselines(Baselineable a_baselineable)
throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
a_baselineable -
WTException
WTKeyedMap getBaselines(WTCollection baselineables)
throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
baselineables -
WTException
QueryResult getBaselines(Baselineable a_baselineable,
Class baselineClass)
throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
a_baselineable - baselineClass -
WTException
WTKeyedMap getBaselines(WTCollection baselineables,
Class baselineClass)
throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
baselineables - baselineClass -
WTException
QueryResult getManagedBaselines(Baselineable a_baselineable)
throws WTException
a_baselineable -
WTException
QueryResult getBaselineItems(Baseline a_baseline)
throws WTException
a_baseline -
WTException
boolean isInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
throws WTException
a_baselineable - a_baseline -
WTException
boolean isAnyIterationInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
throws WTException
a_baselineable - a_baseline -
WTException
Baseline addToBaseline(Baselineable a_baselineable,
Baseline a_baseline)
throws WTException
a_baselineable - a_baseline -
WTException
Baseline addToBaseline(WTCollection baselineables,
Baseline baseline)
throws WTException
baselineables - baseline -
WTException
Baseline removeFromBaseline(Baselineable a_baselineable,
Baseline a_baseline)
throws WTException
a_baselineable - a_baseline -
WTException
Baseline populateBaseline(Persistable a_object,
Baseline a_baseline,
wt.visitor.Navigator a_navigator)
throws WTException
a_object - a_baseline - a_navigator -
WTException
Baseline populateBaseline(Persistable a_object,
Baseline a_baseline,
ConfigSpec a_configSpec)
throws WTException
a_object - a_baseline - a_configSpec -
WTException
Baseline removeFromBaseline(WTCollection baselineables,
Baseline baseline)
throws WTException
baselineables - baseline -
WTException
QueryResult getBaselinesTop(Baselineable a_baselineable)
throws WTException
a_baselineable -
WTException
WTKeyedMap getBaselinesTop(WTCollection baselineables)
throws WTException
baselineables -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||