Uses of Interface
org.nuxeo.ecm.platform.signature.api.sign.SignatureService
-
Packages that use SignatureService Package Description org.nuxeo.ecm.platform.signature.core.operations org.nuxeo.ecm.platform.signature.core.sign PDF signing services implementation. -
-
Uses of SignatureService in org.nuxeo.ecm.platform.signature.core.operations
Fields in org.nuxeo.ecm.platform.signature.core.operations declared as SignatureService Modifier and Type Field Description protected SignatureService
SignPDF. signatureService
protected SignatureService
SignPDFDocument. signatureService
-
Uses of SignatureService in org.nuxeo.ecm.platform.signature.core.sign
Classes in org.nuxeo.ecm.platform.signature.core.sign that implement SignatureService Modifier and Type Class Description class
SignatureServiceImpl
Base implementation for the signature service (also a Nuxeo component).
-