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