Uses of Class
org.apache.chemistry.opencmis.commons.enums.BaseTypeId

Packages that use BaseTypeId
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.jcr   
 

Uses of BaseTypeId in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return BaseTypeId
 BaseTypeId CmisObjectProperties.getBaseTypeId()
          Returns the id of the base type of this CMIS object (CMIS property cmis:baseTypeId).
 

Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return BaseTypeId
 BaseTypeId ObjectData.getBaseTypeId()
          Returns the base object type.
 

Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type BaseTypeId
 List<BaseTypeId> RepositoryInfo.getChangesOnType()
           
 

Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.definitions
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return BaseTypeId
 BaseTypeId TypeDefinition.getBaseTypeId()
          Returns the base object type id.
 

Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.enums
 

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

Uses of BaseTypeId in org.apache.chemistry.opencmis.commons.server
 

Methods in org.apache.chemistry.opencmis.commons.server that return BaseTypeId
 BaseTypeId ObjectInfo.getBaseType()
          Returns the base type.
 

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

Methods in org.apache.chemistry.opencmis.jcr that return BaseTypeId
protected abstract  BaseTypeId JcrNode.getBaseTypeId()
           
protected  BaseTypeId JcrFolder.getBaseTypeId()
           
protected  BaseTypeId JcrDocument.getBaseTypeId()
           
 



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