|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.StarTeamCollection
com.starteam.ChangeCollection
public class ChangeCollection
A collection of change objects.
ChangePackage.getChanges(),
Change.find(com.starteam.Item, com.starteam.Item)| Constructor Summary | |
|---|---|
ChangeCollection()
Constructs a new writable ChangeCollection. |
|
ChangeCollection(ChangeCollection source)
Constructs a ChangeCollection that is a copy of an existing one. |
|
| Method Summary | |
|---|---|
Change |
find(int ID)
Finds a change by object ID. |
CacheService |
getCache()
Gets the caching service associated with this collection. |
ChangeCollection |
reverse()
Creates a copy of this collection whose elements are in the reverse order of this one. |
| Methods inherited from class com.starteam.StarTeamCollection |
|---|
add, addAll, addAll, addTo, attach, clear, contains, 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 ChangeCollection()
public ChangeCollection(ChangeCollection source)
source - the collection to copy| Method Detail |
|---|
public CacheService getCache()
The caching service is used to populate, refresh and discard the cached objects in this collection.
Note that for writable ChangeCollections, the populate and refresh methods are no-ops.
public ChangeCollection reverse()
public Change find(int ID)
ID - The object ID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||