| Package | Description |
|---|---|
| org.docx4j.events |
| Modifier and Type | Class and Description |
|---|---|
class |
WellKnownJobTypes
A job is generally understood to relate to multiple documents (pkgs).
|
| Modifier and Type | Method and Description |
|---|---|
JobIdentifier |
Docx4jEvent.getJob() |
| Constructor and 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.
|
Copyright © 2007-2022. All Rights Reserved.