Uses of Class
io.camunda.zeebe.engine.state.deployment.PersistedForm
Packages that use PersistedForm
Package
Description
-
Uses of PersistedForm in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return PersistedFormMethods in io.camunda.zeebe.engine.state.deployment that return types with arguments of type PersistedFormModifier and TypeMethodDescriptionDbFormState.findFormByKey(long formKey, String tenantId) DbFormState.findLatestFormById(org.agrona.DirectBuffer formId, String tenantId) -
Uses of PersistedForm in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return types with arguments of type PersistedFormModifier and TypeMethodDescriptionFormState.findFormByKey(long formKey, String tenantId) Query forms by the given form key and return the form.FormState.findLatestFormById(org.agrona.DirectBuffer formId, String tenantId) Query forms by the given form id and return the latest version of the form.