Class ObjectNodeIndexedDataObject

java.lang.Object
com.flowable.indexing.impl.ObjectNodeIndexedDataObject
All Implemented Interfaces:
IndexedDataObject

public class ObjectNodeIndexedDataObject
extends java.lang.Object
implements IndexedDataObject
  • Constructor Summary

    Constructors 
    Constructor Description
    ObjectNodeIndexedDataObject​(java.lang.String index, java.lang.String id, com.fasterxml.jackson.databind.node.ObjectNode objectNode, java.lang.Long externalVersion, com.fasterxml.jackson.databind.node.ObjectNode scriptNode)  
  • Method Summary

    Modifier and Type Method Description
    com.fasterxml.jackson.databind.node.ObjectNode getData()
    The json data, represented as ObjectNode that will be indexed in the index.
    java.lang.Long getExternalVersion()
    External version of the data
    java.lang.String getId()
    The id of this data object to be indexed.
    java.lang.String getIndex()
    The index where the data will be indexed.
    com.fasterxml.jackson.databind.node.ObjectNode getScript()
    Update script
    boolean hasExternalVersion()
    Check if object has external version

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait