|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.StarTeamCollection
com.starteam.PermissionCollection
public final class PermissionCollection
A Collection that manages Permissions
| Constructor Summary | |
|---|---|
PermissionCollection()
Construct a new Permission Collection |
|
PermissionCollection(Permission permission)
Construct a Permission Collection with a specific permission |
|
PermissionCollection(Permission[] permissions)
Construct a Permission Collection from an array of permissions |
|
PermissionCollection(PermissionCollection source)
Construct a new Permission Collection from another |
|
| Method Summary | |
|---|---|
boolean |
contains(java.lang.Object o)
Returns true if the specified Permission is contained in this collection |
| Methods inherited from class com.starteam.StarTeamCollection |
|---|
add, addAll, addAll, addTo, attach, clear, 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 PermissionCollection()
public PermissionCollection(PermissionCollection source)
source - the collection to copypublic PermissionCollection(Permission permission)
permission - a single permission to add to the collectionpublic PermissionCollection(Permission[] permissions)
permissions - an array of permissions to add to the collection| Method Detail |
|---|
public boolean contains(java.lang.Object o)
contains in interface java.util.Collectioncontains in class StarTeamCollectiono - the permission to test for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||