Class IndexedElementImpl

    • Constructor Detail

      • IndexedElementImpl

        public IndexedElementImpl​(Integer id,
                                  String elementType,
                                  Object payload)
        Create a new indexed element implementation for the provided id, element type and payload.
        Parameters:
        id - the id.
        elementType - the element type string.
        payload - the payload, any indexed domain object.