You are here

function cmisapi_getAllowableActions in CMIS API 6

Same name and namespace in other branches
  1. 6.4 cmis.api.inc \cmisapi_getAllowableActions()
  2. 6.2 cmis.api.inc \cmisapi_getAllowableActions()
  3. 6.3 cmis.api.inc \cmisapi_getAllowableActions()
  4. 7.2 cmis.api.inc \cmisapi_getAllowableActions()
  5. 7 cmis.api.inc \cmisapi_getAllowableActions()

File

./cmis.api.inc, line 74
CMIS 0.5 client implementation

Code

function cmisapi_getAllowableActions($repositoryId, $objectId, $asUser = null) {
  return cmis_vendor_invoke('getAllowableActions', $repositoryId, $objectId, $asUser);
}