Class ElasticCase


  • public class ElasticCase
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ElasticCase​(Case useCase)
      Data that is stored in the elasticsearch database.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(ElasticCase useCase)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElasticCase

        public ElasticCase​(Case useCase)
        Data that is stored in the elasticsearch database. Note that the dataSet attribute is NOT set when the object is created and must be set later. The IElasticCaseMappingService can be used to create instances of this class from Case objects, that have the dataset populated.
        Parameters:
        useCase - the data object that should be turned into elasticsearch data object
    • Method Detail