Class ConfirmEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractProductITextEvent
com.itextpdf.commons.actions.AbstractContextBasedITextEvent
com.itextpdf.commons.actions.AbstractProductProcessITextEvent
com.itextpdf.commons.actions.AbstractEventWrapper
com.itextpdf.commons.actions.confirmations.ConfirmEvent
- All Implemented Interfaces:
IEvent
Used to confirm that process associated with some
AbstractProductProcessITextEvent
ended successfully.-
Constructor Summary
ConstructorsConstructorDescriptionConfirmEvent(AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event.ConfirmEvent(SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event. -
Method Summary
Modifier and TypeMethodDescriptionReturns theAbstractProductProcessITextEventassociated with confirmed process.Methods inherited from class AbstractEventWrapper
getClassFromContext, getEvent, getEventTypeMethods inherited from class AbstractProductProcessITextEvent
getConfirmationType, getSequenceIdMethods inherited from class AbstractContextBasedITextEvent
setMetaInfoMethods inherited from class AbstractProductITextEvent
getProductData, getProductName
-
Constructor Details
-
ConfirmEvent
Creates an instance of confirmation event.- Parameters:
updatedSequenceId- is aSequenceIdfor the document. May be different with sequence id of original eventconfirmedEvent- is an event to confirm
-
ConfirmEvent
Creates an instance of confirmation event.- Parameters:
confirmedEvent- is an event to confirm
-
-
Method Details
-
getConfirmedEvent
Returns theAbstractProductProcessITextEventassociated with confirmed process.- Returns:
- confirmed event
-