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

Packages that use TypeDefinitionContainer
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
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 TypeDefinitionContainer in org.apache.chemistry.opencmis.commons.definitions
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return types with arguments of type TypeDefinitionContainer
 List<TypeDefinitionContainer> TypeDefinitionContainer.getChildren()
           
 

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

Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type TypeDefinitionContainer
 List<TypeDefinitionContainer> RepositoryService.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, ExtensionsData extension)
          Returns the set of descendant object type defined for the repository under the specified type.
 

Uses of TypeDefinitionContainer in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return TypeDefinitionContainer
 TypeDefinitionContainer JcrTypeManager.getTypeById(String typeId)
           
 

Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type TypeDefinitionContainer
 List<TypeDefinitionContainer> JcrTypeManager.getRootTypes()
           
 Collection<TypeDefinitionContainer> JcrTypeManager.getTypeDefinitionList()
           
 List<TypeDefinitionContainer> JcrService.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, ExtensionsData extension)
           
 List<TypeDefinitionContainer> JcrRepository.getTypesDescendants(javax.jcr.Session session, String typeId, BigInteger depth, Boolean includePropertyDefinitions)
          See CMIS 1.0 section 2.2.2.4 getTypeDescendants
 List<TypeDefinitionContainer> JcrTypeManager.getTypesDescendants(String typeId, BigInteger depth, Boolean includePropertyDefinitions)
          See CMIS 1.0 section 2.2.2.4 getTypeDescendants
 

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

Methods in org.apache.chemistry.opencmis.server.support that return TypeDefinitionContainer
 TypeDefinitionContainer TypeManager.getTypeById(String typeId)
          return a type definition from the type definition id
 

Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type TypeDefinitionContainer
 List<TypeDefinitionContainer> TypeManager.getRootTypes()
          return a list of the root types as defined in the CMIS spec (for document, folder, policy and relationship
 Collection<TypeDefinitionContainer> TypeManager.getTypeDefinitionList()
          return a list of all types known in this repository
 List<TypeDefinitionContainer> CmisServiceWrapper.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, ExtensionsData extension)
           
 



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