Class GetDataObjectModelCmd
- java.lang.Object
-
- com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
-
- com.flowable.dataobject.engine.impl.cmd.GetDataObjectModelCmd
-
- All Implemented Interfaces:
Command<DataObjectModel>
public class GetDataObjectModelCmd extends AbstractNeedsDataObjectDefinitionCmd implements Command<DataObjectModel>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
dataObjectDefinitionId
protected String
dataObjectDefinitionKey
protected String
tenantId
-
Constructor Summary
Constructors Constructor Description GetDataObjectModelCmd(String dataObjectDefinitionId, String dataObjectDefinitionKey, String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataObjectModel
execute(CommandContext commandContext)
-
Methods inherited from class com.flowable.dataobject.engine.impl.cmd.AbstractNeedsDataObjectDefinitionCmd
getObjectModelByDefinitionId, resolveDataObjectDefinition, validateAccessToOperation
-
-
-
-
Method Detail
-
execute
public DataObjectModel execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<DataObjectModel>
-
-