Index

A B C D F G I J N O P S T V 
All Classes and Interfaces|All Packages

A

appendChild(JsonToDBGraph) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
appendChildren(List<? extends JsonToDBGraph>) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 

B

BE_TYPE - Static variable in interface org.qubership.nifi.service.DbJsonMappingService
 

C

CHAR - Enum constant in enum org.qubership.nifi.service.DBElementType
 
ContentValidator - Interface in org.qubership.nifi.service.validation
 
convertColumn(String) - Method in interface org.qubership.nifi.service.dbjson.DBToJsonMappingTable
 
convertColumn(String) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
convertColumn(String) - Method in interface org.qubership.nifi.service.dbjson.Transform
Conversion from attributeName to columnName and back
createPreparedStatement(String, ProcessContext, Collection<String>, Connection) - Method in interface org.qubership.nifi.service.PreparedStatementProvider
Creates PreparedStatement with specified query and sets ids as string array parameter
createPreparedStatement(String, ProcessContext, Collection<String>, Connection, int, int) - Method in interface org.qubership.nifi.service.PreparedStatementProvider
Creates PreparedStatement with specified query and sets ids as string array parameter specified number of times
createPreparedStatement(String, ProcessContext, Collection<String>, Connection, DBElementType) - Method in interface org.qubership.nifi.service.PreparedStatementProvider
Creates PreparedStatement with specified query and sets ids as array parameter with specified element type.
createPreparedStatement(String, ProcessContext, Collection<String>, Connection, DBElementType, int, int) - Method in interface org.qubership.nifi.service.PreparedStatementProvider
Creates PreparedStatement with specified query and sets ids as array parameter with specified element type specified number of times.

D

db2Json() - Method in interface org.qubership.nifi.service.DbJsonMappingService
Gets DB to JSON mapping table based on controller service parameters.
db2Json(Map<String, String>) - Method in interface org.qubership.nifi.service.DbJsonMappingService
Looks up DB to JSON mapping table based on FlowFile attributes.
DBElementType - Enum in org.qubership.nifi.service
 
DbJsonMappingService - Interface in org.qubership.nifi.service
 
DBToJsonMappingTable - Interface in org.qubership.nifi.service.dbjson
 
DBType - Class in org.qubership.nifi.service.dbjson.type
 
DBType() - Constructor for class org.qubership.nifi.service.dbjson.type.DBType
 
DBTypeI - Interface in org.qubership.nifi.service.dbjson.type
 

F

findNodeByPath(String) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
findNodesByPath(String) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
formatTimestamp(Timestamp) - Method in interface org.qubership.nifi.service.dbjson.DBToJsonMappingTable
 

G

getBeType() - Method in interface org.qubership.nifi.service.DbJsonMappingService
Gets Business Entity (BE) type associated with this controller service.
getCalendar() - Method in interface org.qubership.nifi.service.dbjson.DBToJsonMappingTable
 
getChildren() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getColumnName() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getColumnName() - Method in interface org.qubership.nifi.service.dbjson.type.DBTypeI
 
getJsonPath() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getParent() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getPath() - Method in class org.qubership.nifi.service.dbjson.type.DBType
 
getPath() - Method in interface org.qubership.nifi.service.dbjson.type.DBTypeI
 
getSourceSystem() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getSourceSystem() - Method in interface org.qubership.nifi.service.DbJsonMappingService
Gets Source System associated with this controller service.
getTableName() - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
getTableName() - Method in interface org.qubership.nifi.service.dbjson.type.DBTypeI
 

I

isLookup() - Method in interface org.qubership.nifi.service.DbJsonMappingService
Used to check if controller service is lookup controller service or not.

J

json2DB() - Method in interface org.qubership.nifi.service.DbJsonMappingService
Gets JSON to DB mapping based on controller service parameters.
json2DB(Map<String, String>) - Method in interface org.qubership.nifi.service.DbJsonMappingService
Looks up JSON to DB mapping based on FlowFile attributes.
JsonToDBGraph - Interface in org.qubership.nifi.service.dbjson
 
JsonType - Class in org.qubership.nifi.service.dbjson.type
 
JsonType(String) - Constructor for class org.qubership.nifi.service.dbjson.type.JsonType
 
JsonType(String, String, boolean) - Constructor for class org.qubership.nifi.service.dbjson.type.JsonType
 

N

NUMERIC - Enum constant in enum org.qubership.nifi.service.DBElementType
 

O

org.qubership.nifi.service - package org.qubership.nifi.service
 
org.qubership.nifi.service.dbjson - package org.qubership.nifi.service.dbjson
 
org.qubership.nifi.service.dbjson.type - package org.qubership.nifi.service.dbjson.type
 
org.qubership.nifi.service.validation - package org.qubership.nifi.service.validation
 

P

PreparedStatementProvider - Interface in org.qubership.nifi.service
Controller service providing PreparedStatement and setting parameters in it.

S

SOURCE_SYSTEM - Static variable in interface org.qubership.nifi.service.DbJsonMappingService
 

T

transform(String) - Method in interface org.qubership.nifi.service.dbjson.JsonToDBGraph
 
transform(DBType) - Method in interface org.qubership.nifi.service.dbjson.DBToJsonMappingTable
 
transform(SourceType) - Method in interface org.qubership.nifi.service.dbjson.Transform
Get jsonPath by DB table and column and back
Transform<SourceType,TargetType> - Interface in org.qubership.nifi.service.dbjson
Interface for transforming JSON coordinates (JSON path or JSON attribute) to DB coordinates (column and table name) and back

V

validate(String, Map<String, String>) - Method in interface org.qubership.nifi.service.validation.ContentValidator
 
valueOf(String) - Static method in enum org.qubership.nifi.service.DBElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.qubership.nifi.service.DBElementType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I J N O P S T V 
All Classes and Interfaces|All Packages