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