Class FVTUtils
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.fvt.FVTUtils
FVT utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckEnds(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship2, String relationshipName, String operation) static voidvalidateNode(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node node) static voidvalidateRelationship(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship)
-
Constructor Details
-
FVTUtils
public FVTUtils()
-
-
Method Details
-
validateNode
public static void validateNode(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node node) throws SubjectAreaFVTCheckedException - Throws:
SubjectAreaFVTCheckedException
-
validateRelationship
public static void validateRelationship(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship) throws SubjectAreaFVTCheckedException - Throws:
SubjectAreaFVTCheckedException
-
checkEnds
public static void checkEnds(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship1, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship relationship2, String relationshipName, String operation) throws SubjectAreaFVTCheckedException - Throws:
SubjectAreaFVTCheckedException
-