![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Public Member Functions | |
| String | getCurrentObjectType () |
| long | getCurrentGUID () |
| IMendixIdentifier | getCurrentIdentifier () |
| void | setCurrentIdentifier (IMendixIdentifier currentIdentifier) |
| void | setContextObjects (List< IMendixIdentifier > contextObjects) |
| List< IMendixIdentifier > | getContextObjects () |
| List<?extends ICoreAction<?> > | getActionList () |
| ISession | getSession () |
| boolean | isInTransaction () |
| UUID | getTransactionId () |
| int | hashCode () |
| boolean | equals (Object obj) |
| IContext | clone () |
| boolean | isSudo () |
| IContext | getSudoContext () |
| void | startTransaction () |
| void | endTransaction () |
| void | rollbackTransAction () |
| String | getRequestId () |
Interface defining context
| IContext com.mendix.systemwideinterfaces.core.IContext.clone | ( | ) |
| void com.mendix.systemwideinterfaces.core.IContext.endTransaction | ( | ) |
Commit the transaction, this will end this transaction or remove a save point from the queue if the transaction is nested
| boolean com.mendix.systemwideinterfaces.core.IContext.equals | ( | Object | obj | ) |
| List<? extends ICoreAction<?> > com.mendix.systemwideinterfaces.core.IContext.getActionList | ( | ) |
| List<IMendixIdentifier> com.mendix.systemwideinterfaces.core.IContext.getContextObjects | ( | ) |
Get context objects
| long com.mendix.systemwideinterfaces.core.IContext.getCurrentGUID | ( | ) |
| IMendixIdentifier com.mendix.systemwideinterfaces.core.IContext.getCurrentIdentifier | ( | ) |
| String com.mendix.systemwideinterfaces.core.IContext.getCurrentObjectType | ( | ) |
| String com.mendix.systemwideinterfaces.core.IContext.getRequestId | ( | ) |
Get request id, if set, from the client This is an id that is unique within this context
| ISession com.mendix.systemwideinterfaces.core.IContext.getSession | ( | ) |
Get session
| IContext com.mendix.systemwideinterfaces.core.IContext.getSudoContext | ( | ) |
| UUID com.mendix.systemwideinterfaces.core.IContext.getTransactionId | ( | ) |
| int com.mendix.systemwideinterfaces.core.IContext.hashCode | ( | ) |
| boolean com.mendix.systemwideinterfaces.core.IContext.isInTransaction | ( | ) |
| boolean com.mendix.systemwideinterfaces.core.IContext.isSudo | ( | ) |
| void com.mendix.systemwideinterfaces.core.IContext.rollbackTransAction | ( | ) |
Rollback the transaction for this context
| void com.mendix.systemwideinterfaces.core.IContext.setContextObjects | ( | List< IMendixIdentifier > | contextObjects | ) |
Set context objects
| contextObjects |
| void com.mendix.systemwideinterfaces.core.IContext.setCurrentIdentifier | ( | IMendixIdentifier | currentIdentifier | ) |
Set currenct identifier
| currentIdentifier |
| void com.mendix.systemwideinterfaces.core.IContext.startTransaction | ( | ) |
Start a transaction, if a transaction is already started for this context, a savepoint will be added