Class GetNodesArgumentTask
java.lang.Object
ch.tocco.nice2.dms.impl.security.permissionsaving.AbstractGetNodesArgumentTask
ch.tocco.nice2.dms.impl.security.permissionsaving.GetNodesArgumentTask
- 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
ConstructorsConstructorDescriptionGetNodesArgumentTask(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
-
GetNodesArgumentTask
public GetNodesArgumentTask(EntityExplorerActionSelectionService selectionService, ContentTreeService contentTreeService)
-
-
Method Details
-
getNodes
- Specified by:
getNodesin classAbstractGetNodesArgumentTask
-