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