public abstract class ProcessProvider extends BaseProvider<ProcessProfile>
| Constructor and Description |
|---|
ProcessProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> void |
execute(DriverFactory drivers,
ProcessScript<T> script)
Execute a gate process for the specified process script.
|
configurepublic abstract <T> void execute(DriverFactory drivers, ProcessScript<T> script) throws IOException
T - the type of data model object to be processeddrivers - provides drivers for the executionscript - target scriptIOException - if failed to execute gate processIllegalArgumentException - if any parameter is nullCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.