Class RecordAutomationHandler
java.lang.Object
com.kingsrook.qqq.backend.core.actions.automation.RecordAutomationHandler
- All Implemented Interfaces:
RecordAutomationHandlerInterface
@Deprecated(since="0.26.0 - when RecordAutomationHandlerInterface was introduced")
public abstract class RecordAutomationHandler
extends Object
implements RecordAutomationHandlerInterface
Deprecated.
Base class for custom-codes to run as an automation action
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.actions.automation.RecordAutomationHandlerInterface
execute
-
Constructor Details
-
RecordAutomationHandler
public RecordAutomationHandler()Deprecated.
-