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

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

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

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectParentsType
static CmisObjectParentsType Converter.convert(ObjectParentData objectParent)
          Converts an ObjectParent object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectParentsType
static ObjectParentData Converter.convert(CmisObjectParentsType objectParent)
          Converts an ObjectParent object.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisObjectParentsType
protected  java.util.List<CmisObjectParentsType> GetObjectParentsResponse.parents
           
 

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

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisObjectParentsType
 java.util.List<CmisObjectParentsType> NavigationServicePort.getObjectParents(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includeRelativePathSegment, CmisExtensionType extension)
           
 java.util.List<CmisObjectParentsType> GetObjectParentsResponse.getParents()
          Gets the value of the parents property.
 

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

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisObjectParentsType
 java.util.List<CmisObjectParentsType> NavigationService.getObjectParents(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.lang.Boolean includeRelativePathSegment, CmisExtensionType extension)
           
 



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