Uses of Interface
org.camunda.bpm.engine.form.CamundaFormRef
Packages that use CamundaFormRef
-
Uses of CamundaFormRef in org.camunda.bpm.engine.form
Methods in org.camunda.bpm.engine.form that return CamundaFormRef -
Uses of CamundaFormRef in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as CamundaFormRefModifier and TypeFieldDescriptionprotected CamundaFormRef
GetCamundaFormDefinitionCmd.camundaFormRef
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRefModifier and TypeMethodDescriptionprotected InputStream
AbstractGetDeployedFormCmd.getResourceForCamundaFormRef
(CamundaFormRef camundaFormRef, String deploymentId) Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRefModifierConstructorDescriptionGetCamundaFormDefinitionCmd
(CamundaFormRef camundaFormRef, String deploymentId) -
Uses of CamundaFormRef in org.camunda.bpm.engine.impl.form
Classes in org.camunda.bpm.engine.impl.form that implement CamundaFormRefFields in org.camunda.bpm.engine.impl.form declared as CamundaFormRefMethods in org.camunda.bpm.engine.impl.form that return CamundaFormRefMethods in org.camunda.bpm.engine.impl.form with parameters of type CamundaFormRefModifier and TypeMethodDescriptionvoid
FormDataImpl.setCamundaFormRef
(CamundaFormRef camundaFormRef) -
Uses of CamundaFormRef in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as CamundaFormRefMethods in org.camunda.bpm.engine.impl.persistence.entity that return CamundaFormRef -
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return CamundaFormRefMethods in org.camunda.bpm.engine.rest.dto.task with parameters of type CamundaFormRef -
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.hal.task
Methods in org.camunda.bpm.engine.rest.hal.task that return CamundaFormRef -
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with parameters of type CamundaFormRefModifier and TypeMethodDescriptionstatic String
ContentTypeUtil.getFormContentType
(CamundaFormRef formRef) -
Uses of CamundaFormRef in org.camunda.bpm.engine.task
Methods in org.camunda.bpm.engine.task that return CamundaFormRefModifier and TypeMethodDescriptionTask.getCamundaFormRef()
Provides the form binding reference to the Camunda Form for the task.