Class GetDataObjectModelCmd

java.lang.Object
com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
com.flowable.dataobject.engine.impl.cmd.GetDataObjectModelCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>

public class GetDataObjectModelCmd
extends AbstractNeedsDataObjectDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String dataObjectDefinitionId  
    protected java.lang.String dataObjectDefinitionKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetDataObjectModelCmd​(java.lang.String dataObjectDefinitionId, java.lang.String dataObjectDefinitionKey, java.lang.String tenantId)  
  • Method Summary

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

    Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd

    resolveDataObjectDefinition

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GetDataObjectModelCmd

      public GetDataObjectModelCmd​(java.lang.String dataObjectDefinitionId, java.lang.String dataObjectDefinitionKey, java.lang.String tenantId)
  • Method Details

    • execute

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