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

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

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

Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type ObjectParentData
 List<ObjectParentData> NavigationService.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension)
          Gets the parent folder(s) for the specified non-folder, fileable object.
 

Uses of ObjectParentData in org.apache.chemistry.opencmis.jcr
 

Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type ObjectParentData
 List<ObjectParentData> JcrRepository.getObjectParents(javax.jcr.Session session, String objectId, String filter, Boolean includeAllowableActions, Boolean includeRelativePathSegment, ObjectInfoHandler objectInfos, boolean requiresObjectInfo)
          See CMIS 1.0 section 2.2.3.5 getObjectParents
 List<ObjectParentData> JcrService.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension)
           
 

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

Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type ObjectParentData
 List<ObjectParentData> CmisServiceWrapper.getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, ExtensionsData extension)
           
 



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