public class DocumentationRestCallExample extends Object
| Constructor and Description |
|---|
DocumentationRestCallExample() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.task.model.Task |
getTaskInstanceInfo(URL serverUrl,
long taskId,
String user,
String password)
Retrieves a task instance from the remote REST API
|
public org.kie.api.task.model.Task getTaskInstanceInfo(URL serverUrl, long taskId, String user, String password) throws Exception
serverUrl - The URL of the machine on which BPMS is runningtaskId - The task id of the task that should be retrieved via the remote REST APIException - if something goes wrongCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.