Uses of Interface
org.camunda.bpm.model.xml.type.ModelElementType
-
-
Uses of ModelElementType in org.camunda.bpm.model.bpmn
Subinterfaces of ModelElementType in org.camunda.bpm.model.bpmn Modifier and Type Interface Description interfaceBpmnModelTypeMethods in org.camunda.bpm.model.bpmn with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>Query. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.bpmn.impl
Methods in org.camunda.bpm.model.bpmn.impl with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>QueryImpl. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.cmmn
Methods in org.camunda.bpm.model.cmmn with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>Query. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.cmmn.impl
Methods in org.camunda.bpm.model.cmmn.impl with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>QueryImpl. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.dmn
Methods in org.camunda.bpm.model.dmn with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>Query. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.dmn.impl
Methods in org.camunda.bpm.model.dmn.impl with parameters of type ModelElementType Modifier and Type Method Description <V extends ModelElementInstance>
Query<V>QueryImpl. filterByType(ModelElementType elementType) -
Uses of ModelElementType in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml that return ModelElementType Modifier and Type Method Description abstract ModelElementTypeModelBuilder. defineGenericType(java.lang.String typeName, java.lang.String typeNamespaceUri)ModelElementTypeModel. getType(java.lang.Class<? extends ModelElementInstance> instanceClass)Gets the definedModelElementTypeof aModelElementInstance.ModelElementTypeModel. getTypeForName(java.lang.String typeName)Gets the definedModelElementTypefor a type by its name.ModelElementTypeModel. getTypeForName(java.lang.String namespaceUri, java.lang.String typeName)Gets the definedModelElementTypefor a type by its name and namespace URI.Methods in org.camunda.bpm.model.xml that return types with arguments of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementType>Model. getTypes()Gets the collection of allModelElementTypedefined in the model.Methods in org.camunda.bpm.model.xml with parameters of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementInstance>ModelInstance. getModelElementsByType(ModelElementType referencingType)Find all elements of a type.<T extends ModelElementInstance>
TModelInstance. newInstance(ModelElementType type)Creates a new instance of type.<T extends ModelElementInstance>
TModelInstance. newInstance(ModelElementType type, java.lang.String id)Creates a new instance of type with user-defined id. -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl
Methods in org.camunda.bpm.model.xml.impl that return ModelElementType Modifier and Type Method Description ModelElementTypeModelBuilderImpl. defineGenericType(java.lang.String typeName, java.lang.String typeNamespaceUri)ModelElementTypeModelImpl. getType(java.lang.Class<? extends ModelElementInstance> instanceClass)ModelElementTypeModelImpl. getTypeForName(java.lang.String typeName)ModelElementTypeModelImpl. getTypeForName(java.lang.String namespaceUri, java.lang.String typeName)ModelElementTypeModelInstanceImpl. registerGenericType(java.lang.String namespaceUri, java.lang.String localName)Methods in org.camunda.bpm.model.xml.impl that return types with arguments of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementType>ModelImpl. getTypes()Methods in org.camunda.bpm.model.xml.impl with parameters of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementInstance>ModelInstanceImpl. getModelElementsByType(ModelElementType type)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(ModelElementType type)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(ModelElementType type, java.lang.String id)voidModelImpl. registerType(ModelElementType modelElementType, java.lang.Class<? extends ModelElementInstance> instanceType)Registers aModelElementTypein thisModel. -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.instance
Methods in org.camunda.bpm.model.xml.impl.instance that return ModelElementType Modifier and Type Method Description ModelElementTypeModelElementInstanceImpl. getElementType()Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementInstance>ModelElementInstanceImpl. getChildElementsByType(ModelElementType childElementType) -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.type
Classes in org.camunda.bpm.model.xml.impl.type that implement ModelElementType Modifier and Type Class Description classModelElementTypeImplMethods in org.camunda.bpm.model.xml.impl.type that return ModelElementType Modifier and Type Method Description ModelElementTypeModelElementTypeBuilderImpl. build()ModelElementTypeModelElementTypeImpl. getBaseType()Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type ModelElementType Modifier and Type Method Description java.util.List<ModelElementType>ModelElementTypeImpl. getAllChildElementTypes()java.util.Collection<ModelElementType>ModelElementTypeImpl. getAllExtendingTypes()java.util.List<ModelElementType>ModelElementTypeImpl. getChildElementTypes()java.util.Collection<ModelElementType>ModelElementTypeImpl. getExtendingTypes()Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ModelElementType Modifier and Type Method Description ChildElementCollection<?>ModelElementTypeImpl. getChildElementCollection(ModelElementType childElementType)booleanModelElementTypeImpl. isBaseTypeOf(ModelElementType elementType)Test if a element type is a base type of this type.voidModelElementTypeImpl. registerChildElementType(ModelElementType childElementType)voidModelElementTypeImpl. registerExtendingType(ModelElementType modelType)Method parameters in org.camunda.bpm.model.xml.impl.type with type arguments of type ModelElementType Modifier and Type Method Description voidModelElementTypeImpl. resolveBaseTypes(java.util.List<ModelElementType> baseTypes)Resolve all types which are base types of this typevoidModelElementTypeImpl. resolveExtendingTypes(java.util.Set<ModelElementType> allExtendingTypes)Resolve all types recursively which are extending this type -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.type.attribute
Methods in org.camunda.bpm.model.xml.impl.type.attribute that return ModelElementType Modifier and Type Method Description ModelElementTypeAttributeImpl. getOwningElementType()Constructors in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type ModelElementType Constructor Description BooleanAttribute(ModelElementType owningElementType)EnumAttribute(ModelElementType owningElementType, java.lang.Class<T> type)NamedEnumAttribute(ModelElementType owningElementType, java.lang.Class<T> type)StringAttribute(ModelElementType owningElementType) -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.type.child
Methods in org.camunda.bpm.model.xml.impl.type.child that return ModelElementType Modifier and Type Method Description ModelElementTypeChildElementCollectionImpl. getChildElementType(Model model)ModelElementTypeChildElementCollectionImpl. getParentElementType()Constructors in org.camunda.bpm.model.xml.impl.type.child with parameters of type ModelElementType Constructor Description ChildElementBuilderImpl(java.lang.Class<T> childElementTypeClass, ModelElementType parentElementType)ChildElementCollectionBuilderImpl(java.lang.Class<T> childElementTypeClass, ModelElementType parentElementType) -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference that return ModelElementType Modifier and Type Method Description ModelElementTypeAttributeReferenceImpl. getReferenceSourceElementType()ModelElementTypeElementReferenceCollectionImpl. getReferenceSourceElementType() -
Uses of ModelElementType in org.camunda.bpm.model.xml.impl.util
Methods in org.camunda.bpm.model.xml.impl.util that return types with arguments of type ModelElementType Modifier and Type Method Description static java.util.Collection<ModelElementType>ModelUtil. calculateAllBaseTypes(ModelElementType type)Calculate a collection of all base types for the given typestatic java.util.Collection<ModelElementType>ModelUtil. calculateAllExtendingTypes(Model model, java.util.Collection<ModelElementType> baseTypes)Calculate a collection of all extending types for the given base typesMethods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelElementType Modifier and Type Method Description static java.util.Collection<ModelElementType>ModelUtil. calculateAllBaseTypes(ModelElementType type)Calculate a collection of all base types for the given typestatic java.lang.StringModelUtil. getUniqueIdentifier(ModelElementType type)static voidModelUtil. setGeneratedUniqueIdentifier(ModelElementType type, ModelElementInstance modelElementInstance)Set unique identifier if the type has a String id attributestatic voidModelUtil. setGeneratedUniqueIdentifier(ModelElementType type, ModelElementInstance modelElementInstance, boolean withReferenceUpdate)Set unique identifier if the type has a String id attributestatic voidModelUtil. setNewIdentifier(ModelElementType type, ModelElementInstance modelElementInstance, java.lang.String newId, boolean withReferenceUpdate)Set new identifier if the type has a String id attributeMethod parameters in org.camunda.bpm.model.xml.impl.util with type arguments of type ModelElementType Modifier and Type Method Description static java.util.Collection<ModelElementType>ModelUtil. calculateAllExtendingTypes(Model model, java.util.Collection<ModelElementType> baseTypes)Calculate a collection of all extending types for the given base typesstatic intModelUtil. getIndexOfElementType(ModelElementInstance modelElement, java.util.List<ModelElementType> childElementTypes)Find the index of the type of a model element in a list of element types -
Uses of ModelElementType in org.camunda.bpm.model.xml.instance
Methods in org.camunda.bpm.model.xml.instance that return ModelElementType Modifier and Type Method Description ModelElementTypeModelElementInstance. getElementType()Returns the element type of this.Methods in org.camunda.bpm.model.xml.instance with parameters of type ModelElementType Modifier and Type Method Description java.util.Collection<ModelElementInstance>ModelElementInstance. getChildElementsByType(ModelElementType childElementType)Return all child elements of a given type -
Uses of ModelElementType in org.camunda.bpm.model.xml.test
Fields in org.camunda.bpm.model.xml.test declared as ModelElementType Modifier and Type Field Description ModelElementTypeAbstractModelElementInstanceTest.ChildElementAssumption. childElementTypeModelElementTypeAbstractModelElementInstanceTest.TypeAssumption. extendsTypestatic ModelElementTypeAbstractModelElementInstanceTest. modelElementTypeMethods in org.camunda.bpm.model.xml.test that return ModelElementType Modifier and Type Method Description ModelElementTypeGetModelElementTypeRule. getModelElementType()ModelElementTypeAbstractModelElementInstanceTest. getType(java.lang.Class<? extends ModelElementInstance> instanceClass)Methods in org.camunda.bpm.model.xml.test with parameters of type ModelElementType Modifier and Type Method Description ChildElementAssertAbstractModelElementInstanceTest. assertThatChildElement(ModelElementType childElementType) -
Uses of ModelElementType in org.camunda.bpm.model.xml.test.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ModelElementType Modifier and Type Method Description static ModelElementTypeAssertModelAssertions. assertThat(ModelElementType actual)ModelElementTypeAssertModelElementTypeAssert. extendsType(ModelElementType baseType)ModelElementTypeAssertModelElementTypeAssert. hasChildElements(ModelElementType... types)AttributeAssertAttributeAssert. hasOwningElementType(ModelElementType owningElementType)ChildElementAssertChildElementAssert. hasParentElementType(ModelElementType parentElementType)ModelElementTypeAssertModelElementTypeAssert. isExtendedBy(ModelElementType... types)ModelElementTypeAssertModelElementTypeAssert. isNotExtendedBy(ModelElementType... types)Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ModelElementType Constructor Description ModelElementTypeAssert(ModelElementType actual) -
Uses of ModelElementType in org.camunda.bpm.model.xml.type
Methods in org.camunda.bpm.model.xml.type that return ModelElementType Modifier and Type Method Description ModelElementTypeModelElementTypeBuilder. build()ModelElementTypeModelElementType. getBaseType()Methods in org.camunda.bpm.model.xml.type that return types with arguments of type ModelElementType Modifier and Type Method Description java.util.List<ModelElementType>ModelElementType. getAllChildElementTypes()java.util.Collection<ModelElementType>ModelElementType. getAllExtendingTypes()java.util.List<ModelElementType>ModelElementType. getChildElementTypes()java.util.Collection<ModelElementType>ModelElementType. getExtendingTypes() -
Uses of ModelElementType in org.camunda.bpm.model.xml.type.attribute
Methods in org.camunda.bpm.model.xml.type.attribute that return ModelElementType Modifier and Type Method Description ModelElementTypeAttribute. getOwningElementType() -
Uses of ModelElementType in org.camunda.bpm.model.xml.type.child
Methods in org.camunda.bpm.model.xml.type.child that return ModelElementType Modifier and Type Method Description ModelElementTypeChildElementCollection. getChildElementType(Model model)Get the model element type of the elements contained in this collection.ModelElementTypeChildElementCollection. getParentElementType()Get the model element type of the element owns the collection -
Uses of ModelElementType in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return ModelElementType Modifier and Type Method Description ModelElementTypeReference. getReferenceSourceElementType()
-