com.starteam
Class ViewMemberCollection.WebCacheViewMemberCollection.WebCacheHistoryContainer

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

public static final class ViewMemberCollection.WebCacheViewMemberCollection.WebCacheHistoryContainer
extends java.lang.Object

a query for History on an array of WebCacheViewMembers returns a collection of WebCacheViewMember[]'s. The collection of historical revisions for any individual WebCacheViewMember is accessed by member through this HistoryContainer 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
 ViewMember.WebCacheViewMember[] getHistory(ViewMember.WebCacheViewMember vmb)
          Return an array of all historical revisions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHistory

public ViewMember.WebCacheViewMember[] getHistory(ViewMember.WebCacheViewMember vmb)
Return an array 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:
an array of all historical revisions


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