public class ScriptingComponentUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static PropertyDescriptor |
MODULES
A property descriptor for specifying the location of additional modules to be used by the script
|
static Relationship |
REL_FAILURE
A relationship indicating an error while processing flow files
|
static Relationship |
REL_SUCCESS
A relationship indicating flow files were processed successfully
|
static PropertyDescriptor |
SCRIPT_BODY
A property descriptor for specifying the body of a script
|
static PropertyDescriptor |
SCRIPT_FILE
A property descriptor for specifying the location of a script file
|
| Constructor and Description |
|---|
ScriptingComponentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getAvailableEngines() |
static Collection<SearchResult> |
search(SearchContext context,
ComponentLog logger) |
public static final Relationship REL_SUCCESS
public static final Relationship REL_FAILURE
public static final PropertyDescriptor SCRIPT_FILE
public static final PropertyDescriptor SCRIPT_BODY
public static final PropertyDescriptor MODULES
public static Collection<SearchResult> search(SearchContext context, ComponentLog logger)
Copyright © 2021 Apache NiFi Project. All rights reserved.