Class GetRecursiveNodesArgumentTask
java.lang.Object
ch.tocco.nice2.dms.impl.security.permissionsaving.AbstractGetNodesArgumentTask
ch.tocco.nice2.dms.impl.security.permissionsaving.GetRecursiveNodesArgumentTask
- All Implemented Interfaces:
PersistTask<Tuple3<EntityExplorerActionSelection, PermissionsSaveActionService.PermissionValue[], ContentTreeContext>, Iterable<AbstractSaveNodeRightsTask.SaveNodeRightsArgument>>, PersistTaskIterable<Tuple3<EntityExplorerActionSelection, PermissionsSaveActionService.PermissionValue[], ContentTreeContext>, AbstractSaveNodeRightsTask.SaveNodeRightsArgument>
-
Field Summary
Fields inherited from class AbstractGetNodesArgumentTask
contentTreeService, selectionService -
Constructor Summary
ConstructorsConstructorDescriptionGetRecursiveNodesArgumentTask(EntityExplorerActionSelectionService selectionService, ContentTreeService contentTreeService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<ContentTreeNode> getNodes(ContentTreeNode node, CommandContext commandContext) Methods inherited from class AbstractGetNodesArgumentTask
runMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrapMethods inherited from interface PersistTaskIterable
filter, find, flatMap, forEach, get, get, get, getOnlyElement, getOnlyElement, getOnlyElement, map
-
Constructor Details
-
GetRecursiveNodesArgumentTask
public GetRecursiveNodesArgumentTask(EntityExplorerActionSelectionService selectionService, ContentTreeService contentTreeService)
-
-
Method Details
-
getNodes
protected Set<ContentTreeNode> getNodes(ContentTreeNode node, CommandContext commandContext) throws Exception - Specified by:
getNodesin classAbstractGetNodesArgumentTask- Throws:
Exception
-