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.jcr   
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.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return TypeDefinitionList
 TypeDefinitionList JcrRepository.getTypeChildren(javax.jcr.Session session, String typeId, boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount)
          See CMIS 1.0 section 2.2.2.3 getTypeChildren
 TypeDefinitionList TypeManager.getTypeChildren(String typeId, boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount)
          See CMIS 1.0 section 2.2.2.3 getTypeChildren
 TypeDefinitionList JcrService.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 

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-2011 The Apache Software Foundation. All Rights Reserved.