org.exoplatform.services.jcr.webdav.command.proppatch
Class PropPatchResponseEntity
java.lang.Object
org.exoplatform.services.jcr.webdav.command.proppatch.PropPatchResponseEntity
- All Implemented Interfaces:
- org.exoplatform.services.rest.transformer.SerializableEntity
public class PropPatchResponseEntity
- extends java.lang.Object
- implements org.exoplatform.services.rest.transformer.SerializableEntity
Created by The eXo Platform SAS. Author : Vitaly Guly
- Version:
- $Id: PropPatchResponseEntity.java 35184 2009-08-07 14:14:37Z pnedonosko $
|
Field Summary |
protected static java.util.Set<javax.xml.namespace.QName> |
NON_REMOVING_PROPS
|
|
Constructor Summary |
PropPatchResponseEntity(WebDavNamespaceContext nsContext,
javax.jcr.Node node,
java.net.URI uri,
java.util.List<org.exoplatform.common.util.HierarchicalProperty> setList,
java.util.List<org.exoplatform.common.util.HierarchicalProperty> removeList)
|
|
Method Summary |
javax.jcr.Node |
contentNode()
|
protected java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> |
getPropStat()
|
void |
writeObject(java.io.OutputStream outStream)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NON_REMOVING_PROPS
protected static final java.util.Set<javax.xml.namespace.QName> NON_REMOVING_PROPS
PropPatchResponseEntity
public PropPatchResponseEntity(WebDavNamespaceContext nsContext,
javax.jcr.Node node,
java.net.URI uri,
java.util.List<org.exoplatform.common.util.HierarchicalProperty> setList,
java.util.List<org.exoplatform.common.util.HierarchicalProperty> removeList)
writeObject
public void writeObject(java.io.OutputStream outStream)
throws java.io.IOException
- Specified by:
writeObject in interface org.exoplatform.services.rest.transformer.SerializableEntity
- Throws:
java.io.IOException
getPropStat
protected java.util.Map<java.lang.String,java.util.Set<org.exoplatform.common.util.HierarchicalProperty>> getPropStat()
contentNode
public javax.jcr.Node contentNode()
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2011 eXo Platform SAS. All Rights Reserved.