Class StartFlow
java.lang.Object
com.aquima.interactions.portal.model.tx.StartFlow
- All Implemented Interfaces:
ITransactionalAction
,Serializable
Command class that updates the portal context state for a start flow event.
- Since:
- 5.0.1
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a deep copy of the transaction.void
rollback
(IRollbackContext context) Performs a roll-back on the current (sub)transaction.
-
Constructor Details
-
Method Details
-
rollback
Description copied from interface:ITransactionalAction
Performs a roll-back on the current (sub)transaction.- Specified by:
rollback
in interfaceITransactionalAction
- Parameters:
context
- the rollback context
-
duplicate
Description copied from interface:ITransactionalAction
Returns a deep copy of the transaction.- Specified by:
duplicate
in interfaceITransactionalAction
- Returns:
- The copied action.
-