Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisTypeDefinitionType

Packages that use CmisTypeDefinitionType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisTypeDefinitionType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisTypeDefinitionType
static CmisTypeDefinitionType Converter.convert(TypeDefinition typeDefinition)
          Converts a type definition object.
 

Methods in org.apache.chemistry.opencmis.commons.impl that return types with arguments of type CmisTypeDefinitionType
 javax.xml.bind.JAXBElement<CmisTypeDefinitionType> JaxBHelper.CMISExtraObjectFactory.createTypeDefinition(CmisTypeDefinitionType value)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisTypeDefinitionType
static TypeDefinition Converter.convert(CmisTypeDefinitionType typeDefinition)
          Converts a type definition object.
 javax.xml.bind.JAXBElement<CmisTypeDefinitionType> JaxBHelper.CMISExtraObjectFactory.createTypeDefinition(CmisTypeDefinitionType value)
           
 

Uses of CmisTypeDefinitionType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Subclasses of CmisTypeDefinitionType in org.apache.chemistry.opencmis.commons.impl.jaxb
 class CmisTypeDocumentDefinitionType
          Java class for cmisTypeDocumentDefinitionType complex type.
 class CmisTypeFolderDefinitionType
          Java class for cmisTypeFolderDefinitionType complex type.
 class CmisTypePolicyDefinitionType
          Java class for cmisTypePolicyDefinitionType complex type.
 class CmisTypeRelationshipDefinitionType
          Java class for cmisTypeRelationshipDefinitionType complex type.
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisTypeDefinitionType
protected  CmisTypeDefinitionType GetTypeDefinitionResponse.type
           
protected  CmisTypeDefinitionType CmisTypeContainer.type
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisTypeDefinitionType
protected  java.util.List<CmisTypeDefinitionType> CmisTypeDefinitionListType.types
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisTypeDefinitionType
 CmisTypeDefinitionType ObjectFactory.createCmisTypeDefinitionType()
          Create an instance of CmisTypeDefinitionType
 CmisTypeDefinitionType GetTypeDefinitionResponse.getType()
          Gets the value of the type property.
 CmisTypeDefinitionType CmisTypeContainer.getType()
          Gets the value of the type property.
 CmisTypeDefinitionType RepositoryServicePort.getTypeDefinition(java.lang.String repositoryId, java.lang.String typeId, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisTypeDefinitionType
 java.util.List<CmisTypeDefinitionType> CmisTypeDefinitionListType.getTypes()
          Gets the value of the types property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisTypeDefinitionType
 void GetTypeDefinitionResponse.setType(CmisTypeDefinitionType value)
          Sets the value of the type property.
 void CmisTypeContainer.setType(CmisTypeDefinitionType value)
          Sets the value of the type property.
 

Uses of CmisTypeDefinitionType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisTypeDefinitionType
 CmisTypeDefinitionType RepositoryService.getTypeDefinition(java.lang.String repositoryId, java.lang.String typeId, CmisExtensionType extension)
           
 



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