public interface VariableExtractorDefinitionModel
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the optional description of this variable extractor definition, describing where and how it might be used.
|
List<com.fasterxml.jackson.databind.node.ObjectNode> |
getFullTextVariables()
Returns the preconfigured full text variable extractors.
|
String |
getKey()
Returns the business key usually used to reference or lookup a variable extractor definition regardless of its version.
|
String |
getName()
Returns the name of this variable extractor definition.
|
String |
getSourceIndex()
Returns the name of the index on which the variable extraction will be performed on.
|
List<VariableExtractor> |
getVariableExtractors()
Returns the variable extractors.
|
String getKey()
String getName()
String getDescription()
String getSourceIndex()
List<VariableExtractor> getVariableExtractors()
List<com.fasterxml.jackson.databind.node.ObjectNode> getFullTextVariables()