|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public CatalogEntryNode
Interface that represents a catalog entry; used in the CatalogEntryModel
Method Summary | |
---|---|
String |
getDefinitionURL(Boolean resolveEndpoints)
Returns the definition URL of this catalog entry |
String |
getIconURL(Boolean resolveEndpoints)
Returns the icon URL of this catalog entry |
String |
getPreviewThumbnailURL(Boolean resolveEndpoints)
Returns the preview thumbnail URL for this catalog entry |
String |
getPreviewURL(Boolean resolveEndpoints)
Returns the preview URL for this catalog entry |
String |
getHelpURL(Boolean resolveEndpoints)
Returns the help URL for this catalog entry |
void |
setDefinitionURL(String url)
Sets the definition URL of this catalog entry |
Boolean |
confirmSetDefinitionURL(String url)
Confirms whether setting the url is possible. |
void |
setIconURL(String url)
Sets the icon URL of this catalog entry |
Boolean |
confirmSetIconURL(String url)
Confirms whether setting the url is possible. |
void |
setPreviewThumbnailURL(String url)
Sets the preview thumbnail URL of this catalog entry |
Boolean |
confirmSetPreviewThumbnailURL(String url)
Confirms whether setting the url is possible. |
void |
setPreviewURL(String url)
Sets the preview URL of this catalog entry |
Boolean |
confirmSetPreviewURL(String url)
Confirms whether setting the url is possible. |
void |
setHelpURL(String url)
Sets the help URL of this catalog entry |
Boolean |
confirmSetHelpURL(String url)
Confirms whether setting the url is possible. |
String |
getShortDescription(String locale)
Returns the short description of this object in the given locale. |
String |
setShortDescription(String desc,
String locale)
Sets the short description for the given locale. |
Methods inherited from interface com.ibm.mashups.enabler.Identifiable |
---|
getID |
Methods inherited from interface com.ibm.mashups.enabler.ModifiableLocalized |
---|
setTitle, confirmSetTitle, removeTitle, confirmRemoveTitle, removeTitles, confirmRemoveTitles, setDescription, confirmSetDescription, removeDescription, confirmRemoveDescription, removeDescriptions, confirmRemoveDescriptions |
Methods inherited from interface com.ibm.mashups.enabler.Localized |
---|
getLocales, getTitle, getTitles, getDescription, getDescriptions |
Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData |
---|
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData |
Methods inherited from interface com.ibm.mashups.enabler.MetaData |
---|
getMetaDataNames, getMetaData |
Method Detail |
---|
String getDefinitionURL(Boolean resolveEndpoints)
resolveEndpoints
-
optional parameter to resolve endpoint:
null
String getIconURL(Boolean resolveEndpoints)
resolveEndpoints
-
optional parameter to resolve endpoint:
null
String getPreviewThumbnailURL(Boolean resolveEndpoints)
resolveEndpoints
-
optional parameter to resolve endpoint:
null
String getPreviewURL(Boolean resolveEndpoints)
resolveEndpoints
-
optional parameter to resolve endpoint:
null
String getHelpURL(Boolean resolveEndpoints)
resolveEndpoints
-
optional parameter to resolve endpoint:
null
void setDefinitionURL(String url)
url
-
definition url to set; must not be null
Boolean confirmSetDefinitionURL(String url)
url
-
definition url to set; must not be null
void setIconURL(String url)
url
-
icon url to set; must not be null
Boolean confirmSetIconURL(String url)
url
-
icon url to set; must not be null
void setPreviewThumbnailURL(String url)
url
-
preview thumbnail url to set; may be null
Boolean confirmSetPreviewThumbnailURL(String url)
url
-
preview thumbnail url to set; may be null
void setPreviewURL(String url)
url
-
preview url to set; may be null
Boolean confirmSetPreviewURL(String url)
url
-
preview url to set; may be null
void setHelpURL(String url)
url
-
help url to set; may be null
Boolean confirmSetHelpURL(String url)
url
-
help url to set; may be null
String getShortDescription(String locale)
locale
-
the locale for which to retrieve the short description, must not be null
.
null
. It is up to the invoker of the method to implement an appropriate fallback mechanism.String setShortDescription(String desc, String locale)
desc
-
short description to set; must not be null
locale
-
locale to set the short description for; must not be null
null
is returned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |