org.camunda.bpm.model.xml.impl.type.reference
Class IdsElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance>

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl<Target,Source>
      extended by 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
IdsElementReferenceCollectionBuilderImpl(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdsElementReferenceCollectionBuilderImpl

public IdsElementReferenceCollectionBuilderImpl(Class<Source> childElementType,
                                                Class<Target> referenceTargetClass,
                                                ChildElementCollectionImpl<Source> collection)


Copyright © 2015 camunda services GmbH. All rights reserved.