Table Description
Allegation Role: The allegation role.

The role the case participant has on the allegation.

Example

For example, Mary Smith is a case participant and has a role of Primary Client on the investigation case. She is also also involved in an allegation and is assigned the role of Alleged Victim for the allegation.

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::Core::Reference Model::Service Layer::Allegation Role::Entity::AllegationRole
Controlling File: core\model\Packages\Reference Model\Service Layer\AllegationRole\Entity\AllegationRole_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
allegationRoleIDkeynoUnique reference number assigned by the system to the allegation role record.ALLEGATION_ROLE_ID SVR_INT64
allegationIDdetailsnoUnique reference number of the allegation which has been associated with this allegation role.ALLEGATION_ID SVR_INT64
caseParticipantRoleIDdetails Unique reference number of the case participant role.CASE_PARTICIPANT_ROLE_ID SVR_INT64
roleTypedetails The type of allegation role, e.g. Alleged Victim.ALLEGATION_ROLE_TYPE_CODEAllegationRoleTypeSVR_STRING<10>
Foreign Keys (1)
ChildParent
AllegationRole.allegationIDAllegation.allegationID
Indices (2)
Index NameAttributes
allegationIDIdxallegationID
IND_2101333341caseParticipantRoleID
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: allegationRoleID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
removeremove Standard Operation 
searchByAllegationreadmulti   
searchDuplicateAllegationRolensreadmulti   
searchActiveAllegationRoleByCasensmultiPRE_DATA_ACCESS: yes
 
Method to list active allegation role for specified case id.SQL
countActiveUniqueAllegationRoleByCasensPRE_DATA_ACCESS: yes
 
Method counts active unique concern roles as allegations roles for a case.SQL
readCaseIDns Reads case id of parent allegation record.SQL
Related Pages (20)