Uses of Class
org.xcmis.client.gwt.model.restatom.TypeEntry

Packages that use TypeEntry
org.xcmis.client.gwt.model.restatom   
org.xcmis.client.gwt.service.repository.event   
org.xcmis.client.gwt.unmarshallers   
org.xcmis.client.gwt.unmarshallers.parser   
 

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

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

Method parameters in org.xcmis.client.gwt.model.restatom with type arguments of type TypeEntry
 void TypeEntry.setChildren(List<TypeEntry> children)
           
 void TypeCollection.setTypes(List<TypeEntry> types)
           
 

Uses of TypeEntry in org.xcmis.client.gwt.service.repository.event
 

Methods in org.xcmis.client.gwt.service.repository.event that return TypeEntry
 TypeEntry TypeCreatedEvent.getType()
           
 TypeEntry TypeDefinitionReceivedEvent.getTypeEntry()
           
 

Constructors in org.xcmis.client.gwt.service.repository.event with parameters of type TypeEntry
TypeCreatedEvent(TypeEntry type)
           
TypeDefinitionReceivedEvent(TypeEntry type)
           
 

Uses of TypeEntry in org.xcmis.client.gwt.unmarshallers
 

Constructors in org.xcmis.client.gwt.unmarshallers with parameters of type TypeEntry
TypeDefinitionUnmarshaller(TypeEntry type)
           
 

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

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

Methods in org.xcmis.client.gwt.unmarshallers.parser with parameters of type TypeEntry
static void TypeParser.getTypeEntry(com.google.gwt.xml.client.Node entryNode, TypeEntry typeEntry)
          Retrieve data for TypeEntry from xml.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.