|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public SpaceNode
Interface representing a space node.
Method Summary | |
---|---|
Identifiable |
getRootNavigation()
Returns the root navigation ID, or null if no navigation has been associated with the node. |
String |
getExportSpaceURL()
Returns a URL to export the space in zip file format |
String |
getExportTemplateURL()
Returns a URL to export the space as a template in zip file format |
void |
saveAsTemplate()
Save the space as template. |
Boolean |
isHidden()
Returns whether this space node is flagged as hidden. |
void |
setHidden(Boolean hide)
Allows to flag the space node as hidden or visible. |
Boolean |
confirmSetHidden(Boolean hide)
Confirms whether setting the hidden flag is possible. |
Boolean |
isFavorite()
Returns whether this space node is flagged as a favorite space. |
void |
setFavorite(Boolean favorite)
Allows to mark the space node as favorite ir non-favorite. |
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 |
Methods inherited from interface com.ibm.mashups.enabler.ThemeProvider |
---|
getTheme, setTheme, getThemeIdentifier, setThemeIdentifier |
Method Detail |
---|
Identifiable getRootNavigation()
null
if no navigation has been associated with the node.
null
if it has not been associatedString getExportSpaceURL()
String getExportTemplateURL()
void saveAsTemplate()
Boolean isHidden()
void setHidden(Boolean hide)
hide
-
true to hide the space, otherwise falseBoolean confirmSetHidden(Boolean hide)
hide
-
true to hide the space, otherwise false
Boolean isFavorite()
void setFavorite(Boolean favorite)
favorite
-
true to mark this space as favorite, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |