public class GetPolicyModelCmd extends AbstractNeedsPolicyDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<PolicyModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
policyDefinitionId |
protected String |
policyDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetPolicyModelCmd(String policyDefinitionId,
String policyDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
PolicyModel |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
resolvePolicyDefinitionprotected String policyDefinitionId
protected String policyDefinitionKey
protected String tenantId
public PolicyModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<PolicyModel>Copyright © 2019. All rights reserved.