Uses of Interface
org.camunda.bpm.model.xml.type.child.ChildElementCollection
Packages that use ChildElementCollection
Package
Description
-
Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type that return ChildElementCollectionModifier and TypeMethodDescriptionModelElementTypeImpl.getChildElementCollection(ModelElementType childElementType) Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type ChildElementCollectionModifier and TypeMethodDescriptionModelElementTypeImpl.getAllChildElementCollections()ModelElementTypeImpl.getChildElementCollections()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ChildElementCollectionModifier and TypeMethodDescriptionvoidModelElementTypeImpl.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 ChildElementCollectionModifier and TypeClassDescriptionclassChildElementCollectionImpl<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 -
Uses of ChildElementCollection in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference that return ChildElementCollectionConstructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ChildElementCollectionModifierConstructorDescriptionElementReferenceCollectionImpl(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 ChildElementCollectionModifier and TypeMethodDescriptionstatic ChildElementAssertModelAssertions.assertThat(ChildElementCollection<?> actual) Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ChildElementCollection -
Uses of ChildElementCollection in org.camunda.bpm.model.xml.type.child
Subinterfaces of ChildElementCollection in org.camunda.bpm.model.xml.type.childModifier and TypeInterfaceDescriptioninterfaceChildElement<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 -
Uses of ChildElementCollection in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return ChildElementCollection