@Named
@Path(value="sign")
@Produces(value={"application/xml","application/json"})
public class SignatureResource
extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_AUTO_ALIGNMENT |
static String |
OPTION_AUTOCREATE |
static String |
OPTION_DIMENSION_H |
static String |
OPTION_DIMENSION_W |
static String |
OPTION_FILEPATTERN |
static String |
OPTION_PAGE |
static String |
OPTION_POSITION_X |
static String |
OPTION_POSITION_Y |
static String |
OPTION_ROOTSIGNATURE |
static String |
OPTION_VERTICAL_ALIGNMENT |
static String |
PDF_REGEX |
| Constructor and Description |
|---|
SignatureResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
signPDF(org.imixs.workflow.xml.XMLDocument xmlDocument)
POST Request with a ItemCollection containing a PDF fileData.
|
public static final String PDF_REGEX
public static final String OPTION_AUTOCREATE
public static final String OPTION_ROOTSIGNATURE
public static final String OPTION_POSITION_X
public static final String OPTION_POSITION_Y
public static final String OPTION_DIMENSION_W
public static final String OPTION_DIMENSION_H
public static final String OPTION_VERTICAL_ALIGNMENT
public static final String OPTION_AUTO_ALIGNMENT
public static final String OPTION_PAGE
public static final String OPTION_FILEPATTERN
@POST
@Consumes(value={"application/xml","application/json"})
public javax.ws.rs.core.Response signPDF(org.imixs.workflow.xml.XMLDocument xmlDocument)
A valid xml document structure is expected with the following items:
requestXML - - workitem dataCopyright © 2016–2021 Imixs Software Solutions GmbH. All rights reserved.