Class DeleteIdentityLinkCmd

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

public class DeleteIdentityLinkCmd extends NeedsAppDefinitionCmd<Void>
Author:
Tijs Rademakers
See Also:
  • Field Details

  • Constructor Details

    • DeleteIdentityLinkCmd

      public DeleteIdentityLinkCmd(String appDefinitionId, String userId, String groupId, String type)
  • Method Details

    • validateParams

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

      protected Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.app.api.repository.AppDefinition appDefinition)
      Description copied from class: NeedsAppDefinitionCmd
      Subclasses must implement in this method their normal command logic.
      Specified by:
      execute in class NeedsAppDefinitionCmd<Void>