public class ZipBlob extends AbstractTransientBlobComputation
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
ZIP_PARAMETER |
| Constructor and Description |
|---|
ZipBlob() |
| Modifier and Type | Method and Description |
|---|---|
void |
processRecord(ComputationContext context,
String inputStreamName,
Record record)
Process an incoming record on one of the computation's input streams.
|
createTemp, getBlob, getTransientStoreKey, init, storeBlobmetadata, processFailure, processRetry, processTimerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, signalStoppublic static final String NAME
public static final String ZIP_PARAMETER
public ZipBlob()
public void processRecord(ComputationContext context, String inputStreamName, Record record)
Computationcontext - The computation context object provided by the system.inputStreamName - Name of the input stream that provides the record.record - The record.Copyright © 2019 Nuxeo. All rights reserved.