public class WebserviceJavaApiExamples extends Object
| Constructor and Description |
|---|
WebserviceJavaApiExamples() |
| Modifier and Type | Method and Description |
|---|---|
static void |
startSimpleProcess(URL applicationUrl,
String user,
String password,
String deploymentId,
String processId)
Start a simple process, and retrieve the task information and content
via the webservice
|
public static void startSimpleProcess(URL applicationUrl, String user, String password, String deploymentId, String processId) throws Exception
applicationUrl - Something like "http://localhost:8080/kie-wb/"
or "http://localhost:8080/business-central/"user - The user doing the webservice requestspassword - The user's passworddeploymentId - The deployment id that the request will interact withprocessId - The id of the process we want to startException - if something goes wrongCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.