Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectInFolderListType

Packages that use CmisObjectInFolderListType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisObjectInFolderListType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectInFolderListType
static CmisObjectInFolderListType Converter.convert(ObjectInFolderList objectInFolderList)
          Converts an ObjectInFolder list object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectInFolderListType
static ObjectInFolderList Converter.convert(CmisObjectInFolderListType objectInFolderList)
          Converts an ObjectInFolder list object.
 

Uses of CmisObjectInFolderListType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisObjectInFolderListType
protected  CmisObjectInFolderListType GetChildrenResponse.objects
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectInFolderListType
 CmisObjectInFolderListType ObjectFactory.createCmisObjectInFolderListType()
          Create an instance of CmisObjectInFolderListType
 CmisObjectInFolderListType NavigationServicePort.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectInFolderListType GetChildrenResponse.getObjects()
          Gets the value of the objects property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisObjectInFolderListType
 void GetChildrenResponse.setObjects(CmisObjectInFolderListType value)
          Sets the value of the objects property.
 

Uses of CmisObjectInFolderListType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisObjectInFolderListType
 CmisObjectInFolderListType NavigationService.getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 



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