-
Constructors in org.docx4j.events with parameters of type JobIdentifier
| Constructor |
Description |
Docx4jEvent(JobIdentifier job) |
Use this to signal the start or end of a Job.
|
Docx4jEvent(JobIdentifier job,
PackageIdentifier pkgIdentifier) |
Use this to signal the start or end of work on a specific pkg in a job.
|
Docx4jEvent(JobIdentifier job,
PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the start or end of a process step,
on some pkg in some overall job.
|
EventFinished(JobIdentifier job) |
Use this to signal the end of a Job.
|
EventFinished(JobIdentifier job,
PackageIdentifier pkgIdentifier) |
Use this to signal the end of work on a specific pkg in a job.
|
EventFinished(JobIdentifier job,
PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the end of a process step,
on some pkg in some overall job.
|
StartEvent(JobIdentifier job) |
Use this to signal the start of a Job.
|
StartEvent(JobIdentifier job,
PackageIdentifier pkgIdentifier) |
Use this to signal the start of work on a specific pkg in a job.
|
StartEvent(JobIdentifier job,
PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the start of a process step,
on some pkg in some overall job.
|