Class GetRolesTask
java.lang.Object
ch.tocco.nice2.dms.impl.security.persist.GetRolesTask
- All Implemented Interfaces:
PersistTask<Void,EntityList>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable EntityListrun(Optional<Void> a, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
GetRolesTask
public GetRolesTask()
-
-
Method Details
-
run
@Nullable public @Nullable EntityList run(Optional<Void> a, CommandContext commandContext) throws PersistException, InterruptedException - Specified by:
runin interfacePersistTask<Void,EntityList> - Throws:
PersistExceptionInterruptedException
-