Class SetPlatformGroupInfoCmd

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

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

    • groupId

      protected String groupId
    • tenantId

      protected String tenantId
    • name

      protected String name
    • value

      protected Object value
  • Constructor Details

    • SetPlatformGroupInfoCmd

      public SetPlatformGroupInfoCmd(String groupId, String tenantId, String name, Object value)
  • Method Details