public class ExposeBlob extends AbstractTransientBlobComputation
| Constructor and Description | 
|---|
ExposeBlob()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
processRecord(ComputationContext context,
             String documentIdsStreamName,
             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 ExposeBlob()
public void processRecord(ComputationContext context, String documentIdsStreamName, Record record)
Computationcontext - The computation context object provided by the system.documentIdsStreamName - Name of the input stream that provides the record.record - The record.Copyright © 2019 Nuxeo. All rights reserved.