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

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

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

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisObjectListType
static CmisObjectListType Converter.convert(ObjectList objectList)
          Converts an Object list object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisObjectListType
static ObjectList Converter.convert(CmisObjectListType objectList)
          Converts an Object list object.
 

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as CmisObjectListType
protected  CmisObjectListType QueryResponse.objects
           
protected  CmisObjectListType GetObjectRelationshipsResponse.objects
           
protected  CmisObjectListType GetContentChangesResponse.objects
           
protected  CmisObjectListType GetCheckedOutDocsResponse.objects
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisObjectListType
 CmisObjectListType ObjectFactory.createCmisObjectListType()
          Create an instance of CmisObjectListType
 CmisObjectListType NavigationServicePort.getCheckedOutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, java.lang.String orderBy, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectListType RelationshipServicePort.getObjectRelationships(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, java.lang.String typeId, java.lang.String filter, java.lang.Boolean includeAllowableActions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectListType QueryResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType GetObjectRelationshipsResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType GetContentChangesResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType GetCheckedOutDocsResponse.getObjects()
          Gets the value of the objects property.
 CmisObjectListType DiscoveryServicePort.query(java.lang.String repositoryId, java.lang.String statement, java.lang.Boolean searchAllVersions, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type CmisObjectListType
 void QueryResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void GetObjectRelationshipsResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void GetContentChangesResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 void GetCheckedOutDocsResponse.setObjects(CmisObjectListType value)
          Sets the value of the objects property.
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type CmisObjectListType
 void DiscoveryServicePort.getContentChanges(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> changeLogToken, java.lang.Boolean includeProperties, java.lang.String filter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeACL, java.math.BigInteger maxItems, CmisExtensionType extension, javax.xml.ws.Holder<CmisObjectListType> objects)
           
 

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

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return CmisObjectListType
 CmisObjectListType NavigationService.getCheckedOutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, java.lang.String orderBy, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectListType RelationshipService.getObjectRelationships(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, java.lang.String typeId, java.lang.String filter, java.lang.Boolean includeAllowableActions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 CmisObjectListType DiscoveryService.query(java.lang.String repositoryId, java.lang.String statement, java.lang.Boolean searchAllVersions, java.lang.Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 

Method parameters in org.apache.chemistry.opencmis.server.impl.webservices with type arguments of type CmisObjectListType
 void DiscoveryService.getContentChanges(java.lang.String repositoryId, javax.xml.ws.Holder<java.lang.String> changeLogToken, java.lang.Boolean includeProperties, java.lang.String filter, java.lang.Boolean includePolicyIds, java.lang.Boolean includeAcl, java.math.BigInteger maxItems, CmisExtensionType extension, javax.xml.ws.Holder<CmisObjectListType> objects)
           
 



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