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