Skip navigation links
A C D E F G I L M O P R S T U V W 

A

AccessMap(String) - Constructor for class org.apache.nifi.processors.groovyx.ExecuteGroovyScript.AccessMap
 
ADD_CLASSPATH - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
addClasspath - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
adjustCounter(String, long, boolean) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Adjusts counter data for the given counter name and takes care of registering the counter if not already present.
append(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Append the existing content of the flow file.
append(String, Writable) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Append the existing content of the flow file through Writer with defined charset.
append(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Append the existing content of the flow file through Writer with defined charset.
append(String, CharSequence) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Append the existing content of the flow file through Writer with defined charset.
append(FlowFile, OutputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Executes the given callback against the content corresponding to the given FlowFile, such that any data written to the OutputStream of the content will be appended to the end of FlowFile.
append(OutputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
append flowfile content.
asFile(String) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
assertNotSessionFile(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 

C

callScriptStatic(String, ProcessContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
clearState(Scope) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
clone(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Creates a new FlowFile that is a clone of the given FlowFile as of the time this is called, both in content and attributes.
clone(FlowFile, long, long) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Creates a new FlowFile whose parent is the given FlowFile.
clone(boolean) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Clone flowfile with or without content.
commit() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Commits the current session ensuring all operations against FlowFiles within this session are atomically persisted.
commitAsync() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
commitAsync(Runnable, Consumer<Throwable>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
compareTo(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
compiled - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
create() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Creates a new FlowFile in the repository with no content and without any linkage to a parent FlowFile.
create(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Creates a new FlowFile in the repository with no content but with a parent linkage to parent.
create(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Creates a new FlowFile in the repository with no content but with a parent linkage to the FlowFiles specified by the parents Collection.
customValidate(ValidationContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
Let's do validation by script compile at this point.

D

descriptors - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 

E

ERROR_MESSAGE - Static variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
ERROR_STACKTRACE - Static variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
ExecuteGroovyScript - Class in org.apache.nifi.processors.groovyx
 
ExecuteGroovyScript() - Constructor for class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
ExecuteGroovyScript.AccessMap - Class in org.apache.nifi.processors.groovyx
simple HashMap with exception on access of non-existent key
exportTo(FlowFile, Path, boolean) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Writes the content of the given FlowFile to the given destination path.
exportTo(FlowFile, OutputStream) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Writes the content of the given FlowFile to the given destination stream

F

FAIL_STRATEGY - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
failureOnError - Variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
Files - Class in org.apache.nifi.processors.groovyx.util
Helpers to work with files
Files() - Constructor for class org.apache.nifi.processors.groovyx.util.Files
 
flowFile - Variable in class org.apache.nifi.processors.groovyx.flow.SessionFile
 

G

get(Object) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript.AccessMap
 
get(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovyProcessSessionWrap
returns filtered list of input files.
get() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
get(int) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Returns up to maxResults FlowFiles from the work queue.
get(FlowFileFilter) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Returns all FlowFiles from all of the incoming queues for which the given FlowFileFilter indicates should be accepted.
getAttribute(String) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getAttributes() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getEntryDate() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getGroovyScript() - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
getId() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getLastQueueDate() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getLineageStartDate() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getLineageStartIndex() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getMessage(Throwable) - Static method in class org.apache.nifi.processors.groovyx.util.Throwables
returns error message with one main line from stacktrace
getMessage(Throwable, Object, int) - Static method in class org.apache.nifi.processors.groovyx.util.Throwables
returns human readable error message with only one element from stacktrace.
getMetaClass() - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
GroovyObject support method
getProperty(String) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
alias method to getAttribute that will act in groovy as a property except for `size` and `attributes`
getProvenanceReporter() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Returns a ProvenanceReporter that is tied to this ProcessSession.
getQueueDateIndex() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getQueueSize() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
getRelationships() - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
getRootException(Throwable) - Static method in class org.apache.nifi.processors.groovyx.util.Throwables
 
getSize() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
getState(Scope) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
getSupportedDynamicPropertyDescriptor(String) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
Returns a PropertyDescriptor for the given name.
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
GROOVY_CLASSPATH - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
groovyClasspath - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
GroovyMethods - Class in org.apache.nifi.processors.groovyx
Class to initialize additional groovy methods to work with SessionFile, Relationship, and Sessions easier
GroovyMethods() - Constructor for class org.apache.nifi.processors.groovyx.GroovyMethods
 
GroovyProcessSessionWrap - Class in org.apache.nifi.processors.groovyx.flow
Wrapped session that produces groovy wrapped session-file.
GroovyProcessSessionWrap(ProcessSession, boolean) - Constructor for class org.apache.nifi.processors.groovyx.flow.GroovyProcessSessionWrap
 
GroovySessionFile - Class in org.apache.nifi.processors.groovyx.flow
SessionFile with groovy specific methods.
GroovySessionFile(ProcessSessionWrap, FlowFile) - Constructor for class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 

I

importFrom(Path, boolean, FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Writes to the given FlowFile all content from the given content path.
importFrom(InputStream, FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Writes to the given FlowFile all content from the given content path.
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
init() - Static method in class org.apache.nifi.processors.groovyx.GroovyMethods
 
initialized - Static variable in class org.apache.nifi.processors.groovyx.GroovyMethods
 
invokeMethod(String, Object) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
GroovyObject support method
isPenalized() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 

L

listPathFiles(String) - Static method in class org.apache.nifi.processors.groovyx.util.Files
returns file list from one path.
listPathsFiles(String) - Static method in class org.apache.nifi.processors.groovyx.util.Files
Classpath list separated by semicolon.

M

merge(Collection<FlowFile>, FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Combines the content of all given source FlowFiles into a single given destination FlowFile.
merge(Collection<FlowFile>, FlowFile, byte[], byte[], byte[]) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Combines the content of all given source FlowFiles into a single given destination FlowFile.
metaClass - Variable in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 
metaRelationship() - Static method in class org.apache.nifi.processors.groovyx.GroovyMethods
 
migrate(ProcessSession) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
migrate(ProcessSession, Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 

O

onClear() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
onCommitSQL(Map<String, Object>) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
before commit SQL services
onDrop(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
called when the file removed
onDrop(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
onFailSQL(Map<String, Object>) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
exception SQL services
onFinitSQL(Map<String, Object>) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
finalize SQL services.
onGet(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
called when got file from incoming queue
onGet(List<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
onInitSQL(Map<String, Object>) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
init SQL variables from DBCP services
onMod(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
called when file created or modified
onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
Hook method allowing subclasses to eagerly react to a configuration change for the given property descriptor.
onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
Performs setup operations when the processor is scheduled to run.
onStopped(ProcessContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
onUnscheduled(ProcessContext) - Method in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
org.apache.nifi.processors.groovyx - package org.apache.nifi.processors.groovyx
 
org.apache.nifi.processors.groovyx.flow - package org.apache.nifi.processors.groovyx.flow
 
org.apache.nifi.processors.groovyx.sql - package org.apache.nifi.processors.groovyx.sql
 
org.apache.nifi.processors.groovyx.util - package org.apache.nifi.processors.groovyx.util
 
OSql - Class in org.apache.nifi.processors.groovyx.sql
class to simplify work with CLOB, BLOB, DATE, and TIMESTAMP types.
OSql(Connection) - Constructor for class org.apache.nifi.processors.groovyx.sql.OSql
 

P

parentKey - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript.AccessMap
 
penalize(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Sets a penalty for the given FlowFile which will make it unavailable to be operated on any further during the penalty period.
PRELOADS - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
ProcessSessionWrap - Class in org.apache.nifi.processors.groovyx.flow
wrapped session that collects all created/modified files if created with special flag and able to execute method revertReceivedTo(Relationship r, Throwable t) it will be good to create functionality with created file list and received file list in a standard session.
ProcessSessionWrap(ProcessSession, boolean) - Constructor for class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
putAllAttributes(FlowFile, Map<String, String>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Updates the given FlowFiles attributes with the given key/value pairs.
putAllAttributes(Map<String, String>) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Copy attributes from map into flowfile.
putAttribute(FlowFile, String, String) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Updates the given FlowFiles attributes with the given key/value pair.
putAttribute(String, String) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
set attribute value.

R

read(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Reads content of the flow file and closes input stream.
read(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Reads content of the flow file through Reader and closes the stream.
read(FlowFile, InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Executes the given callback against the contents corresponding to the given FlowFile.
read(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Provides an InputStream that can be used to read the contents of the given FlowFile.
read(FlowFile, boolean, InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Executes the given callback against the contents corresponding to the given FlowFile.
read() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Returns content of the flow file as InputStream.
read(InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
read flowfile content.
REL_FAILURE - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
REL_SUCCESS - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
relationships - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
remove(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Ends the managed persistence for the given FlowFile.
remove(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Ends the managed persistence for the given FlowFiles.
remove() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Drops this flow file from session.
removeAllAttributes(FlowFile, Set<String>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Removes the attributes with the given keys from the given FlowFile.
removeAllAttributes(FlowFile, Pattern) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Remove all attributes from the given FlowFile that have keys which match the given pattern.
removeAllAttributes(Collection<String>) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Removes attributes by list.
removeAttribute(FlowFile, String) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Removes the given FlowFile attribute with the given key.
removeAttribute(String) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Removes one attribute.
replaceState(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
revertReceivedTo(Relationship, Throwable) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
transfers all input files to relationship and drops other files.
rollback() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Reverts any changes made during this session.
rollback(boolean) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Reverts any changes made during this session.

S

SCRIPT_BODY - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
SCRIPT_FILE - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
scriptBody - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
scriptFile - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
scriptLastModified - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
session - Variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
session - Variable in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
session() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Returns original session.
SessionFile - Class in org.apache.nifi.processors.groovyx.flow
The Flow file implementation that contains reference to the session.
SessionFile(ProcessSessionWrap, FlowFile) - Constructor for class org.apache.nifi.processors.groovyx.flow.SessionFile
 
setMetaClass(MetaClass) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
GroovyObject support method
setObject(PreparedStatement, int, Object) - Method in class org.apache.nifi.processors.groovyx.sql.OSql
 
setProperty(String, Object) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Calls putAttribute if value defined and removeAttribute if value is null
setState(Map<String, String>, Scope) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
shell - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 
stringStackTrace(Throwable) - Static method in class org.apache.nifi.processors.groovyx.util.Throwables
returns stacktrace as a String

T

Throwables - Class in org.apache.nifi.processors.groovyx.util
Class with helper to return simplified human readable error message with one main `at` code position.
Throwables() - Constructor for class org.apache.nifi.processors.groovyx.util.Throwables
 
toDrop - Variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
toFail - Variable in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
toString() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
 
transfer(FlowFile, Relationship) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Transfers the given FlowFile to the appropriate destination processor work queue(s) based on the given relationship.
transfer(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Transfers the given FlowFile back to the work queue from which it was pulled.
transfer(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Transfers the given FlowFiles back to the work queues from which the FlowFiles were pulled.
transfer(Collection<FlowFile>, Relationship) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Transfers the given FlowFile to the appropriate destination processor work queue(s) based on the given relationship.
transfer(Relationship) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
Transfers to defined relationship or to input relationship if parameter is null.

U

unwrap(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
unwrap(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 

V

VALID_FAIL_STRATEGY - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
 

W

withInputStream(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 
withOutputStream(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 
withReader(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 
withWriter(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
 
wrap(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.GroovyProcessSessionWrap
function returns wrapped flow file with session for the simplified script access.
wrap(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
function returns wrapped flowfile with session for the simplified script access.
wrap(List<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
 
write(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Write flow file contents through writer with defined charset.
write(String, CharSequence) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Instantly writes into flow file contents the char sequence (string).
write(String, Writable) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Write flow file contents through writer with defined charset.
write(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
Write or read+write flow file contents through streams.
write(FlowFile, OutputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Executes the given callback against the content corresponding to the given FlowFile.
write(FlowFile, StreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Executes the given callback against the content corresponding to the given flow file.
write(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
Provides an OutputStream that can be used to write to the contents of the given FlowFile.
write(StreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
write flowfile content.
write(OutputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
write flowfile content.
A C D E F G I L M O P R S T U V W 
Skip navigation links

Copyright © 2022 Apache NiFi Project. All rights reserved.