public interface NodeNameGenerator<I>
Node.Node(String, String, Node, BasicItem, ChildNodeDirection)
.Modifier and Type | Method and Description |
---|---|
String |
getDeniedNodeName(Node parentNode)
Generate a name for a node when the item exists, but
the current user doesn't have permission to access read
the item.
|
String |
getDeniedNodeTitle(Node parentNode)
Generate a title for a node when the item exists, but
the current user doesn't have permission to access read
the item.
|
String |
getMissingNodeName(Node parentNode)
Generate a name for a node when the item is missing.
|
String |
getMissingNodeTitle(Node parentNode)
Generate a title for a node when the item is missing.
|
String |
getNodeName(I item,
Node parentNode)
Generate a name for the new node that is about to be
created.
|
String |
getNodeTitle(I item,
Node parentNode)
Generate a title for the new node that is about to be
created.
|
String getMissingNodeName(Node parentNode)
parentNode
- The parent nodeString getMissingNodeTitle(Node parentNode)
parentNode
- The parent nodeString getDeniedNodeName(Node parentNode)
parentNode
- The parent nodeString getDeniedNodeTitle(Node parentNode)
parentNode
- The parent nodeString getNodeName(I item, Node parentNode)
item
- The item that is attached to the node (never null)parentNode
- The parent node of the new node