Interface SignService

  • All Known Implementing Classes:
    SoapSignClient, SoapSignService

    public interface SignService
    WebService to allow a user to sign documents
    Since:
    7.1.2
    Author:
    Marco Meschieri - LogicalDOC
    • Method Detail

      • generateCertificate

        void generateCertificate​(String sid)
                          throws Exception
        * Generates a new certificate for the user
        Parameters:
        sid - The session identifier
        Throws:
        Exception - error in the server
      • sign

        Long[] sign​(String sid,
                    Long[] docIds,
                    String reason)
             throws Exception
        Signs a set of documents
        Parameters:
        sid - The session identifier
        docIds - Identifiers of the documents you wants to sign
        reason - Reason for the signature
        Returns:
        The list of the documents that were signed
        Throws:
        Exception - error in the server