public class AddPolicyDefinitionLinkCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>
| Modifier and Type | Field and Description |
|---|---|
protected String |
linkValue |
protected String |
policyDefinitionId |
protected String |
type |
| Constructor and Description |
|---|
AddPolicyDefinitionLinkCmd(String policyDefinitionId,
String type,
String linkValue) |
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionLink |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String policyDefinitionId
protected String type
protected String linkValue
public PolicyDefinitionLink execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<PolicyDefinitionLink>Copyright © 2019. All rights reserved.