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.server.support   
org.apache.chemistry.opencmis.server.support.query   
 

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



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