true if the specified permissions are granted on the item identified by the given path.
@param absPath Absolute path pointing to an item. If the item doesnot exist yet (asking for 'add-node' and 'set-property' permission), it's direct ancestor must exist.
@param permissions A combination of one or more of permission constantsdefined by {@link Permission} encoded as a bitmask value
@return true if the specified permissions are granted,false otherwise.
@throws RepositoryException if an error occurs.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |