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 userId  
  • Constructor Summary

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

    Modifier and Type Method Description
    static DeletePlatformIdentityInfoCmd byId​(java.lang.String id)  
    static DeletePlatformIdentityInfoCmd byUserId​(java.lang.String userId)  
    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
  • Field Details

    • id

      protected java.lang.String id
    • userId

      protected java.lang.String userId
  • Constructor Details

  • Method Details

    • execute

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

      public static DeletePlatformIdentityInfoCmd byId​(java.lang.String id)
    • byUserId

      public static DeletePlatformIdentityInfoCmd byUserId​(java.lang.String userId)