Class GetAvailablePermissionsForNodeTask
java.lang.Object
ch.tocco.nice2.dms.impl.security.persist.GetAvailablePermissionsForNodeTask
- All Implemented Interfaces:
PersistTask<Set<ContentNodePermission>,
EntityList>
public class GetAvailablePermissionsForNodeTask
extends Object
implements PersistTask<Set<ContentNodePermission>,EntityList>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable EntityList
run
(Optional<Set<ContentNodePermission>> a, CommandContext commandContext) 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
-
GetAvailablePermissionsForNodeTask
public GetAvailablePermissionsForNodeTask()
-
-
Method Details
-
run
@Nullable public @Nullable EntityList run(Optional<Set<ContentNodePermission>> a, CommandContext commandContext) throws PersistException, InterruptedException - Specified by:
run
in interfacePersistTask<Set<ContentNodePermission>,
EntityList> - Throws:
PersistException
InterruptedException
-