- FORM_INSTANCES - Static variable in interface org.flowable.form.api.FormChangeTenantIdEntityTypes
-
- formCategory(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms with the given category.
- formCategoryLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms where the category matches the given parameter.
- formCategoryNotEquals(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select deployments that have a different category then the given one.
- FormChangeTenantIdEntityTypes - Interface in org.flowable.form.api
-
- FormDefinition - Interface in org.flowable.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.
- formDefinitionId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
-
Only select submitted forms with the given form definition id.
- formDefinitionIdLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
-
Only select submitted forms with a form definition id like the given string.
- formDefinitionKey(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select form with the given key.
- formDefinitionKey(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
-
Only select deployments with the given form definition key.
- formDefinitionKeyLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms where the key matches the given parameter.
- formDefinitionKeyLike(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
-
Only select deployments with a form definition key like the given string.
- FormDefinitionQuery - Interface in org.flowable.form.api
-
- FormDeployment - Interface in org.flowable.form.api
-
Represents a deployment that is already present in the form repository.
- FormDeploymentBuilder - Interface in org.flowable.form.api
-
Builder for creating new deployments.
- FormDeploymentQuery - Interface in org.flowable.form.api
-
- FormEngineConfigurationApi - Interface in org.flowable.form.api
-
- FormFieldHandler - Interface in org.flowable.form.api
-
Defines a form field handler.
- formId(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select form with the given id.
- formIds(Set<String>) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms with the given ids.
- FormInfo - Class in org.flowable.form.api
-
- FormInfo() - Constructor for class org.flowable.form.api.FormInfo
-
- FormInstance - Interface in org.flowable.form.api
-
An object structure representing a submitted form.
- formInstanceId - Variable in class org.flowable.form.api.FormInstanceInfo
-
- FormInstanceInfo - Class in org.flowable.form.api
-
- FormInstanceInfo() - Constructor for class org.flowable.form.api.FormInstanceInfo
-
- FormInstanceQuery - Interface in org.flowable.form.api
-
- FormManagementService - Interface in org.flowable.form.api
-
Service for admin and maintenance operations on the form engine.
- formModel - Variable in class org.flowable.form.api.FormInfo
-
- FormModel - Interface in org.flowable.form.api
-
- formName(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms with the given name.
- formNameLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms where the name matches the given parameter.
- FormRepositoryService - Interface in org.flowable.form.api
-
Service providing access to the repository of forms.
- formResourceName(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select form with the given resource name.
- formResourceNameLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select form with a resource name like the given .
- FormService - Interface in org.flowable.form.api
-
- formTenantId(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms that have the given tenant id.
- formTenantIdLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms with a tenant id like the given one.
- formVersion(Integer) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select form with a certain version.
- formVersionGreaterThan(Integer) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms which version are greater than a certain version.
- formVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms which version are greater than or equals a certain version.
- formVersionLowerThan(Integer) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms which version are lower than a certain version.
- formVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms which version are lower than or equals a certain version.
- formWithoutTenantId() - Method in interface org.flowable.form.api.FormDefinitionQuery
-
Only select forms that do not have a tenant id.
- getCategory() - Method in interface org.flowable.form.api.FormDefinition
-
category name of the form
- getCategory() - Method in interface org.flowable.form.api.FormDeployment
-
- getDeploymentId() - Method in interface org.flowable.form.api.FormDefinition
-
The deployment in which this form is contained.
- getDeploymentResourceNames(String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getDeploymentTime() - Method in interface org.flowable.form.api.FormDeployment
-
- getDescription() - Method in interface org.flowable.form.api.FormDefinition
-
description of this form
- getDescription() - Method in class org.flowable.form.api.FormInfo
-
- getFormDefinition(String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormDefinitionId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the form definition of this form instance
- getFormDefinitionResource(String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormInstanceId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getFormInstanceModelById(String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelById(String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelById(String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKey(String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKey(String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndParentDeploymentId(String, String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndParentDeploymentId(String, String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String, String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndParentDeploymentIdAndScopeId(String, String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndScopeId(String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceModelByKeyAndScopeId(String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormInstanceValues(String) - Method in interface org.flowable.form.api.FormService
-
- getFormManagementService() - Method in interface org.flowable.form.api.FormEngineConfigurationApi
-
- getFormModel() - Method in class org.flowable.form.api.FormInfo
-
- getFormModelById(String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormModelByKey(String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormModelByKey(String, String, boolean) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormModelByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormModelByKeyAndParentDeploymentId(String, String, String, boolean) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getFormModelWithVariablesById(String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormModelWithVariablesById(String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormModelWithVariablesByKey(String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormModelWithVariablesByKey(String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormModelWithVariablesByKeyAndParentDeploymentId(String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormService
-
- getFormModelWithVariablesByKeyAndParentDeploymentId(String, String, String, Map<String, Object>, String, boolean) - Method in interface org.flowable.form.api.FormService
-
- getFormRepositoryService() - Method in interface org.flowable.form.api.FormEngineConfigurationApi
-
- getFormService() - Method in interface org.flowable.form.api.FormEngineConfigurationApi
-
- getFormValueBytes() - Method in interface org.flowable.form.api.FormInstance
-
The JSON document that contains the submitted form values
- getFormValuesId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the JSON document id that contains the submitted form values
- getId() - Method in interface org.flowable.form.api.FormDefinition
-
unique identifier
- getId() - Method in interface org.flowable.form.api.FormDeployment
-
- getId() - Method in class org.flowable.form.api.FormInfo
-
- getId() - Method in interface org.flowable.form.api.FormInstance
-
unique identifier
- getKey() - Method in interface org.flowable.form.api.FormDefinition
-
unique name for all versions this form
- getKey() - Method in class org.flowable.form.api.FormInfo
-
- getName() - Method in interface org.flowable.form.api.FormDefinition
-
label used for display purposes
- getName() - Method in interface org.flowable.form.api.FormDeployment
-
- getName() - Method in class org.flowable.form.api.FormInfo
-
- getParentDeploymentId() - Method in interface org.flowable.form.api.FormDeployment
-
- getProcessDefinitionId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the process definition for which the form instance was created
- getProcessDefinitionId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getProcessInstanceId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the process instance for which the form instance was created
- getProcessInstanceId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getResourceAsStream(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
-
- getResourceName() - Method in interface org.flowable.form.api.FormDefinition
-
- getScopeDefinitionId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the scope instance definition for which the form instance was created
- getScopeDefinitionId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getScopeId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the scope instance for which the form instance was created
- getScopeId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getScopeType() - Method in interface org.flowable.form.api.FormInstance
-
Type of the scope instance for which the form instance was created
- getScopeType() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getSelectedOutcome() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getSubmittedBy() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the user that submitted the form instance
- getSubmittedBy() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getSubmittedDate() - Method in interface org.flowable.form.api.FormInstance
-
Submitted date for the form instance
- getSubmittedDate() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getTableCount() - Method in interface org.flowable.form.api.FormManagementService
-
Get the mapping containing {table name, row count} entries of the Flowable database schema.
- getTableMetaData(String) - Method in interface org.flowable.form.api.FormManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- getTableName(Class<?>) - Method in interface org.flowable.form.api.FormManagementService
-
Gets the table name (including any configured prefix) for an Flowable entity like Task, Execution or the like.
- getTaskId() - Method in interface org.flowable.form.api.FormInstance
-
Reference to the task for which the form instance was created
- getTaskId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getTenantId() - Method in interface org.flowable.form.api.FormDefinition
-
The tenant identifier of this form
- getTenantId() - Method in interface org.flowable.form.api.FormDeployment
-
- getTenantId() - Method in interface org.flowable.form.api.FormInstance
-
The tenant identifier of this form instance
- getTenantId() - Method in class org.flowable.form.api.FormInstanceInfo
-
- getVariablesFromFormSubmission(FormInfo, Map<String, Object>, String) - Method in interface org.flowable.form.api.FormService
-
- getVersion() - Method in interface org.flowable.form.api.FormDefinition
-
version of this form
- getVersion() - Method in class org.flowable.form.api.FormInfo
-