public class PropstatGroupedRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly) |
PropstatGroupedRepresentation(Resource resource,
Set<QName> propNames,
boolean namesOnly,
javax.jcr.Session session) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> |
getPropStats()
Returns properties statuses.
|
protected final Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStats
protected final boolean namesOnly
protected final Resource resource
protected final javax.jcr.Session session
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 - RepositoryExceptionCopyright © 2016 eXo Platform SAS. All Rights Reserved.