public class FindDatabaseSchemaDataObjectInstanceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<DatabaseSchemaDataObjectInstanceEntity>
| Modifier and Type | Field and Description |
|---|---|
protected String |
definitionId |
protected String |
definitionKey |
protected String |
lookupId |
| Constructor and Description |
|---|
FindDatabaseSchemaDataObjectInstanceCmd(String lookupId,
String definitionId,
String definitionKey) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSchemaDataObjectInstanceEntity |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String lookupId
protected String definitionId
protected String definitionKey
public DatabaseSchemaDataObjectInstanceEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<DatabaseSchemaDataObjectInstanceEntity>Copyright © 2019. All rights reserved.