function CMISService::getAllowableActions in CMIS API 6.3
Same name and namespace in other branches
- 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getAllowableActions()
- 7 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getAllowableActions()
File
- cmis_common/
lib/ cmis_repository_wrapper.php, line 682
Class
Code
function getAllowableActions($objectId, $options = array()) {
// get stripped down version of object (for the links) and then get the allowable actions?
// Low priority -- can get all information when getting object
throw Exception("Not Implemented");
}