Skip navigation links
A C D E F G H I K L N O P S T V 

A

addClasspathResource(String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
 
addFormBytes(String, byte[]) - Method in interface org.flowable.form.api.FormDeploymentBuilder
 
addFormDefinition(String, String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
 
addInputStream(String, InputStream) - Method in interface org.flowable.form.api.FormDeploymentBuilder
 
addString(String, String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
 

C

category(String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
Gives the deployment the given category.
createDeployment() - Method in interface org.flowable.form.api.FormRepositoryService
 
createDeploymentQuery() - Method in interface org.flowable.form.api.FormRepositoryService
 
createFormDefinitionQuery() - Method in interface org.flowable.form.api.FormRepositoryService
 
createFormInstance(Map<String, Object>, FormInfo, String, String, String) - Method in interface org.flowable.form.api.FormService
Store the submitted form values.
createFormInstanceQuery() - Method in interface org.flowable.form.api.FormService
 
createFormInstanceWithScopeId(Map<String, Object>, FormInfo, String, String, String, String) - Method in interface org.flowable.form.api.FormService
 
createNativeDeploymentQuery() - Method in interface org.flowable.form.api.FormRepositoryService
 
createNativeFormDefinitionQuery() - Method in interface org.flowable.form.api.FormRepositoryService
 
createTablePageQuery() - Method in interface org.flowable.form.api.FormManagementService
Creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.

D

deleteDeployment(String) - Method in interface org.flowable.form.api.FormRepositoryService
 
deploy() - Method in interface org.flowable.form.api.FormDeploymentBuilder
Deploys all provided sources to the Flowable engine.
deploymentCategory(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with the given category.
deploymentCategoryNotEquals(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments that have a different category then the given one.
deploymentId(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
Only select forms that are deployed in a deployment with the given deployment id
deploymentId(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with the given deployment id.
deploymentIds(Set<String>) - Method in interface org.flowable.form.api.FormDefinitionQuery
Select forms that are deployed in deployments with the given set of ids
deploymentName(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with the given name.
deploymentNameLike(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with a name like the given string.
deploymentTenantId(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployment that have the given tenant id.
deploymentTenantId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms that have the given tenant id.
deploymentTenantIdLike(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with a tenant id like the given one.
deploymentTenantIdLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with a tenant id like the given one.
deploymentWithoutTenantId() - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments that do not have a tenant id.
deploymentWithoutTenantId() - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms that do not have a tenant id.
description - Variable in class org.flowable.form.api.FormInfo
 

E

enableDuplicateFiltering() - Method in interface org.flowable.form.api.FormDeploymentBuilder
Allows to add a property to the deployment builder that influences the deployment.
enrichFormFields(FormInfo) - Method in interface org.flowable.form.api.FormFieldHandler
 

F

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.
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
Allows programmatic querying of FormDefinitions.
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
Allows programmatic querying of FormDeployments.
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
Allows programmatic querying of FormInstances.
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.

G

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) - 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) - 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) - 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) - Method in interface org.flowable.form.api.FormRepositoryService
 
getFormModelByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
 
getFormModelByKeyAndParentDeploymentId(String, String, String) - 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) - 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) - 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) - 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.FormDefinition
The parent deployment id in which this form is contained.
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
name of the resource of this form definition.
getScopeDefinitionId() - Method in interface org.flowable.form.api.FormInstance
Reference to the scope instance definition for which the form instance was created
getScopeId() - Method in interface org.flowable.form.api.FormInstance
Reference to the scope instance for which the form instance was created
getScopeType() - Method in interface org.flowable.form.api.FormInstance
Type of the scope instance for which the form instance was created
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
 

H

handleFormFieldsOnSubmit(FormInfo, String, String, String, String, Map<String, Object>) - Method in interface org.flowable.form.api.FormFieldHandler
 

I

id - Variable in class org.flowable.form.api.FormInfo
 
id(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given id.
ids(Set<String>) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given ids.

K

key - Variable in class org.flowable.form.api.FormInfo
 

L

latestVersion() - Method in interface org.flowable.form.api.FormDefinitionQuery
Only select the forms which are the latest deployed (ie.

N

name(String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
Gives the deployment the given name.
name - Variable in class org.flowable.form.api.FormInfo
 
NativeFormDefinitionQuery - Interface in org.flowable.form.api
 
NativeFormDeploymentQuery - Interface in org.flowable.form.api
Allows querying of FormDeployments via native (SQL) queries

O

orderByDeploymentId() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.flowable.form.api.FormDeploymentQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentName() - Method in interface org.flowable.form.api.FormDeploymentQuery
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentTime() - Method in interface org.flowable.form.api.FormDeploymentQuery
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
orderByFormCategory() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by the category of the forms (needs to be followed by Query.asc() or Query.desc()).
orderByFormDefinitionKey() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by form definition key (needs to be followed by Query.asc() or Query.desc()).
orderByFormId() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by the id of the forms (needs to be followed by Query.asc() or Query.desc()).
orderByFormName() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by the name of the forms (needs to be followed by Query.asc() or Query.desc()).
orderByFormVersion() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by the version of the forms (needs to be followed by Query.asc() or Query.desc()).
orderBySubmittedDate() - Method in interface org.flowable.form.api.FormInstanceQuery
Order by submitted date (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.form.api.FormDefinitionQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.form.api.FormDeploymentQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.form.api.FormInstanceQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
org.flowable.form.api - package org.flowable.form.api
 

P

parentDeploymentId(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
Only select forms that have the given parent deployment id
parentDeploymentId(String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
Gives the deployment the given parent deployment id.
parentDeploymentId(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployment that have the given deployment parent id.
parentDeploymentIdLike(String) - Method in interface org.flowable.form.api.FormDefinitionQuery
Only select forms that have a parent deployment id like the given parameter
parentDeploymentIdLike(String) - Method in interface org.flowable.form.api.FormDeploymentQuery
Only select deployments with a deployment parent id like the given one.
processDefinitionId - Variable in class org.flowable.form.api.FormInstanceInfo
 
processDefinitionId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given process definition id.
processDefinitionIdLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with a process definition id like the given string.
processInstanceId - Variable in class org.flowable.form.api.FormInstanceInfo
 
processInstanceId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given process instance id.
processInstanceIdLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with a process instance id like the given string.

S

saveFormInstance(Map<String, Object>, FormInfo, String, String, String) - Method in interface org.flowable.form.api.FormService
 
saveFormInstanceByFormDefinitionId(Map<String, Object>, String, String, String, String) - Method in interface org.flowable.form.api.FormService
 
saveFormInstanceWithScopeId(Map<String, Object>, FormInfo, String, String, String, String) - Method in interface org.flowable.form.api.FormService
 
saveFormInstanceWithScopeId(Map<String, Object>, String, String, String, String, String) - Method in interface org.flowable.form.api.FormService
 
scopeDefinitionId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given scope definition id.
scopeId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given scope id.
scopeType(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given scope type.
selectedOutcome - Variable in class org.flowable.form.api.FormInstanceInfo
 
setDeploymentCategory(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
 
setDeploymentTenantId(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
 
setDescription(String) - Method in class org.flowable.form.api.FormInfo
 
setFormDefinitionCategory(String, String) - Method in interface org.flowable.form.api.FormRepositoryService
 
setFormInstanceId(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setFormModel(FormModel) - Method in class org.flowable.form.api.FormInfo
 
setId(String) - Method in class org.flowable.form.api.FormInfo
 
setKey(String) - Method in class org.flowable.form.api.FormInfo
 
setName(String) - Method in class org.flowable.form.api.FormInfo
 
setProcessDefinitionId(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setProcessInstanceId(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setSelectedOutcome(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setSubmittedBy(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setSubmittedDate(Date) - Method in class org.flowable.form.api.FormInstanceInfo
 
setTaskId(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setTenantId(String) - Method in class org.flowable.form.api.FormInstanceInfo
 
setVersion(int) - Method in class org.flowable.form.api.FormInfo
 
submittedBy - Variable in class org.flowable.form.api.FormInstanceInfo
 
submittedBy(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given submitted by value.
submittedByLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with a submitted by like the given string.
submittedDate - Variable in class org.flowable.form.api.FormInstanceInfo
 
submittedDate(Date) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms submitted on the given time
submittedDateAfter(Date) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms submitted after the given time
submittedDateBefore(Date) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms submitted before the given time

T

taskId - Variable in class org.flowable.form.api.FormInstanceInfo
 
taskId(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with the given task id.
taskIdLike(String) - Method in interface org.flowable.form.api.FormInstanceQuery
Only select submitted forms with a task id like the given string.
tenantId(String) - Method in interface org.flowable.form.api.FormDeploymentBuilder
Gives the deployment the given tenant id.
tenantId - Variable in class org.flowable.form.api.FormInstanceInfo
 

V

version - Variable in class org.flowable.form.api.FormInfo
 
A C D E F G H I K L N O P S T V 
Skip navigation links

Copyright © 2018 Flowable. All rights reserved.