|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.command.proppatch.PropPatchResponseEntity
public class PropPatchResponseEntity
Created by The eXo Platform SAS. Author : Vitaly Guly
| Field Summary | |
|---|---|
protected static Set<QName> |
NON_REMOVING_PROPS
The list of properties that can-not be removed. |
protected static Set<QName> |
READ_ONLY_PROPS
The list of properties that can-not be changed. |
| Constructor Summary | |
|---|---|
PropPatchResponseEntity(WebDavNamespaceContext nsContext,
javax.jcr.Node node,
URI uri,
List<org.exoplatform.common.util.HierarchicalProperty> setList,
List<org.exoplatform.common.util.HierarchicalProperty> removeList)
Constructor. |
|
| Method Summary | |
|---|---|
javax.jcr.Node |
getContentNode()
Gets the content node. |
protected Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> |
getPropStat()
Performs manipulations with properties and returns the list of corresponding statuses. |
void |
write(OutputStream outStream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Set<QName> NON_REMOVING_PROPS
protected static final Set<QName> READ_ONLY_PROPS
| Constructor Detail |
|---|
public PropPatchResponseEntity(WebDavNamespaceContext nsContext,
javax.jcr.Node node,
URI uri,
List<org.exoplatform.common.util.HierarchicalProperty> setList,
List<org.exoplatform.common.util.HierarchicalProperty> removeList)
nsContext - namespace contextnode - nodeuri - irusetList - list of properties to setremoveList - list of properties to remove| Method Detail |
|---|
public void write(OutputStream outStream)
throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionprotected Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> getPropStat()
public javax.jcr.Node getContentNode()
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - Repository exception.
|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||