|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.AbstractItem
com.centrasite.control.security.items.AbstractRoleItem
public abstract class AbstractRoleItem
Represent a role
Field Summary |
---|
Fields inherited from class com.centrasite.control.AbstractItem |
---|
rcs_id |
Constructor Summary | |
---|---|
AbstractRoleItem(CentraSiteRoleManager parent,
Connector connector,
javax.xml.registry.infomodel.RegistryObject registryObject)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractRoleItem(CentraSiteRoleManager parent, Connector connector, javax.xml.registry.infomodel.RegistryObject registryObject)
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |