Class IndexedField

java.lang.Object
com.flowable.indexing.config.IndexedField

public class IndexedField extends Object
A configuration for a single indexed field, contained within an CustomIndexConfiguration.
  • Field Details

  • Constructor Details

    • IndexedField

      public IndexedField(String name, com.fasterxml.jackson.databind.node.ObjectNode data)
  • Method Details

    • getData

      public com.fasterxml.jackson.databind.JsonNode getData()
    • setData

      public void setData(com.fasterxml.jackson.databind.node.ObjectNode data)
    • getName

      public String getName()
    • setName

      public void setName(String name)