Uses of Annotation Type
io.camunda.client.api.ExperimentalApi
Packages that use ExperimentalApi
Package
Description
-
Uses of ExperimentalApi in io.camunda.client
Methods in io.camunda.client with annotations of type ExperimentalApiModifier and TypeMethodDescriptionCamundaClient.newCreateDocumentBatchCommand()Experimental: This method is under development.CamundaClient.newCreateDocumentCommand()Experimental: This method is under development.CamundaClient.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newCreateDocumentLinkCommand(String documentId) Experimental: This method is under development.CamundaClient.newDeleteDocumentCommand(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newDeleteDocumentCommand(String documentId) Experimental: This method is under development.CamundaClient.newDocumentContentGetRequest(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newDocumentContentGetRequest(String documentId) Experimental: This method is under development.CamundaClient.newMigrateProcessInstanceCommand(long processInstanceKey) Command to migrate a process instance to a different process definition.CamundaClient.newPinClockCommand()Command to pin the Zeebe engine's internal clock to a specific time.CamundaClient.newResetClockCommand()Command to reset the Zeebe engine's internal clock to the system time.booleanCamundaClientConfiguration.preferRestOverGrpc() -
Uses of ExperimentalApi in io.camunda.client.api.command
Classes in io.camunda.client.api.command with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceinterfaceCommand to create a document link in the document store.interfaceCommand to delete a document from the document store.interfaceinterfaceMethods in io.camunda.client.api.command with annotations of type ExperimentalApi -
Uses of ExperimentalApi in io.camunda.client.api.fetch
Classes in io.camunda.client.api.fetch with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceCommand to get the content of a document from the document store. -
Uses of ExperimentalApi in io.camunda.client.api.response
Classes in io.camunda.client.api.response with annotations of type ExperimentalApiModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods in io.camunda.client.api.response with annotations of type ExperimentalApiModifier and TypeMethodDescriptionActivatedJob.getTenantId()ProcessInstanceEvent.getTenantId()Tenant identifier that owns this process instanceProcessInstanceResult.getTenantId()Tenant identifier that owns this process instance -
Uses of ExperimentalApi in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker with annotations of type ExperimentalApiModifier and TypeMethodDescriptionJobClient.newStreamJobsCommand()Activates and streams jobs of a specific type.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamEnabled(boolean isStreamEnabled) Opt-in feature flag to enable job streaming.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamTimeout(Duration timeout) If streaming is enabled, sets a maximum lifetime for a given stream. -
Uses of ExperimentalApi in io.camunda.client.impl
Methods in io.camunda.client.impl with annotations of type ExperimentalApiModifier and TypeMethodDescriptionCamundaClientCloudBuilderImpl.defaultJobWorkerTenantIds(List<String> tenantIds) CamundaClientCloudBuilderImpl.defaultTenantId(String tenantId) -
Uses of ExperimentalApi in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command with annotations of type ExperimentalApi