Package com.flowable.idm.engine.impl.cmd
Class FindUserAccountsByIdsCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.FindUserAccountsByIdsCmd
-
- All Implemented Interfaces:
Command<List<UserAccount>>
public class FindUserAccountsByIdsCmd extends Object implements Command<List<UserAccount>>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<String>
userAccountIds
-
Constructor Summary
Constructors Constructor Description FindUserAccountsByIdsCmd(Collection<String> userAccountIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserAccount>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
userAccountIds
protected final Collection<String> userAccountIds
-
-
Constructor Detail
-
FindUserAccountsByIdsCmd
public FindUserAccountsByIdsCmd(Collection<String> userAccountIds)
-
-
Method Detail
-
execute
public List<UserAccount> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<UserAccount>>
-
-