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, Object finalObject) CreatesObjectModification
for a new object creation changestatic ObjectModification
ObjectModification.delete
(PdfObjectTree objectTree, Object originalObject) CreatesObjectModification
for an object removal changestatic ObjectModification
ObjectModification.modify
(PdfObjectTree objectTree, Object originalObject, Object 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 modificationModifier and TypeMethodDescriptionPdfObjectModificationsFilter.filter
(Collection<ObjectModification> objectModifications) Categorizes the given collection ofObjectModification
s to various categories and returnsPdfObjectModifications
containing the result of filtering.