Uses of Interface
com.aquima.interactions.foundation.tx.ITransactionalAction
Packages that use ITransactionalAction
Package
Description
The transaction package defines a few classes and interfaces for generic transaction handling.
-
Uses of ITransactionalAction in com.aquima.interactions.foundation.tx
Subinterfaces of ITransactionalAction in com.aquima.interactions.foundation.txModifier and TypeInterfaceDescriptioninterface
This interface defines a single transaction.Classes in com.aquima.interactions.foundation.tx that implement ITransactionalActionMethods in com.aquima.interactions.foundation.tx that return ITransactionalActionModifier and TypeMethodDescriptionITransactionalAction.duplicate()
Returns a deep copy of the transaction.Transaction.duplicate()
Transaction.getTransactables()
Methods in com.aquima.interactions.foundation.tx with parameters of type ITransactionalActionModifier and TypeMethodDescriptionvoid
ITransaction.add
(ITransactionalAction transaction) This method will add the transaction to the stack.void
Transaction.add
(ITransactionalAction transaction) void
TransactionManager.add
(ITransactionalAction transaction) -
Uses of ITransactionalAction in com.aquima.interactions.portal.model.tx
Classes in com.aquima.interactions.portal.model.tx that implement ITransactionalActionModifier and TypeClassDescriptionclass
Command class that updates the portal context state for a abort flow event.class
Command class that updates the portal context state for a complete flow event.class
Command class that updates the portal context state for a push active instance event.class
Command class that updates the portal context state for a start flow event.Methods in com.aquima.interactions.portal.model.tx that return ITransactionalAction -
Uses of ITransactionalAction in com.aquima.interactions.profile.model.command
Classes in com.aquima.interactions.profile.model.command that implement ITransactionalActionModifier and TypeClassDescriptionclass
This command holds the information needed to execute an add command.class
This command holds the information needed to execute a change property command.class
This command holds the information needed to execute a change property command.class
This command holds the information needed to execute a change value command.class
This command holds the information needed to execute a clear-value command.class
This class hold the information to rollback a create instance action.class
This class hold the information to rollback a delete instance action.class
This command holds the information needed to execute a remove value command.class
This command holds the information needed to execute a set-value command.Methods in com.aquima.interactions.profile.model.command that return ITransactionalAction