public class ResourceUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
generateEntityTag(javax.jcr.Node node,
String lastModifiedProperty) |
static boolean |
isFile(javax.jcr.Node node)
If the node is file.
|
static boolean |
isVersion(javax.jcr.Node node)
If the node is version.
|
static boolean |
isVersioned(javax.jcr.Node node)
If the node is versionable.
|
public static boolean isFile(javax.jcr.Node node)
node - nodepublic static boolean isVersion(javax.jcr.Node node)
node - nodepublic static boolean isVersioned(javax.jcr.Node node)
node - nodepublic static String generateEntityTag(javax.jcr.Node node, String lastModifiedProperty) throws javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.RepositoryException, ParseException
javax.jcr.UnsupportedRepositoryOperationExceptionjavax.jcr.RepositoryExceptionParseExceptionCopyright © 2016 eXo Platform SAS. All Rights Reserved.