Uses of Interface
org.apache.chemistry.opencmis.commons.data.ObjectInFolderList

Packages that use ObjectInFolderList
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of ObjectInFolderList in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return ObjectInFolderList
 ObjectInFolderList NavigationService.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Gets the list of child objects contained in the specified folder.
 

Uses of ObjectInFolderList in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return ObjectInFolderList
 ObjectInFolderList CmisServiceWrapper.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 



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