Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElementCollection

Packages that use ChildElementCollection
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.impl.type.child   
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.test.assertions   
org.camunda.bpm.model.xml.type.child   
org.camunda.bpm.model.xml.type.reference   
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type
 

Methods in org.camunda.bpm.model.xml.impl.type that return ChildElementCollection
 ChildElementCollection<?> ModelElementTypeImpl.getChildElementCollection(ModelElementType childElementType)
           
 

Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type ChildElementCollection
 List<ChildElementCollection<?>> ModelElementTypeImpl.getAllChildElementCollections()
           
 List<ChildElementCollection<?>> ModelElementTypeImpl.getChildElementCollections()
           
 

Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ChildElementCollection
 void ModelElementTypeImpl.registerChildElementCollection(ChildElementCollection<?> childElementCollection)
           
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type.child
 

Classes in org.camunda.bpm.model.xml.impl.type.child that implement ChildElementCollection
 class ChildElementCollectionImpl<T extends ModelElementInstance>
          This collection is a view on an the children of a Model Element.
 class ChildElementImpl<T extends ModelElementInstance>
          Represents a single Child Element (ie.
 

Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollection
 ChildElementCollection<T> ChildElementCollectionBuilderImpl.build()
           
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type.reference
 

Methods in org.camunda.bpm.model.xml.impl.type.reference that return ChildElementCollection
 ChildElementCollection<Source> ElementReferenceCollectionImpl.getReferenceSourceCollection()
           
 

Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElementCollection
ElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
           
IdsElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
           
QNameElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
           
UriElementReferenceCollectionImpl(ChildElementCollection<Source> referenceSourceCollection)
           
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.test.assertions
 

Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ChildElementCollection
static ChildElementAssert ModelAssertions.assertThat(ChildElementCollection<?> actual)
           
 

Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ChildElementCollection
ChildElementAssert(ChildElementCollection<?> actual)
           
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.type.child
 

Subinterfaces of ChildElementCollection in org.camunda.bpm.model.xml.type.child
 interface ChildElement<T extends ModelElementInstance>
          A single child element (child Element collection where getMaxOccurs() returns 1.
 

Methods in org.camunda.bpm.model.xml.type.child that return ChildElementCollection
 ChildElementCollection<T> ChildElementCollectionBuilder.build()
           
 

Uses of ChildElementCollection in org.camunda.bpm.model.xml.type.reference
 

Methods in org.camunda.bpm.model.xml.type.reference that return ChildElementCollection
 ChildElementCollection<Source> ElementReferenceCollection.getReferenceSourceCollection()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.