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

Packages that use AllowableActions
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
org.apache.chemistry.opencmis.tck.impl   
 

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

Methods in org.apache.chemistry.opencmis.client.api that return AllowableActions
 AllowableActions TransientCmisObject.getAllowableActions()
           
 AllowableActions QueryResult.getAllowableActions()
          Returns the allowable actions if they were requested.
 AllowableActions CmisObject.getAllowableActions()
          Returns the allowable actions if they have been fetched for this object.
 

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

Methods in org.apache.chemistry.opencmis.commons.data that return AllowableActions
 AllowableActions ObjectData.getAllowableActions()
          Returns the allowable actions.
 

Uses of AllowableActions in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return AllowableActions
 AllowableActions ObjectService.getAllowableActions(String repositoryId, String objectId, ExtensionsData extension)
          Gets the list of allowable actions for an object.
 

Uses of AllowableActions in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return AllowableActions
 AllowableActions CmisServiceWrapper.getAllowableActions(String repositoryId, String objectId, ExtensionsData extension)
           
 

Uses of AllowableActions in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type AllowableActions
protected  CmisTestResult AbstractSessionTest.assertEquals(AllowableActions expected, AllowableActions actual, CmisTestResult success, CmisTestResult failure)
           
 



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