Class ListUnitRoleQuery
java.lang.Object
ch.tocco.nice2.businessunit.impl.ListUnitRoleQuery
- All Implemented Interfaces:
PersistTask<Tuple2<Principal, String>, Query>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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, unwrap
-
Field Details
-
instance
-
-
Constructor Details
-
ListUnitRoleQuery
public ListUnitRoleQuery()
-
-
Method Details
-
run
public Query run(Optional<Tuple2<Principal, String>> a, CommandContext commandContext) throws InterruptedException - Specified by:
runin interfacePersistTask<Tuple2<Principal, String>, Query>- Throws:
InterruptedException
-