Class GovernanceLeadershipSample
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.samples.leadership.GovernanceLeadershipSample
-
public class GovernanceLeadershipSample extends Object
GovernanceLeadershipSample provides a client program that calls the Governance Program OMAS.
-
-
Constructor Summary
Constructors Constructor Description GovernanceLeadershipSample(String serverName, String serverURLRoot, String clientUserId)Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The main program takes the URL root for the server.voidrun()
-
-
-
Method Detail
-
run
public void run() throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
main
public static void main(String[] args)
The main program takes the URL root for the server.- Parameters:
args- 1. server name, 2. URL root for the server, 3. client userId
-
-