Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeContainer

Packages that use CmisTypeContainer
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisTypeContainer in org.apache.chemistry.opencmis.commons.impl
 

Method parameters in org.apache.chemistry.opencmis.commons.impl with type arguments of type CmisTypeContainer
static List<TypeDefinitionContainer> Converter.convertTypeContainerList(List<CmisTypeContainer> typeContainers)
          Converts a type container list.
static void Converter.convertTypeContainerList(List<TypeDefinitionContainer> typeContainers, List<CmisTypeContainer> target)
          Converts a type container list.
 

Uses of CmisTypeContainer in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisTypeContainer
protected  List<CmisTypeContainer> CmisTypeContainer.children
           
protected  List<CmisTypeContainer> GetTypeDescendantsResponse.types
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisTypeContainer
 CmisTypeContainer ObjectFactory.createCmisTypeContainer()
          Create an instance of CmisTypeContainer
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisTypeContainer
 List<CmisTypeContainer> CmisTypeContainer.getChildren()
          Gets the value of the children property.
 List<CmisTypeContainer> RepositoryServicePort.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 List<CmisTypeContainer> GetTypeDescendantsResponse.getTypes()
          Gets the value of the types property.
 

Uses of CmisTypeContainer in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisTypeContainer
 List<CmisTypeContainer> RepositoryService.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.