Class AbstractNeedsTemplateDefinitionCmd

java.lang.Object
com.flowable.template.engine.impl.cmd.AbstractNeedsTemplateDefinitionCmd
Direct Known Subclasses:
GetTemplateModelByIdCmd, GetTemplateModelByKeyCmd, ProcessTemplateCmd

public abstract class AbstractNeedsTemplateDefinitionCmd
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractNeedsTemplateDefinitionCmd()  
  • Method Summary

    Modifier and Type Method Description
    protected TemplateDefinitionQuery createTemplateDefinitionQuery​(TemplateDefinitionEntityManager templateDefinitionEntityManager, java.lang.String templateDefinitionKey, java.lang.String parentDeploymentId, java.lang.String tenantId)  
    protected TemplateDefinition getTemplateDefinition​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String templateDefinitionId, java.lang.String templateDefinitionKey, java.lang.String parentDeploymentId, java.lang.String tenantId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait