public interface Node extends BaseElement
Node
Modifier and Type | Field and Description |
---|---|
static String |
PATH_SEPARATOR |
static char |
PATH_SEPARATOR_CHAR |
Modifier and Type | Method and Description |
---|---|
GenericMetadata |
getMetadata()
getMetadata
|
String |
getName()
getName
|
Node |
getParent()
getParent
|
String |
getPath()
getPath
|
String |
getShortTitle(Locale locale)
getShortTitle
|
String |
getTitle(Locale locale)
getTitle
|
String |
getType()
getType
|
String |
getUrl()
getUrl
|
boolean |
isHidden()
isHidden
|
void |
setHidden(boolean hidden)
setHidden
|
void |
setParent(Node parent)
setParent
|
void |
setPath(String path)
setPath
|
getId, getShortTitle, getTitle, isStale, setShortTitle, setTitle
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
static final String PATH_SEPARATOR
static final char PATH_SEPARATOR_CHAR
Node getParent()
getParent
void setParent(Node parent)
setParent
parent
- String getPath()
getPath
String getName()
getName
Returns the name of this node relative toNode.getParent().getPath()
void setPath(String path)
setPath
Sets the full-qualified path of this node.path
- GenericMetadata getMetadata()
getMetadata
String getTitle(Locale locale)
getTitle
Returns the title for the specified locale.locale
- String getShortTitle(Locale locale)
getShortTitle
Returns the short title for the specified locale.locale
- String getType()
getType
String getUrl()
getUrl
boolean isHidden()
isHidden
Whether or not this Node should be hidden in terms of the view. This MUST NOT restrict
the presence of this node in terms of being returned in
org.apache.jetspeed.page.document.NodeSet
.
void setHidden(boolean hidden)
setHidden
Whether or not this Node should be hidden in terms of the view.
hidden
- flagCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.