Uses of Class
eu.europa.esig.dss.pdf.modifications.ObjectModification
-
Uses of ObjectModification in eu.europa.esig.dss.pdf.modifications
Modifier and TypeMethodDescriptionstatic ObjectModification
ObjectModification.create
(PdfObjectTree objectTree, PdfObject finalObject) CreatesObjectModification
for a new object creation changestatic ObjectModification
ObjectModification.delete
(PdfObjectTree objectTree, PdfObject originalObject) CreatesObjectModification
for an object removal changestatic ObjectModification
ObjectModification.modify
(PdfObjectTree objectTree, PdfObject originalObject, PdfObject finalObject) CreatesObjectModification
for an object modification changeModifier and TypeMethodDescriptionPdfObjectModifications.getAnnotCreationChanges()
Returns a list of annot creation/modification/deletion changesPdfObjectModifications.getFormFillInAndSignatureCreationChanges()
Returns a list of form filling and signature creation related changesPdfObjectModifications.getSecureChanges()
Returns a list of secure changesPdfObjectModifications.getUndefinedChanges()
Returns a list of undefined changesModifier and TypeMethodDescriptionvoid
PdfObjectModifications.addAnnotCreationChange
(ObjectModification objectModification) Adds a modification concerning annotation creation, modification or deletionvoid
PdfObjectModifications.addFormFillInAndSignatureCreationChange
(ObjectModification objectModification) Adds a modification concerning form filling or a signature creationvoid
PdfObjectModifications.addSecureChange
(ObjectModification objectModification) Adds a secure change concerning signature augmentation (DSS dictionary, DocTimeStamp)void
PdfObjectModifications.addUndefinedChange
(ObjectModification objectModification) Adds an undefined modificationprotected boolean
PdfObjectModificationsFilter.isAnnotationChange
(ObjectModification objectModification) Returns whether the modification corresponds to an annotation change (such as DocTimeStamp or DSS dictionary creation)protected boolean
PdfObjectModificationsFilter.isExtensionChange
(ObjectModification objectModification) Returns whether the modification corresponds to a signature augmentation (such as DocTimeStamp or DSS dictionary creation)protected boolean
PdfObjectModificationsFilter.isSignatureOrFormFillChange
(ObjectModification objectModification) Returns whether the modification corresponds to a signature addition or a form fill (such as DocTimeStamp or DSS dictionary creation)protected boolean
PdfObjectModificationsFilter.skipChange
(ObjectModification objectModification) This method allows to skip some modification occurring in PdfBox and OpenPDFModifier and TypeMethodDescriptionPdfObjectModificationsFilter.filter
(Collection<ObjectModification> objectModifications) Categorizes the given collection ofObjectModification
s to various categories and returnsPdfObjectModifications
containing the result of filtering.