Class IdsElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
java.lang.Object
org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl<Target,Source>
org.camunda.bpm.model.xml.impl.type.reference.IdsElementReferenceCollectionBuilderImpl<Target,Source>
- All Implemented Interfaces:
ModelBuildOperation
,ElementReferenceCollectionBuilder<Target,
Source>
public class IdsElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>
extends ElementReferenceCollectionBuilderImpl<Target,Source>
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
elementReferenceCollectionImpl
-
Constructor Summary
ConstructorDescriptionIdsElementReferenceCollectionBuilderImpl
(Class<Source> childElementType, Class<Target> referenceTargetClass, ChildElementCollectionImpl<Source> collection) -
Method Summary
Methods inherited from class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
build, performModelBuild
-
Constructor Details
-
IdsElementReferenceCollectionBuilderImpl
-