wt.vc.baseline
Interface BaselineSvrService

All Known Implementing Classes:
StandardBaselineService

public interface BaselineSvrService

The BaselineSvrService interface identifies the set of BaselineService methods that are invokable only from classes running in the method server.

Supported API: false

Extendable: false


Method Summary
 Baseline addMembers(Vector a_memberInfos, Baseline a_baseline)
          Deprecated. Replaced by addMembers(WTCollection)
 Baseline addMembers(WTCollection baselineMembers)
          Adds the Collection of BaselineMemberInfo items to the Baseline.
 

Method Detail

addMembers

public Baseline addMembers(Vector a_memberInfos,
                           Baseline a_baseline)
                    throws WTException
Deprecated. Replaced by addMembers(WTCollection)

Adds the Collection of BaselineMemberInfo items to the Baseline. If another item in the Baseline has the same Master as that item, then the current item in the Baseline is replaced with that item. All items are added within a single transaction. The modification timestamp on the Baseline is updated once after all items have been added. The PRE_ADD_BASELINE and POST_ADD_BASELINE or POST_REPLACE_BASELINE and POST_REPLACE_BASELINE are emitted for each item, which all PRE events emitted before the group is added and all POST events emitted after.

Supported API: false

Parameters:
a_memberInfos -
a_baseline -
Returns:
Baseline
Throws:
WTException

addMembers

public Baseline addMembers(WTCollection baselineMembers)
                    throws WTException
Adds the Collection of BaselineMemberInfo items to the Baseline. If another item in the Baseline has the same Master as that item, then the current item in the Baseline is replaced with that item. All items are added within a single transaction. The modification timestamp on the Baseline is updated once after all items have been added. The PRE_ADD_BASELINE and POST_ADD_BASELINE or POST_REPLACE_BASELINE and POST_REPLACE_BASELINE are emitted for each item, which all PRE events emitted before the group is added and all POST events emitted after.

Supported API: false

Parameters:
baselineMembers -
Returns:
Baseline
Throws:
WTException