com.starteam
Class ViewMemberCollection.HistoryContainer

java.lang.Object
  extended by com.starteam.ViewMemberCollection.HistoryContainer
Enclosing class:
ViewMemberCollection

public static final class ViewMemberCollection.HistoryContainer
extends java.lang.Object

a query for History on the underlying collection of ViewMembers returns a collection of ViewMemberCollections. The collection of historical revisions for any individual ViewMember is accessed by member through this History object. The level of indirection is a requirement of the SDK's contractual obligation, namely, to expose only Java primitives, native SDK objects, and arrays of objects. Note also that a query for history on a server that does not support bulk queries will succeed, but at the cost of several non-bulk queries


Method Summary
 ViewMemberCollection getHistory(ViewMember vmb)
          Return the ViewMemberCollection of all historical revisions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHistory

public ViewMemberCollection getHistory(ViewMember vmb)
Return the ViewMemberCollection of all historical revisions

Parameters:
vmb - the ViewMember whose history is required Note that this ViewMember should be a member of the underlying collection from which this object is derived
Returns:
the ViewMemberCollection of all historical revisions


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.