|
|||||||||
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.discovery.URLItem
public class URLItem
An object referenced by a URL
Field Summary |
---|
Fields inherited from class com.centrasite.control.AbstractItem |
---|
rcs_id |
Constructor Summary | |
---|---|
URLItem(java.lang.String url,
java.lang.String title,
Connector con)
|
|
URLItem(java.net.URL url,
java.lang.String title,
Connector con)
|
Method Summary | |
---|---|
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 |
boolean |
hasNoChildren()
|
void |
showDetailView(ActionContext actionContext)
Show the details for this item |
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 URLItem(java.lang.String url, java.lang.String title, Connector con)
public URLItem(java.net.URL url, java.lang.String title, Connector con)
Method Detail |
---|
public java.lang.String getName() throws java.lang.Exception
java.lang.Exception
public java.lang.String getNameEx() throws java.lang.Exception
AbstractItem
getNameEx
in interface Item
getNameEx
in class AbstractItem
java.lang.Exception
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 java.lang.String getImageURL() throws java.lang.Exception
java.lang.Exception
public void showReport(ActionContext actionContext)
AbstractItem
showReport
in interface Item
showReport
in class AbstractItem
public void showDetailView(ActionContext actionContext)
showDetailView
in interface Item
showDetailView
in class AbstractItem
actionContext
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |