Uses of Interface
org.qdl_lang.extensions.QDLFunction
-
Packages that use QDLFunction Package Description org.qdl_lang.extensions This contains the classes for extending the QDL language with Java.org.qdl_lang.extensions.convert The conversion module.org.qdl_lang.extensions.crypto The cryptographic module.org.qdl_lang.extensions.database QDL's basic database module.org.qdl_lang.extensions.dynamodb org.qdl_lang.extensions.examples.basic This package contains a simple basic of how to make a java module for QDL.org.qdl_lang.extensions.examples.stateful org.qdl_lang.extensions.http HTTP access module for QDL.org.qdl_lang.extensions.inputLine QDL's module for processing command line arguments.org.qdl_lang.extensions.mail -
-
Uses of QDLFunction in org.qdl_lang.extensions
Fields in org.qdl_lang.extensions declared as QDLFunction Modifier and Type Field Description QDLFunction
QDLFunctionRecord. qdlFunction
Fields in org.qdl_lang.extensions with type parameters of type QDLFunction Modifier and Type Field Description protected List<QDLFunction>
JavaModule. funcs
Method parameters in org.qdl_lang.extensions with type arguments of type QDLFunction Modifier and Type Method Description void
JavaModule. addFunctions(List<QDLFunction> functions)
-
Uses of QDLFunction in org.qdl_lang.extensions.convert
Classes in org.qdl_lang.extensions.convert that implement QDLFunction Modifier and Type Class Description class
QDLConvert.GetAttributes
class
QDLConvert.HOCONExport
class
QDLConvert.HOCONImport
class
QDLConvert.IniExport
class
QDLConvert.IniImport
class
QDLConvert.QDLExport
class
QDLConvert.QDLImport
class
QDLConvert.Snarf
class
QDLConvert.XMLExport
class
QDLConvert.XMLImport
class
QDLConvert.YAMLExport
class
QDLConvert.YAMLImport
-
Uses of QDLFunction in org.qdl_lang.extensions.crypto
Classes in org.qdl_lang.extensions.crypto that implement QDLFunction Modifier and Type Class Description class
Crypto.CreateKey
class
Crypto.Decrypt
class
Crypto.Encrypt
class
Crypto.ExportJWKS
class
Crypto.GetPublicKey
Get the public part of a keyclass
Crypto.ImportJWKS
Read key set from a fileclass
Crypto.SymmetricDecrypt
class
Crypto.SymmetricEncrypt
-
Uses of QDLFunction in org.qdl_lang.extensions.database
Classes in org.qdl_lang.extensions.database that implement QDLFunction Modifier and Type Class Description class
QDLDB.BatchExecute
class
QDLDB.BatchRead
class
QDLDB.Connect
class
QDLDB.Execute
class
QDLDB.Read
class
QDLDB.Update
-
Uses of QDLFunction in org.qdl_lang.extensions.dynamodb
Classes in org.qdl_lang.extensions.dynamodb that implement QDLFunction Modifier and Type Class Description class
DynamoDB.Close
class
DynamoDB.Get
class
DynamoDB.Open
class
DynamoDB.PartitionKeyFunction
class
DynamoDB.RegionFunction
class
DynamoDB.Regions
class
DynamoDB.TableNameFunction
-
Uses of QDLFunction in org.qdl_lang.extensions.examples.basic
Classes in org.qdl_lang.extensions.examples.basic that implement QDLFunction Modifier and Type Class Description class
ConcatFunction
Example of a basic QDL function implemented in Java.class
ExtrinsicFunction
An basic of an extrinsic (aka global, static in other languages) function.class
FEvalFunction
Example of a QDL function for a module that accepts a function reference. -
Uses of QDLFunction in org.qdl_lang.extensions.examples.stateful
Classes in org.qdl_lang.extensions.examples.stateful that implement QDLFunction Modifier and Type Class Description class
StatefulExample.GetS
class
StatefulExample.SetS
-
Uses of QDLFunction in org.qdl_lang.extensions.http
Classes in org.qdl_lang.extensions.http that implement QDLFunction Modifier and Type Class Description class
HTTPClient.Close
class
HTTPClient.CreateCredentials
class
HTTPClient.Delete
class
HTTPClient.Download
class
HTTPClient.Get
class
HTTPClient.Headers
class
HTTPClient.Host
class
HTTPClient.IsJSON
class
HTTPClient.IsOpen
class
HTTPClient.IsText
class
HTTPClient.Open
class
HTTPClient.Post
class
HTTPClient.Put
-
Uses of QDLFunction in org.qdl_lang.extensions.inputLine
Classes in org.qdl_lang.extensions.inputLine that implement QDLFunction Modifier and Type Class Description class
QDLCLITools.ToStem
-
Uses of QDLFunction in org.qdl_lang.extensions.mail
Classes in org.qdl_lang.extensions.mail that implement QDLFunction Modifier and Type Class Description class
QDLMail.Send
class
QDLMail.SetCfg
-