Interface StampService

  • All Known Implementing Classes:
    SoapStampClient, SoapStampService

    public interface StampService
    WebService to allow a user to stamp documents
    Since:
    8.1.1
    Author:
    Marco Meschieri - LogicalDOC
    • Method Detail

      • stamp

        void stamp​(String sid,
                   long docId,
                   String stamp,
                   com.logicaldoc.webservice.model.WSAttribute[] parameters)
            throws Exception
        Applies a stamp in a document
        Parameters:
        sid - identifier of the session
        docId - identifier of the document
        stamp - name of the stamp
        parameters - a set of dynamic parameters to use inside the stamp automation
        Throws:
        Exception - error in the server