Uses of Class
org.xcmis.core.CmisTypeDefinitionType

Packages that use CmisTypeDefinitionType
org.xcmis.atom   
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisTypeDefinitionType in org.xcmis.atom
 

Methods in org.xcmis.atom that return types with arguments of type CmisTypeDefinitionType
 JAXBElement<CmisTypeDefinitionType> ObjectFactory.createType(CmisTypeDefinitionType value)
          Create an instance of JAXBElement<CmisTypeDefinitionType>}
 

Methods in org.xcmis.atom with parameters of type CmisTypeDefinitionType
 JAXBElement<CmisTypeDefinitionType> ObjectFactory.createType(CmisTypeDefinitionType value)
          Create an instance of JAXBElement<CmisTypeDefinitionType>}
 

Uses of CmisTypeDefinitionType in org.xcmis.core
 

Subclasses of CmisTypeDefinitionType in org.xcmis.core
 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.
 

Methods in org.xcmis.core that return CmisTypeDefinitionType
 CmisTypeDefinitionType ObjectFactory.createCmisTypeDefinitionType()
          Create an instance of CmisTypeDefinitionType
 

Uses of CmisTypeDefinitionType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisTypeDefinitionType
protected  CmisTypeDefinitionType CmisTypeContainer.type
           
protected  CmisTypeDefinitionType GetTypeDefinitionResponse.type
           
 

Fields in org.xcmis.messaging with type parameters of type CmisTypeDefinitionType
protected  List<CmisTypeDefinitionType> CmisTypeDefinitionListType.types
           
 

Methods in org.xcmis.messaging that return CmisTypeDefinitionType
 CmisTypeDefinitionType CmisTypeContainer.getType()
          Gets the value of the type property.
 CmisTypeDefinitionType GetTypeDefinitionResponse.getType()
          Gets the value of the type property.
 

Methods in org.xcmis.messaging that return types with arguments of type CmisTypeDefinitionType
 List<CmisTypeDefinitionType> CmisTypeDefinitionListType.getTypes()
          Gets the value of the types property.
 

Methods in org.xcmis.messaging with parameters of type CmisTypeDefinitionType
 void CmisTypeContainer.setType(CmisTypeDefinitionType value)
          Sets the value of the type property.
 void GetTypeDefinitionResponse.setType(CmisTypeDefinitionType value)
          Sets the value of the type property.
 

Uses of CmisTypeDefinitionType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisTypeDefinitionType
 CmisTypeDefinitionType RepositoryServicePort.getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension)
           
 

Uses of CmisTypeDefinitionType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisTypeDefinitionType
static CmisTypeDefinitionType TypeConverter.getCmisTypeDefinitionType(org.xcmis.spi.model.TypeDefinition source)
           
 CmisTypeDefinitionType RepositoryServicePortImpl.getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension)
          
 

Methods in org.xcmis.wssoap.impl with parameters of type CmisTypeDefinitionType
static org.xcmis.spi.model.TypeDefinition TypeConverter.getTypeDefinition(CmisTypeDefinitionType source)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.