org.jbpm.integration.console
Class HumanTaskService

java.lang.Object
  extended by org.jbpm.integration.console.HumanTaskService

public class HumanTaskService
extends Object


Constructor Summary
HumanTaskService()
           
 
Method Summary
static Object eval(Reader reader, Map vars)
           
static Object eval(String str, Map vars)
           
static TaskService getService()
           
static String readerToString(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanTaskService

public HumanTaskService()
Method Detail

getService

public static TaskService getService()

eval

public static Object eval(Reader reader,
                          Map vars)

readerToString

public static String readerToString(Reader reader)
                             throws IOException
Throws:
IOException

eval

public static Object eval(String str,
                          Map vars)


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