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
Modifier and Type Method Description UserAccountQueryexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
CreateUserAccountQueryCmd
public CreateUserAccountQueryCmd()
-
-
Method Details
-
execute
public UserAccountQuery execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountQuery>
-