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 interface
BpmnModelType
Methods 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 ModelElementType
ModelBuilder. defineGenericType(java.lang.String typeName, java.lang.String typeNamespaceUri)
ModelElementType
Model. getType(java.lang.Class<? extends ModelElementInstance> instanceClass)
Gets the definedModelElementType
of aModelElementInstance
.ModelElementType
Model. getTypeForName(java.lang.String typeName)
Gets the definedModelElementType
for a type by its name.ModelElementType
Model. getTypeForName(java.lang.String namespaceUri, java.lang.String typeName)
Gets the definedModelElementType
for 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 allModelElementType
defined 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 ModelElementType
ModelBuilderImpl. defineGenericType(java.lang.String typeName, java.lang.String typeNamespaceUri)
ModelElementType
ModelImpl. getType(java.lang.Class<? extends ModelElementInstance> instanceClass)
ModelElementType
ModelImpl. getTypeForName(java.lang.String typeName)
ModelElementType
ModelImpl. getTypeForName(java.lang.String namespaceUri, java.lang.String typeName)
ModelElementType
ModelInstanceImpl. 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)
void
ModelImpl. registerType(ModelElementType modelElementType, java.lang.Class<? extends ModelElementInstance> instanceType)
Registers aModelElementType
in 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 ModelElementType
ModelElementInstanceImpl. 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 class
ModelElementTypeImpl
Methods in org.camunda.bpm.model.xml.impl.type that return ModelElementType Modifier and Type Method Description ModelElementType
ModelElementTypeBuilderImpl. build()
ModelElementType
ModelElementTypeImpl. 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)
boolean
ModelElementTypeImpl. isBaseTypeOf(ModelElementType elementType)
Test if a element type is a base type of this type.void
ModelElementTypeImpl. registerChildElementType(ModelElementType childElementType)
void
ModelElementTypeImpl. registerExtendingType(ModelElementType modelType)
Method parameters in org.camunda.bpm.model.xml.impl.type with type arguments of type ModelElementType Modifier and Type Method Description void
ModelElementTypeImpl. resolveBaseTypes(java.util.List<ModelElementType> baseTypes)
Resolve all types which are base types of this typevoid
ModelElementTypeImpl. 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 ModelElementType
AttributeImpl. 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 ModelElementType
ChildElementCollectionImpl. getChildElementType(Model model)
ModelElementType
ChildElementCollectionImpl. 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 ModelElementType
AttributeReferenceImpl. getReferenceSourceElementType()
ModelElementType
ElementReferenceCollectionImpl. 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.String
ModelUtil. getUniqueIdentifier(ModelElementType type)
static void
ModelUtil. setGeneratedUniqueIdentifier(ModelElementType type, ModelElementInstance modelElementInstance)
Set unique identifier if the type has a String id attributestatic void
ModelUtil. setGeneratedUniqueIdentifier(ModelElementType type, ModelElementInstance modelElementInstance, boolean withReferenceUpdate)
Set unique identifier if the type has a String id attributestatic void
ModelUtil. 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 int
ModelUtil. 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 ModelElementType
ModelElementInstance. 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 ModelElementType
AbstractModelElementInstanceTest.ChildElementAssumption. childElementType
ModelElementType
AbstractModelElementInstanceTest.TypeAssumption. extendsType
static ModelElementType
AbstractModelElementInstanceTest. modelElementType
Methods in org.camunda.bpm.model.xml.test that return ModelElementType Modifier and Type Method Description ModelElementType
GetModelElementTypeRule. getModelElementType()
ModelElementType
AbstractModelElementInstanceTest. 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 ChildElementAssert
AbstractModelElementInstanceTest. 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 ModelElementTypeAssert
ModelAssertions. assertThat(ModelElementType actual)
ModelElementTypeAssert
ModelElementTypeAssert. extendsType(ModelElementType baseType)
ModelElementTypeAssert
ModelElementTypeAssert. hasChildElements(ModelElementType... types)
AttributeAssert
AttributeAssert. hasOwningElementType(ModelElementType owningElementType)
ChildElementAssert
ChildElementAssert. hasParentElementType(ModelElementType parentElementType)
ModelElementTypeAssert
ModelElementTypeAssert. isExtendedBy(ModelElementType... types)
ModelElementTypeAssert
ModelElementTypeAssert. 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 ModelElementType
ModelElementTypeBuilder. build()
ModelElementType
ModelElementType. 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 ModelElementType
Attribute. 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 ModelElementType
ChildElementCollection. getChildElementType(Model model)
Get the model element type of the elements contained in this collection.ModelElementType
ChildElementCollection. 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 ModelElementType
Reference. getReferenceSourceElementType()
-