Skip to content

Commit 02ae941

Browse files
Giu PlataniaGiu Platania
authored andcommitted
updating checks to 6 versions, work in progress
1 parent 2197b07 commit 02ae941

19 files changed

+4212
-685
lines changed

Checks/checks/CIM/Business Architecture/Capability without Application.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Check>
3-
<CheckId>082</CheckId>
4-
<CheckDescription>Capability without Application</CheckDescription>
3+
<CheckId>10</CheckId>
4+
<CheckDescription>Resource without Capability </CheckDescription>
55
<QueryToFindElements>
66
<Main>SELECT o.ea_guid AS ItemGuid
77
FROM t_object o
@@ -11,7 +11,7 @@ LEFT JOIN t_package package_p2 ON package_p2.Package_ID = package_p1.Parent_ID
1111
LEFT JOIN t_package package_p3 ON package_p3.Package_ID = package_p2.Parent_ID
1212
LEFT JOIN t_package package_p4 ON package_p4.Package_ID = package_p3.Parent_ID
1313
LEFT JOIN t_package package_p5 ON package_p5.Package_ID = package_p4.Parent_ID
14-
WHERE o.StereoType= 'dCapability'</Main>
14+
WHERE o.StereoType= 'dResource'</Main>
1515
<Filters>
1616
<Change>
1717
AND o.ea_guid in (
@@ -78,13 +78,13 @@ SELECT o.Object_ID
7878
FROM t_object AS o
7979
INNER JOIN t_connector as connector ON o.Object_ID = connector.End_Object_ID
8080
INNER JOIN t_object AS o2 ON connector.Start_Object_ID = o2.Object_ID
81-
WHERE o.Stereotype = 'dCapability'
82-
AND o2.Stereotype = 'dLogicalAppComponent'
83-
AND connector.Stereotype= 'Supports Capability'
81+
WHERE o.Stereotype ='dResource'
82+
AND o2.Stereotype = 'dCapability'
83+
AND connector.Stereotype= 'dResourceSupportsCapability'
8484
)</Main>
8585
<Parameters></Parameters>
8686
</QueryToCheckFoundElements>
87-
<WarningType>Error</WarningType>
87+
<WarningType>Warning</WarningType>
8888
<Rationale>A logical application should support the business capability</Rationale>
8989
<ProposedSolution>Add the necessary relationships.</ProposedSolution>
9090
</Check>

Checks/checks/CIM/Business Architecture/Capability without Process.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Check>
3-
<CheckId>081</CheckId>
4-
<CheckDescription>Capability without Process</CheckDescription>
3+
<CheckId>09</CheckId>
4+
<CheckDescription>Biz Area without Capability</CheckDescription>
55
<QueryToFindElements>
66
<Main>SELECT o.ea_guid AS ItemGuid
77
FROM t_object o
@@ -11,7 +11,7 @@ LEFT JOIN t_package Package_p2 ON Package_p2.Package_ID = Package_p1.Parent_ID
1111
LEFT JOIN t_package Package_p3 ON Package_p3.Package_ID = Package_p2.Parent_ID
1212
LEFT JOIN t_package Package_p4 ON Package_p4.Package_ID = Package_p3.Parent_ID
1313
LEFT JOIN t_package Package_p5 ON Package_p5.Package_ID = Package_p4.Parent_ID
14-
WHERE o.StereoType= 'dCapability'</Main>
14+
WHERE o.StereoType= 'dBusinessArea'</Main>
1515
<Filters>
1616
<Change>
1717
AND o.ea_guid in (
@@ -78,13 +78,13 @@ SELECT o.Object_ID
7878
FROM t_object AS o
7979
INNER JOIN t_connector as connector ON o.Object_ID = connector.End_Object_ID
8080
INNER JOIN t_object AS o2 ON connector.Start_Object_ID = o2.Object_ID
81-
WHERE o.Stereotype = 'dCapability'
82-
AND o2.Stereotype = 'dBusinessProcess'
83-
AND connector.Stereotype= 'Ensure the correct Operation of'
81+
WHERE o.Stereotype = 'dBusinessArea'
82+
AND o2.Stereotype = 'dCapability'
83+
AND connector.Stereotype= 'dBusinessAreadHasCapability'
8484
) </Main>
8585
<Parameters></Parameters>
8686
</QueryToCheckFoundElements>
87-
<WarningType>Error</WarningType>
88-
<Rationale>A process ensure the operation of a business capability</Rationale>
87+
<WarningType>Warning</WarningType>
88+
<Rationale>Am area aggregatyes business capabilities</Rationale>
8989
<ProposedSolution>Add the necessary relationships.</ProposedSolution>
9090
</Check>

Checks/checks/CIM/Business Architecture/dCapability - Ensure the correct Operation of - dBusinessProcess.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dBusinessProcess'
7474
AND o2.Stereotype = 'dCapability'
75-
AND connector.Stereotype= 'Ensure the correct Operation of'
75+
AND connector.Stereotype= 'dProcessEnsureCorrectOperationOfCapability'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Business Architecture/dCapability - Supports Capability - dLogicalAppComponent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dLogicalAppComponent'
7474
AND o2.Stereotype = 'dCapability'
75-
AND connector.Stereotype= 'Supports Capability'
75+
AND connector.Stereotype= 'dLogicalApplicationComponentSupportsCapability'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Business Architecture/dCapability - is informed by Data entity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dDataEntity'
7474
AND o2.Stereotype = 'dCapability'
75-
AND connector.Stereotype= 'informs Capability'
75+
AND connector.Stereotype= 'dDataEntityInformsCapability'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Business Architecture/dCapability - isMeasuredBy - dMeasurementIndicator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dCapability'
7474
AND o2.Stereotype = 'dMeasurementIndicator'
75-
AND connector.Stereotype= 'isMeasuredBy'
75+
AND connector.Stereotype= 'dCapabilityisMeasuredByKPI'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Business Architecture/dCapability - isOperationalizedBy - dGoal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o2.Object_ID = connector.End_Object_ID
7272
INNER JOIN t_object AS o ON connector.Start_Object_ID = o.Object_ID
7373
WHERE o.Stereotype='dCapability'
7474
AND o2.Stereotype='dGoal'
75-
AND connector.Stereotype= 'isOperationalizedBy'
75+
AND connector.Stereotype= 'dGoalisOperationalizedByCapability'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Business Architecture/initiative Increases Maturity Of Capability.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dInitiative'
7474
AND o2.Stereotype = 'dCapability'
75-
AND connector.Stereotype= 'IncreasesMaturityOf'
75+
AND connector.Stereotype= 'dInitiativeIncreasesMaturityOf'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Requirement Management/dFeature - isSatisfiedBy - dRequirement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype = 'dFeature'
7474
AND o2.Stereotype = 'dRequirement'
75-
AND connector.Stereotype= 'isSatisfiedBy'
75+
AND connector.Stereotype= 'dRequirementIsSatisfiedByFeature'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

Checks/checks/CIM/Requirement Management/dRequirement - connected with - dGoal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ INNER JOIN t_connector as connector ON o.Object_ID = connector.Start_Object_ID
7272
INNER JOIN t_object AS o2 ON connector.End_Object_ID = o2.Object_ID
7373
WHERE o.Stereotype='dRequirement'
7474
AND o2.Stereotype='dGoal'
75-
AND connector.Stereotype= 'is related to'
75+
AND connector.Stereotype= 'dRequirementIsRelatedToGoal'
7676
)</Main>
7777
<Parameters></Parameters>
7878
</QueryToCheckFoundElements>

0 commit comments

Comments
 (0)