jBPM distribution 6.0.0.Beta5

org.jbpm.process.workitem.rest
Class RESTWorkItemHandler

java.lang.Object
  extended by org.jbpm.process.workitem.rest.RESTWorkItemHandler
All Implemented Interfaces:
WorkItemHandler

public class RESTWorkItemHandler
extends Object
implements org.drools.core.process.instance.WorkItemHandler


Nested Class Summary
static class RESTWorkItemHandler.AuthenticationType
           
 
Constructor Summary
RESTWorkItemHandler()
           
RESTWorkItemHandler(String username, String password)
           
RESTWorkItemHandler(String username, String password, String authUrl)
           
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
protected  void doAuthorization(org.apache.commons.httpclient.HttpClient httpclient, org.apache.commons.httpclient.HttpMethod method, Map<String,Object> params)
           
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be executed.
 String getAuthUrl()
           
protected  void postProcessResult(String result, Map<String,Object> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTWorkItemHandler

public RESTWorkItemHandler()

RESTWorkItemHandler

public RESTWorkItemHandler(String username,
                           String password)

RESTWorkItemHandler

public RESTWorkItemHandler(String username,
                           String password,
                           String authUrl)
Method Detail

getAuthUrl

public String getAuthUrl()

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be executed.

Specified by:
executeWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be executed
manager - the manager that requested the work item to be executed

postProcessResult

protected void postProcessResult(String result,
                                 Map<String,Object> results)

doAuthorization

protected void doAuthorization(org.apache.commons.httpclient.HttpClient httpclient,
                               org.apache.commons.httpclient.HttpMethod method,
                               Map<String,Object> params)

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be aborted.

Specified by:
abortWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be aborted
manager - the manager that requested the work item to be aborted

jBPM distribution 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.