- deleteDeployment(String) - Method in interface org.activiti.form.api.FormRepositoryService
-
- deploy() - Method in interface org.activiti.form.api.FormDeploymentBuilder
-
Deploys all provided sources to the Activiti engine.
- deploymentCategory(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryNotEquals(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments that have a different category then the given one.
- deploymentId(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentId(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms that are deployed in a deployment with the given deployment id
- deploymentIds(Set<String>) - Method in interface org.activiti.form.api.FormQuery
-
Select forms that are deployed in deployments with the given set of ids
- deploymentName(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with the given name.
- deploymentNameLike(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with a name like the given string.
- deploymentTenantId(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantId(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
-
Only select submitted forms that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentTenantIdLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
-
Only select submitted forms with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments that do not have a tenant id.
- deploymentWithoutTenantId() - Method in interface org.activiti.form.api.SubmittedFormQuery
-
Only select submitted forms that do not have a tenant id.
- desc() - Method in interface org.activiti.form.api.Query
-
Order the results descending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
- Form - Interface in org.activiti.form.api
-
An object structure representing a form
At deploy time, the engine will then parse the form definition files to an form instance of this class.
- formCategory(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms with the given category.
- formCategoryLike(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms where the category matches the given parameter.
- formCategoryNotEquals(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select deployments that have a different category then the given one.
- formDefinitionKey(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with the given form definition key.
- formDefinitionKey(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select form with the given key.
- formDefinitionKeyLike(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
-
Only select deployments with a form definition key like the given string.
- formDefinitionKeyLike(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms where the key matches the given parameter.
- FormDeployment - Interface in org.activiti.form.api
-
Represents a deployment that is already present in the process repository.
- FormDeploymentBuilder - Interface in org.activiti.form.api
-
Builder for creating new deployments.
- FormDeploymentQuery - Interface in org.activiti.form.api
-
- formId(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select form with the given id.
- formId(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
-
Only select submitted forms with the given form id.
- formIdLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
-
Only select submitted forms with a form id like the given string.
- formIds(Set<String>) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms with the given ids.
- formName(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms with the given name.
- formNameLike(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms where the name matches the given parameter.
- FormQuery - Interface in org.activiti.form.api
-
Allows programmatic querying of
Forms.
- FormRepositoryService - Interface in org.activiti.form.api
-
Service providing access to the repository of forms.
- formResourceName(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select form with the given resource name.
- formResourceNameLike(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select form with a resource name like the given .
- FormService - Interface in org.activiti.form.api
-
- formTenantId(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms that have the given tenant id.
- formTenantIdLike(String) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms with a tenant id like the given one.
- formVersion(Integer) - Method in interface org.activiti.form.api.FormQuery
-
Only select form with a certain version.
- formVersionGreaterThan(Integer) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms which version are greater than a certain version.
- formVersionGreaterThanOrEquals(Integer) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms which version are greater than or equals a certain version.
- formVersionLowerThan(Integer) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms which version are lower than a certain version.
- formVersionLowerThanOrEquals(Integer) - Method in interface org.activiti.form.api.FormQuery
-
Only select forms which version are lower than or equals a certain version.
- formWithoutTenantId() - Method in interface org.activiti.form.api.FormQuery
-
Only select forms that do not have a tenant id.