public class StamperUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StamperUtils.FetchJson
DOCUMENT ME!
|
static class |
StamperUtils.StamperContext
DOCUMENT ME!
|
static class |
StamperUtils.StamperContextInfoConnectionContext
DOCUMENT ME!
|
static interface |
StamperUtils.StamperFallback
DOCUMENT ME!
|
| Modifier | Constructor and Description |
|---|---|
protected |
StamperUtils(StamperConf conf)
Creates a new StamperUtils object.
|
| Modifier and Type | Method and Description |
|---|---|
protected StamperConf |
getConf()
DOCUMENT ME!
|
File |
getSkippingLogFile()
DOCUMENT ME!
|
boolean |
isSkippingOnErrorEnabled()
DOCUMENT ME!
|
boolean |
isStampEnabledFor(String documentType)
DOCUMENT ME!
|
de.cismet.cids.server.actions.UploadableInputStream |
stampDocument(String documentType,
InputStream inputStream,
StamperUtils.StamperFallback fallback,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
de.cismet.cids.server.actions.UploadableInputStream |
stampRequest(String documentType,
URL url,
String postParams,
StamperUtils.StamperFallback fallback,
de.cismet.connectioncontext.ConnectionContext connectionContext)
DOCUMENT ME!
|
protected StamperUtils(StamperConf conf)
conf - DOCUMENT ME!protected StamperConf getConf()
public boolean isStampEnabledFor(String documentType)
documentType - DOCUMENT ME!public boolean isSkippingOnErrorEnabled()
public File getSkippingLogFile()
public de.cismet.cids.server.actions.UploadableInputStream stampRequest(String documentType, URL url, String postParams, StamperUtils.StamperFallback fallback, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Exception
documentType - DOCUMENT ME!url - DOCUMENT ME!postParams - DOCUMENT ME!fallback - DOCUMENT ME!connectionContext - DOCUMENT ME!Exception - DOCUMENT ME!public de.cismet.cids.server.actions.UploadableInputStream stampDocument(String documentType, InputStream inputStream, StamperUtils.StamperFallback fallback, de.cismet.connectioncontext.ConnectionContext connectionContext) throws Exception
documentType - DOCUMENT ME!inputStream - DOCUMENT ME!fallback - DOCUMENT ME!connectionContext - DOCUMENT ME!Exception - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.