Class DeletePlatformIdentityInfoCmd

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

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

    • id

      protected String id
    • userId

      protected String userId
    • tenantId

      protected String tenantId
  • Constructor Details

    • DeletePlatformIdentityInfoCmd

      public DeletePlatformIdentityInfoCmd(String id)
    • DeletePlatformIdentityInfoCmd

      protected DeletePlatformIdentityInfoCmd(String userId, String tenantId)
  • Method Details