Uses of Class
com.netgrif.application.engine.elastic.domain.ElasticCase
-
-
Uses of ElasticCase in com.netgrif.application.engine.elastic.domain
Methods in com.netgrif.application.engine.elastic.domain that return ElasticCase Modifier and Type Method Description ElasticCaseElasticCaseRepository. findByStringId(java.lang.String stringId)Methods in com.netgrif.application.engine.elastic.domain with parameters of type ElasticCase Modifier and Type Method Description voidElasticCase. update(ElasticCase useCase) -
Uses of ElasticCase in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service that return ElasticCase Modifier and Type Method Description ElasticCaseElasticCaseMappingService. transform(Case useCase)Methods in com.netgrif.application.engine.elastic.service with parameters of type ElasticCase Modifier and Type Method Description voidElasticCaseService. index(ElasticCase useCase)voidElasticCaseService. indexNow(ElasticCase useCase)protected voidElasticCaseMappingService. populateDataSet(ElasticCase transformedCase, Case useCase) -
Uses of ElasticCase in com.netgrif.application.engine.elastic.service.interfaces
Methods in com.netgrif.application.engine.elastic.service.interfaces that return ElasticCase Modifier and Type Method Description ElasticCaseIElasticCaseMappingService. transform(Case useCase)Methods in com.netgrif.application.engine.elastic.service.interfaces with parameters of type ElasticCase Modifier and Type Method Description voidIElasticCaseService. index(ElasticCase useCase)voidIElasticCaseService. indexNow(ElasticCase useCase) -
Uses of ElasticCase in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web with parameters of type ElasticCase Modifier and Type Method Description ElasticCaseResourceElasticCaseResourceAssembler. toModel(ElasticCase entity) -
Uses of ElasticCase in com.netgrif.application.engine.workflow.web.responsebodies
Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type ElasticCase Constructor Description ElasticCaseResource(ElasticCase content)
-