| Interface | Description |
|---|---|
| CustomDependencies |
Classes that implement this interface indicate that they take responsibility for generating their dependencies as the dependency
graph is being created.
|
| Processor<In,Out> |
Interface for processing input attributes.
|
| Processor.ExecutionContext |
An execution context for a specific print task.
|
| Class | Description |
|---|---|
| AbstractProcessor<In,Out> |
Basic functionality of a processor.
|
| AbstractProcessor.Context |
Default implementation of
ExecutionContext. |
| PdfConfigurationProcessor |
This processor allows the dynamic configuration of the
PDFConfig object by obtaining data
from attributes. |
| PdfConfigurationProcessor.In |
The input parameters object.
|
| PdfConfigurationProcessor.Update |
The object that defines how to update the
PDFConfig
(see !updatePdfConfig processor). |
| ProcessorDependency |
Models a dependency between two processors.
|
| ProcessorDependencyGraph |
Represents a graph of the processors dependencies.
|
| ProcessorDependencyGraphFactory |
Class for constructing
ProcessorDependencyGraph instances. |
| ProcessorExecutionContext |
Contains information shared across all nodes being executed.
|
| ProcessorGraphNode<In,Out> |
Represents one node in the Processor dependency graph (
ProcessorDependencyGraph). |
| ProcessorGraphNode.ProcessorNodeForkJoinTask<In,Out> |
A ForkJoinTask that will run the processor and all of its dependencies.
|
| ProcessorUtils |
Shared methods for working with processor.
|
| Annotation Type | Description |
|---|---|
| InternalValue |
Marks a processor output parameter as debug value.
|