Class AddPolicyDefinitionLinkCmd
- java.lang.Object
-
- com.flowable.policy.engine.impl.cmd.AddPolicyDefinitionLinkCmd
-
- All Implemented Interfaces:
Command<PolicyDefinitionLink>
public class AddPolicyDefinitionLinkCmd extends Object implements Command<PolicyDefinitionLink>
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description AddPolicyDefinitionLinkCmd(String policyDefinitionId, String type, String linkValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyDefinitionLink
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public PolicyDefinitionLink execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<PolicyDefinitionLink>
-
-