Uses of Class
com.itextpdf.commons.actions.confirmations.EventConfirmationType
-
Packages that use EventConfirmationType Package Description com.itextpdf.commons.actions com.itextpdf.commons.actions.confirmations com.itextpdf.kernel.actions.events -
-
Uses of EventConfirmationType in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions declared as EventConfirmationType Modifier and Type Field Description private EventConfirmationType
AbstractProductProcessITextEvent. confirmationType
Methods in com.itextpdf.commons.actions that return EventConfirmationType Modifier and Type Method Description EventConfirmationType
AbstractProductProcessITextEvent. getConfirmationType()
Retrieves anevent confirmation type
.Constructors in com.itextpdf.commons.actions with parameters of type EventConfirmationType Constructor Description AbstractEventWrapper(AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper for the event.AbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper of event associated withSequenceId
.AbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event which is not associated with any object.AbstractProductProcessITextEvent(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event associated withSequenceId
. -
Uses of EventConfirmationType in com.itextpdf.commons.actions.confirmations
Methods in com.itextpdf.commons.actions.confirmations that return EventConfirmationType Modifier and Type Method Description static EventConfirmationType
EventConfirmationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EventConfirmationType[]
EventConfirmationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventConfirmationType in com.itextpdf.kernel.actions.events
Methods in com.itextpdf.kernel.actions.events with parameters of type EventConfirmationType Modifier and Type Method Description static ITextCoreProductEvent
ITextCoreProductEvent. createProcessPdfEvent(SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an process pdf event which associated with a general identifier and additional meta data.Constructors in com.itextpdf.kernel.actions.events with parameters of type EventConfirmationType Constructor Description ITextCoreProductEvent(SequenceId sequenceId, IMetaInfo metaInfo, java.lang.String eventType, EventConfirmationType confirmationType)
Creates an event associated with a general identifier and additional meta data.
-