| Framework ABE UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
This datatype is only present for illustrative purpose. Do not use it in modeling, use rather ObjectName. The EntityIdentifier is used to uniquely identitify an Entity within a given system context. EntityIdentifiers contain three attributes: context, dn and entity type.The context attribute contains a Context which determines the system specific context for the Entity.The dn attribute contains a DestinguishedName which determines the Destinguished Name of the Entity.An EntityIdentifier is equal to another EntityIdentifier if both the context and dn attributes are identical.To simplify implimentation, all attributes in an EntityIdentifier are defined as strings or name value pairs of strings.EntityIdentifiers should not be arbitrarily extended and should not be extended using 'Any'.
Attributes | ||
String | ![]() |
The context attribute contains a Context object which determines the system specific context for the Entity.The context defines an implementation specific context.scheme and context.valuePairs, a collection of named value pairs |
String | ![]() |
Defines the type of the referenced entity. This string is implemntation technology specific. For Example in XML it is filled by the implementation with with an XML type reference. In java it is filled with a classpath reference. |
String | ![]() |
The dn attribute contains a DistinguishedName object which determines Distinguished Name of the Entity. |
Properties:
Alias | |
Is Abstract | false |
Is Leaf | false |
Keywords | |
Name | EntityIdentifier |
Name Expression | |
Namespace | «likelyToChange» Framework ABE |
Owned Template Signature | |
Owner | «likelyToChange» Framework ABE |
Owning Template Parameter | |
Package | «likelyToChange» Framework ABE |
Qualified Name | SID Models::Common Domain UNUSED::UNUSED Packages::TIP Common ABE::Framework ABE::EntityIdentifier |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public String context
The context attribute contains a Context object which determines the system specific context for the Entity.The context defines an implementation specific context.scheme and context.valuePairs, a collection of named value pairs
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | |
Datatype | EntityIdentifier |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | |
Multiplicity | None (1) |
Name | context |
Name Expression | |
Namespace | EntityIdentifier |
Opposite | |
Owner | EntityIdentifier |
Owning Association | |
Owning Template Parameter | |
Qualified Name | SID Models::Common Domain UNUSED::UNUSED Packages::TIP Common ABE::Framework ABE::EntityIdentifier::context |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | |
Visibility | Public |
Public String entityType
Defines the type of the referenced entity. This string is implemntation technology specific. For Example in XML it is filled by the implementation with with an XML type reference. In java it is filled with a classpath reference.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | |
Datatype | EntityIdentifier |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | |
Multiplicity | None (1) |
Name | entityType |
Name Expression | |
Namespace | EntityIdentifier |
Opposite | |
Owner | EntityIdentifier |
Owning Association | |
Owning Template Parameter | |
Qualified Name | SID Models::Common Domain UNUSED::UNUSED Packages::TIP Common ABE::Framework ABE::EntityIdentifier::entityType |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | |
Visibility | Public |
Public String ID
The dn attribute contains a DistinguishedName object which determines Distinguished Name of the Entity.
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | |
Datatype | EntityIdentifier |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 1 |
Lower Value | |
Multiplicity | None (1) |
Name | ID |
Name Expression | |
Namespace | EntityIdentifier |
Opposite | |
Owner | EntityIdentifier |
Owning Association | |
Owning Template Parameter | |
Qualified Name | SID Models::Common Domain UNUSED::UNUSED Packages::TIP Common ABE::Framework ABE::EntityIdentifier::ID |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | |
Visibility | Public |
| Framework ABE UML Documentation |
Summary:AttributesProperties | Detail:Attributes |