org.exoplatform.services.jcr.webdav.xml
Class PropstatGroupedRepresentation
java.lang.Object
org.exoplatform.services.jcr.webdav.xml.PropstatGroupedRepresentation
public class PropstatGroupedRepresentation
- extends java.lang.Object
Created by The eXo Platform SARL .
- Version:
- $Id: PropstatGroupedRepresentation.java 35184 2009-08-07 14:14:37Z pnedonosko $
- Author:
- Gennady Azarenkov
|
Field Summary |
protected boolean |
namesOnly
|
protected java.util.Set<javax.xml.namespace.QName> |
propNames
|
protected java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> |
propStats
|
protected Resource |
resource
|
|
Method Summary |
java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> |
getPropStats()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propStats
protected final java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> propStats
propNames
protected java.util.Set<javax.xml.namespace.QName> propNames
namesOnly
protected final boolean namesOnly
resource
protected final Resource resource
PropstatGroupedRepresentation
public PropstatGroupedRepresentation(Resource resource,
java.util.Set<javax.xml.namespace.QName> propNames,
boolean namesOnly)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
getPropStats
public final java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> getPropStats()
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.