public interface JCRValueProvider extends ValueProvider
Modifier and Type | Method and Description |
---|---|
void |
detach()
Method for detaching the jcr node.
|
void |
flush()
Flushes all fetched data kept in instance variables
|
String |
getDisplayName() |
javax.jcr.Node |
getJcrNode()
returns the
Node that was used to create this value provider with or null when the
node is already detached |
String |
getLocalizedName()
Deprecated.
use
getDisplayName() instead |
javax.jcr.Node |
getParentJcrNode()
returns the parent
Node of this value provider or null when the node is detached. |
boolean |
isDetached()
Test whether the jcr node is detached or not
|
boolean |
isNodeType(String nodeType) |
getBoolean, getBooleans, getCanonicalPath, getDate, getDates, getDouble, getDoubles, getIdentifier, getLong, getLongs, getName, getPath, getProperties, getPropertyMap, getString, getStrings, hasProperty
javax.jcr.Node getJcrNode()
Node
that was used to create this value provider with or null
when the
node is already detachedString getDisplayName()
HippoNode.getDisplayName()
@Deprecated String getLocalizedName()
getDisplayName()
insteadHippoNode#getLocalizedName()
javax.jcr.Node getParentJcrNode()
Node
of this value provider or null
when the node is detached.
If the node is the jcr rootNode, null
will be returnednull
if the node is null or there is no parentvoid detach()
boolean isDetached()
boolean isNodeType(String nodeType)
nodeType
- void flush()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.