org.exoplatform.services.jcr.webdav.xml
Class PropstatGroupedRepresentation

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.xml.PropstatGroupedRepresentation

public class PropstatGroupedRepresentation
extends java.lang.Object

Created by The eXo Platform SARL .

Version:
$Id: PropstatGroupedRepresentation.java 51621 2010-09-02 12:26:20Z dkatayev $
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
           
 
Constructor Summary
PropstatGroupedRepresentation(Resource resource, java.util.Set<javax.xml.namespace.QName> propNames, boolean namesOnly)
           
 
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
 

Field Detail

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
Constructor Detail

PropstatGroupedRepresentation

public PropstatGroupedRepresentation(Resource resource,
                                     java.util.Set<javax.xml.namespace.QName> propNames,
                                     boolean namesOnly)
                              throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException
Method Detail

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 © 2012 eXo Platform SAS. All Rights Reserved.