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