com.bea.content.cmis.rest.resources
Class AllowableActions

java.lang.Object
  extended by com.bea.content.cmis.rest.resources.BaseCMISResource
      extended by com.bea.content.cmis.rest.resources.AllowableActions

public class AllowableActions
extends BaseCMISResource


Constructor Summary
AllowableActions()
           
 
Method Summary
 com.bea.content.schema.cmis.core.CmisAllowableActionsType getAllowableActions(String repositoryId, String nodeUid)
           
 com.bea.content.schema.cmis.core.CmisAllowableActionsType getRootFolderAllowableActions(String repositoryId)
           
 
Methods inherited from class com.bea.content.cmis.rest.resources.BaseCMISResource
getContentContext, getHttpRequest, getUriService, setHttpRequest, setUriService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowableActions

public AllowableActions()
Method Detail

getRootFolderAllowableActions

public com.bea.content.schema.cmis.core.CmisAllowableActionsType getRootFolderAllowableActions(String repositoryId)
                                                                                        throws RepositoryException
Throws
RepositoryException

getAllowableActions

public com.bea.content.schema.cmis.core.CmisAllowableActionsType getAllowableActions(String repositoryId,
                                                                                     String nodeUid)
                                                                              throws RepositoryException
Throws
RepositoryException


Copyright © 2011, Oracle. All rights reserved.