Uses of Class
org.xcmis.messaging.CmisObjectInFolderContainerType

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

Uses of CmisObjectInFolderContainerType in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type CmisObjectInFolderContainerType
protected  List<CmisObjectInFolderContainerType> CmisObjectInFolderContainerType.children
           
protected  List<CmisObjectInFolderContainerType> GetFolderTreeResponse.objects
           
protected  List<CmisObjectInFolderContainerType> GetDescendantsResponse.objects
           
 

Methods in org.xcmis.messaging that return CmisObjectInFolderContainerType
 CmisObjectInFolderContainerType ObjectFactory.createCmisObjectInFolderContainerType()
          Create an instance of CmisObjectInFolderContainerType
 

Methods in org.xcmis.messaging that return types with arguments of type CmisObjectInFolderContainerType
 List<CmisObjectInFolderContainerType> CmisObjectInFolderContainerType.getChildren()
          Gets the value of the children property.
 List<CmisObjectInFolderContainerType> GetFolderTreeResponse.getObjects()
          Gets the value of the objects property.
 List<CmisObjectInFolderContainerType> GetDescendantsResponse.getObjects()
          Gets the value of the objects property.
 

Uses of CmisObjectInFolderContainerType in org.xcmis.soap
 

Methods in org.xcmis.soap that return types with arguments of type CmisObjectInFolderContainerType
 List<CmisObjectInFolderContainerType> NavigationServicePort.getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 List<CmisObjectInFolderContainerType> NavigationServicePort.getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension)
           
 

Uses of CmisObjectInFolderContainerType in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl that return types with arguments of type CmisObjectInFolderContainerType
static List<CmisObjectInFolderContainerType> TypeConverter.getCmisObjectInFolderContainerTypeList(List<org.xcmis.spi.ItemsTree<org.xcmis.spi.model.CmisObject>> source)
           
 List<CmisObjectInFolderContainerType> NavigationServicePortImpl.getDescendants(String repositoryId, String folderId, BigInteger depth, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegments, CmisExtensionType extension)
          
 List<CmisObjectInFolderContainerType> NavigationServicePortImpl.getFolderTree(String repositoryId, String folderId, BigInteger depth, String propertyFilter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegments, CmisExtensionType extension)
          
 



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