Class RemoveNodeRightsTask
java.lang.Object
ch.tocco.nice2.dms.impl.security.persist.AbstractSaveNodeRightsTask
ch.tocco.nice2.dms.impl.security.persist.RemoveNodeRightsTask
- All Implemented Interfaces:
PersistTask<Tuple2<ContentTreeNode,
PermissionsSaveActionService.PermissionValue[]>, Void>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.dms.impl.security.persist.AbstractSaveNodeRightsTask
AbstractSaveNodeRightsTask.SaveNodeRightsArgument
-
Field Summary
Fields inherited from class ch.tocco.nice2.dms.impl.security.persist.AbstractSaveNodeRightsTask
contentNodePermissionService
-
Constructor Summary
ConstructorDescriptionRemoveNodeRightsTask
(ContentNodePermissionService contentNodePermissionService) -
Method Summary
Modifier and TypeMethodDescription@Nullable Void
run
(Optional<Tuple2<ContentTreeNode, PermissionsSaveActionService.PermissionValue[]>> a, CommandContext commandContext) Methods inherited from class ch.tocco.nice2.dms.impl.security.persist.AbstractSaveNodeRightsTask
addNodeRights, removeNodeRights
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
RemoveNodeRightsTask
-
-
Method Details
-
run
@Nullable public @Nullable Void run(Optional<Tuple2<ContentTreeNode, PermissionsSaveActionService.PermissionValue[]>> a, CommandContext commandContext) throws InterruptedException- Throws:
InterruptedException
-