Class SaveGroupCmd

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

public class SaveGroupCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
Author:
Joram Barrez
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.flowable.idm.api.Group
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SaveGroupCmd(org.flowable.idm.api.Group group)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • group

      protected org.flowable.idm.api.Group group
  • Constructor Details

    • SaveGroupCmd

      public SaveGroupCmd(org.flowable.idm.api.Group group)
  • Method Details

    • execute

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