Package com.flowable.idm.engine.impl.cmd
Class CreatePlatformGroupQueryCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreatePlatformGroupQueryCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<PlatformGroupQuery>
public class CreatePlatformGroupQueryCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<PlatformGroupQuery>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
CreatePlatformGroupQueryCmd
public CreatePlatformGroupQueryCmd()
-
-
Method Details
-
execute
public PlatformGroupQuery execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<PlatformGroupQuery>
-