Uses of Interface
org.flowable.form.api.FormDefinition
Packages that use FormDefinition
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of FormDefinition in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionCmmnRepositoryService.getFormDefinitionsForCaseDefinition
(String caseDefinitionId) Retrieves theFormDefinition
s associated with the given case definition. -
Uses of FormDefinition in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionCmmnRepositoryServiceImpl.getFormDefinitionsForCaseDefinition
(String caseDefinitionId) -
Uses of FormDefinition in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionGetFormDefinitionsForCaseDefinitionCmd.execute
(CommandContext commandContext) protected List<FormDefinition>
GetFormDefinitionsForCaseDefinitionCmd.getFormDefinitionsFromModel
(Case caseModel, CaseDefinition caseDefinition) Method parameters in org.flowable.cmmn.engine.impl.cmd with type arguments of type FormDefinitionModifier and TypeMethodDescriptionprotected void
GetFormDefinitionsForCaseDefinitionCmd.addFormDefinitionToCollection
(List<FormDefinition> formDefinitions, String formKey, CaseDefinition caseDefinition) -
Uses of FormDefinition in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type FormDefinitionModifier and TypeMethodDescriptionCmmnRestResponseFactory.createFormDefinitionResponse
(FormDefinition formDefinition, String caseDefinitionId, RestUrlBuilder urlBuilder) CmmnRestResponseFactory.createFormDefintionResponse
(FormDefinition formDefinition, String processDefinitionId) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type FormDefinitionModifier and TypeMethodDescriptionCmmnRestResponseFactory.createFormDefinitionResponseList
(List<FormDefinition> formDefinitions, String processDefinitionId) -
Uses of FormDefinition in org.flowable.cmmn.rest.service.api.repository
Constructors in org.flowable.cmmn.rest.service.api.repository with parameters of type FormDefinition -
Uses of FormDefinition in org.flowable.engine
Methods in org.flowable.engine that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionRepositoryService.getFormDefinitionsForProcessDefinition
(String processDefinitionId) Retrieves theFormDefinition
s associated with the given process definition. -
Uses of FormDefinition in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionRepositoryServiceImpl.getFormDefinitionsForProcessDefinition
(String processDefinitionId) -
Uses of FormDefinition in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return types with arguments of type FormDefinitionModifier and TypeMethodDescriptionGetFormDefinitionsForProcessDefinitionCmd.execute
(CommandContext commandContext) protected List<FormDefinition>
GetFormDefinitionsForProcessDefinitionCmd.getFormDefinitionsFromModel
(BpmnModel bpmnModel, ProcessDefinition processDefinition) Method parameters in org.flowable.engine.impl.cmd with type arguments of type FormDefinitionModifier and TypeMethodDescriptionprotected void
GetFormDefinitionsForProcessDefinitionCmd.addFormDefinitionToCollection
(List<FormDefinition> formDefinitions, String formKey, ProcessDefinition processDefinition) -
Uses of FormDefinition in org.flowable.form.api
Methods in org.flowable.form.api that return FormDefinitionModifier and TypeMethodDescriptionFormRepositoryService.getFormDefinition
(String formDefinitionId) -
Uses of FormDefinition in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type FormDefinitionModifier and TypeMethodDescriptionRestResponseFactory.createFormDefinitionResponse
(FormDefinition formDefinition, String processDefinitionId, RestUrlBuilder urlBuilder) RestResponseFactory.createFormDefintionResponse
(FormDefinition formDefinition, String processDefinitionId) Method parameters in org.flowable.rest.service.api with type arguments of type FormDefinitionModifier and TypeMethodDescriptionRestResponseFactory.createFormDefinitionResponseList
(List<FormDefinition> formDefinitions, String processDefinitionId) -
Uses of FormDefinition in org.flowable.rest.service.api.repository
Constructors in org.flowable.rest.service.api.repository with parameters of type FormDefinition