Uses of Class
io.camunda.connector.runtime.inbound.importer.ProcessDefinitionSearch
Packages that use ProcessDefinitionSearch
Package
Description
-
Uses of ProcessDefinitionSearch in io.camunda.connector.runtime.inbound.importer
Methods in io.camunda.connector.runtime.inbound.importer that return ProcessDefinitionSearchModifier and TypeMethodDescriptionProcessDefinitionImportConfiguration.processDefinitionSearch(io.camunda.operate.CamundaOperateClient client) Methods in io.camunda.connector.runtime.inbound.importer with parameters of type ProcessDefinitionSearchModifier and TypeMethodDescriptionProcessDefinitionImportConfiguration.processDefinitionImporter(InboundConnectorManager manager, ProcessDefinitionSearch search, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder) Constructors in io.camunda.connector.runtime.inbound.importer with parameters of type ProcessDefinitionSearchModifierConstructorDescriptionProcessDefinitionImporter(InboundConnectorManager inboundManager, ProcessDefinitionSearch search, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder) -
Uses of ProcessDefinitionSearch in io.camunda.connector.runtime.inbound.lifecycle
Methods in io.camunda.connector.runtime.inbound.lifecycle with parameters of type ProcessDefinitionSearchModifier and TypeMethodDescriptionInboundConnectorLifecycleConfiguration.inboundConnectorManager(com.fasterxml.jackson.databind.ObjectMapper mapper, InboundConnectorFactory connectorFactory, InboundCorrelationHandler correlationHandler, ProcessDefinitionInspector processDefinitionInspector, ProcessDefinitionSearch processDefinitionSearch, SecretProviderAggregator secretProviderAggregator, io.camunda.connector.api.validation.ValidationProvider validationProvider, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, WebhookConnectorRegistry webhookConnectorRegistry) Constructors in io.camunda.connector.runtime.inbound.lifecycle with parameters of type ProcessDefinitionSearchModifierConstructorDescriptionInboundConnectorManager(com.fasterxml.jackson.databind.ObjectMapper objectMapper, InboundConnectorFactory connectorFactory, InboundCorrelationHandler correlationHandler, ProcessDefinitionInspector processDefinitionInspector, ProcessDefinitionSearch processDefinitionSearch, SecretProviderAggregator secretProviderAggregator, io.camunda.connector.api.validation.ValidationProvider validationProvider, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, WebhookConnectorRegistry webhookConnectorRegistry)