Uses of Interface
com.aquima.interactions.foundation.tx.IRollbackContext
Packages that use IRollbackContext
Package
Description
The transaction package defines a few classes and interfaces for generic transaction handling.
-
Uses of IRollbackContext in com.aquima.interactions.foundation.tx
Methods in com.aquima.interactions.foundation.tx with parameters of type IRollbackContextModifier and TypeMethodDescriptionvoid
ITransactionalAction.rollback
(IRollbackContext context) Performs a roll-back on the current (sub)transaction.void
Transaction.rollback
(IRollbackContext context) Constructors in com.aquima.interactions.foundation.tx with parameters of type IRollbackContext -
Uses of IRollbackContext in com.aquima.interactions.portal.model.tx
Classes in com.aquima.interactions.portal.model.tx that implement IRollbackContextMethods in com.aquima.interactions.portal.model.tx with parameters of type IRollbackContextModifier and TypeMethodDescriptionvoid
AbortFlow.rollback
(IRollbackContext context) void
CompleteFlow.rollback
(IRollbackContext context) void
PushActiveInstance.rollback
(IRollbackContext context) void
StartFlow.rollback
(IRollbackContext context) -
Uses of IRollbackContext in com.aquima.interactions.profile.model
Classes in com.aquima.interactions.profile.model that implement IRollbackContext -
Uses of IRollbackContext in com.aquima.interactions.profile.model.command
Methods in com.aquima.interactions.profile.model.command with parameters of type IRollbackContextModifier and TypeMethodDescriptionvoid
AddValue.rollback
(IRollbackContext context) void
ChangeAttributeProperty.rollback
(IRollbackContext context) void
ChangeEntityProperty.rollback
(IRollbackContext context) void
ClearValue.rollback
(IRollbackContext context) void
CreateInstance.rollback
(IRollbackContext context) void
DeleteInstance.rollback
(IRollbackContext context) void
RemoveValue.rollback
(IRollbackContext context) void
SetValue.rollback
(IRollbackContext context)