Class DeleteIdentityLinksForWorkObjectDefinitionCmd

java.lang.Object
com.flowable.workobject.engine.impl.cmd.DeleteIdentityLinksForWorkObjectDefinitionCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

public class DeleteIdentityLinksForWorkObjectDefinitionCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String groupId  
    protected java.lang.String userId  
    protected java.lang.String workObjectDefinitionId  
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteIdentityLinksForWorkObjectDefinitionCmd​(java.lang.String workObjectDefinitionId, java.lang.String userId, java.lang.String groupId)  
  • Method Summary

    Modifier and Type Method Description
    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

    • workObjectDefinitionId

      protected final java.lang.String workObjectDefinitionId
    • userId

      protected final java.lang.String userId
    • groupId

      protected final java.lang.String groupId
  • 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>