Package com.flowable.idm.engine.impl.cmd
Class CreateUserDefinitionQueryCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.CreateUserDefinitionQueryCmd
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<UserDefinitionQuery>
public class CreateUserDefinitionQueryCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<UserDefinitionQuery>, java.io.Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateUserDefinitionQueryCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDefinitionQuery
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public UserDefinitionQuery execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserDefinitionQuery>
-
-