Class DeletePlatformIdentityInfoCmd

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

public class DeletePlatformIdentityInfoCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.lang.String tenantId  
    protected java.lang.String userId  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
      DeletePlatformIdentityInfoCmd​(java.lang.String id)  
    protected DeletePlatformIdentityInfoCmd​(java.lang.String userId, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    static DeletePlatformIdentityInfoCmd byId​(java.lang.String id)  
    static DeletePlatformIdentityInfoCmd byUserId​(java.lang.String userId)  
    static DeletePlatformIdentityInfoCmd byUserIdAndTenantId​(java.lang.String userId, java.lang.String tenantId)  
    java.lang.Void 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