public interface NodeFact
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Returns the UUID of the corresponding node.
|
String |
getLanguage()
Returns the current language.
|
String |
getOperationType()
Returns the current JCR operation type.
|
AddedNodeFact |
getParent()
Returns the parent node fact.
|
String |
getPath()
Returns the corresponding path of the node.
|
JCRSessionWrapper |
getSession()
Returns the session that execute the rule
|
String |
getWorkspace()
Returns the current JCR workspace name.
|
void |
setOperationType(String operationType) |
String getIdentifier() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of a repository access errorAddedNodeFact getParent() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of a repository access errorString getPath() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of a repository access errorString getWorkspace() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of a repository access errorString getLanguage() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of a repository access errorString getOperationType()
void setOperationType(String operationType)
JCRSessionWrapper getSession() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of JCR-related errorsCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.