Uses of Class
org.xcmis.messaging.CmisTypeContainer

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

Uses of CmisTypeContainer in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type CmisTypeContainer
protected  List<CmisTypeContainer> CmisTypeContainer.children
           
protected  List<CmisTypeContainer> GetTypeDescendantsResponse.types
           
 

Methods in org.xcmis.messaging that return CmisTypeContainer
 CmisTypeContainer ObjectFactory.createCmisTypeContainer()
          Create an instance of CmisTypeContainer
 

Methods in org.xcmis.messaging that return types with arguments of type CmisTypeContainer
 List<CmisTypeContainer> CmisTypeContainer.getChildren()
          Gets the value of the children property.
 List<CmisTypeContainer> GetTypeDescendantsResponse.getTypes()
          Gets the value of the types property.
 

Uses of CmisTypeContainer in org.xcmis.soap
 

Methods in org.xcmis.soap that return types with arguments of type CmisTypeContainer
 List<CmisTypeContainer> RepositoryServicePort.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension)
           
 

Uses of CmisTypeContainer in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return types with arguments of type CmisTypeContainer
static List<CmisTypeContainer> TypeConverter.getCmisTypeContainerList(List<org.xcmis.spi.ItemsTree<org.xcmis.spi.model.TypeDefinition>> source)
           
 List<CmisTypeContainer> RepositoryServicePortImpl.getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension)
          
 



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