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