|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.map.ESIGroupInfoManager
public final class ESIGroupInfoManager
Manages all ESIGroupInfo objects in a virtual machine. Implements the
Singleton pattern to insure that only one instance exists in a VM.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
protected |
ESIGroupInfoManager()
Hide the constructor to force access via the class' instance method. |
| Method Summary | |
|---|---|
ESIGroupInfo |
getGroupInfo(String groupName)
Returns the ESIGroupInfo for the supplied group name. |
Collection |
getGroupInfos()
Returns an ordered collection of all ESIGroupInfo objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ESIGroupInfoManager()
| Method Detail |
|---|
public ESIGroupInfo getGroupInfo(String groupName)
groupName -
public Collection getGroupInfos()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||