Class AbstractOperatonFormFieldBuilder<P,B extends AbstractOperatonFormFieldBuilder<P,B>>
java.lang.Object
org.operaton.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,OperatonFormField>
org.operaton.bpm.model.bpmn.builder.AbstractOperatonFormFieldBuilder<P,B>
- Direct Known Subclasses:
OperatonStartEventFormFieldBuilder,OperatonUserTaskFormFieldBuilder
public class AbstractOperatonFormFieldBuilder<P,B extends AbstractOperatonFormFieldBuilder<P,B>>
extends AbstractBpmnModelElementBuilder<B,OperatonFormField>
- Author:
- Kristin Polenz
-
Field Summary
FieldsFields inherited from class org.operaton.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractOperatonFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, OperatonFormField element, Class<?> selfType) -
Method Summary
Modifier and TypeMethodDescriptionoperatonDefaultValue(String defaultValue) Sets the form field default value.Finishes the building of a form field.operatonId(String id) Sets the form field id.operatonLabel(String label) Sets form field label.operatonType(String type) Sets the form field type.Methods inherited from class org.operaton.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Field Details
-
parent
-
-
Constructor Details
-
AbstractOperatonFormFieldBuilder
protected AbstractOperatonFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, OperatonFormField element, Class<?> selfType)
-
-
Method Details
-
operatonId
Sets the form field id.- Parameters:
id- the form field id- Returns:
- the builder object
-
operatonLabel
Sets form field label.- Parameters:
label- the form field label- Returns:
- the builder object
-
operatonType
Sets the form field type.- Parameters:
type- the form field type- Returns:
- the builder object
-
operatonDefaultValue
Sets the form field default value.- Parameters:
defaultValue- the form field default value- Returns:
- the builder object
-
operatonFormFieldDone
Finishes the building of a form field.- Returns:
- the parent activity builder
-