Class AddPolicyDefinitionLinkCmd
java.lang.Object
com.flowable.policy.engine.impl.cmd.AddPolicyDefinitionLinkCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
public class AddPolicyDefinitionLinkCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddPolicyDefinitionLinkCmd
(String policyDefinitionId, String type, String linkValue) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
policyDefinitionId
-
type
-
linkValue
-
-
Constructor Details
-
AddPolicyDefinitionLinkCmd
-
-
Method Details
-
execute
public PolicyDefinitionLink execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
-