Uses of Interface
org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList

Packages that use TypeDefinitionList
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of TypeDefinitionList in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return TypeDefinitionList
 TypeDefinitionList RepositoryService.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Returns the list of object types defined for the repository that are children of the specified type.
 

Uses of TypeDefinitionList in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return TypeDefinitionList
 TypeDefinitionList CmisServiceWrapper.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 



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