| Package | Description |
|---|---|
| org.docx4j.events |
| Modifier and Type | Class and Description |
|---|---|
class |
WellKnownProcessSteps |
| Modifier and Type | Method and Description |
|---|---|
ProcessStep |
Docx4jEvent.getProcessStep()
Retrieve the step in the process, if set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Docx4jEvent.setProcessStep(ProcessStep processStep) |
| Constructor and 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.
|
Copyright © 2007–2023. All rights reserved.