Package | Description |
---|---|
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
Modifier and Type | Interface and Description |
---|---|
interface |
IAtomicAttribute
An atomic attribute represents a standard attribute that is persisted in a
column
|
interface |
IComplexAttribute
Represents a complex attributes that is itself composed of several complex
atomic attributes
|
interface |
IForeignAttribute
Represents a foreign attribute that is exposed as an entity attribute but
managed by a reference
|
interface |
IPKAttribute
Attribute representing the logical PK of the entity.
|
Modifier and Type | Method and Description |
---|---|
IEntityAttribute |
IEntity.getAttribute(String pAttributeName) |
IEntityAttribute |
IEntity.getDeclaredAttribute(String pAttributeName) |
Modifier and Type | Method and Description |
---|---|
List<IEntityAttribute> |
IEntity.getAllAttributesForPhysicalStorage()
The list of all attributes as declared in this entity, all its super
entities and ALL sub-entities.
|
List<IEntityAttribute> |
IUniqueKey.getAttributes() |
List<IEntityAttribute> |
IEntity.getAttributes()
The list of attributes declared in this entity or inherited from its
super entities.
|
List<IEntityAttribute> |
IAttributeGroup.getAttributes()
Deprecated.
|
List<IEntityAttribute> |
IEntity.getDeclaredAttributes()
The list of attributes declared in this entity (not inherited)
ordered by their position as defined in design model.
|
List<IEntityAttribute> |
IEntity.getDNAttributes() |
Modifier and Type | Method and Description |
---|---|
AttributeAccessType |
IEntityPrivGrant.getAccessType(IEntityAttribute pAttribute)
The access type granted for this
IEntityAttribute . |
Copyright © 2015. All Rights Reserved.