public interface Resource extends PropertyConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
COLLECTION
Collection nodetype index.
|
static int |
FILE
File nodetype index.
|
static int |
NULL
Empty nodetype index.
|
static int |
VERSION
Version nodetype index.
|
static int |
VERSION_HISTORY
Version history nodetype index.
|
static int |
VERSIONED_COLLECTION
Versioned collection nodetype index.
|
static int |
VERSIONED_FILE
Versioned file nodetype index.
|
CHILDCOUNT, CREATION_PATTERN, CREATIONDATE, DAV_ALLPROP, DAV_ALLPROP_INCLUDE, DISPLAYNAME, EXCLUSIVE, GETCONTENTLANGUAGE, GETCONTENTLENGTH, GETCONTENTTYPE, GETLASTMODIFIED, HASCHILDREN, IS_READ_ONLY, ISCOLLECTION, ISFOLDER, ISROOT, ISVERSIONED, JCR_CONTENT, JCR_DATA, LOCKDISCOVERY, LOCKSCOPE, LOCKTYPE, MODIFICATION_PATTERN, ORDERING_TYPE, OWNER, PARENTNAME, RESOURCETYPE, SUPPORTEDLOCK, SUPPORTEDMETHODSET, WRITE| Modifier and Type | Method and Description |
|---|---|
URI |
getIdentifier() |
WebDavNamespaceContext |
getNamespaceContext() |
Set<org.exoplatform.common.util.HierarchicalProperty> |
getProperties(boolean namesOnly) |
org.exoplatform.common.util.HierarchicalProperty |
getProperty(QName name) |
int |
getType() |
boolean |
isCollection() |
static final int FILE
static final int COLLECTION
static final int VERSION
static final int VERSIONED_FILE
static final int VERSIONED_COLLECTION
static final int VERSION_HISTORY
static final int NULL
URI getIdentifier()
int getType()
org.exoplatform.common.util.HierarchicalProperty getProperty(QName name) throws javax.jcr.PathNotFoundException, javax.jcr.AccessDeniedException, javax.jcr.RepositoryException
name - property namejavax.jcr.PathNotFoundException - PathNotFoundExceptionjavax.jcr.AccessDeniedException - AccessDeniedExceptionjavax.jcr.RepositoryException - RepositoryExceptionSet<org.exoplatform.common.util.HierarchicalProperty> getProperties(boolean namesOnly) throws javax.jcr.RepositoryException
namesOnly - - if true "empty" properties will be returned (w/o values
inside)javax.jcr.RepositoryException - RepositoryExceptionboolean isCollection()
WebDavNamespaceContext getNamespaceContext()
Copyright © 2016 eXo Platform SAS. All Rights Reserved.