Uses of Interface
org.camunda.bpm.engine.form.CamundaFormRef
-
Packages that use CamundaFormRef Package Description org.camunda.bpm.engine.form Classes related to theFormService
.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.form org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.task org.camunda.bpm.engine.rest.hal.task org.camunda.bpm.engine.rest.util org.camunda.bpm.engine.task Classes related to theTaskService
. -
-
Uses of CamundaFormRef in org.camunda.bpm.engine.form
Methods in org.camunda.bpm.engine.form that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
FormData. getCamundaFormRef()
User-defined reference to a form. -
Uses of CamundaFormRef in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as CamundaFormRef Modifier and Type Field Description protected CamundaFormRef
GetCamundaFormDefinitionCmd. camundaFormRef
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRef Modifier and Type Method Description protected InputStream
AbstractGetDeployedFormCmd. getResourceForCamundaFormRef(CamundaFormRef camundaFormRef, String deploymentId)
Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRef Constructor Description GetCamundaFormDefinitionCmd(CamundaFormRef camundaFormRef, String deploymentId)
-
Uses of CamundaFormRef in org.camunda.bpm.engine.impl.form
Classes in org.camunda.bpm.engine.impl.form that implement CamundaFormRef Modifier and Type Class Description class
CamundaFormRefImpl
Fields in org.camunda.bpm.engine.impl.form declared as CamundaFormRef Modifier and Type Field Description protected CamundaFormRef
FormDataImpl. camundaFormRef
Methods in org.camunda.bpm.engine.impl.form that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
FormDataImpl. getCamundaFormRef()
Methods in org.camunda.bpm.engine.impl.form with parameters of type CamundaFormRef Modifier and Type Method Description void
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 CamundaFormRef Modifier and Type Field Description protected CamundaFormRef
TaskEntity. camundaFormRef
Methods in org.camunda.bpm.engine.impl.persistence.entity that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
TaskEntity. getCamundaFormRef()
-
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
FormDto. getCamundaFormRef()
CamundaFormRef
TaskDto. getCamundaFormRef()
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type CamundaFormRef Modifier and Type Method Description void
FormDto. setCamundaFormRef(CamundaFormRef camundaFormRef)
-
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.hal.task
Methods in org.camunda.bpm.engine.rest.hal.task that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
HalTask. getCamundaFormRef()
-
Uses of CamundaFormRef in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with parameters of type CamundaFormRef Modifier and Type Method Description static String
ContentTypeUtil. getFormContentType(CamundaFormRef formRef)
-
Uses of CamundaFormRef in org.camunda.bpm.engine.task
Methods in org.camunda.bpm.engine.task that return CamundaFormRef Modifier and Type Method Description CamundaFormRef
Task. getCamundaFormRef()
Provides the form binding reference to the Camunda Form for the task.
-