Uses of Interface
com.flowable.indexing.config.IndexedDataObject
-
Packages that use IndexedDataObject Package Description com.flowable.indexing.api com.flowable.indexing.impl com.flowable.indexing.job.history.async -
-
Uses of IndexedDataObject in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return IndexedDataObject Modifier and Type Method Description IndexedDataObject
IndexMapping. createIndexedDataObject(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
IndexedDataObject
IndexMapping. createIndexedDataObject(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String idFieldName)
-
Uses of IndexedDataObject in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement IndexedDataObject Modifier and Type Class Description class
ObjectNodeIndexedDataObject
Methods in com.flowable.indexing.impl that return IndexedDataObject Modifier and Type Method Description IndexedDataObject
CustomIndexMapping. createIndexedDataObject(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
IndexedDataObject
CustomIndexMapping. createIndexedDataObject(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String idFieldName)
Methods in com.flowable.indexing.impl that return types with arguments of type IndexedDataObject Modifier and Type Method Description protected List<IndexedDataObject>
IndexingServiceImpl. transformObjectToIndexedDataObjects(com.fasterxml.jackson.databind.node.ObjectNode objectNode, String idFieldName)
Methods in com.flowable.indexing.impl with parameters of type IndexedDataObject Modifier and Type Method Description protected String
IndexingServiceImpl. determineIndex(com.fasterxml.jackson.databind.node.ObjectNode objectNode, IndexedDataObject indexedDataObject)
-
Uses of IndexedDataObject in com.flowable.indexing.job.history.async
Methods in com.flowable.indexing.job.history.async with parameters of type IndexedDataObject Modifier and Type Method Description void
BulkIndexRequestInterceptor. beforeRequestAddToBulkIndexingSession(String index, IndexedDataObject indexedDataObject, com.fasterxml.jackson.databind.node.ObjectNode originalData)
-