Class GetPolicyModelCmd
- java.lang.Object
-
- com.flowable.policy.engine.impl.cmd.AbstractNeedsPolicyDefinitionCmd
-
- com.flowable.policy.engine.impl.cmd.GetPolicyModelCmd
-
- All Implemented Interfaces:
Command<PolicyModel>
public class GetPolicyModelCmd extends AbstractNeedsPolicyDefinitionCmd implements Command<PolicyModel>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
policyDefinitionId
protected String
policyDefinitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetPolicyModelCmd(String policyDefinitionId, String policyDefinitionKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyModel
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.policy.engine.impl.cmd.AbstractNeedsPolicyDefinitionCmd
resolvePolicyDefinition
-
-
-
-
Method Detail
-
execute
public PolicyModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<PolicyModel>
-
-