eXo JCR :: Component :: Webdav Service 1.15.4-GA

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

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

public class PropertyWriteUtil
extends Object

Created by The eXo Platform SAS. Author : Vitaly Guly

Version:
$Id: $

Constructor Summary
PropertyWriteUtil()
           
 
Method Summary
static void writeAttributes(XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty property)
          Writes property attributes into XML.
static void writeProperty(XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty prop)
          Writes the statuses of property into XML.
static void writePropStats(XMLStreamWriter xmlStreamWriter, Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
          Writes the statuses of properties into XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWriteUtil

public PropertyWriteUtil()
Method Detail

writePropStats

public static void writePropStats(XMLStreamWriter xmlStreamWriter,
                                  Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
                           throws XMLStreamException
Writes the statuses of properties into XML.

Parameters:
xmlStreamWriter - XML writer
propStatuses - properties statuses
Throws:
XMLStreamException - XMLStreamException

writeProperty

public static void writeProperty(XMLStreamWriter xmlStreamWriter,
                                 org.exoplatform.common.util.HierarchicalProperty prop)
                          throws XMLStreamException
Writes the statuses of property into XML.

Parameters:
xmlStreamWriter - XML writer
prop - property
Throws:
XMLStreamException - XMLStreamException

writeAttributes

public static void writeAttributes(XMLStreamWriter xmlStreamWriter,
                                   org.exoplatform.common.util.HierarchicalProperty property)
                            throws XMLStreamException
Writes property attributes into XML.

Parameters:
xmlStreamWriter - XML writer
property - property
Throws:
XMLStreamException - XMLStreamException

eXo JCR :: Component :: Webdav Service 1.15.4-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.