Class GetDocumentDefinitionModelCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.GetDocumentDefinitionModelCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DocumentDefinitionModel>

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

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

    Constructors 
    Constructor Description
    GetDocumentDefinitionModelCmd​(java.lang.String documentDefinitionId)  
  • Method Summary

    Modifier and Type Method Description
    DocumentDefinitionModel 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