Uses of Interface
org.docx4j.events.JobIdentifier
Packages that use JobIdentifier
-
Uses of JobIdentifier in org.docx4j.events
Classes in org.docx4j.events that implement JobIdentifierModifier and TypeClassDescriptionenumA job is generally understood to relate to multiple documents (pkgs).Methods in org.docx4j.events that return JobIdentifierConstructors in org.docx4j.events with parameters of type JobIdentifierModifierConstructorDescriptionDocx4jEvent(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.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.