Uses of Class
com.netgrif.application.engine.elastic.domain.ElasticTask
-
-
Uses of ElasticTask in com.netgrif.application.engine.elastic.domain
Methods in com.netgrif.application.engine.elastic.domain that return ElasticTask Modifier and Type Method Description ElasticTaskElasticTaskRepository. deleteAllByTaskId(java.lang.String taskId)ElasticTaskElasticTaskRepository. findByStringId(java.lang.String stringId)ElasticTaskElasticTaskRepository. findByTaskId(java.lang.String taskId)Methods in com.netgrif.application.engine.elastic.domain that return types with arguments of type ElasticTask Modifier and Type Method Description java.util.List<ElasticTask>ElasticTaskRepository. findAllByProcessId(java.lang.String processId)Methods in com.netgrif.application.engine.elastic.domain with parameters of type ElasticTask Modifier and Type Method Description voidElasticTask. update(ElasticTask task) -
Uses of ElasticTask in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service that return ElasticTask Modifier and Type Method Description ElasticTaskElasticTaskMappingService. transform(Task task)Methods in com.netgrif.application.engine.elastic.service that return types with arguments of type ElasticTask Modifier and Type Method Description java.util.concurrent.Future<ElasticTask>ElasticTaskQueueManager. scheduleOperation(ElasticTaskJob task)java.util.concurrent.Future<ElasticTask>ElasticTaskService. scheduleTaskIndexing(ElasticTask task)Methods in com.netgrif.application.engine.elastic.service with parameters of type ElasticTask Modifier and Type Method Description voidElasticTaskService. index(ElasticTask task)voidElasticTaskService. indexNow(ElasticTask task)java.util.concurrent.Future<ElasticTask>ElasticTaskService. scheduleTaskIndexing(ElasticTask task) -
Uses of ElasticTask in com.netgrif.application.engine.elastic.service.interfaces
Methods in com.netgrif.application.engine.elastic.service.interfaces that return ElasticTask Modifier and Type Method Description ElasticTaskIElasticTaskMappingService. transform(Task task)Methods in com.netgrif.application.engine.elastic.service.interfaces that return types with arguments of type ElasticTask Modifier and Type Method Description java.util.concurrent.Future<ElasticTask>IElasticTaskService. scheduleTaskIndexing(ElasticTask task)Methods in com.netgrif.application.engine.elastic.service.interfaces with parameters of type ElasticTask Modifier and Type Method Description voidIElasticTaskService. index(ElasticTask task)voidIElasticTaskService. indexNow(ElasticTask task)java.util.concurrent.Future<ElasticTask>IElasticTaskService. scheduleTaskIndexing(ElasticTask task) -
Uses of ElasticTask in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type ElasticTask Modifier and Type Method Description LocalisedTaskResourceElasticTaskResourceAssembler. toModel(ElasticTask entity)Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type ElasticTask Constructor Description Task(ElasticTask entity)
-