T - type of transferpublic abstract class PutFileTransfer<T extends FileTransfer> extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
static Relationship |
REL_FAILURE |
static Relationship |
REL_REJECT |
static Relationship |
REL_SUCCESS |
| Constructor and Description |
|---|
PutFileTransfer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPut(FlowFile flowFile,
ProcessContext context,
T transfer) |
protected void |
beforePut(FlowFile flowFile,
ProcessContext context,
T transfer) |
protected abstract T |
getFileTransfer(ProcessContext context) |
java.util.Set<Relationship> |
getRelationships() |
void |
onTrigger(ProcessContext context,
ProcessSession session) |
onTriggergetControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTruecustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validatepublic static final Relationship REL_SUCCESS
public static final Relationship REL_FAILURE
public static final Relationship REL_REJECT
public java.util.Set<Relationship> getRelationships()
getRelationships in interface ProcessorgetRelationships in class AbstractSessionFactoryProcessorprotected abstract T getFileTransfer(ProcessContext context)
protected void beforePut(FlowFile flowFile, ProcessContext context, T transfer) throws java.io.IOException
java.io.IOExceptionprotected void afterPut(FlowFile flowFile, ProcessContext context, T transfer) throws java.io.IOException
java.io.IOExceptionpublic void onTrigger(ProcessContext context, ProcessSession session)
onTrigger in class AbstractProcessor