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

Packages that use TypeDefinition
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
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   
org.apache.chemistry.opencmis.server.support.query   
org.apache.chemistry.opencmis.tck.impl   
 

Uses of TypeDefinition in org.apache.chemistry.opencmis.client.api
 

Subinterfaces of TypeDefinition in org.apache.chemistry.opencmis.client.api
 interface DocumentType
          Document Object Type.
 interface FolderType
          Folder Object Type.
 interface ObjectType
          Object Type.
 interface PolicyType
          Policy Object Type.
 interface RelationshipType
          Relationship Object Type.
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type TypeDefinition
 ObjectType ObjectFactory.convertTypeDefinition(TypeDefinition typeDefinition)
           
 

Uses of TypeDefinition in org.apache.chemistry.opencmis.commons.definitions
 

Subinterfaces of TypeDefinition in org.apache.chemistry.opencmis.commons.definitions
 interface DocumentTypeDefinition
           
 interface FolderTypeDefinition
           
 interface PolicyTypeDefinition
           
 interface RelationshipTypeDefinition
           
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return TypeDefinition
 TypeDefinition TypeDefinitionContainer.getTypeDefinition()
           
 

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

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

Methods in org.apache.chemistry.opencmis.commons.spi that return TypeDefinition
 TypeDefinition RepositoryService.getTypeDefinition(String repositoryId, String typeId, ExtensionsData extension)
          Gets the definition of the specified object type.
 

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

Methods in org.apache.chemistry.opencmis.jcr that return TypeDefinition
 TypeDefinition JcrRepository.getTypeDefinition(javax.jcr.Session session, String typeId)
          See CMIS 1.0 section 2.2.2.5 getTypeDefinition
 TypeDefinition TypeManager.getTypeDefinition(String typeId)
           
 TypeDefinition JcrService.getTypeDefinition(String repositoryId, String typeId, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.jcr with parameters of type TypeDefinition
 boolean TypeManager.addType(TypeDefinition type)
          Adds a type to collection with inheriting base type properties.
static boolean TypeManager.isVersionable(TypeDefinition typeDef)
           
 

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

Methods in org.apache.chemistry.opencmis.server.support that return TypeDefinition
 TypeDefinition TypeManager.getTypeByQueryName(String typeQueryName)
          return a type definition from the type query name or null if not found
 TypeDefinition CmisServiceWrapper.getTypeDefinition(String repositoryId, String typeId, ExtensionsData extension)
           
 

Methods in org.apache.chemistry.opencmis.server.support with parameters of type TypeDefinition
 String TypeManager.getPropertyIdForQueryName(TypeDefinition typeDefinition, String propQueryName)
          retrieve the property id from a type for a given property query name
static boolean TypeValidator.typeContainsProperty(TypeDefinition typeDef, String propertyId)
           
static boolean TypeValidator.typeContainsPropertyWithQueryName(TypeDefinition typeDef, String propertyQueryName)
           
static void TypeValidator.validateAllowedChildObjectTypes(TypeDefinition childTypeDef, List<String> allowedChildTypes)
           
static
<T> void
TypeValidator.validateProperties(TypeDefinition typeDef, Properties properties, boolean checkMandatory)
           
 

Uses of TypeDefinition in org.apache.chemistry.opencmis.server.support.query
 

Methods in org.apache.chemistry.opencmis.server.support.query that return TypeDefinition
 TypeDefinition QueryObject.getMainFromName()
           
 TypeDefinition QueryObject.getParentType(String typeId)
           
 TypeDefinition QueryObject.getParentType(TypeDefinition td)
           
 TypeDefinition ColumnReference.getTypeDefinition()
           
 TypeDefinition QueryObject.getTypeDefinitionFromQueryName(String queryName)
           
 

Methods in org.apache.chemistry.opencmis.server.support.query with parameters of type TypeDefinition
 TypeDefinition QueryObject.getParentType(TypeDefinition td)
           
 void ColumnReference.setTypeDefinition(String propertyId, TypeDefinition typeDef)
           
protected  void QueryObject.validateColumnReferenceAndResolveType(TypeDefinition td, ColumnReference colRef)
           
 

Uses of TypeDefinition in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type TypeDefinition
protected  CmisTestResult AbstractSessionTest.assertEquals(TypeDefinition expected, TypeDefinition actual, CmisTestResult success, CmisTestResult failure)
           
 CmisTestResult AbstractSessionTest.CmisPropertyDefintion.check(TypeDefinition type)
           
protected  CmisTestResult AbstractSessionTest.checkTypeDefinition(Session session, TypeDefinition type, String message)
           
 



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