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 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
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlObjectModificationModifier and TypeFieldDescriptionprotected List<XmlObjectModification>
XmlObjectModifications.annotationChanges
protected List<XmlObjectModification>
XmlObjectModifications.extensionChanges
protected List<XmlObjectModification>
XmlObjectModifications.signatureOrFormFill
protected List<XmlObjectModification>
XmlObjectModifications.undefined
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlObjectModificationModifier and TypeMethodDescriptionObjectFactory.createXmlObjectModification()
Create an instance ofXmlObjectModification
Methods 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.