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 CamundaFormRefFormData. 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 CamundaFormRefGetCamundaFormDefinitionCmd. camundaFormRefMethods in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRef Modifier and Type Method Description protected java.io.InputStreamAbstractGetDeployedFormCmd. getResourceForCamundaFormRef(CamundaFormRef camundaFormRef, java.lang.String deploymentId)Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CamundaFormRef Constructor Description GetCamundaFormDefinitionCmd(CamundaFormRef camundaFormRef, java.lang.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 classCamundaFormRefImplFields in org.camunda.bpm.engine.impl.form declared as CamundaFormRef Modifier and Type Field Description protected CamundaFormRefFormDataImpl. camundaFormRefMethods in org.camunda.bpm.engine.impl.form that return CamundaFormRef Modifier and Type Method Description CamundaFormRefFormDataImpl. getCamundaFormRef()Methods in org.camunda.bpm.engine.impl.form with parameters of type CamundaFormRef Modifier and Type Method Description voidFormDataImpl. 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 CamundaFormRefTaskEntity. camundaFormRefMethods in org.camunda.bpm.engine.impl.persistence.entity that return CamundaFormRef Modifier and Type Method Description CamundaFormRefTaskEntity. 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 CamundaFormRefFormDto. getCamundaFormRef()CamundaFormRefTaskDto. getCamundaFormRef()Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type CamundaFormRef Modifier and Type Method Description voidFormDto. 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 CamundaFormRefHalTask. 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 java.lang.StringContentTypeUtil. 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 CamundaFormRefTask. getCamundaFormRef()Provides the form binding reference to the Camunda Form for the task.
-