| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RepositoryItem
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  java.util.Collection<java.lang.String> | getContextMemberships()Repository items can be associated with arbitrary contexts. | 
|  RepositoryItemDescriptor | getItemDescriptor()Returns the RepositoryItemDescriptor property, which describes the known properties for the item | 
|  java.lang.Object | getPropertyValue(java.lang.String pPropertyName)Returns the property of the given name | 
|  Repository | getRepository()Returns the Repository which contains this item | 
|  java.lang.String | getRepositoryId()Returns the unique id associated with this object in the repository. | 
|  boolean | isTransient()Returns true if this item has been created with createItem, but not yet added to the repository with addItem. | 
| Methods inherited from interface atg.repository.DisplayableItem | 
|---|
| getItemDisplayName | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getRepositoryId()
java.lang.Object getPropertyValue(java.lang.String pPropertyName)
Repository getRepository()
RepositoryItemDescriptor getItemDescriptor()
                                           throws RepositoryException
RepositoryExceptionboolean isTransient()
java.util.Collection<java.lang.String> getContextMemberships()
                                                             throws RepositoryException
RepositoryException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||