Uses of Interface
org.operaton.bpm.engine.form.StartFormData
Packages that use StartFormData
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of 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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of StartFormData in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return StartFormDataModifier and TypeMethodDescriptionFormService.getStartFormData(String processDefinitionId) Retrieves all data necessary for rendering a form to start a new process instance. -
Uses of StartFormData in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return StartFormData -
Uses of StartFormData in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return StartFormData -
Uses of StartFormData in org.operaton.bpm.engine.impl.form
Classes in org.operaton.bpm.engine.impl.form that implement StartFormData -
Uses of StartFormData in org.operaton.bpm.engine.impl.form.engine
Methods in org.operaton.bpm.engine.impl.form.engine with parameters of type StartFormDataModifier and TypeMethodDescriptionFormEngine.renderStartForm(StartFormData startForm) HtmlFormEngine.renderStartForm(StartFormData startForm) JuelFormEngine.renderStartForm(StartFormData startForm) -
Uses of StartFormData in org.operaton.bpm.engine.impl.form.handler
Methods in org.operaton.bpm.engine.impl.form.handler that return StartFormDataModifier and TypeMethodDescriptionDefaultStartFormHandler.createStartFormData(ProcessDefinitionEntity processDefinition) DelegateStartFormHandler.createStartFormData(ProcessDefinitionEntity processDefinition) StartFormHandler.createStartFormData(ProcessDefinitionEntity processDefinition)