public abstract class AbstractProductProcessITextEvent extends AbstractContextBasedITextEvent
Modifier | Constructor and Description |
---|---|
protected |
AbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event which is not associated with any object.
|
protected |
AbstractProductProcessITextEvent(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event associated with SequenceId .
|
Modifier and Type | Method and Description |
---|---|
EventConfirmationType |
getConfirmationType()
Retrieves an event confirmation type .
|
abstract String |
getEventType()
Returns an event type.
|
SequenceId |
getSequenceId()
Retrieves an identifier of event source.
|
getClassFromContext, setMetaInfo
getProductData, getProductName
protected AbstractProductProcessITextEvent(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
SequenceId
. It may contain auxiliary meta data.
sequenceId
- is a general identifier for the event
productData
- is a description of the product which has generated an event
metaInfo
- is an auxiliary meta info
confirmationType
- defines when the event should be confirmed to notify that the associated process has finished successfully
protected AbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
productData
- is a description of the product which has generated an event
metaInfo
- is an auxiliary meta info
confirmationType
- defines when the event should be confirmed to notify that the associated process has finished successfully
public SequenceId getSequenceId()
public abstract String getEventType()
public EventConfirmationType getConfirmationType()
event confirmation type
.
Copyright © 1998–2022 iText Group NV. All rights reserved.