Uses of Interface
org.apache.chemistry.opencmis.commons.data.CmisExtensionElement

Packages that use CmisExtensionElement
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
 

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

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type CmisExtensionElement
 List<CmisExtensionElement> CmisObject.getExtensions(ExtensionLevel level)
          Returns the extensions for the given level.
 List<CmisExtensionElement> TransientCmisObject.getInputExtensions(ExtensionLevel level)
           
 List<CmisExtensionElement> TransientCmisObject.getOutputExtensions(ExtensionLevel level)
           
 

Method parameters in org.apache.chemistry.opencmis.client.api with type arguments of type CmisExtensionElement
 void TransientCmisObject.setOutputExtensions(ExtensionLevel level, List<CmisExtensionElement> extensions)
           
 

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

Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type CmisExtensionElement
 List<CmisExtensionElement> CmisExtensionElement.getChildren()
          Returns the children of this extension.
 List<CmisExtensionElement> ExtensionsData.getExtensions()
           
 

Method parameters in org.apache.chemistry.opencmis.commons.data with type arguments of type CmisExtensionElement
 void ExtensionsData.setExtensions(List<CmisExtensionElement> extensions)
           
 



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