Package com.flowable.idm.engine.impl.cmd
Class CreateGroupQueryCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.CreateGroupQueryCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<PlatformGroupQuery>
public class CreateGroupQueryCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformGroupQuery>, java.io.Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreateGroupQueryCmd()
-
Method Summary
Modifier and Type Method Description PlatformGroupQuery
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
CreateGroupQueryCmd
public CreateGroupQueryCmd()
-
-
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>
-