Class SoapSignService

  • All Implemented Interfaces:
    SignService

    public class SoapSignService
    extends com.logicaldoc.webservice.AbstractService
    implements SignService
    Implementation of the Sign webservice
    Since:
    7.1.2
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • SoapSignService

        public SoapSignService()
    • Method Detail

      • sign

        public Long[] sign​(String sid,
                           Long[] docIds,
                           String reason)
                    throws Exception
        Description copied from interface: SignService
        Signs a set of documents
        Specified by:
        sign in interface SignService
        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