Class GetDataDictionaryModelCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.cmd.AbstractNeedsDataDictionaryDefinitionCmd
-
- com.flowable.platform.engine.impl.cmd.GetDataDictionaryModelCmd
-
- All Implemented Interfaces:
Command<DataDictionaryModel>
public class GetDataDictionaryModelCmd extends AbstractNeedsDataDictionaryDefinitionCmd implements Command<DataDictionaryModel>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
definitionId
protected String
definitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetDataDictionaryModelCmd(String definitionId, String definitionKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataDictionaryModel
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.platform.engine.impl.cmd.AbstractNeedsDataDictionaryDefinitionCmd
resolveDataDictionaryDefinition
-
-
-
-
Method Detail
-
execute
public DataDictionaryModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DataDictionaryModel>
-
-