Uses of Class
org.xcmis.client.gwt.model.type.TypeDefinition

Packages that use TypeDefinition
org.xcmis.client.gwt.marshallers   
org.xcmis.client.gwt.marshallers.builder   
org.xcmis.client.gwt.model.restatom   
org.xcmis.client.gwt.service.repository   
org.xcmis.client.gwt.unmarshallers.parser   
 

Uses of TypeDefinition in org.xcmis.client.gwt.marshallers
 

Constructors in org.xcmis.client.gwt.marshallers with parameters of type TypeDefinition
TypeDefinitionMarshaller(TypeDefinition typeDefinition)
           
 

Uses of TypeDefinition in org.xcmis.client.gwt.marshallers.builder
 

Methods in org.xcmis.client.gwt.marshallers.builder with parameters of type TypeDefinition
static String TypeXMLBuilder.createType(TypeDefinition type)
          Create request for creating new type.
 

Uses of TypeDefinition in org.xcmis.client.gwt.model.restatom
 

Methods in org.xcmis.client.gwt.model.restatom that return TypeDefinition
 TypeDefinition TypeEntry.getTypeCmisTypeDefinition()
           
 

Methods in org.xcmis.client.gwt.model.restatom that return types with arguments of type TypeDefinition
 List<TypeDefinition> TypeList.getTypes()
           
 

Methods in org.xcmis.client.gwt.model.restatom with parameters of type TypeDefinition
 void TypeEntry.setTypeCmisTypeDefinition(TypeDefinition typeCmisTypeDefinition)
           
 

Method parameters in org.xcmis.client.gwt.model.restatom with type arguments of type TypeDefinition
 void TypeList.setTypes(List<TypeDefinition> types)
           
 

Uses of TypeDefinition in org.xcmis.client.gwt.service.repository
 

Methods in org.xcmis.client.gwt.service.repository with parameters of type TypeDefinition
 void RepositoryService.addType(String url, TypeDefinition createType)
          Create type.
 

Uses of TypeDefinition in org.xcmis.client.gwt.unmarshallers.parser
 

Methods in org.xcmis.client.gwt.unmarshallers.parser that return TypeDefinition
static TypeDefinition TypeParser.getCmisTypeDefinitionType(com.google.gwt.xml.client.Node node)
          Parse xml element to get CmisTypeDefinitionType.
 

Methods in org.xcmis.client.gwt.unmarshallers.parser that return types with arguments of type TypeDefinition
static List<TypeDefinition> TypeParser.getTypeList(com.google.gwt.xml.client.Document response)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.