This sample uses the sample RosterHelper class to display process information.
java ProcessSample username password server_name:port_number/connectionPoint_name
output_filename
For more information, see the comments in the sample source. The samples are supplied in the Developer samples section of the IBM® FileNet® P8 Platform publication library.
See also Running the API Samples.
General descriptions of the ProcessSample methods follow:
main(String args[])
The main method uses common techniques for validating and defaulting argument values. The default values for the log output file are ProcessSample.out. Main() constructs and passes VWSession and sample Logger class objects to the constructor. Main() handles the login and logoff for the session with the login() and logoff() methods of the sample SessionHelper class. It also provides workflow logging with an instance of the sample Logger class.
ProcessSample()
The ProcessSample constructor invokes RosterHelper.displayProcessInformation.