org.jbpm.formbuilder.server
Class RESTIoService

java.lang.Object
  extended by org.jbpm.formbuilder.server.RESTBaseService
      extended by org.jbpm.formbuilder.server.RESTIoService

public class RESTIoService
extends RESTBaseService


Constructor Summary
RESTIoService()
           
 
Method Summary
 javax.ws.rs.core.Response getIoAssociation(String pkgName, String procName, String taskName, javax.servlet.ServletContext context)
           
 javax.ws.rs.core.Response getIoAssociations(String filter, String pkgName, javax.servlet.ServletContext context)
           
 TaskDefinitionService getTaskService()
           
 void setContext(javax.servlet.ServletContext context)
           
 void setTaskService(TaskDefinitionService taskService)
           
 
Methods inherited from class org.jbpm.formbuilder.server.RESTBaseService
error
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTIoService

public RESTIoService()
Method Detail

setContext

public void setContext(@Context
                       javax.servlet.ServletContext context)

getIoAssociations

public javax.ws.rs.core.Response getIoAssociations(String filter,
                                                   String pkgName,
                                                   @Context
                                                   javax.servlet.ServletContext context)

getIoAssociation

public javax.ws.rs.core.Response getIoAssociation(String pkgName,
                                                  String procName,
                                                  String taskName,
                                                  @Context
                                                  javax.servlet.ServletContext context)

setTaskService

public void setTaskService(TaskDefinitionService taskService)
Parameters:
taskService - the taskService to set (for test cases purpose)

getTaskService

public TaskDefinitionService getTaskService()


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