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

This class will unblock an order and verify its status after unblocking. More...

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

Public Member Methods

 UnblockOrder (int wfiid, String status) throws Throwable
 creates the action with the workflow instance ID More...
 
 UnblockOrder (int wfiid) throws Throwable
 creates an action that will unblock the given order and ensure that it has status READY More...
 
Object run (QorusInterfaceTest t) throws Throwable
 unblocks the order and verifies the expected workflow order status More...
 

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 unblock an order and verify its status after unblocking.

Constructor & Destructor Documentation

◆ UnblockOrder() [1/2]

com.qoretechnologies.qorus.test.UnblockOrder.UnblockOrder ( int  wfiid,
String  status 
) throws Throwable
inline

creates the action with the workflow instance ID

Parameters
wfiidthe workflow instance ID
statusthe expected status after unblocking

◆ UnblockOrder() [2/2]

com.qoretechnologies.qorus.test.UnblockOrder.UnblockOrder ( int  wfiid) throws Throwable
inline

creates an action that will unblock the given order and ensure that it has status READY

Parameters
wfiidthe workflow instance ID

Member Function Documentation

◆ run()

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

unblocks the order and verifies the expected workflow order status

Parameters
tQorusInterfaceTest test object

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