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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
linkValue
protected java.lang.String
policyDefinitionId
protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description AddPolicyDefinitionLinkCmd(java.lang.String policyDefinitionId, java.lang.String type, java.lang.String linkValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyDefinitionLink
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public PolicyDefinitionLink execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
-
-