Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.bpel.services.workflow.worklist.display
Class DOPostService

java.lang.Object
  extended byoracle.bpel.services.workflow.worklist.display.DOPostService


public class DOPostService
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Constructor Summary
DOPostService()
           

 

Method Summary
static java.lang.String doPostTemplate(Task taskObject, java.lang.String taskVersion, java.lang.String applicationName, java.lang.String contextId, java.lang.String hostName, int httpPort, java.lang.String nextPage, java.lang.String loginPage, java.lang.String errorPage)
          Returns html content after invoking the tform based on application and task
static java.lang.String doPostTemplate(Task taskObject, java.lang.String taskVersion, java.lang.String applicationName, java.lang.String contextId, java.lang.String hostName, int httpPort, java.lang.String nextPage, java.lang.String loginPage, java.lang.String errorPage, java.util.Map inputMap)
          Returns html content after invoking the tform based on application and task
static java.lang.String doPostTemplate(Task taskObject, java.lang.String taskVersion, java.lang.String applicationName, java.lang.String contextId, java.lang.String httpURL, java.lang.String nextPage, java.lang.String loginPage, java.lang.String errorPage)
          Returns html content after invoking the tform based on application and task
static java.lang.String doPostTemplate(Task taskObject, java.lang.String taskVersion, java.lang.String applicationName, java.lang.String contextId, java.lang.String httpURL, java.lang.String nextPage, java.lang.String loginPage, java.lang.String errorPage, java.util.Map inputMap)
          Returns html content after invoking the tform based on application and task
static java.lang.String invokeRegion(Task taskObject, java.lang.String contextId, java.lang.String applicationName, java.lang.String regionName, java.lang.String hostName, int httpPort)
          To invoke the XSL
static java.lang.String invokeRegion(Task taskObject, java.lang.String contextId, java.lang.String applicationName, java.lang.String regionName, java.lang.String httpURL, java.util.Map inputMap)
          To invoke the XSL

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DOPostService

public DOPostService()

Method Detail

doPostTemplate

public static java.lang.String doPostTemplate(Task taskObject,
                                              java.lang.String taskVersion,
                                              java.lang.String applicationName,
                                              java.lang.String contextId,
                                              java.lang.String hostName,
                                              int httpPort,
                                              java.lang.String nextPage,
                                              java.lang.String loginPage,
                                              java.lang.String errorPage)
                                       throws ServicesException
Returns html content after invoking the tform based on application and task
Returns:
String HTML content of the template
Throws:
java.lang.Exception
ServicesException

doPostTemplate

public static java.lang.String doPostTemplate(Task taskObject,
                                              java.lang.String taskVersion,
                                              java.lang.String applicationName,
                                              java.lang.String contextId,
                                              java.lang.String hostName,
                                              int httpPort,
                                              java.lang.String nextPage,
                                              java.lang.String loginPage,
                                              java.lang.String errorPage,
                                              java.util.Map inputMap)
                                       throws ServicesException
Returns html content after invoking the tform based on application and task
Returns:
String HTML content of the template
Throws:
java.lang.Exception
ServicesException

doPostTemplate

public static java.lang.String doPostTemplate(Task taskObject,
                                              java.lang.String taskVersion,
                                              java.lang.String applicationName,
                                              java.lang.String contextId,
                                              java.lang.String httpURL,
                                              java.lang.String nextPage,
                                              java.lang.String loginPage,
                                              java.lang.String errorPage)
                                       throws ServicesException
Returns html content after invoking the tform based on application and task
Returns:
String HTML content of the template
Throws:
java.lang.Exception
ServicesException

doPostTemplate

public static java.lang.String doPostTemplate(Task taskObject,
                                              java.lang.String taskVersion,
                                              java.lang.String applicationName,
                                              java.lang.String contextId,
                                              java.lang.String httpURL,
                                              java.lang.String nextPage,
                                              java.lang.String loginPage,
                                              java.lang.String errorPage,
                                              java.util.Map inputMap)
                                       throws ServicesException
Returns html content after invoking the tform based on application and task
Returns:
String HTML content of the template
Throws:
java.lang.Exception
ServicesException

invokeRegion

public static java.lang.String invokeRegion(Task taskObject,
                                            java.lang.String contextId,
                                            java.lang.String applicationName,
                                            java.lang.String regionName,
                                            java.lang.String hostName,
                                            int httpPort)
                                     throws ServicesException
To invoke the XSL
Returns:
String HTML content of the region
Throws:
ServicesException

invokeRegion

public static java.lang.String invokeRegion(Task taskObject,
                                            java.lang.String contextId,
                                            java.lang.String applicationName,
                                            java.lang.String regionName,
                                            java.lang.String httpURL,
                                            java.util.Map inputMap)
                                     throws ServicesException
To invoke the XSL
Parameters:
taskObject -
contextId -
applicationName -
regionName -
httpURL -
inputMap -
Returns:
Throws:
ServicesException

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.