Class GetDataDictionaryModelCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractNeedsDataDictionaryDefinitionCmd
com.flowable.platform.engine.impl.cmd.GetDataDictionaryModelCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<DataDictionaryModel>

public class GetDataDictionaryModelCmd extends AbstractNeedsDataDictionaryDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<DataDictionaryModel>
Author:
Filip Hrisafov
  • Field Details

    • definitionId

      protected String definitionId
    • definitionKey

      protected String definitionKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetDataDictionaryModelCmd

      public GetDataDictionaryModelCmd(String definitionId, String definitionKey, String tenantId)
  • Method Details

    • execute

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