@Deprecated public class JcrItemUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME_AND_IDENTIFIER_SEPARATOR
Deprecated.
String separating property name and node identifier.
|
Constructor and Description |
---|
JcrItemUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JcrItemId |
getItemId(javax.jcr.Item jcrItem)
Deprecated.
Returns the ItemId for given JCR Item or return null if given null.
|
static JcrItemId |
getItemId(String workspaceName,
String absPath)
Deprecated.
Returns the itemId for a node at the given path if it exists, otherwise returns null.
|
static String |
getItemPath(javax.jcr.Item item)
Deprecated.
|
static javax.jcr.Item |
getJcrItem(JcrItemId itemId)
Deprecated.
Returns the JCR Item represented by the given itemId or returns null if it doesn't exist.
|
static List<javax.jcr.Item> |
getJcrItems(List<JcrItemId> ids)
Deprecated.
|
static boolean |
isPropertyItemId(String itemId)
Deprecated.
|
static boolean |
itemExists(JcrItemId itemId)
Deprecated.
|
static String |
parseNodeIdentifier(String itemId)
Deprecated.
|
static String |
parsePropertyName(String itemId)
Deprecated.
|
public static final String PROPERTY_NAME_AND_IDENTIFIER_SEPARATOR
public static String parseNodeIdentifier(String itemId)
public static boolean isPropertyItemId(String itemId)
public static javax.jcr.Item getJcrItem(JcrItemId itemId) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static boolean itemExists(JcrItemId itemId) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static JcrItemId getItemId(javax.jcr.Item jcrItem) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static JcrItemId getItemId(String workspaceName, String absPath) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public static String getItemPath(javax.jcr.Item item)
Copyright © 2019 Magnolia International Ltd.. All rights reserved.