Class CheckSerializationFVT
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.CheckSerializationFVT
-
public class CheckSerializationFVT extends Object
FVT to call Glossary Author View API for checking serialization.
-
-
Constructor Summary
Constructors Constructor Description CheckSerializationFVT(String url, String serverName, String userId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckChildrenSerialization(String oneTermGuid, String twoTermGuid)static voidmain(String[] args)static voidrunIt(String url, String serverName, String userId)static voidrunWith2Servers(String url)
-
-
-
Constructor Detail
-
CheckSerializationFVT
public CheckSerializationFVT(String url, String serverName, String userId) throws InvalidParameterException
- Throws:
InvalidParameterException
-
-
Method Detail
-
main
public static void main(String[] args)
-
runWith2Servers
public static void runWith2Servers(String url) throws GlossaryAuthorFVTCheckedException, InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
runIt
public static void runIt(String url, String serverName, String userId) throws InvalidParameterException, GlossaryAuthorFVTCheckedException, PropertyServerException, UserNotAuthorizedException
-
checkChildrenSerialization
public void checkChildrenSerialization(String oneTermGuid, String twoTermGuid) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
-
-