Class DeletePlatformIdentityInfoByGroupCmd

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

public class DeletePlatformIdentityInfoByGroupCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • groupId

      protected String groupId
    • tenantId

      protected String tenantId
  • Constructor Details

    • DeletePlatformIdentityInfoByGroupCmd

      protected DeletePlatformIdentityInfoByGroupCmd(String groupId, String tenantId)
  • Method Details