|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteExtendedNode
| Method Summary | |
|---|---|
void |
checkChildrenPermission(java.lang.String actions)
Checks if there are permission to perform some actions |
void |
clearChildrenACL()
Clears children's Access Control List |
AccessControlList |
getChildrenACL()
|
void |
removeChildrenPermission(java.lang.String identity)
Removes permissions for perticular identity |
void |
setChildrenPermission(java.lang.String identity,
java.lang.String[] permission)
Sets permissions for particular identity |
void |
setChildrenPermissions(java.util.Map permissions)
Sets permission for children |
| Methods inherited from interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode |
|---|
addMixin, addNode, addNode, canAddMixin, cancelMerge, checkin, checkout, doneMerge, getBaseVersion, getCorrespondingNodePath, getDefinition, getIndex, getLock, getMixinNodeTypes, getNode, getNodes, getNodes, getPrimaryItem, getPrimaryNodeType, getProperties, getProperties, getProperty, getReferences, getUUID, getVersionHistory, hasNode, hasNodes, hasProperties, hasProperty, holdsLock, isCheckedOut, isLocked, isNodeType, lock, merge, orderBefore, removeMixin, restore, restore, restoreByLabel, restoreByUUID, setProperty, setProperty, setProperty, setProperty, unlock, update |
| Methods inherited from interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem |
|---|
getAncestor, getDepth, getName, getParent, getPath, isModified, isNew, refresh, remove, save |
| Method Detail |
|---|
void setChildrenPermissions(java.util.Map permissions)
throws javax.jcr.RepositoryException,
java.security.AccessControlException
permissions -
javax.jcr.RepositoryException
java.security.AccessControlExceptionAccessControlList getChildrenACL()
void clearChildrenACL()
throws javax.jcr.RepositoryException,
java.security.AccessControlException
javax.jcr.RepositoryException
java.security.AccessControlException
void removeChildrenPermission(java.lang.String identity)
throws javax.jcr.RepositoryException,
java.security.AccessControlException
identity -
javax.jcr.RepositoryException
java.security.AccessControlException
void setChildrenPermission(java.lang.String identity,
java.lang.String[] permission)
throws javax.jcr.RepositoryException,
java.security.AccessControlException
identity - permission -
javax.jcr.RepositoryException
java.security.AccessControlException
void checkChildrenPermission(java.lang.String actions)
throws java.security.AccessControlException,
javax.jcr.RepositoryException
actions -
java.security.AccessControlException - if no such permissions found
javax.jcr.RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||