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

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

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

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectInFolderContainerType
static CmisObjectInFolderContainerType Converter.convert(ObjectInFolderContainer container)
          Converts an ObjectInFolder container object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectInFolderContainerType
static ObjectInFolderContainer Converter.convert(CmisObjectInFolderContainerType container)
          Converts an ObjectInFolder container object.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisObjectInFolderContainerType
protected  java.util.List<CmisObjectInFolderContainerType> CmisObjectInFolderContainerType.children
           
protected  java.util.List<CmisObjectInFolderContainerType> GetFolderTreeResponse.objects
           
protected  java.util.List<CmisObjectInFolderContainerType> GetDescendantsResponse.objects
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectInFolderContainerType
 CmisObjectInFolderContainerType ObjectFactory.createCmisObjectInFolderContainerType()
          Create an instance of CmisObjectInFolderContainerType
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisObjectInFolderContainerType
 java.util.List<CmisObjectInFolderContainerType> CmisObjectInFolderContainerType.getChildren()
          Gets the value of the children property.
 java.util.List<CmisObjectInFolderContainerType> NavigationServicePort.getDescendants(java.lang.String repositoryId, java.lang.String folderId, java.math.BigInteger depth, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePathSegment, CmisExtensionType extension)
           
 java.util.List<CmisObjectInFolderContainerType> NavigationServicePort.getFolderTree(java.lang.String repositoryId, java.lang.String folderId, java.math.BigInteger depth, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePathSegment, CmisExtensionType extension)
           
 java.util.List<CmisObjectInFolderContainerType> GetFolderTreeResponse.getObjects()
          Gets the value of the objects property.
 java.util.List<CmisObjectInFolderContainerType> GetDescendantsResponse.getObjects()
          Gets the value of the objects property.
 

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

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisObjectInFolderContainerType
 java.util.List<CmisObjectInFolderContainerType> NavigationService.getDescendants(java.lang.String repositoryId, java.lang.String folderId, java.math.BigInteger depth, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePathSegment, CmisExtensionType extension)
           
 java.util.List<CmisObjectInFolderContainerType> NavigationService.getFolderTree(java.lang.String repositoryId, java.lang.String folderId, java.math.BigInteger depth, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includePathSegment, CmisExtensionType extension)
           
 



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