Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlObjectModification
-
Uses of XmlObjectModification in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionAbstractSignatureWrapper.getPdfAnnotationChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with annotation(s) modificationPDFRevisionWrapper.getPdfAnnotationChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with annotation(s) modificationAbstractSignatureWrapper.getPdfExtensionChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature/document extensionPDFRevisionWrapper.getPdfExtensionChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature/document extensionAbstractSignatureWrapper.getPdfSignatureOrFormFillChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature creation, form fillingPDFRevisionWrapper.getPdfSignatureOrFormFillChanges()
Returns a list of changes occurred in a PDF after the current signature's revision associated with a signature creation, form fillingAbstractSignatureWrapper.getPdfUndefinedChanges()
Returns a list of undefined changes occurred in a PDF after the current signature's revisionPDFRevisionWrapper.getPdfUndefinedChanges()
Returns a list of undefined changes occurred in a PDF after the current signature's revision -
Uses of XmlObjectModification in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeFieldDescriptionprotected List<XmlObjectModification>
XmlObjectModifications.annotationChanges
protected List<XmlObjectModification>
XmlObjectModifications.extensionChanges
protected List<XmlObjectModification>
XmlObjectModifications.signatureOrFormFill
protected List<XmlObjectModification>
XmlObjectModifications.undefined
Modifier and TypeMethodDescriptionObjectFactory.createXmlObjectModification()
Create an instance ofXmlObjectModification
Modifier 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.