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