Table Description
Advanced Evidence Sharing Share Set: This entity contains one or more evidence instances that are ready for delivery, each evidence instance being represented by a share item record. 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::AESShareSet::AESShareSet
Controlling File: AdvancedEvidenceSharing\model\Entity\AESShareSet\AESShareSet.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
shareSetIDkeynoUnique identifier of an Advanced Evidence Sharing Share Set entity.ADVANCED_EVIDENCE_SHARING_SHARE_SET_ID SVR_INT64
createdBydetailsnoThe user who initiated the change.USER_NAME SVR_STRING<64>
createdDateTimedetailsnoThe date and time the share set was persisted onto the database.CURAM_DATETIME SVR_DATETIME
statusdetailsnoThe status of the share set. This can be one of the following:

  • Open
  • In Progress
  • Complete
  • Complete With Resilience
ADVANCED_EVIDENCE_SHARING_SHARE_SET_STATUSAESShareSetStatusSVR_STRING<10>
errorMessageIDdetailsyesForeign Key to the Advanced Evidence Sharing Error Message entity.ADVANCED_EVIDENCE_SHARING_ERROR_MESSAGE_ID SVR_INT64
callbackIDdetailsyesThis is an identifier created by the transaction that the evidence broker detected a change in, and needs to be aware of when the broker has completed.

Example An example of the how this identifier will be used is in the authorization process. This has a dependency on the broker to move evidence from the application case to an integrated case. Once all the brokered evidence has been inserted onto the target (integrated) case, the application case needs to be notified, at which point the application case can be closed. This notification will happen via the callbackID.

INTERNAL_ID SVR_INT64
shareTypedetailsnoDetermines whether this share set was created as part of a push or a pull flow.ADVANCED_EVIDENCE_SHARING_SHARE_TYPEAESShareSetTypeSVR_STRING<10>
Foreign Keys (2)
ChildParent
AESShareSet.errorMessageIDAESErrorMessage.errorMessageID
AESShareItem.shareSetIDAESShareSet.shareSetID
Indices (1)
Index NameAttributes
IND__392047545errorMessageID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: shareSetID
PRE_DATA_ACCESS: yes
Standard Operation 
modifyStatusnsmodifyOPTIMISTIC_LOCKING: yes
  
readread Standard Operation 
modifyErrorMessageIDnsmodifyOPTIMISTIC_LOCKING: yes
  
searchBySourceCaseIDnsmulti  SQL
Related Pages (1)