Uses of Class
org.apache.chemistry.opencmis.commons.impl.ReturnVersion

Packages that use ReturnVersion
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
org.apache.chemistry.opencmis.commons.impl   
 

Uses of ReturnVersion in org.apache.chemistry.opencmis.client.bindings.spi.atompub
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type ReturnVersion
protected  ObjectData AbstractAtomPubService.getObjectInternal(String repositoryId, AbstractAtomPubService.IdentifierType idOrPath, String objectIdOrPath, ReturnVersion returnVersion, String filter, Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter, Boolean includePolicyIds, Boolean includeAcl, ExtensionsData extension)
          Retrieves an object from the server and caches the links.
 

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

Methods in org.apache.chemistry.opencmis.commons.impl that return ReturnVersion
static ReturnVersion ReturnVersion.fromValue(String v)
           
static ReturnVersion ReturnVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReturnVersion[] ReturnVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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