|
eXo JCR :: Component :: Webdav Service 1.15.4-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.xml.PropstatGroupedRepresentation
public class PropstatGroupedRepresentation
Created by The eXo Platform SARL.
| Field Summary | |
|---|---|
protected boolean |
namesOnly
Boolean flag. |
protected Set<QName> |
propNames
properties names |
protected Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> |
propStats
properties statuses. |
protected Resource |
resource
resource. |
protected javax.jcr.Session |
session
seesion. |
| Constructor Summary | |
|---|---|
PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly)
|
|
PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly,
javax.jcr.Session session)
|
|
| Method Summary | |
|---|---|
Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> |
getPropStats()
Returns properties statuses. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStats
protected Set<QName> propNames
protected final boolean namesOnly
protected final Resource resource
protected final javax.jcr.Session session
| Constructor Detail |
|---|
public PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly,
javax.jcr.Session session)
throws javax.jcr.RepositoryException
resource - resourcepropNames - properties namesnamesOnly - Boolean flag. Shows if only properties names are required
(true) or properties and values (false).
javax.jcr.RepositoryException - RepositoryException
public PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException| Method Detail |
|---|
public final Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> getPropStats()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - RepositoryException
|
eXo JCR :: Component :: Webdav Service 1.15.4-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||