public class SessionUtil extends Object
Constructor and Description |
---|
SessionUtil() |
Modifier and Type | Method and Description |
---|---|
static javax.jcr.Node |
getNode(javax.jcr.Session session,
String path)
Return the Node for the Given Path from the given repository.
|
static javax.jcr.Node |
getNode(String workspace,
String path)
Return the Node for the Given Path from the given repository.
|
static javax.jcr.Node |
getNodeByIdentifier(String workspace,
String id)
Return the Node by the given identifier from the given repository.
|
static boolean |
hasSameUnderlyingSession(javax.jcr.Session first,
javax.jcr.Session second) |
static javax.jcr.Session |
unwrap(javax.jcr.Session session) |
public static boolean hasSameUnderlyingSession(javax.jcr.Session first, javax.jcr.Session second)
public static javax.jcr.Session unwrap(javax.jcr.Session session)
public static javax.jcr.Node getNode(String workspace, String path)
public static javax.jcr.Node getNode(javax.jcr.Session session, String path)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.