Skip navigation links
A C D F G I L N O P Q S T 

A

addClasspathResource(String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
 
addFormBytes(String, byte[]) - Method in interface org.activiti.form.api.FormDeploymentBuilder
 
addFormDefinition(String, FormDefinition) - Method in interface org.activiti.form.api.FormDeploymentBuilder
 
addInputStream(String, InputStream) - Method in interface org.activiti.form.api.FormDeploymentBuilder
 
addString(String, String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
 
asc() - Method in interface org.activiti.form.api.Query
Order the results ascending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).

C

category(String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
Gives the deployment the given category.
completeForm(FormDefinition) - Method in interface org.activiti.form.api.FormService
 
count() - Method in interface org.activiti.form.api.NativeQuery
Executes the query and returns the number of results
count() - Method in interface org.activiti.form.api.Query
Executes the query and returns the number of results
createDeployment() - Method in interface org.activiti.form.api.FormRepositoryService
 
createDeploymentQuery() - Method in interface org.activiti.form.api.FormRepositoryService
 
createFormQuery() - Method in interface org.activiti.form.api.FormRepositoryService
 
createNativeDeploymentQuery() - Method in interface org.activiti.form.api.FormRepositoryService
 
createNativeFormQuery() - Method in interface org.activiti.form.api.FormRepositoryService
 
createSubmittedFormQuery() - Method in interface org.activiti.form.api.FormService
 

D

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).

F

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

G

getCategory() - Method in interface org.activiti.form.api.Form
category name of the form
getCategory() - Method in interface org.activiti.form.api.FormDeployment
 
getCompletedTaskFormDefinitionById(String, String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getCompletedTaskFormDefinitionById(String, String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getCompletedTaskFormDefinitionByKey(String, String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getCompletedTaskFormDefinitionByKey(String, String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getCompletedTaskFormDefinitionByKeyAndParentDeploymentId(String, String, String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getCompletedTaskFormDefinitionByKeyAndParentDeploymentId(String, String, String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getDeploymentId() - Method in interface org.activiti.form.api.Form
The deployment in which this form is contained.
getDeploymentResourceNames(String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getDeploymentTime() - Method in interface org.activiti.form.api.FormDeployment
 
getDescription() - Method in interface org.activiti.form.api.Form
description of this form
getForm(String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormDefinitionById(String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormDefinitionByKey(String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormDefinitionByKey(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormDefinitionByKeyAndParentDeploymentId(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormDefinitionByKeyAndParentDeploymentId(String, String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormId() - Method in interface org.activiti.form.api.SubmittedForm
category name which is derived from the targetNamespace attribute in the definitions element
getFormResource(String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getFormValueBytes() - Method in interface org.activiti.form.api.SubmittedForm
 
getFormValuesId() - Method in interface org.activiti.form.api.SubmittedForm
The deployment in which this process definition is contained.
getId() - Method in interface org.activiti.form.api.Form
unique identifier
getId() - Method in interface org.activiti.form.api.FormDeployment
 
getId() - Method in interface org.activiti.form.api.SubmittedForm
unique identifier
getKey() - Method in interface org.activiti.form.api.Form
unique name for all versions this form
getName() - Method in interface org.activiti.form.api.Form
label used for display purposes
getName() - Method in interface org.activiti.form.api.FormDeployment
 
getName() - Method in interface org.activiti.form.api.QueryProperty
 
getParentDeploymentId() - Method in interface org.activiti.form.api.Form
The parent deployment id in which this form is contained.
getParentDeploymentId() - Method in interface org.activiti.form.api.FormDeployment
 
getProcessDefinitionId() - Method in interface org.activiti.form.api.SubmittedForm
description of this process
getProcessInstanceId() - Method in interface org.activiti.form.api.SubmittedForm
unique name for all versions this process definitions
getResourceAsStream(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
getResourceName() - Method in interface org.activiti.form.api.Form
name of the resource of this process definition.
getSubmittedBy() - Method in interface org.activiti.form.api.SubmittedForm
name of the resource of this process definition.
getSubmittedDate() - Method in interface org.activiti.form.api.SubmittedForm
version of this process definition
getTaskFormDefinitionById(String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getTaskFormDefinitionById(String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getTaskFormDefinitionByKey(String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getTaskFormDefinitionByKey(String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getTaskFormDefinitionByKeyAndParentDeploymentId(String, String, String, Map<String, Object>) - Method in interface org.activiti.form.api.FormService
 
getTaskFormDefinitionByKeyAndParentDeploymentId(String, String, String, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getTaskId() - Method in interface org.activiti.form.api.SubmittedForm
label used for display purposes
getTenantId() - Method in interface org.activiti.form.api.Form
The tenant identifier of this form
getTenantId() - Method in interface org.activiti.form.api.FormDeployment
 
getTenantId() - Method in interface org.activiti.form.api.SubmittedForm
The tenant identifier of this process definition
getVariablesFromFormSubmission(FormDefinition, Map<String, Object>, String) - Method in interface org.activiti.form.api.FormService
 
getVersion() - Method in interface org.activiti.form.api.Form
version of this form

I

id(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given id.
ids(Set<String>) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given ids.

L

latestVersion() - Method in interface org.activiti.form.api.FormQuery
Only select the forms which are the latest deployed (ie.
list() - Method in interface org.activiti.form.api.NativeQuery
Executes the query and get a list of entities as the result.
list() - Method in interface org.activiti.form.api.Query
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.form.api.NativeQuery
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.form.api.Query
Executes the query and get a list of entities as the result.

N

name(String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
Gives the deployment the given name.
NativeFormDeploymentQuery - Interface in org.activiti.form.api
Allows querying of org.activiti.FormDeployment.repository.DmnDeployments via native (SQL) queries
NativeFormQuery - Interface in org.activiti.form.api
 
NativeQuery<T extends NativeQuery<?,?>,U> - Interface in org.activiti.form.api
Describes basic methods for doing native queries

O

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

P

parameter(String, Object) - Method in interface org.activiti.form.api.NativeQuery
Add parameter to be replaced in query for index, e.g.
parentDeploymentId(String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
Gives the deployment the given parent deployment id.
parentDeploymentId(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
Only select deployment that have the given deployment parent id.
parentDeploymentId(String) - Method in interface org.activiti.form.api.FormQuery
Only select forms that have the given parent deployment id
parentDeploymentIdLike(String) - Method in interface org.activiti.form.api.FormDeploymentQuery
Only select deployments with a deployment parent id like the given one.
parentDeploymentIdLike(String) - Method in interface org.activiti.form.api.FormQuery
Only select forms that have a parent deployment id like the given parameter
processDefinitionId(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given process definition id.
processDefinitionIdLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with a process definition id like the given string.
processInstanceId(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given process instance id.
processInstanceIdLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with a process instance id like the given string.

Q

Query<T extends Query<?,?>,U> - Interface in org.activiti.form.api
Describes basic methods for querying.
QueryProperty - Interface in org.activiti.form.api
Describes a property that can be used in a Query.

S

setDeploymentCategory(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
setDeploymentTenantId(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
setFormCategory(String, String) - Method in interface org.activiti.form.api.FormRepositoryService
 
singleResult() - Method in interface org.activiti.form.api.NativeQuery
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in interface org.activiti.form.api.Query
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
sql(String) - Method in interface org.activiti.form.api.NativeQuery
Hand in the SQL statement you want to execute.
storeSubmittedForm(Map<String, Object>, FormDefinition, String, String) - Method in interface org.activiti.form.api.FormService
Store the submitted form values.
submittedBy(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given submitted by value.
submittedByLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with a submitted by like the given string.
submittedDate(Date) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms submitted on the given time
submittedDateAfter(Date) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms submitted after the given time
submittedDateBefore(Date) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms submitted before the given time
SubmittedForm - Interface in org.activiti.form.api
An object structure representing an executable process composed of activities and transitions.
SubmittedFormQuery - Interface in org.activiti.form.api
Allows programmatic querying of SubmittedForms.

T

taskId(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with the given task id.
taskIdLike(String) - Method in interface org.activiti.form.api.SubmittedFormQuery
Only select submitted forms with a task id like the given string.
tenantId(String) - Method in interface org.activiti.form.api.FormDeploymentBuilder
Gives the deployment the given tenant id.
A C D F G I L N O P Q S T 
Skip navigation links

Copyright © 2017 Alfresco. All rights reserved.