-
Constructors in org.docx4j.events with parameters of type ProcessStep
| Constructor |
Description |
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.
|
Docx4jEvent(PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the start or end of a process step,
where you didn't define an overall 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.
|
EventFinished(PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the end of a process step,
where you didn't define an overall 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.
|
StartEvent(PackageIdentifier pkgIdentifier,
ProcessStep processStep) |
Use this to signal the start of a process step,
where you didn't define an overall job.
|