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.String policyDefinitionId  
    protected java.lang.String policyDefinitionKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetPolicyModelCmd​(java.lang.String policyDefinitionId, java.lang.String policyDefinitionKey, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    PolicyModel execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class com.flowable.policy.engine.impl.cmd.AbstractNeedsPolicyDefinitionCmd

    resolvePolicyDefinition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GetPolicyModelCmd

      public GetPolicyModelCmd​(java.lang.String policyDefinitionId, java.lang.String policyDefinitionKey, java.lang.String tenantId)
  • Method Details

    • execute

      public PolicyModel execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<PolicyModel>