public class GetDataObjectModelCmd extends AbstractNeedsDataObjectDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataObjectDefinitionId |
protected String |
dataObjectDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetDataObjectModelCmd(String dataObjectDefinitionId,
String dataObjectDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
DataObjectModel |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
resolveDataObjectDefinitionprotected String dataObjectDefinitionId
protected String dataObjectDefinitionKey
protected String tenantId
public DataObjectModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<DataObjectModel>Copyright © 2019. All rights reserved.