Package com.flowable.idm.engine.impl.cmd
Class CreateUserAccountQueryCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.CreateUserAccountQueryCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountQuery>
public class CreateUserAccountQueryCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<UserAccountQuery>
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description CreateUserAccountQueryCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountQuery
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public UserAccountQuery execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountQuery>
-
-