Class GetPlatformGroupByIdCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.GetPlatformGroupByIdCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<PlatformGroup>

public class GetPlatformGroupByIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformGroup>, Serializable
See Also:
  • Field Details

    • groupId

      protected String groupId
  • Constructor Details

    • GetPlatformGroupByIdCmd

      public GetPlatformGroupByIdCmd(String groupId)
  • Method Details

    • execute

      public PlatformGroup execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<PlatformGroup>