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