Uses of Interface
org.camunda.bpm.model.xml.impl.ModelBuildOperation
-
-
Uses of ModelBuildOperation in org.camunda.bpm.model.xml.impl.type
Classes in org.camunda.bpm.model.xml.impl.type that implement ModelBuildOperation Modifier and Type Class Description class
ModelElementTypeBuilderImpl
-
Uses of ModelBuildOperation in org.camunda.bpm.model.xml.impl.type.attribute
Classes in org.camunda.bpm.model.xml.impl.type.attribute that implement ModelBuildOperation Modifier and Type Class Description class
AttributeBuilderImpl<T>
class
BooleanAttributeBuilder
Builder for buildingBooleanAttributes
class
DoubleAttributeBuilder
class
EnumAttributeBuilder<T extends Enum<T>>
class
IntegerAttributeBuilder
class
NamedEnumAttributeBuilder<T extends Enum<T>>
class
StringAttributeBuilderImpl
-
Uses of ModelBuildOperation in org.camunda.bpm.model.xml.impl.type.child
Classes in org.camunda.bpm.model.xml.impl.type.child that implement ModelBuildOperation Modifier and Type Class Description class
ChildElementBuilderImpl<T extends ModelElementInstance>
class
ChildElementCollectionBuilderImpl<T extends ModelElementInstance>
class
SequenceBuilderImpl
-
Uses of ModelBuildOperation in org.camunda.bpm.model.xml.impl.type.reference
-
Uses of ModelBuildOperation in org.camunda.bpm.model.xml.type.reference
Subinterfaces of ModelBuildOperation in org.camunda.bpm.model.xml.type.reference Modifier and Type Interface Description interface
ElementReferenceBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance>
interface
ElementReferenceCollectionBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance>
-