Uses of Interface
org.camunda.bpm.engine.impl.form.handler.StartFormHandler
-
Packages that use StartFormHandler Package Description org.camunda.bpm.engine.impl.form.handler org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of StartFormHandler in org.camunda.bpm.engine.impl.form.handler
Classes in org.camunda.bpm.engine.impl.form.handler that implement StartFormHandler Modifier and Type Class Description classDefaultStartFormHandlerclassDelegateStartFormHandlerFields in org.camunda.bpm.engine.impl.form.handler declared as StartFormHandler Modifier and Type Field Description protected StartFormHandlerCreateStartFormInvocation. startFormHandlerMethods in org.camunda.bpm.engine.impl.form.handler that return StartFormHandler Modifier and Type Method Description StartFormHandlerDelegateStartFormHandler. getFormHandler()Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type StartFormHandler Constructor Description CreateStartFormInvocation(StartFormHandler startFormHandler, ProcessDefinitionEntity definition)DelegateStartFormHandler(StartFormHandler formHandler, DeploymentEntity deployment) -
Uses of StartFormHandler in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as StartFormHandler Modifier and Type Field Description protected StartFormHandlerProcessDefinitionEntity. startFormHandlerMethods in org.camunda.bpm.engine.impl.persistence.entity that return StartFormHandler Modifier and Type Method Description StartFormHandlerProcessDefinitionEntity. getStartFormHandler()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type StartFormHandler Modifier and Type Method Description voidProcessDefinitionEntity. setStartFormHandler(StartFormHandler startFormHandler)
-