Class GetTemplateVariationModelCmd

java.lang.Object
com.flowable.template.engine.impl.cmd.GetTemplateVariationModelCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<TemplateVariationModel>

public class GetTemplateVariationModelCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<TemplateVariationModel>
Author:
Tijs Rademakers
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String templateVariationDefinitionId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetTemplateVariationModelCmd​(java.lang.String templateVariationDefinitionId)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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