Class CreateGroupCmd

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

public class CreateGroupCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Group>, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

    • groupId

      protected String groupId
  • Constructor Details

    • CreateGroupCmd

      public CreateGroupCmd(String groupId)
  • Method Details

    • execute

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