Uses of Class
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.IdentifierType

Packages that use AbstractAtomPubService.IdentifierType
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
 

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

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub that return AbstractAtomPubService.IdentifierType
static AbstractAtomPubService.IdentifierType AbstractAtomPubService.IdentifierType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractAtomPubService.IdentifierType[] AbstractAtomPubService.IdentifierType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



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