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) DbFormState.findLatestFormById(org.agrona.DirectBuffer formId) -
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) Query forms by the given form key and return the form.FormState.findLatestFormById(org.agrona.DirectBuffer formId) Query forms by the given form id and return the latest version of the form.