Class OperationHandler
- java.lang.Object
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.OperationHandler
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
- Direct Known Subclasses:
TemplateBasedOperationHandler
public abstract class OperationHandler extends Object implements org.flowable.engine.delegate.JavaDelegate
-
-
Constructor Summary
Constructors Constructor Description OperationHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract HbciSandboxContextdoExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)voidexecute(org.flowable.engine.delegate.DelegateExecution execution)protected abstract OperationhandledRequestType()protected booleanusesCustomHandlingAndHandles(HbciSandboxContext context)
-
-
-
Method Detail
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
executein interfaceorg.flowable.engine.delegate.JavaDelegate
-
doExecute
protected abstract HbciSandboxContext doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)
-
handledRequestType
protected abstract Operation handledRequestType()
-
usesCustomHandlingAndHandles
protected boolean usesCustomHandlingAndHandles(HbciSandboxContext context)
-
-