Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlObjectModification
Packages that use XmlObjectModification
-
Uses of XmlObjectModification in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlObjectModificationModifier and TypeMethodDescriptionprotected List<XmlObjectModification>AbstractTokenProxy.getPdfAnnotationChanges(XmlPDFRevision pdfRevision) Returns a list of changes occurred in a PDF associated with annotation(s) modificationSignatureWrapper.getPdfAnnotationChanges()Returns a list of changes occurred in a PDF after the current signature's revision associated with annotation(s) modificationTimestampWrapper.getPdfAnnotationChanges()Returns a list of changes occurred in a PDF after the current timestamp's revision associated with annotation(s) modificationprotected List<XmlObjectModification>AbstractTokenProxy.getPdfExtensionChanges(XmlPDFRevision pdfRevision) Returns a list of changes occurred in a PDF associated with a signature/document extensionSignatureWrapper.getPdfExtensionChanges()Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature/document extensionTimestampWrapper.getPdfExtensionChanges()Returns a list of changes occurred in a PDF after the current timestamp's revision associated with a signature/document extensionprotected List<XmlObjectModification>AbstractTokenProxy.getPdfSignatureOrFormFillChanges(XmlPDFRevision pdfRevision) Returns a list of changes occurred in a PDF associated with a signature creation, form fillingSignatureWrapper.getPdfSignatureOrFormFillChanges()Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature creation, form fillingTimestampWrapper.getPdfSignatureOrFormFillChanges()Returns a list of changes occurred in a PDF after the current timestamp's revision associated with a signature creation, form fillingprotected List<XmlObjectModification>AbstractTokenProxy.getPdfUndefinedChanges(XmlPDFRevision pdfRevision) Returns a list of undefined changes occurred in a PDFSignatureWrapper.getPdfUndefinedChanges()Returns a list of undefined changes occurred in a PDF after the current signature's revisionTimestampWrapper.getPdfUndefinedChanges()Returns a list of undefined changes occurred in a PDF after the current timestamp's revision -
Uses of XmlObjectModification in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlObjectModificationModifier and TypeFieldDescriptionprotected List<XmlObjectModification>XmlObjectModifications.annotationChangesprotected List<XmlObjectModification>XmlObjectModifications.extensionChangesprotected List<XmlObjectModification>XmlObjectModifications.signatureOrFormFillprotected List<XmlObjectModification>XmlObjectModifications.undefinedMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlObjectModificationModifier and TypeMethodDescriptionObjectFactory.createXmlObjectModification()Create an instance ofXmlObjectModificationMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlObjectModificationModifier and TypeMethodDescriptionXmlObjectModifications.getAnnotationChanges()Gets the value of the annotationChanges property.XmlObjectModifications.getExtensionChanges()Gets the value of the extensionChanges property.XmlObjectModifications.getSignatureOrFormFill()Gets the value of the signatureOrFormFill property.XmlObjectModifications.getUndefined()Gets the value of the undefined property.