Class BaseVariableExtractorDefinitionModel
java.lang.Object
com.flowable.platform.api.repository.BaseVariableExtractorDefinitionModel
- All Implemented Interfaces:
VariableExtractorDefinitionModel
public class BaseVariableExtractorDefinitionModel
extends Object
implements VariableExtractorDefinitionModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the optional description of this variable extractor definition, describing where and how it might be used.List<com.fasterxml.jackson.databind.node.ObjectNode>Returns the preconfigured full text variable extractors.getKey()Returns the business key usually used to reference or lookup a variable extractor definition regardless of its version.getName()Returns the name of this variable extractor definition.Returns the name of the index on which the variable extraction will be performed on.Returns the variable extractors.voidsetDescription(String description) voidsetFullTextVariables(List<com.fasterxml.jackson.databind.node.ObjectNode> fullTextVariables) voidvoidvoidsetSourceIndex(String sourceIndex) voidsetVariableExtractors(List<VariableExtractor> variableExtractors)
-
Field Details
-
key
-
name
-
description
-
variableExtractors
-
fullTextVariables
-
sourceIndex
-
-
Constructor Details
-
BaseVariableExtractorDefinitionModel
public BaseVariableExtractorDefinitionModel()
-
-
Method Details
-
getKey
Description copied from interface:VariableExtractorDefinitionModelReturns the business key usually used to reference or lookup a variable extractor definition regardless of its version.- Specified by:
getKeyin interfaceVariableExtractorDefinitionModel
-
setKey
-
getName
Description copied from interface:VariableExtractorDefinitionModelReturns the name of this variable extractor definition.- Specified by:
getNamein interfaceVariableExtractorDefinitionModel
-
setName
-
getDescription
Description copied from interface:VariableExtractorDefinitionModelReturns the optional description of this variable extractor definition, describing where and how it might be used.- Specified by:
getDescriptionin interfaceVariableExtractorDefinitionModel
-
setDescription
-
getSourceIndex
Description copied from interface:VariableExtractorDefinitionModelReturns the name of the index on which the variable extraction will be performed on.- Specified by:
getSourceIndexin interfaceVariableExtractorDefinitionModel
-
setSourceIndex
-
getVariableExtractors
Description copied from interface:VariableExtractorDefinitionModelReturns the variable extractors.- Specified by:
getVariableExtractorsin interfaceVariableExtractorDefinitionModel
-
setVariableExtractors
-
getFullTextVariables
Description copied from interface:VariableExtractorDefinitionModelReturns the preconfigured full text variable extractors.- Specified by:
getFullTextVariablesin interfaceVariableExtractorDefinitionModel
-
setFullTextVariables
public void setFullTextVariables(List<com.fasterxml.jackson.databind.node.ObjectNode> fullTextVariables)
-