public final class XMLConverter extends Object
public static void writeRepositoryInfo(XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, RepositoryInfo source) throws XMLStreamException
XMLStreamException
public static void writeRepositoryCapabilities(XMLStreamWriter writer, CmisVersion cmisVersion, RepositoryCapabilities source) throws XMLStreamException
XMLStreamException
public static void writeAclCapabilities(XMLStreamWriter writer, CmisVersion cmisVersion, AclCapabilities source) throws XMLStreamException
XMLStreamException
public static void writeExtendedFeatures(XMLStreamWriter writer, CmisVersion cmisVersion, ExtensionFeature source) throws XMLStreamException
XMLStreamException
public static void writeTypeDefinition(XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, TypeDefinition source) throws XMLStreamException
XMLStreamException
public static void writePropertyDefinition(XMLStreamWriter writer, CmisVersion cmisVersion, PropertyDefinition<?> source) throws XMLStreamException
XMLStreamException
public static void writeChoice(XMLStreamWriter writer, PropertyType propType, Choice<?> source) throws XMLStreamException
XMLStreamException
public static void writeObject(XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, ObjectData source) throws XMLStreamException
XMLStreamException
public static void writeObject(XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, String name, String namespace, ObjectData source) throws XMLStreamException
XMLStreamException
public static void writeProperty(XMLStreamWriter writer, PropertyData<?> source, boolean isDefaultValue) throws XMLStreamException
XMLStreamException
public static void writeAllowableActions(XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, AllowableActions source) throws XMLStreamException
XMLStreamException
public static void writeAcl(XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, Acl source) throws XMLStreamException
XMLStreamException
public static void writeQuery(XMLStreamWriter writer, CmisVersion cmisVersion, QueryTypeImpl source) throws XMLStreamException
XMLStreamException
public static void writeBulkUpdate(XMLStreamWriter writer, String namespace, BulkUpdateImpl bulkUpdate) throws XMLStreamException
XMLStreamException
public static void writeExtensions(XMLStreamWriter writer, ExtensionsData source) throws XMLStreamException
XMLStreamException
public static RepositoryInfo convertRepositoryInfo(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static TypeDefinition convertTypeDefinition(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static ObjectData convertObject(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static QueryTypeImpl convertQuery(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static AllowableActions convertAllowableActions(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static Acl convertAcl(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
public static BulkUpdateImpl convertBulkUpdate(XMLStreamReader parser) throws XMLStreamException
XMLStreamException
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.