Package com.flowable.indexing.config
Class IndexedField
- java.lang.Object
-
- com.flowable.indexing.config.IndexedField
-
public class IndexedField extends Object
A configuration for a single indexed field, contained within anCustomIndexConfiguration
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NESTED_FIELD_TYPE
static String
OBJECT_FIELD_TYPE
-
Constructor Summary
Constructors Constructor Description IndexedField(String name, com.fasterxml.jackson.databind.node.ObjectNode data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getData()
String
getName()
void
setData(com.fasterxml.jackson.databind.node.ObjectNode data)
void
setName(String name)
-
-
-
Field Detail
-
NESTED_FIELD_TYPE
public static final String NESTED_FIELD_TYPE
- See Also:
- Constant Field Values
-
OBJECT_FIELD_TYPE
public static final String OBJECT_FIELD_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndexedField
public IndexedField(String name, com.fasterxml.jackson.databind.node.ObjectNode data)
-
-