Table Description
CWNavigatorLink: A link between a Navigator and an entity in Universal Access representing business process such as a Motivation or Life Event. A link between a Navigator and an entity in Universal Access such as a Motivation or Life Event. A Navigator renders help to clients to assist them in navigating the application. A link between a Navigator and a process entity denotes that the Navigator assisted the user with that process.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CitizenWorkspace::Entity::Navigator::CWNavigatorLink
Controlling File: CitizenWorkspace\model\Packages\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
navigatorLinkIDkeynoA unique identifier for this entity.INTERNAL_ID SVR_INT64
navigatorIDdetailsnoThe concern role identifier of the navigator.INTERNAL_ID SVR_INT64
usernamedetailsnoThe username of the user being assisted by the navigator.USER_NAME SVR_STRING<64>
entityTypedetailsnoDenotes the type of process entity linked to. For example, Life Event, Motivation, Screening.CW_NAVIGATOR_ENTITY_TYPECwEntityTypeSVR_STRING<10>
entityIDdetailsno

The id of the linked Business Process entity. For example, the id of a Life Event.

INTERNAL_ID SVR_INT64
recordStatusdetailsno RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
CWNavigatorLink.navigatorIDConcernRole.concernRoleID
Indices (2)
Index NameAttributes
IND__820657328navigatorID
IND_156519264entityID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: navigatorLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
readByEntityIDnsread Reads record by entity identifier. 
searchByNavigatorIDreadmulti Searches for records by the navigator field. 
searchByEntityTypeAndIDreadmulti   
searchByEntityTypeAndIDAndNavigatorreadmulti   
Related Pages (1)