public abstract class AbstractRoleItem extends AbstractItem implements IPrincipal
rcs_id
Constructor and Description |
---|
AbstractRoleItem(CentraSiteRoleManager parent,
Connector connector,
javax.xml.registry.infomodel.RegistryObject registryObject) |
Modifier and Type | Method and Description |
---|---|
abstract void |
delete() |
java.util.Iterator |
getChildren() |
java.util.Iterator |
getChildren(boolean refresh) |
java.lang.String |
getDescription() |
java.lang.String |
getDomain() |
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
|
java.lang.String |
getPropertyAttribute(java.lang.String arg0) |
java.util.Enumeration |
getPropertyKeys() |
javax.xml.registry.infomodel.RegistryObject |
getRegistryObject() |
ReportInterface |
getReport()
Get report to be used when selecting given object in tree.
|
CentraSiteRoleManager |
getRoleManagementItem() |
java.lang.String |
getType() |
boolean |
hasNoChildren() |
boolean |
isRole() |
void |
saveUserLinks(java.util.Iterator it) |
void |
showReport(ActionContext actionContext)
Show a report for this item.
|
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getItem, getKey, getLanguage, getLocale, getNonPermissionAccessControlElements, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, save, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, toString
public AbstractRoleItem(CentraSiteRoleManager parent, Connector connector, javax.xml.registry.infomodel.RegistryObject registryObject)
public java.lang.String getName()
getName
in interface Item
getName
in interface IPrincipal
public java.lang.String getDomain()
public java.lang.String getDescription()
getDescription
in interface Item
public abstract void delete() throws java.lang.Exception
java.lang.Exception
public void saveUserLinks(java.util.Iterator it) throws java.lang.Exception
java.lang.Exception
public java.lang.String getNameEx()
AbstractItem
getNameEx
in interface Item
getNameEx
in class AbstractItem
public CentraSiteRoleManager getRoleManagementItem()
public java.util.Iterator getChildren(boolean refresh) throws java.lang.Exception
getChildren
in interface Item
java.lang.Exception
public java.util.Iterator getChildren() throws java.lang.Exception
getChildren
in interface Item
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
hasNoChildren
in interface Item
java.lang.Exception
public ReportInterface getReport()
AbstractItem
getReport
in interface Item
getReport
in class AbstractItem
public java.lang.String getImageURL() throws java.lang.Exception
getImageURL
in interface Item
getImageURL
in interface IPrincipal
java.lang.Exception
public boolean isRole()
isRole
in interface IPrincipal
public void showReport(ActionContext actionContext)
AbstractItem
showReport
in interface Item
showReport
in class AbstractItem
public java.lang.String getType()
getType
in interface IPrincipal
public java.lang.String getPropertyAttribute(java.lang.String arg0)
getPropertyAttribute
in interface IPrincipal
public java.util.Enumeration getPropertyKeys()
getPropertyKeys
in interface IPrincipal
public javax.xml.registry.infomodel.RegistryObject getRegistryObject()