Class 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 Detail

      • OperationHandler

        public OperationHandler()
    • Method Detail

      • execute

        public void execute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        execute in interface org.flowable.engine.delegate.JavaDelegate
      • handledRequestType

        protected abstract Operation handledRequestType()
      • usesCustomHandlingAndHandles

        protected boolean usesCustomHandlingAndHandles​(HbciSandboxContext context)