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 java.util.List<TypeDefinitionContainer> Converter.convertTypeContainerList(java.util.List<CmisTypeContainer> typeContainers)
          Converts a type container list.
static void Converter.convertTypeContainerList(java.util.List<TypeDefinitionContainer> typeContainers, java.util.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  java.util.List<CmisTypeContainer> CmisTypeContainer.children
           
protected  java.util.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
 java.util.List<CmisTypeContainer> CmisTypeContainer.getChildren()
          Gets the value of the children property.
 java.util.List<CmisTypeContainer> RepositoryServicePort.getTypeDescendants(java.lang.String repositoryId, java.lang.String typeId, java.math.BigInteger depth, java.lang.Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 java.util.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
 java.util.List<CmisTypeContainer> RepositoryService.getTypeDescendants(java.lang.String repositoryId, java.lang.String typeId, java.math.BigInteger depth, java.lang.Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 



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