@Deprecated public interface CustomProcess
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(ServerContext serverContext,
JobStatus jobStatus,
WorkingBundle bundle)
Deprecated.
This is the primary interface to customize the processing of documents.
|
boolean process(ServerContext serverContext, JobStatus jobStatus, WorkingBundle bundle)
serverContext - The ServerContextjobStatus - The JobStatus for the current Jobbundle - The WorkingBundle for the current process.WorkingBundle was successfully
processed, otherwise false