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