Uses of Class
eu.europa.esig.dss.pdf.modifications.ObjectModification
Packages that use ObjectModification
-
Uses of ObjectModification in eu.europa.esig.dss.pdf.modifications
Methods in eu.europa.esig.dss.pdf.modifications that return ObjectModificationModifier and TypeMethodDescriptionstatic ObjectModificationObjectModification.create(PdfObjectTree objectTree, PdfObject finalObject) CreatesObjectModificationfor a new object creation changestatic ObjectModificationObjectModification.delete(PdfObjectTree objectTree, PdfObject originalObject) CreatesObjectModificationfor an object removal changestatic ObjectModificationObjectModification.modify(PdfObjectTree objectTree, PdfObject originalObject, PdfObject finalObject) CreatesObjectModificationfor an object modification changeMethods in eu.europa.esig.dss.pdf.modifications that return types with arguments of type ObjectModificationModifier 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 changesMethods in eu.europa.esig.dss.pdf.modifications with parameters of type ObjectModificationModifier and TypeMethodDescriptionvoidPdfObjectModifications.addAnnotCreationChange(ObjectModification objectModification) Adds a modification concerning annotation creation, modification or deletionvoidPdfObjectModifications.addFormFillInAndSignatureCreationChange(ObjectModification objectModification) Adds a modification concerning form filling or a signature creationvoidPdfObjectModifications.addSecureChange(ObjectModification objectModification) Adds a secure change concerning signature augmentation (DSS dictionary, DocTimeStamp)voidPdfObjectModifications.addUndefinedChange(ObjectModification objectModification) Adds an undefined modificationprotected booleanPdfObjectModificationsFilter.isAnnotationChange(ObjectModification objectModification) Returns whether the modification corresponds to an annotation change (such as DocTimeStamp or DSS dictionary creation)protected booleanPdfObjectModificationsFilter.isExtensionChange(ObjectModification objectModification) Returns whether the modification corresponds to a signature augmentation (such as DocTimeStamp or DSS dictionary creation)protected booleanPdfObjectModificationsFilter.isSignatureOrFormFillChange(ObjectModification objectModification) Returns whether the modification corresponds to a signature addition or a form fill (such as DocTimeStamp or DSS dictionary creation)protected booleanPdfObjectModificationsFilter.skipChange(ObjectModification objectModification) This method allows to skip some modification occurring in PdfBox and OpenPDFMethod parameters in eu.europa.esig.dss.pdf.modifications with type arguments of type ObjectModificationModifier and TypeMethodDescriptionPdfObjectModificationsFilter.filter(Collection<ObjectModification> objectModifications) Categorizes the given collection ofObjectModifications to various categories and returnsPdfObjectModificationscontaining the result of filtering.