Class DeleteIdentityLinkForActionInstanceCmd

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

public class DeleteIdentityLinkForActionInstanceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>, Serializable
Author:
Roman Saratz
See Also:
  • Field Details

    • actionInstanceId

      protected String actionInstanceId
    • userId

      protected String userId
    • groupId

      protected String groupId
    • type

      protected String type
  • Constructor Details

    • DeleteIdentityLinkForActionInstanceCmd

      public DeleteIdentityLinkForActionInstanceCmd(String actionInstanceId, String userId, String groupId, String type)
  • Method Details

    • validateParams

      protected void validateParams(String actionInstanceId, String userId, String groupId, String type)
    • execute

      public Object execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Object>