Class DeletePolicyDefinitionLinkCmd

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

public class DeletePolicyDefinitionLinkCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • policyDefinitionLinkId

      protected String policyDefinitionLinkId
  • Constructor Details

    • DeletePolicyDefinitionLinkCmd

      public DeletePolicyDefinitionLinkCmd(String policyDefinitionLinkId)
  • Method Details

    • execute

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