| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelInstance.getModelElementById(String id)
Find a unique element of the model by id.
|
<T extends ModelElementInstance> |
ModelInstance.getModelElementsByType(Class<T> referencingClass)
Find all elements of a type.
|
<T extends ModelElementInstance> |
ModelInstance.newInstance(Class<T> type)
Creates a new instance of type class.
|
<T extends ModelElementInstance> |
ModelInstance.newInstance(Class<T> type,
String id)
Creates a new instance of type class with user-defined id.
|
<T extends ModelElementInstance> |
ModelInstance.newInstance(ModelElementType type)
Creates a new instance of type.
|
<T extends ModelElementInstance> |
ModelInstance.newInstance(ModelElementType type,
String id)
Creates a new instance of type with user-defined id.
|
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
ModelInstance.getDocumentElement()
Returns the
ModelElement corresponding to the document
element of this model or null if no document element exists. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelInstance.getModelElementsByType(ModelElementType referencingType)
Find all elements of a type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInstance.setDocumentElement(ModelElementInstance documentElement)
Updates the document element.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ModelElementTypeBuilder |
ModelBuilder.defineType(Class<? extends ModelElementInstance> modelInstanceType,
String typeName) |
ModelElementType |
Model.getType(Class<? extends ModelElementInstance> instanceClass)
Gets the defined
ModelElementType of a ModelElementInstance. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelInstanceImpl.getModelElementById(String id) |
<T extends ModelElementInstance> |
ModelInstanceImpl.getModelElementsByType(Class<T> referencingClass) |
<T extends ModelElementInstance> |
ModelInstanceImpl.newInstance(Class<T> type) |
<T extends ModelElementInstance> |
ModelInstanceImpl.newInstance(Class<T> type,
String id) |
<T extends ModelElementInstance> |
ModelInstanceImpl.newInstance(ModelElementType type) |
<T extends ModelElementInstance> |
ModelInstanceImpl.newInstance(ModelElementType type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
ModelInstanceImpl.getDocumentElement() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelInstanceImpl.getModelElementsByType(ModelElementType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInstanceImpl.setDocumentElement(ModelElementInstance modelElement) |
| Modifier and Type | Method and Description |
|---|---|
ModelElementTypeBuilder |
ModelBuilderImpl.defineType(Class<? extends ModelElementInstance> modelInstanceType,
String typeName) |
ModelElementType |
ModelImpl.getType(Class<? extends ModelElementInstance> instanceClass) |
void |
ModelImpl.registerType(ModelElementType modelElementType,
Class<? extends ModelElementInstance> instanceType)
Registers a
ModelElementType in this Model. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelElementInstanceImpl
Base class for implementing Model Elements.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelElementInstanceImpl.getChildElementsByType(Class<T> childElementClass) |
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
DomElementImpl.getModelElementInstance() |
ModelElementInstance |
ModelElementInstanceImpl.getParentElement() |
ModelElementInstance |
ModelElementInstanceImpl.getUniqueChildElementByNameNs(String namespaceUri,
String elementName) |
ModelElementInstance |
ModelElementInstanceImpl.getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelElementInstanceImpl.getChildElementsByType(ModelElementType childElementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElementInstanceImpl.addChildElement(ModelElementInstance newChild) |
void |
ModelElementInstanceImpl.insertElementAfter(ModelElementInstance elementToInsert,
ModelElementInstance insertAfterElement) |
boolean |
ModelElementInstanceImpl.removeChildElement(ModelElementInstance child) |
void |
ModelElementInstanceImpl.replaceChildElement(ModelElementInstance existingChild,
ModelElementInstance newChild) |
void |
ModelElementInstanceImpl.replaceWithElement(ModelElementInstance newElement) |
void |
DomElementImpl.setModelElementInstance(ModelElementInstance modelElementInstance) |
void |
ModelElementInstanceImpl.setUniqueChildElementByNameNs(ModelElementInstance newChild) |
| Modifier and Type | Method and Description |
|---|---|
List<DomElement> |
DomElementImpl.getChildElementsByType(ModelInstanceImpl modelInstance,
Class<? extends ModelElementInstance> elementType) |
ModelElementInstance |
ModelElementInstanceImpl.getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelElementTypeBuilderImpl.instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T> instanceProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected ModelElementInstance |
ModelElementTypeImpl.createModelElementInstance(ModelTypeInstanceContext instanceContext) |
ModelElementInstance |
ModelElementTypeImpl.newInstance(ModelInstance modelInstance) |
ModelElementInstance |
ModelElementTypeImpl.newInstance(ModelInstanceImpl modelInstance,
DomElement domElement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelElementTypeImpl.getInstances(ModelInstance modelInstance) |
Class<? extends ModelElementInstance> |
ModelElementTypeImpl.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
ModelElementTypeBuilder |
ModelElementTypeBuilderImpl.extendsType(Class<? extends ModelElementInstance> extendedType) |
| Constructor and Description |
|---|
ModelElementTypeBuilderImpl(Class<? extends ModelElementInstance> instanceType,
String name,
ModelImpl model) |
ModelElementTypeImpl(ModelImpl model,
String name,
Class<? extends ModelElementInstance> instanceType) |
| Modifier and Type | Method and Description |
|---|---|
<V extends ModelElementInstance> |
StringAttributeBuilderImpl.idAttributeReference(Class<V> referenceTargetElement) |
<V extends ModelElementInstance> |
StringAttributeBuilderImpl.idAttributeReferenceCollection(Class<V> referenceTargetElement,
Class<? extends AttributeReferenceCollection> attributeReferenceCollection) |
<V extends ModelElementInstance> |
StringAttributeBuilderImpl.qNameAttributeReference(Class<V> referenceTargetElement)
Create a new
AttributeReferenceBuilder for the reference source element instance |
protected <V extends ModelElementInstance> |
StringAttributeBuilderImpl.setAttributeReference(AttributeReferenceBuilder<V> referenceBuilder) |
| Modifier and Type | Method and Description |
|---|---|
T |
AttributeImpl.getValue(ModelElementInstance modelElement)
returns the value of the attribute.
|
void |
AttributeImpl.removeAttribute(ModelElementInstance modelElement) |
void |
AttributeImpl.setValue(ModelElementInstance modelElement,
T value)
sets the value of the attribute.
|
void |
AttributeImpl.setValue(ModelElementInstance modelElement,
T value,
boolean withReferenceUpdate) |
void |
AttributeImpl.unlinkReference(ModelElementInstance modelElement,
Object referenceIdentifier) |
void |
AttributeImpl.updateIncomingReferences(ModelElementInstance modelElement,
String newIdentifier,
String oldIdentifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildElementBuilderImpl<T extends ModelElementInstance> |
class |
ChildElementCollectionBuilderImpl<T extends ModelElementInstance> |
class |
ChildElementCollectionImpl<T extends ModelElementInstance>
This collection is a view on an the children of a Model Element.
|
class |
ChildElementImpl<T extends ModelElementInstance>
Represents a single Child Element (ie.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
ChildElementCollectionImpl.get(ModelElementInstance element) |
T |
ChildElementImpl.getChild(ModelElementInstance element) |
boolean |
ChildElementImpl.removeChild(ModelElementInstance element) |
void |
ChildElementImpl.setChild(ModelElementInstance element,
T newChildElement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ReferenceImpl.findReferenceSourceElements(ModelElementInstance referenceTargetElement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ReferenceImpl.findReferenceSourceElements(ModelElementInstance referenceTargetElement) |
String |
ElementReferenceCollectionImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
QNameElementReferenceCollectionImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
UriElementReferenceCollectionImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
AttributeReferenceImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
UriElementReferenceImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
QNameAttributeReferenceImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
String |
QNameElementReferenceImpl.getReferenceIdentifier(ModelElementInstance referenceSourceElement) |
protected List<String> |
IdsElementReferenceCollectionImpl.getReferenceIdentifiers(ModelElementInstance referenceSourceElement) |
Source |
ElementReferenceImpl.getReferenceSource(ModelElementInstance referenceSourceParent) |
T |
ReferenceImpl.getReferenceTargetElement(ModelElementInstance referenceSourceElement)
Get the reference target model element instance
|
void |
ReferenceImpl.referencedElementRemoved(ModelElementInstance referenceTargetElement,
Object referenceIdentifier)
Remove the reference if the target element is removed
|
void |
IdsElementReferenceCollectionImpl.referencedElementRemoved(ModelElementInstance referenceTargetElement,
Object referenceIdentifier) |
void |
ReferenceImpl.referencedElementUpdated(ModelElementInstance referenceTargetElement,
String oldIdentifier,
String newIdentifier)
Update the reference identifier
|
protected void |
ElementReferenceCollectionImpl.removeReference(ModelElementInstance referenceSourceElement,
ModelElementInstance referenceTargetElement) |
protected abstract void |
ReferenceImpl.removeReference(ModelElementInstance referenceSourceElement,
ModelElementInstance referenceTargetElement)
Remove the reference in the reference source model element instance
|
protected void |
AttributeReferenceImpl.removeReference(ModelElementInstance referenceSourceElement,
ModelElementInstance referenceTargetElement) |
protected void |
ElementReferenceCollectionImpl.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier) |
protected abstract void |
ReferenceImpl.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier)
Set the reference identifier in the reference source
|
protected void |
UriElementReferenceCollectionImpl.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier) |
protected void |
AttributeReferenceImpl.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier) |
protected void |
UriElementReferenceImpl.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier) |
protected void |
IdsElementReferenceCollectionImpl.setReferenceIdentifiers(ModelElementInstance referenceSourceElement,
List<String> referenceIdentifiers) |
void |
ReferenceImpl.setReferenceTargetElement(ModelElementInstance referenceSourceElement,
T referenceTargetElement)
Set the reference target model element instance
|
protected void |
ElementReferenceCollectionImpl.updateReference(ModelElementInstance referenceSourceElement,
String oldIdentifier,
String newIdentifier) |
protected abstract void |
ReferenceImpl.updateReference(ModelElementInstance referenceSourceElement,
String oldIdentifier,
String newIdentifier)
Update the reference identifier of the reference source model element instance
|
protected void |
IdsElementReferenceCollectionImpl.updateReference(ModelElementInstance referenceSourceElement,
String oldIdentifier,
String newIdentifier) |
protected void |
AttributeReferenceImpl.updateReference(ModelElementInstance referenceSourceElement,
String oldIdentifier,
String newIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ModelElementInstance> |
ModelUtil.getModelElementCollection(Collection<DomElement> view,
ModelInstanceImpl model)
Get a collection of all model element instances in a view
|
| Modifier and Type | Method and Description |
|---|---|
static ModelElementInstance |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance)
Returns the
ModelElement for a DOM element. |
static ModelElementInstance |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance,
ModelElementTypeImpl modelType)
Returns the
ModelElement for a DOM element. |
| Modifier and Type | Method and Description |
|---|---|
static int |
ModelUtil.getIndexOfElementType(ModelElementInstance modelElement,
List<ModelElementType> childElementTypes)
Find the index of the type of a model element in a list of element types
|
static void |
ModelUtil.setGeneratedUniqueIdentifier(ModelElementType type,
ModelElementInstance modelElementInstance)
Set unique identifier if the type has a String id attribute
|
static void |
ModelUtil.setGeneratedUniqueIdentifier(ModelElementType type,
ModelElementInstance modelElementInstance,
boolean withReferenceUpdate)
Set unique identifier if the type has a String id attribute
|
static void |
ModelUtil.setNewIdentifier(ModelElementType type,
ModelElementInstance modelElementInstance,
String newId,
boolean withReferenceUpdate)
Set new identifier if the type has a String id attribute
|
| Modifier and Type | Field and Description |
|---|---|
protected ModelElementInstance |
ValidationResultsCollectorImpl.currentElement |
protected ModelElementInstance |
ModelValidationResultImpl.element |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ModelElementInstance,List<ValidationResult>> |
ModelValidationResultsImpl.collectedResults |
protected Map<ModelElementInstance,List<ValidationResult>> |
ValidationResultsCollectorImpl.collectedResults |
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
ModelValidationResultImpl.getElement() |
| Modifier and Type | Method and Description |
|---|---|
Map<ModelElementInstance,List<ValidationResult>> |
ModelValidationResultsImpl.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResultsCollectorImpl.setCurrentElement(ModelElementInstance currentElement) |
| Constructor and Description |
|---|
ModelValidationResultImpl(ModelElementInstance element,
ValidationResultType type,
int code,
String message) |
| Constructor and Description |
|---|
ModelValidationResultsImpl(Map<ModelElementInstance,List<ValidationResult>> collectedResults,
int errorCount,
int warningCount) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelElementInstance.getChildElementsByType(Class<T> childElementClass)
Return all child elements of a given type
|
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
DomElement.getModelElementInstance()
Returns the
ModelElementInstance which is associated with this element. |
ModelElementInstance |
ModelElementInstance.getParentElement()
Returns the parent element of this.
|
ModelElementInstance |
ModelElementInstance.getUniqueChildElementByNameNs(String namespaceUri,
String elementName)
Returns a child element with the given name or 'null' if no such element exists
|
ModelElementInstance |
ModelElementInstance.getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType)
Returns a child element with the given type
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelElementInstance.getChildElementsByType(ModelElementType childElementType)
Return all child elements of a given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelElementInstance.addChildElement(ModelElementInstance newChild)
Adds a new child element to the children of this element.
|
void |
ModelElementInstance.insertElementAfter(ModelElementInstance elementToInsert,
ModelElementInstance insertAfterElement)
Inserts the new element after the given element or at the beginning if the given element is null.
|
boolean |
ModelElementInstance.removeChildElement(ModelElementInstance child)
Removes the child element from this.
|
void |
ModelElementInstance.replaceChildElement(ModelElementInstance existingChild,
ModelElementInstance newChild)
Replace an existing child element with a new child element.
|
void |
ModelElementInstance.replaceWithElement(ModelElementInstance newElement)
Replaces this element with a new element and updates references.
|
void |
DomElement.setModelElementInstance(ModelElementInstance modelElementInstance)
Sets the
ModelElementInstance which should be associated with this element. |
void |
ModelElementInstance.setUniqueChildElementByNameNs(ModelElementInstance newChild)
Adds or replaces a child element by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomElement> |
DomElement.getChildElementsByType(ModelInstanceImpl modelInstance,
Class<? extends ModelElementInstance> elementType)
Returns all child elements of this element with a specific type.
|
ModelElementInstance |
ModelElementInstance.getUniqueChildElementByType(Class<? extends ModelElementInstance> elementType)
Returns a child element with the given type
|
| Modifier and Type | Method and Description |
|---|---|
ModelElementType |
AbstractModelElementInstanceTest.getType(Class<? extends ModelElementInstance> instanceClass) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
S |
AbstractReferenceAssert.hasIdentifier(ModelElementInstance instance,
String identifier) |
S |
AbstractReferenceAssert.hasNoTargetElement(ModelElementInstance instance) |
AttributeAssert |
AttributeAssert.hasNoValue(ModelElementInstance modelElementInstance) |
ChildElementAssert |
ChildElementAssert.hasSize(ModelElementInstance instance,
int numberOfChildElements) |
S |
AbstractReferenceAssert.hasTargetElement(ModelElementInstance instance,
ModelElementInstance targetElement) |
AttributeAssert |
AttributeAssert.hasValue(ModelElementInstance modelElementInstance) |
AttributeAssert |
AttributeAssert.hasValue(ModelElementInstance modelElementInstance,
Object value) |
ChildElementAssert |
ChildElementAssert.isEmpty(ModelElementInstance instance) |
ChildElementAssert |
ChildElementAssert.isNotEmpty(ModelElementInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
ChildElementAssert |
ChildElementAssert.containsType(Class<? extends ModelElementInstance> childElementTypeClass) |
ModelElementTypeAssert |
ModelElementTypeAssert.hasInstanceType(Class<? extends ModelElementInstance> instanceType) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ModelElementTypeBuilder.ModelTypeInstanceProvider<T extends ModelElementInstance> |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelElementInstance> |
ModelElementTypeBuilder.instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T> instanceProvider) |
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
ModelElementType.newInstance(ModelInstance modelInstance) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
ModelElementType.getInstances(ModelInstance modelInstanceImpl) |
Class<? extends ModelElementInstance> |
ModelElementType.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
ModelElementTypeBuilder |
ModelElementTypeBuilder.extendsType(Class<? extends ModelElementInstance> extendedType) |
| Modifier and Type | Method and Description |
|---|---|
<V extends ModelElementInstance> |
StringAttributeBuilder.idAttributeReference(Class<V> referenceTargetElement) |
<V extends ModelElementInstance> |
StringAttributeBuilder.idAttributeReferenceCollection(Class<V> referenceTargetElement,
Class<? extends AttributeReferenceCollection> attributeReferenceCollection) |
<V extends ModelElementInstance> |
StringAttributeBuilder.qNameAttributeReference(Class<V> referenceTargetElement) |
| Modifier and Type | Method and Description |
|---|---|
T |
Attribute.getValue(ModelElementInstance modelElement)
returns the value of the attribute.
|
void |
Attribute.setValue(ModelElementInstance modelElement,
T value)
sets the value of the attribute.
|
void |
Attribute.setValue(ModelElementInstance modelElement,
T value,
boolean withReferenceUpdate)
sets the value of the attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChildElement<T extends ModelElementInstance>
A single child element (child Element collection where
ChildElementCollection.getMaxOccurs() returns 1. |
interface |
ChildElementBuilder<T extends ModelElementInstance> |
interface |
ChildElementCollection<T extends ModelElementInstance>
A collection containing all or a subset of the child
elements of a given
ModelElementInstance. |
interface |
ChildElementCollectionBuilder<T extends ModelElementInstance> |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
ChildElementCollection.get(ModelElementInstance element)
returns a
Collection containing all or a subset of the child elements of
a ModelElementInstance. |
T |
ChildElement.getChild(ModelElementInstance element)
Returns the child element.
|
boolean |
ChildElement.removeChild(ModelElementInstance element)
Removes the child element.
|
void |
ChildElement.setChild(ModelElementInstance element,
T newChildElement)
Sets the child element, potentially replacing an existing child element.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
Reference.findReferenceSourceElements(ModelElementInstance referenceTargetElement)
Find all reference source element instances of the reference target model element instance
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ModelElementInstance> |
Reference.findReferenceSourceElements(ModelElementInstance referenceTargetElement)
Find all reference source element instances of the reference target model element instance
|
String |
Reference.getReferenceIdentifier(ModelElementInstance referenceSourceElement)
Get the reference identifier which is set in the reference source
|
Source |
ElementReference.getReferenceSource(ModelElementInstance referenceSourceParent) |
T |
Reference.getReferenceTargetElement(ModelElementInstance modelElement) |
Collection<T> |
AttributeReferenceCollection.getReferenceTargetElements(ModelElementInstance referenceSourceElement) |
protected void |
AttributeReferenceCollection.performAddOperation(ModelElementInstance referenceSourceElement,
T referenceTargetElement) |
protected void |
AttributeReferenceCollection.performClearOperation(ModelElementInstance referenceSourceElement) |
protected void |
AttributeReferenceCollection.performRemoveOperation(ModelElementInstance referenceSourceElement,
Object o) |
protected void |
AttributeReferenceCollection.removeReference(ModelElementInstance referenceSourceElement,
ModelElementInstance referenceTargetElement) |
protected void |
AttributeReferenceCollection.setReferenceIdentifier(ModelElementInstance referenceSourceElement,
String referenceIdentifier) |
void |
Reference.setReferenceTargetElement(ModelElementInstance referenceSourceElement,
T referenceTargetElement) |
protected void |
AttributeReferenceCollection.updateReference(ModelElementInstance referenceSourceElement,
String oldIdentifier,
String newIdentifier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelElementValidator<T extends ModelElementInstance>
A validator for model element instances.
|
| Modifier and Type | Method and Description |
|---|---|
ModelElementInstance |
ValidationResult.getElement() |
| Modifier and Type | Method and Description |
|---|---|
Map<ModelElementInstance,List<ValidationResult>> |
ValidationResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResultFormatter.formatElement(StringWriter writer,
ModelElementInstance element)
formats an element in the summary
|
Copyright © 2014–2019 camunda services GmbH. All rights reserved.