|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEntityAttribute | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of IEntityAttribute in com.semarchy.mdm.runtime.model.logical |
---|
Subinterfaces of IEntityAttribute in com.semarchy.mdm.runtime.model.logical | |
---|---|
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. |
Methods in com.semarchy.mdm.runtime.model.logical that return IEntityAttribute | |
---|---|
IEntityAttribute |
IEntity.getAttribute(String pAttributeName)
|
IEntityAttribute |
IEntity.getDeclaredAttribute(String pAttributeName)
|
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IEntityAttribute | |
---|---|
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()
|
Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IEntityAttribute | |
---|---|
AttributeAccessType |
IEntityPrivGrant.getAccessType(IEntityAttribute pAttribute)
The access type granted for this IEntityAttribute . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |