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.findFormByIdAndDeploymentKey(String formId, long deploymentKey, String tenantId) DbFormState.findFormByIdAndVersionTag(String formId, String versionTag, String tenantId) DbFormState.findFormByKey(long formKey, String tenantId) DbFormState.findLatestFormById(String 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.findFormByIdAndDeploymentKey(String formId, long deploymentKey, String tenantId) Query forms by the given form id and deployment key and return the form.FormState.findFormByIdAndVersionTag(String formId, String versionTag, String tenantId) Query forms by the given form id and version tag and return the form.FormState.findFormByKey(long formKey, String tenantId) Query forms by the given form key and return the form.FormState.findLatestFormById(String formId, String tenantId) Query forms by the given form id and return the latest version of the form.