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