Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElementCollection
-
-
Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type that return ChildElementCollection Modifier and Type Method Description ChildElementCollection<?>ModelElementTypeImpl. getChildElementCollection(ModelElementType childElementType)Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type ChildElementCollection Modifier and Type Method Description List<ChildElementCollection<?>>ModelElementTypeImpl. getAllChildElementCollections()List<ChildElementCollection<?>>ModelElementTypeImpl. getChildElementCollections()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ChildElementCollection Modifier and Type Method Description voidModelElementTypeImpl. 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 Modifier and Type Class Description classChildElementCollectionImpl<T extends ModelElementInstance>This collection is a view on an the children of a Model Element.classChildElementImpl<T extends ModelElementInstance>Represents a single Child Element (ie.Methods in org.camunda.bpm.model.xml.impl.type.child that return ChildElementCollection Modifier and Type Method Description 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 Modifier and Type Method Description ChildElementCollection<Source>ElementReferenceCollectionImpl. getReferenceSourceCollection()Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElementCollection Constructor Description 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 Modifier and Type Method Description static ChildElementAssertModelAssertions. assertThat(ChildElementCollection<?> actual)Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ChildElementCollection Constructor Description 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 Modifier and Type Interface Description interfaceChildElement<T extends ModelElementInstance>A single child element (child Element collection wheregetMaxOccurs()returns 1.Methods in org.camunda.bpm.model.xml.type.child that return ChildElementCollection Modifier and Type Method Description 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 Modifier and Type Method Description ChildElementCollection<Source>ElementReferenceCollection. getReferenceSourceCollection()
-