Package com.flowable.indexing.config
Class IndexedField
java.lang.Object
com.flowable.indexing.config.IndexedField
A configuration for a single indexed field, contained within an
CustomIndexConfiguration
.-
Field Summary
-
Constructor Summary
ConstructorDescriptionIndexedField
(String name, com.fasterxml.jackson.databind.node.ObjectNode data) -
Method Summary
-
Field Details
-
NESTED_FIELD_TYPE
- See Also:
-
OBJECT_FIELD_TYPE
- See Also:
-
-
Constructor Details
-
IndexedField
-
-
Method Details
-
getData
public com.fasterxml.jackson.databind.JsonNode getData() -
setData
public void setData(com.fasterxml.jackson.databind.node.ObjectNode data) -
getName
-
setName
-