|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Catalog.WebCacheCatalog
public static final class Catalog.WebCacheCatalog
The Catalog class provides "global" access to certain properties of objects
from different classes. The catalog provides information about
Property values for the primary descriptors of
objects.
Note that the catalog is highly memory intensive and hence extremely expensive
Applications should make every effort to retrieve the primary descriptor
of an object using all means available before falling back to the catalog
| Method Summary | |
|---|---|
java.lang.Object |
get(int objectID,
Property.WebCacheProperty prprty)
Returns the property value for the specified "object" ID and property. |
java.lang.Object |
getPrimaryDescriptor(int objectID)
Returns the property value for the "primary descriptor" property of the given "object" ID. |
Property.WebCacheProperty[] |
getProperties()
Returns the collection of properties for which this catalog has data. |
Type.WebCacheType |
getType()
Gets the type that owns this catalog. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getPrimaryDescriptor(int objectID)
objectID - the object ID for which you want the value.
Property.isPrimaryDescriptor()
public java.lang.Object get(int objectID,
Property.WebCacheProperty prprty)
objectID - the object ID for requested objectprprty - the requested property
public Type.WebCacheType getType()
public Property.WebCacheProperty[] getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||