public class RegistryRootItem extends AbstractItem
rcs_id
Constructor and Description |
---|
RegistryRootItem(Connector con) |
Modifier and Type | Method and Description |
---|---|
boolean |
cannotHaveChildren()
Check whether this node may have children
|
ClassificationSchemeItem |
createClassificationScheme() |
boolean |
equals(java.lang.Object other) |
java.util.Iterator |
getChildren() |
java.util.Iterator |
getChildren(boolean refresh) |
java.lang.String |
getDescription() |
java.lang.String |
getImageURL() |
java.lang.String |
getName() |
java.lang.String |
getNameEx()
Get "extended/alternate name".
|
java.lang.String |
getPath()
For some object types (especially for RepositoryObjectItems) this method
may return a reasonable path - instances of other classes should return
null
|
int |
hashCode() |
boolean |
hasNoChildren() |
void |
showReport(ActionContext actionContext)
Show a report for this item.
|
addBulkCommand, addCommand, addDetailViewTab, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getItem, getKey, getLanguage, getLocale, getNonPermissionAccessControlElements, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReport, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, save, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, toString
public RegistryRootItem(Connector con) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
public java.lang.String getNameEx()
AbstractItem
getNameEx
in interface Item
getNameEx
in class AbstractItem
public java.lang.String getDescription() throws java.lang.Exception
java.lang.Exception
public java.util.Iterator getChildren() throws java.lang.Exception
java.lang.Exception
public java.util.Iterator getChildren(boolean refresh) throws java.lang.Exception
java.lang.Exception
public java.lang.String getPath() throws java.lang.Exception
AbstractItem
getPath
in interface Item
getPath
in class AbstractItem
java.lang.Exception
public boolean hasNoChildren() throws java.lang.Exception
java.lang.Exception
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public void showReport(ActionContext actionContext)
showReport
in interface Item
showReport
in class AbstractItem
actionContext
- public java.lang.String getImageURL()
public boolean cannotHaveChildren()
AbstractItem
cannotHaveChildren
in interface Item
cannotHaveChildren
in class AbstractItem
public ClassificationSchemeItem createClassificationScheme() throws java.lang.Exception
java.lang.Exception