Uses of Class
org.apache.camel.component.pdf.PdfOperation
-
Packages that use PdfOperation Package Description org.apache.camel.component.pdf -
-
Uses of PdfOperation in org.apache.camel.component.pdf
Methods in org.apache.camel.component.pdf that return PdfOperation Modifier and Type Method Description PdfOperation
PdfConfiguration. getOperation()
static PdfOperation
PdfOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PdfOperation[]
PdfOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.pdf with parameters of type PdfOperation Modifier and Type Method Description void
PdfConfiguration. setOperation(PdfOperation operation)
-