Uses of Class
org.xcmis.messaging.CmisTypeDefinitionListType

Packages that use CmisTypeDefinitionListType
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of CmisTypeDefinitionListType in org.xcmis.messaging
 

Fields in org.xcmis.messaging declared as CmisTypeDefinitionListType
protected  CmisTypeDefinitionListType GetTypeChildrenResponse.types
           
 

Methods in org.xcmis.messaging that return CmisTypeDefinitionListType
 CmisTypeDefinitionListType ObjectFactory.createCmisTypeDefinitionListType()
          Create an instance of CmisTypeDefinitionListType
 CmisTypeDefinitionListType GetTypeChildrenResponse.getTypes()
          Gets the value of the types property.
 

Methods in org.xcmis.messaging with parameters of type CmisTypeDefinitionListType
 void GetTypeChildrenResponse.setTypes(CmisTypeDefinitionListType value)
          Sets the value of the types property.
 

Uses of CmisTypeDefinitionListType in org.xcmis.soap
 

Methods in org.xcmis.soap that return CmisTypeDefinitionListType
 CmisTypeDefinitionListType RepositoryServicePort.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 

Uses of CmisTypeDefinitionListType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return CmisTypeDefinitionListType
static CmisTypeDefinitionListType TypeConverter.getCmisTypeDefinitionListType(org.xcmis.spi.ItemsList<org.xcmis.spi.model.TypeDefinition> source)
           
 CmisTypeDefinitionListType RepositoryServicePortImpl.getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.