public interface RepositoryItem extends DisplayableItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getItemDisplayNamestatic final java.lang.String CLASS_VERSION
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