org.xcmis.client.gwt.marshallers.builder
Class TypeXMLBuilder

java.lang.Object
  extended by org.xcmis.client.gwt.marshallers.builder.TypeXMLBuilder

public class TypeXMLBuilder
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
protected TypeXMLBuilder()
          Constructor.
 
Method Summary
static void addPropertyDefinition(com.google.gwt.xml.client.Document doc, com.google.gwt.xml.client.Element typeElement, Map<String,PropertyDefinition<?>> propertyList)
          Create xml element for new property definition.
static String createType(TypeDefinition type)
          Create request for creating new type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeXMLBuilder

protected TypeXMLBuilder()
Constructor.

Method Detail

createType

public static String createType(TypeDefinition type)
Create request for creating new type.

Parameters:
type - type
Returns:
String

addPropertyDefinition

public static void addPropertyDefinition(com.google.gwt.xml.client.Document doc,
                                         com.google.gwt.xml.client.Element typeElement,
                                         Map<String,PropertyDefinition<?>> propertyList)
Create xml element for new property definition.

Parameters:
doc - doc
typeElement - typeElement
propertyList - propertyList


Copyright © 2010 eXo Platform SAS. All Rights Reserved.