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

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

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

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisTypeDefinitionListType
static CmisTypeDefinitionListType Converter.convert(TypeDefinitionList typeList)
          Converts a type list.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisTypeDefinitionListType
static TypeDefinitionList Converter.convert(CmisTypeDefinitionListType typeList)
          Converts a type list.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisTypeDefinitionListType
protected  CmisTypeDefinitionListType GetTypeChildrenResponse.types
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisTypeDefinitionListType
 CmisTypeDefinitionListType ObjectFactory.createCmisTypeDefinitionListType()
          Create an instance of CmisTypeDefinitionListType
 CmisTypeDefinitionListType RepositoryServicePort.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisTypeDefinitionListType GetTypeChildrenResponse.getTypes()
          Gets the value of the types property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisTypeDefinitionListType
 void GetTypeChildrenResponse.setTypes(CmisTypeDefinitionListType value)
          Sets the value of the types property.
 

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

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisTypeDefinitionListType
 CmisTypeDefinitionListType RepositoryService.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 



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