Interface StampService
-
- All Known Implementing Classes:
SoapStampClient,SoapStampService
public interface StampServiceWebService to allow a user to stamp documents- Since:
- 8.1.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstamp(String sid, long docId, String stamp, com.logicaldoc.webservice.model.WSAttribute[] parameters)Applies a stamp in a document
-
-
-
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 sessiondocId- identifier of the documentstamp- name of the stampparameters- a set of dynamic parameters to use inside the stamp automation- Throws:
Exception- error in the server
-
-