[Metamodel Change Request ] Info_Data_Management_Policy : Relation as value-type for dmp_assigned_info_data_object

Post Reply
User avatar
tkinte
Posts: 145
Joined: 18 Nov 2014, 08:24
Location: https://www.linkedin.com/in/tshitshi-kia-ntoni
Contact:

Hi,

Missing a way for restricting the policy assignment to a relation Business Process / Application Service to Information View or Data Object.

The change will allow the differenciation of case where 2 or more Business Processes or Application Services operate on the same information View or Data Object, each with a specific policy applied or applicable.

Currently in the metamodel :

Code: Select all

	
	dmp_assigned_info_data_object	
	The information view or data object to which the responsibility is being assigned	
	Data_Object, Information_View_Type	
	1:1
Suggested change

Code: Select all

	
	dmp_assigned_info_data_object	
	The information view or data object to which the responsibility is being assigned	
	Data_Object, Information_View_Type, APP_SVC_TO_INFOVIEW_RELATION, 
	BUSPROCTYPE_TO_INFOVIEW_RELATION, BUSPROCTYPE_TO_INFOVIEW_TO_DATAOBJ_RELATION
	1:1
Additionally, changing the cardinality from 1:1 to 1:* will minimise the workload when a same policy applies or is applicable to more than one information views/objects or relations. So

Optimal Suggested change with 1:* cardinality

Code: Select all

	
	dmp_assigned_info_data_object	
	The information view or data object to which the responsibility is being assigned	
	Data_Object, Information_View_Type, APP_SVC_TO_INFOVIEW_RELATION, 
	BUSPROCTYPE_TO_INFOVIEW_RELATION, BUSPROCTYPE_TO_INFOVIEW_TO_DATAOBJ_RELATION
	1:*
Best regards,

Tshitshi
Post Reply