Qorus Integration Engine®  4.0.3.p2_git
com.qoretechnologies.qorus.test.CreateOrder Class Reference

This class will create a workflow order. More...

Inheritance diagram for com.qoretechnologies.qorus.test.CreateOrder:
com.qoretechnologies.qorus.test.Action org::qore::jni::QoreObjectWrapper

Public Member Methods

 CreateOrder (String name, Map< String, Object > staticdata, Map< String, Object > create_opts) throws Throwable
 creates the action with the workflow name, static data, and other optional information More...
 
Object run (QorusInterfaceTest t) throws Throwable
 creates the workflow order More...
 
int wfiid () throws Throwable
 returns the workflow instance ID created
 

Additional Inherited Members

- Private Member Methods inherited from com.qoretechnologies.qorus.test.Action
 Action (QoreObject obj)
 protected constructor to create the wrapper object
 

Detailed Description

This class will create a workflow order.

Constructor & Destructor Documentation

◆ CreateOrder()

com.qoretechnologies.qorus.test.CreateOrder.CreateOrder ( String  name,
Map< String, Object staticdata,
Map< String, Object create_opts 
) throws Throwable
inline

creates the action with the workflow name, static data, and other optional information

Parameters
namethe workflow name for the order
staticdatathe workflow order's static data
create_optsany other options (except staticdata) to be used when creating the workflow order

Member Function Documentation

◆ run()

Object com.qoretechnologies.qorus.test.CreateOrder.run ( QorusInterfaceTest  t) throws Throwable
inline

creates the workflow order

Parameters
tQorusInterfaceTest test object

The documentation for this class was generated from the following file: