|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.StarTeamCollection
com.starteam.ViewMemberCollection
com.starteam.ChangePackageCollection
public class ChangePackageCollection
A Collection of Change Packages within a specified view
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.starteam.ViewMemberCollection |
|---|
ViewMemberCollection.BehaviorContainer, ViewMemberCollection.HistoryContainer, ViewMemberCollection.WebCacheViewMemberCollection |
| Constructor Summary | |
|---|---|
ChangePackageCollection()
Construct an empty ChangePackage collection |
|
ChangePackageCollection(ChangePackage changePackage)
Construct an ChangePackage collection containing only the given change package. |
|
ChangePackageCollection(ChangePackage[] changePackages)
Constructs a collection containing all the change packages of the given array |
|
ChangePackageCollection(ChangePackageCollection changePackages)
Constructs a collection containing all the change packages of the given collection |
|
| Method Summary | |
|---|---|
ChangePackageCollection |
getActive()
Gets the subset of ChangePackages in this collection that are active (that is, not yet committed). |
CacheService |
getCache()
Gets a cache service that can be used to populate, refresh or discard all of the view members in this collection, in bulk. |
CacheService |
getChangeCache()
Gets a CacheService that can be used to manipulate change objects for multiple change packages in bulk. |
ChangePackageCollection |
getCommitted()
Gets the subset of ChangePackages in this collection that have already been committed. |
ChangePackageCollection |
getMyResponsibility()
Gets the subset of ChangePackages in this collection for which the logged-in user is responsible. |
| Methods inherited from class com.starteam.ViewMemberCollection |
|---|
clear, contains, find, find, find, getAt, getFromHistory, getFromHistory, getFromHistory, getHistory, getViewMember, getViewMember, getViewMemberBehavior, lockExclusive, lockExclusive, lockNonExclusive, modifyBookmark, modifyReadStatus, reverse, setViewMemberBehavior, sort, sort, sort, unlock |
| Methods inherited from class com.starteam.StarTeamCollection |
|---|
add, addAll, addAll, addTo, attach, containsAll, detach, get, getSyncRoot, indexOf, insert, isEmpty, isFixedSize, isModified, isReadOnly, isSynchronized, iterator, positionOf, remove, removeAll, removeAt, resetCapacity, retainAll, set, size, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ChangePackageCollection()
public ChangePackageCollection(ChangePackage changePackage)
changePackage - the change package to add to the collectionpublic ChangePackageCollection(ChangePackageCollection changePackages)
changePackages - the change packages to add to this collectionpublic ChangePackageCollection(ChangePackage[] changePackages)
changePackages - the change packages to add to this collection| Method Detail |
|---|
public ChangePackageCollection getActive()
public ChangePackageCollection getCommitted()
public ChangePackageCollection getMyResponsibility()
public CacheService getChangeCache()
public CacheService getCache()
getCache in class ViewMemberCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||