Uses of Interface
org.camunda.bpm.model.xml.instance.ModelElementInstance
-
-
Uses of ModelElementInstance in org.camunda.bpm.model.xml
Methods in org.camunda.bpm.model.xml with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
TModelInstance. getModelElementById(String id)Find a unique element of the model by id.<T extends ModelElementInstance>
Collection<T>ModelInstance. getModelElementsByType(Class<T> referencingClass)Find all elements of a type.<T extends ModelElementInstance>
TModelInstance. newInstance(Class<T> type)Creates a new instance of type class.<T extends ModelElementInstance>
TModelInstance. newInstance(Class<T> type, String id)Creates a new instance of type class with user-defined id.<T extends ModelElementInstance>
TModelInstance. newInstance(ModelElementType type)Creates a new instance of type.<T extends ModelElementInstance>
TModelInstance. newInstance(ModelElementType type, String id)Creates a new instance of type with user-defined id.Methods in org.camunda.bpm.model.xml that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceModelInstance. getDocumentElement()Returns theModelElementcorresponding to the document element of this model or null if no document element exists.Methods in org.camunda.bpm.model.xml that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelInstance. getModelElementsByType(ModelElementType referencingType)Find all elements of a type.Methods in org.camunda.bpm.model.xml with parameters of type ModelElementInstance Modifier and Type Method Description voidModelInstance. setDocumentElement(ModelElementInstance documentElement)Updates the document element.Method parameters in org.camunda.bpm.model.xml with type arguments of type ModelElementInstance Modifier and Type Method Description abstract ModelElementTypeBuilderModelBuilder. defineType(Class<? extends ModelElementInstance> modelInstanceType, String typeName)ModelElementTypeModel. getType(Class<? extends ModelElementInstance> instanceClass)Gets the definedModelElementTypeof aModelElementInstance. -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl
Methods in org.camunda.bpm.model.xml.impl with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
TModelInstanceImpl. getModelElementById(String id)<T extends ModelElementInstance>
Collection<T>ModelInstanceImpl. getModelElementsByType(Class<T> referencingClass)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(Class<T> type)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(Class<T> type, String id)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(ModelElementType type)<T extends ModelElementInstance>
TModelInstanceImpl. newInstance(ModelElementType type, String id)Methods in org.camunda.bpm.model.xml.impl that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceModelInstanceImpl. getDocumentElement()Methods in org.camunda.bpm.model.xml.impl that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelInstanceImpl. getModelElementsByType(ModelElementType type)Methods in org.camunda.bpm.model.xml.impl with parameters of type ModelElementInstance Modifier and Type Method Description voidModelInstanceImpl. setDocumentElement(ModelElementInstance modelElement)Method parameters in org.camunda.bpm.model.xml.impl with type arguments of type ModelElementInstance Modifier and Type Method Description ModelElementTypeBuilderModelBuilderImpl. defineType(Class<? extends ModelElementInstance> modelInstanceType, String typeName)ModelElementTypeModelImpl. getType(Class<? extends ModelElementInstance> instanceClass)voidModelImpl. registerType(ModelElementType modelElementType, Class<? extends ModelElementInstance> instanceType)Registers aModelElementTypein thisModel. -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.instance
Classes in org.camunda.bpm.model.xml.impl.instance that implement ModelElementInstance Modifier and Type Class Description classModelElementInstanceImplBase class for implementing Model Elements.Methods in org.camunda.bpm.model.xml.impl.instance with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
Collection<T>ModelElementInstanceImpl. getChildElementsByType(Class<T> childElementClass)Methods in org.camunda.bpm.model.xml.impl.instance that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceDomElementImpl. getModelElementInstance()ModelElementInstanceModelElementInstanceImpl. getParentElement()ModelElementInstanceModelElementInstanceImpl. getUniqueChildElementByNameNs(String namespaceUri, String elementName)ModelElementInstanceModelElementInstanceImpl. getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType)Methods in org.camunda.bpm.model.xml.impl.instance that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelElementInstanceImpl. getChildElementsByType(ModelElementType childElementType)Methods in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelElementInstance Modifier and Type Method Description voidModelElementInstanceImpl. addChildElement(ModelElementInstance newChild)voidModelElementInstanceImpl. insertElementAfter(ModelElementInstance elementToInsert, ModelElementInstance insertAfterElement)booleanModelElementInstanceImpl. removeChildElement(ModelElementInstance child)voidModelElementInstanceImpl. replaceChildElement(ModelElementInstance existingChild, ModelElementInstance newChild)voidModelElementInstanceImpl. replaceWithElement(ModelElementInstance newElement)voidDomElementImpl. setModelElementInstance(ModelElementInstance modelElementInstance)voidModelElementInstanceImpl. setUniqueChildElementByNameNs(ModelElementInstance newChild)Method parameters in org.camunda.bpm.model.xml.impl.instance with type arguments of type ModelElementInstance Modifier and Type Method Description List<DomElement>DomElementImpl. getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)ModelElementInstanceModelElementInstanceImpl. getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
ModelElementTypeBuilderModelElementTypeBuilderImpl. instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T> instanceProvider)Methods in org.camunda.bpm.model.xml.impl.type that return ModelElementInstance Modifier and Type Method Description protected ModelElementInstanceModelElementTypeImpl. createModelElementInstance(ModelTypeInstanceContext instanceContext)ModelElementInstanceModelElementTypeImpl. newInstance(ModelInstanceImpl modelInstance, DomElement domElement)ModelElementInstanceModelElementTypeImpl. newInstance(ModelInstance modelInstance)Methods in org.camunda.bpm.model.xml.impl.type that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelElementTypeImpl. getInstances(ModelInstance modelInstance)Class<? extends ModelElementInstance>ModelElementTypeImpl. getInstanceType()Method parameters in org.camunda.bpm.model.xml.impl.type with type arguments of type ModelElementInstance Modifier and Type Method Description ModelElementTypeBuilderModelElementTypeBuilderImpl. extendsType(Class<? extends ModelElementInstance> extendedType)Constructor parameters in org.camunda.bpm.model.xml.impl.type with type arguments of type ModelElementInstance Constructor Description ModelElementTypeBuilderImpl(Class<? extends ModelElementInstance> instanceType, String name, ModelImpl model)ModelElementTypeImpl(ModelImpl model, String name, Class<? extends ModelElementInstance> instanceType) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.type.attribute
Methods in org.camunda.bpm.model.xml.impl.type.attribute with type parameters of type ModelElementInstance Modifier and Type Method Description <V extends ModelElementInstance>
AttributeReferenceBuilder<V>StringAttributeBuilderImpl. idAttributeReference(Class<V> referenceTargetElement)<V extends ModelElementInstance>
AttributeReferenceCollectionBuilder<V>StringAttributeBuilderImpl. idAttributeReferenceCollection(Class<V> referenceTargetElement, Class<? extends AttributeReferenceCollection> attributeReferenceCollection)<V extends ModelElementInstance>
AttributeReferenceBuilder<V>StringAttributeBuilderImpl. qNameAttributeReference(Class<V> referenceTargetElement)Create a newAttributeReferenceBuilderfor the reference source element instanceprotected <V extends ModelElementInstance>
voidStringAttributeBuilderImpl. setAttributeReference(AttributeReferenceBuilder<V> referenceBuilder)Methods in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type ModelElementInstance Modifier and Type Method Description TAttributeImpl. getValue(ModelElementInstance modelElement)returns the value of the attribute.voidAttributeImpl. removeAttribute(ModelElementInstance modelElement)voidAttributeImpl. setValue(ModelElementInstance modelElement, T value)sets the value of the attribute.voidAttributeImpl. setValue(ModelElementInstance modelElement, T value, boolean withReferenceUpdate)voidAttributeImpl. unlinkReference(ModelElementInstance modelElement, Object referenceIdentifier)voidAttributeImpl. updateIncomingReferences(ModelElementInstance modelElement, String newIdentifier, String oldIdentifier) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.type.child
Classes in org.camunda.bpm.model.xml.impl.type.child with type parameters of type ModelElementInstance Modifier and Type Class Description classChildElementBuilderImpl<T extends ModelElementInstance>classChildElementCollectionBuilderImpl<T extends ModelElementInstance>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 with parameters of type ModelElementInstance Modifier and Type Method Description Collection<T>ChildElementCollectionImpl. get(ModelElementInstance element)TChildElementImpl. getChild(ModelElementInstance element)booleanChildElementImpl. removeChild(ModelElementInstance element)voidChildElementImpl. setChild(ModelElementInstance element, T newChildElement) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ReferenceImpl. findReferenceSourceElements(ModelElementInstance referenceTargetElement)Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ReferenceImpl. findReferenceSourceElements(ModelElementInstance referenceTargetElement)StringAttributeReferenceImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringElementReferenceCollectionImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringQNameAttributeReferenceImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringQNameElementReferenceCollectionImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringQNameElementReferenceImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringUriElementReferenceCollectionImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)StringUriElementReferenceImpl. getReferenceIdentifier(ModelElementInstance referenceSourceElement)protected List<String>IdsElementReferenceCollectionImpl. getReferenceIdentifiers(ModelElementInstance referenceSourceElement)SourceElementReferenceImpl. getReferenceSource(ModelElementInstance referenceSourceParent)TReferenceImpl. getReferenceTargetElement(ModelElementInstance referenceSourceElement)Get the reference target model element instancevoidIdsElementReferenceCollectionImpl. referencedElementRemoved(ModelElementInstance referenceTargetElement, Object referenceIdentifier)voidReferenceImpl. referencedElementRemoved(ModelElementInstance referenceTargetElement, Object referenceIdentifier)Remove the reference if the target element is removedvoidReferenceImpl. referencedElementUpdated(ModelElementInstance referenceTargetElement, String oldIdentifier, String newIdentifier)Update the reference identifierprotected voidAttributeReferenceImpl. removeReference(ModelElementInstance referenceSourceElement, ModelElementInstance referenceTargetElement)protected voidElementReferenceCollectionImpl. removeReference(ModelElementInstance referenceSourceElement, ModelElementInstance referenceTargetElement)protected abstract voidReferenceImpl. removeReference(ModelElementInstance referenceSourceElement, ModelElementInstance referenceTargetElement)Remove the reference in the reference source model element instanceprotected voidAttributeReferenceImpl. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)protected voidElementReferenceCollectionImpl. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)protected abstract voidReferenceImpl. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)Set the reference identifier in the reference sourceprotected voidUriElementReferenceCollectionImpl. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)protected voidUriElementReferenceImpl. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)protected voidIdsElementReferenceCollectionImpl. setReferenceIdentifiers(ModelElementInstance referenceSourceElement, List<String> referenceIdentifiers)voidReferenceImpl. setReferenceTargetElement(ModelElementInstance referenceSourceElement, T referenceTargetElement)Set the reference target model element instanceprotected voidAttributeReferenceImpl. updateReference(ModelElementInstance referenceSourceElement, String oldIdentifier, String newIdentifier)protected voidElementReferenceCollectionImpl. updateReference(ModelElementInstance referenceSourceElement, String oldIdentifier, String newIdentifier)protected voidIdsElementReferenceCollectionImpl. updateReference(ModelElementInstance referenceSourceElement, String oldIdentifier, String newIdentifier)protected abstract voidReferenceImpl. updateReference(ModelElementInstance referenceSourceElement, String oldIdentifier, String newIdentifier)Update the reference identifier of the reference source model element instance -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.util
Methods in org.camunda.bpm.model.xml.impl.util with type parameters of type ModelElementInstance Modifier and Type Method Description static <T extends ModelElementInstance>
Collection<T>ModelUtil. getModelElementCollection(Collection<DomElement> view, ModelInstanceImpl model)Get a collection of all model element instances in a viewMethods in org.camunda.bpm.model.xml.impl.util that return ModelElementInstance Modifier and Type Method Description static ModelElementInstanceModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance)Returns theModelElementfor a DOM element.static ModelElementInstanceModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType)Returns theModelElementfor a DOM element.Methods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelElementInstance Modifier and Type Method Description static intModelUtil. getIndexOfElementType(ModelElementInstance modelElement, List<ModelElementType> childElementTypes)Find the index of the type of a model element in a list of element typesstatic 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, String newId, boolean withReferenceUpdate)Set new identifier if the type has a String id attribute -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.impl.validation
Fields in org.camunda.bpm.model.xml.impl.validation declared as ModelElementInstance Modifier and Type Field Description protected ModelElementInstanceValidationResultsCollectorImpl. currentElementprotected ModelElementInstanceModelValidationResultImpl. elementFields in org.camunda.bpm.model.xml.impl.validation with type parameters of type ModelElementInstance Modifier and Type Field Description protected Map<ModelElementInstance,List<ValidationResult>>ModelValidationResultsImpl. collectedResultsprotected Map<ModelElementInstance,List<ValidationResult>>ValidationResultsCollectorImpl. collectedResultsMethods in org.camunda.bpm.model.xml.impl.validation that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceModelValidationResultImpl. getElement()Methods in org.camunda.bpm.model.xml.impl.validation that return types with arguments of type ModelElementInstance Modifier and Type Method Description Map<ModelElementInstance,List<ValidationResult>>ModelValidationResultsImpl. getResults()Methods in org.camunda.bpm.model.xml.impl.validation with parameters of type ModelElementInstance Modifier and Type Method Description voidValidationResultsCollectorImpl. setCurrentElement(ModelElementInstance currentElement)Constructors in org.camunda.bpm.model.xml.impl.validation with parameters of type ModelElementInstance Constructor Description ModelValidationResultImpl(ModelElementInstance element, ValidationResultType type, int code, String message)Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ModelElementInstance Constructor Description ModelValidationResultsImpl(Map<ModelElementInstance,List<ValidationResult>> collectedResults, int errorCount, int warningCount) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.instance
Methods in org.camunda.bpm.model.xml.instance with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
Collection<T>ModelElementInstance. getChildElementsByType(Class<T> childElementClass)Return all child elements of a given typeMethods in org.camunda.bpm.model.xml.instance that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceDomElement. getModelElementInstance()Returns theModelElementInstancewhich is associated with this element.ModelElementInstanceModelElementInstance. getParentElement()Returns the parent element of this.ModelElementInstanceModelElementInstance. getUniqueChildElementByNameNs(String namespaceUri, String elementName)Returns a child element with the given name or 'null' if no such element existsModelElementInstanceModelElementInstance. getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType)Returns a child element with the given typeMethods in org.camunda.bpm.model.xml.instance that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelElementInstance. getChildElementsByType(ModelElementType childElementType)Return all child elements of a given typeMethods in org.camunda.bpm.model.xml.instance with parameters of type ModelElementInstance Modifier and Type Method Description voidModelElementInstance. addChildElement(ModelElementInstance newChild)Adds a new child element to the children of this element.voidModelElementInstance. insertElementAfter(ModelElementInstance elementToInsert, ModelElementInstance insertAfterElement)Inserts the new element after the given element or at the beginning if the given element is null.booleanModelElementInstance. removeChildElement(ModelElementInstance child)Removes the child element from this.voidModelElementInstance. replaceChildElement(ModelElementInstance existingChild, ModelElementInstance newChild)Replace an existing child element with a new child element.voidModelElementInstance. replaceWithElement(ModelElementInstance newElement)Replaces this element with a new element and updates references.voidDomElement. setModelElementInstance(ModelElementInstance modelElementInstance)Sets theModelElementInstancewhich should be associated with this element.voidModelElementInstance. setUniqueChildElementByNameNs(ModelElementInstance newChild)Adds or replaces a child element by name.Method parameters in org.camunda.bpm.model.xml.instance with type arguments of type ModelElementInstance Modifier and Type Method Description List<DomElement>DomElement. getChildElementsByType(ModelInstanceImpl modelInstance, Class<? extends ModelElementInstance> elementType)Returns all child elements of this element with a specific type.ModelElementInstanceModelElementInstance. getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType)Returns a child element with the given type -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.test
Method parameters in org.camunda.bpm.model.xml.test with type arguments of type ModelElementInstance Modifier and Type Method Description ModelElementTypeAbstractModelElementInstanceTest. getType(Class<? extends ModelElementInstance> instanceClass)Constructor parameters in org.camunda.bpm.model.xml.test with type arguments of type ModelElementInstance Constructor Description ChildElementAssumption(Class<? extends ModelElementInstance> childElementType)ChildElementAssumption(Class<? extends ModelElementInstance> childElementType, int minOccurs)ChildElementAssumption(Class<? extends ModelElementInstance> childElementType, int minOccurs, int maxOccurs)ChildElementAssumption(String namespaceUri, Class<? extends ModelElementInstance> childElementType)ChildElementAssumption(String namespaceUri, Class<? extends ModelElementInstance> childElementType, int minOccurs)ChildElementAssumption(String namespaceUri, Class<? extends ModelElementInstance> childElementType, int minOccurs, int maxOccurs)TypeAssumption(Class<? extends ModelElementInstance> extendsType, boolean isAbstract)TypeAssumption(String namespaceUri, Class<? extends ModelElementInstance> extendsType, boolean isAbstract) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.test.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ModelElementInstance Modifier and Type Method Description SAbstractReferenceAssert. hasIdentifier(ModelElementInstance instance, String identifier)SAbstractReferenceAssert. hasNoTargetElement(ModelElementInstance instance)AttributeAssertAttributeAssert. hasNoValue(ModelElementInstance modelElementInstance)ChildElementAssertChildElementAssert. hasSize(ModelElementInstance instance, int numberOfChildElements)SAbstractReferenceAssert. hasTargetElement(ModelElementInstance instance, ModelElementInstance targetElement)AttributeAssertAttributeAssert. hasValue(ModelElementInstance modelElementInstance)AttributeAssertAttributeAssert. hasValue(ModelElementInstance modelElementInstance, Object value)ChildElementAssertChildElementAssert. isEmpty(ModelElementInstance instance)ChildElementAssertChildElementAssert. isNotEmpty(ModelElementInstance instance)Method parameters in org.camunda.bpm.model.xml.test.assertions with type arguments of type ModelElementInstance Modifier and Type Method Description ChildElementAssertChildElementAssert. containsType(Class<? extends ModelElementInstance> childElementTypeClass)ModelElementTypeAssertModelElementTypeAssert. hasInstanceType(Class<? extends ModelElementInstance> instanceType) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.type
Classes in org.camunda.bpm.model.xml.type with type parameters of type ModelElementInstance Modifier and Type Interface Description static interfaceModelElementTypeBuilder.ModelTypeInstanceProvider<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type with type parameters of type ModelElementInstance Modifier and Type Method Description <T extends ModelElementInstance>
ModelElementTypeBuilderModelElementTypeBuilder. instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T> instanceProvider)Methods in org.camunda.bpm.model.xml.type that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceModelElementType. newInstance(ModelInstance modelInstance)Methods in org.camunda.bpm.model.xml.type that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>ModelElementType. getInstances(ModelInstance modelInstanceImpl)Class<? extends ModelElementInstance>ModelElementType. getInstanceType()Method parameters in org.camunda.bpm.model.xml.type with type arguments of type ModelElementInstance Modifier and Type Method Description ModelElementTypeBuilderModelElementTypeBuilder. extendsType(Class<? extends ModelElementInstance> extendedType) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.type.attribute
Methods in org.camunda.bpm.model.xml.type.attribute with type parameters of type ModelElementInstance Modifier and Type Method Description <V extends ModelElementInstance>
AttributeReferenceBuilder<V>StringAttributeBuilder. idAttributeReference(Class<V> referenceTargetElement)<V extends ModelElementInstance>
AttributeReferenceCollectionBuilder<V>StringAttributeBuilder. idAttributeReferenceCollection(Class<V> referenceTargetElement, Class<? extends AttributeReferenceCollection> attributeReferenceCollection)<V extends ModelElementInstance>
AttributeReferenceBuilder<V>StringAttributeBuilder. qNameAttributeReference(Class<V> referenceTargetElement)Methods in org.camunda.bpm.model.xml.type.attribute with parameters of type ModelElementInstance Modifier and Type Method Description TAttribute. getValue(ModelElementInstance modelElement)returns the value of the attribute.voidAttribute. setValue(ModelElementInstance modelElement, T value)sets the value of the attribute.voidAttribute. setValue(ModelElementInstance modelElement, T value, boolean withReferenceUpdate)sets the value of the attribute. -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.type.child
Classes in org.camunda.bpm.model.xml.type.child with type parameters of type ModelElementInstance Modifier and Type Interface Description interfaceChildElement<T extends ModelElementInstance>A single child element (child Element collection whereChildElementCollection.getMaxOccurs()returns 1.interfaceChildElementBuilder<T extends ModelElementInstance>interfaceChildElementCollection<T extends ModelElementInstance>A collection containing all or a subset of the child elements of a givenModelElementInstance.interfaceChildElementCollectionBuilder<T extends ModelElementInstance>Methods in org.camunda.bpm.model.xml.type.child with parameters of type ModelElementInstance Modifier and Type Method Description Collection<T>ChildElementCollection. get(ModelElementInstance element)returns aCollectioncontaining all or a subset of the child elements of aModelElementInstance.TChildElement. getChild(ModelElementInstance element)Returns the child element.booleanChildElement. removeChild(ModelElementInstance element)Removes the child element.voidChildElement. setChild(ModelElementInstance element, T newChildElement)Sets the child element, potentially replacing an existing child element. -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.type.reference
Methods in org.camunda.bpm.model.xml.type.reference that return types with arguments of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>Reference. findReferenceSourceElements(ModelElementInstance referenceTargetElement)Find all reference source element instances of the reference target model element instanceMethods in org.camunda.bpm.model.xml.type.reference with parameters of type ModelElementInstance Modifier and Type Method Description Collection<ModelElementInstance>Reference. findReferenceSourceElements(ModelElementInstance referenceTargetElement)Find all reference source element instances of the reference target model element instanceStringReference. getReferenceIdentifier(ModelElementInstance referenceSourceElement)Get the reference identifier which is set in the reference sourceSourceElementReference. getReferenceSource(ModelElementInstance referenceSourceParent)TReference. getReferenceTargetElement(ModelElementInstance modelElement)Collection<T>AttributeReferenceCollection. getReferenceTargetElements(ModelElementInstance referenceSourceElement)protected voidAttributeReferenceCollection. performAddOperation(ModelElementInstance referenceSourceElement, T referenceTargetElement)protected voidAttributeReferenceCollection. performClearOperation(ModelElementInstance referenceSourceElement)protected voidAttributeReferenceCollection. performRemoveOperation(ModelElementInstance referenceSourceElement, Object o)protected voidAttributeReferenceCollection. removeReference(ModelElementInstance referenceSourceElement, ModelElementInstance referenceTargetElement)protected voidAttributeReferenceCollection. setReferenceIdentifier(ModelElementInstance referenceSourceElement, String referenceIdentifier)voidReference. setReferenceTargetElement(ModelElementInstance referenceSourceElement, T referenceTargetElement)protected voidAttributeReferenceCollection. updateReference(ModelElementInstance referenceSourceElement, String oldIdentifier, String newIdentifier) -
Uses of ModelElementInstance in org.camunda.bpm.model.xml.validation
Classes in org.camunda.bpm.model.xml.validation with type parameters of type ModelElementInstance Modifier and Type Interface Description interfaceModelElementValidator<T extends ModelElementInstance>A validator for model element instances.Methods in org.camunda.bpm.model.xml.validation that return ModelElementInstance Modifier and Type Method Description ModelElementInstanceValidationResult. getElement()Methods in org.camunda.bpm.model.xml.validation that return types with arguments of type ModelElementInstance Modifier and Type Method Description Map<ModelElementInstance,List<ValidationResult>>ValidationResults. getResults()Methods in org.camunda.bpm.model.xml.validation with parameters of type ModelElementInstance Modifier and Type Method Description voidValidationResultFormatter. formatElement(StringWriter writer, ModelElementInstance element)formats an element in the summary
-