@OpenApiAll public interface ElementAddition extends ElementDifference
ElementAddition
there must be found more differences to fill up created element with data.Modifier and Type | Method and Description |
---|---|
long |
getContributorVersion() |
java.lang.Class<? extends Element> |
getElementType()
Returns created element type.
|
java.util.UUID |
getESIElementID() |
java.lang.String |
getLocalID() |
boolean |
isModelRoot() |
boolean |
isNew()
Checks if added element is persisted into the project.
|
getElementID
getModuleURI
java.lang.Class<? extends Element> getElementType()
@CheckForNull java.lang.String getLocalID()
boolean isModelRoot()
long getContributorVersion()
java.util.UUID getESIElementID()
boolean isNew()
true
when added element is not persisted into the project.