public abstract class OperationHandler extends Object implements org.flowable.engine.delegate.JavaDelegate
| Constructor and Description |
|---|
OperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HbciSandboxContext |
doExecute(org.flowable.engine.delegate.DelegateExecution execution,
HbciSandboxContext context) |
void |
execute(org.flowable.engine.delegate.DelegateExecution execution) |
protected abstract Operation |
handledRequestType() |
protected boolean |
usesCustomHandlingAndHandles(HbciSandboxContext context) |
public void execute(org.flowable.engine.delegate.DelegateExecution execution)
execute in interface org.flowable.engine.delegate.JavaDelegateprotected abstract HbciSandboxContext doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)
protected abstract Operation handledRequestType()
protected boolean usesCustomHandlingAndHandles(HbciSandboxContext context)
Copyright © 2020. All rights reserved.