public class UpdateDatabaseSchemaDataObjectInstanceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<DatabaseSchemaDataObjectInstance>
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseSchemaDataObjectModificationBuilderImpl |
dataModificationBuilder |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
UpdateDatabaseSchemaDataObjectInstanceCmd(DatabaseSchemaDataObjectModificationBuilderImpl dataModificationBuilder) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSchemaDataObjectInstance |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected DatabaseSchemaDataObjectModel |
getObjectModelByDefinitionId(String definitionId,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected static final org.slf4j.Logger LOGGER
protected final DatabaseSchemaDataObjectModificationBuilderImpl dataModificationBuilder
public UpdateDatabaseSchemaDataObjectInstanceCmd(DatabaseSchemaDataObjectModificationBuilderImpl dataModificationBuilder)
public DatabaseSchemaDataObjectInstance execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<DatabaseSchemaDataObjectInstance>protected DatabaseSchemaDataObjectModel getObjectModelByDefinitionId(String definitionId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Copyright © 2019. All rights reserved.