Package com.flowable.idm.engine.impl.cmd
Class FindUserAccountByIdCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.FindUserAccountByIdCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
public class FindUserAccountByIdCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
userAccountId
-
-
Constructor Details
-
FindUserAccountByIdCmd
-
-
Method Details
-
execute
public UserAccountEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
-