Class EffectiveDatesFVT
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.EffectiveDatesFVT
-
public class EffectiveDatesFVT extends Object
FVT resource to call Glossary Author View APIs to test the effectivity dates
-
-
Constructor Summary
Constructors Constructor Description EffectiveDatesFVT(String url, String serverName, String userId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteRemaining()static voidmain(String[] args)voidrun()static voidrunIt(String url, String serverName, String userId)static voidrunWith2Servers(String url)
-
-
-
Constructor Detail
-
EffectiveDatesFVT
public EffectiveDatesFVT(String url, String serverName, String userId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
-
Method Detail
-
main
public static void main(String[] args)
-
deleteRemaining
public void deleteRemaining() throws UserNotAuthorizedException, PropertyServerException, InvalidParameterException, GlossaryAuthorFVTCheckedException
-
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
-
-