public abstract class AbstractNeedsCaseInstanceCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
| Constructor and Description |
|---|
AbstractNeedsCaseInstanceCmd(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected abstract void |
internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected String caseInstanceId
public AbstractNeedsCaseInstanceCmd(String caseInstanceId)
public Void execute(CommandContext commandContext)
protected abstract void internalExecute(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity)
Copyright © 2021 Flowable. All rights reserved.