Interface CamundaFormField
- All Superinterfaces:
BpmnModelElementInstance
,ModelElementInstance
- All Known Implementing Classes:
CamundaFormFieldImpl
The BPMN formField camunda extension element
- Author:
- Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCamundaDatePattern
(String camundaDatePattern) void
setCamundaDefaultValue
(String camundaDefaultValue) void
setCamundaId
(String camundaId) void
setCamundaLabel
(String camundaLabel) void
setCamundaProperties
(CamundaProperties camundaProperties) void
setCamundaType
(String camundaType) void
setCamundaValidation
(CamundaValidation camundaValidation) Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Method Details
-
getCamundaId
String getCamundaId() -
setCamundaId
-
getCamundaLabel
String getCamundaLabel() -
setCamundaLabel
-
getCamundaType
String getCamundaType() -
setCamundaType
-
getCamundaDatePattern
String getCamundaDatePattern() -
setCamundaDatePattern
-
getCamundaDefaultValue
String getCamundaDefaultValue() -
setCamundaDefaultValue
-
getCamundaProperties
CamundaProperties getCamundaProperties() -
setCamundaProperties
-
getCamundaValidation
CamundaValidation getCamundaValidation() -
setCamundaValidation
-
getCamundaValues
Collection<CamundaValue> getCamundaValues()
-