Table Description
Advanced Evidence Sharing Share Item: This entity contains one or more evidence instances belonging to a share set that are ready for delivery. This entity is purely infrastructural and internal to the Advanced Evidence Sharing solution. It should not be extended or customized in any way. Delivery plans are calculated for share items associated with a share set. Even though configurations may be set up to broadcast evidence between one case type and another, it is possible that the participant to whom the evidence belongs is not a member on another case, in which case no delivery plan is created for that share item.
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::Entity::AESShareItem::AESShareItem
Controlling File: AdvancedEvidenceSharing\model\Entity\AESShareItem\AESShareItem.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (12)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
shareItemIDkeynoUnique identifier of the Advanced Evidence Sharing Share Item entity.ADVANCED_EVIDENCE_SHARING_SHARE_ITEM_ID SVR_INT64
shareSetIDdetailsnoA foreign key to the Advanced Evidence Sharing Share Set entity.ADVANCED_EVIDENCE_SHARING_SHARE_SET_ID SVR_INT64
evidenceIDdetailsnoThe unique identifier of the evidence record being propagated.EVIDENCE_ID SVR_INT64
evidenceTypedetailsnoThe type of the evidence record being propagated.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
evidenceStatusdetailsnoThis represents the status of the evidence being propagated. It's important to know whether the evidence is being activated or removed as this will dictate what happens when the evidence is delivered to the target cases.EVIDENCE_DESCRIPTOR_STATUSEvidenceDescriptorStatusSVR_STRING<10>
concernRoleIDdetailsnoThe identifier of the participant whose evidence is being propagated.CONCERN_ROLE_ID SVR_INT64
sourceCaseIDdetailsnoThe source case is the case on which the evidence change(s) occurred. It can also represent the case from which the evidence was pulled in the scenario where a member is added to a case.CASE_ID SVR_INT64
objectIDdetailsnoAn integer value representing a family of evidence records, or business object, within a share set that are being brokered to a target case. Within a given object, the records will be ordered in accordance with the recordOrder.ADVANCED_EVIDENCE_SHARING_OBJECT_ID SVR_INT32
recordOrderdetailsnoThis represents the order in which the share items must be delivered onto the target case. The rationale behind ordering the records is related to the fact that the business object may be made up of parents and children, for example, in which case the parents will need to be inserted before the children.EVIDENCE_ORDER SVR_INT32
typedetailsnoIndicates if the evidence is internal or external.ADVANCED_EVIDENCE_SHARING_SHARE_ITEM_TYPEAESShareItemTypeSVR_STRING<10>
dataItemdetailsyesUsed to store transformed external evidence. ADVANCED_EVIDENCE_SHARING_STACK_TRACE SVR_STRING<2097152>
statusdetailsnoThe status of the share item. This can be one of the following:

  • Open
  • In Progress
  • Complete
ADVANCED_EVIDENCE_SHARING_SHARE_ITEM_STATUSAESShareItemStatusSVR_STRING<10>
Foreign Keys (3)
ChildParent
AESShareItem.shareSetIDAESShareSet.shareSetID
AESShareItem.concernRoleIDConcernRole.concernRoleID
AESDeliveryPlan.shareItemIDAESShareItem.shareItemID
Indices (3)
Index NameAttributes
AESChangeSetIdxshareSetID
IND__1191770270sourceCaseID
IND_1392614197concernRoleID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: shareItemID
PRE_DATA_ACCESS: yes
Standard Operation 
modifyStatusnsmodifyOPTIMISTIC_LOCKING: yes
  
searchByShareSetIDreadmulti   
validate  Validates the Advanced Evidence Sharing Share Item entity details. @param details Advanced Evidence Sharing Share Item entity details @throws curam.util.exception.AppException Generic Exception Message @throws curam.util.exception.InformationalException Generic Exception Message  
readread Standard Operation 
searchBySourceCaseIDreadmulti   
Related Pages (4)