Skip navigation links
A B C D E F G H I K L M P R S T U V W X 

A

ActionListener<T extends CoreAction<?>> - Class in com.mendix.core.actionmanagement
Abstract ActionListener
T is the type of CoreAction this listener listens to.
ActionListener(Class<T>) - Constructor for class com.mendix.core.actionmanagement.ActionListener
Creates ActionListener with targetClass
actionName - Variable in class com.mendix.core.actionmanagement.EventActionInfo
 
ActionState - Enum in com.mendix.core.actionmanagement
Indicates the state of the action - Idle: Action is created, waits for execution - Running: Action is being executed - Completed: Action execution is finished, no feedback - Error: Exception occurred
ActionWhenNoObjectFound - Enum in com.mendix.integration
Defines what to do when importing using "Find by key" or "Microflow", when no object was found.
addAfterEvent(String) - Method in class com.mendix.core.actionmanagement.ActionListener
Add after event
addAfterEvent(Consumer<R>, Class) - Method in class com.mendix.core.actionmanagement.ActionListener
Add after event
addBeforeEvent(String) - Method in class com.mendix.core.actionmanagement.ActionListener
 
addBeforeEvent(Consumer<R>, Class, boolean) - Method in class com.mendix.core.actionmanagement.ActionListener
 
addBeforeEvent(Consumer<R>, Class) - Method in class com.mendix.core.actionmanagement.ActionListener
 
addBeforeEvent(String, boolean) - Method in class com.mendix.core.actionmanagement.ActionListener
Add before event
addCloseCallerFeedback(IContext) - Static method in class com.mendix.webui.FeedbackHelper
Add close caller feedback to context
addColumnType(ColumnType) - Method in class com.mendix.webui.reporting.DataSetResult
Adds a column type.
addDataValidation(DataValidationInfo) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
addDatavalidationFeedback(IMendixIdentifier, Map<String, String>) - Method in class com.mendix.core.actionmanagement.CoreAction
 
addDataValidationFeedback(DataValidationInfo) - Method in class com.mendix.core.actionmanagement.CoreAction
Add datavalidation info
addEnumConstants(EnumConstant...) - Method in class com.mendix.webui.reporting.EnumType
 
addErrorField(String, String) - Method in class com.mendix.core.objectmanagement.DataValidationInfo
 
addFeedback(IFeedback) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
addListener(ActionListener<T>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers the given ActionListener to the ActionManager.
addListener(ActionListener<T>) - Static method in class com.mendix.core.Core
Deprecated.
As of release 7.6, replaced by ListenersRegistry.addListener(ActionListener)
addListener(ActionListener<T>) - Method in interface com.mendix.core.ICore
Deprecated.
As of release 7.6, replaced by ListenersRegistry.addListener(ActionListener)
addLoginFeedback(IContext) - Static method in class com.mendix.webui.FeedbackHelper
Add show login feedback to context
addLogoutFeedback(IContext) - Static method in class com.mendix.webui.FeedbackHelper
Add logout feedback to context
addOpenFormFeedback(IContext, String, IFeedback.FormTarget) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, IFeedback.FormTarget, IMendixIdentifier, List<IMendixIdentifier>) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, String, IFeedback.FormTarget) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, String, IFeedback.FormTarget, IMendixIdentifier, List<IMendixIdentifier>) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, String, IFeedback.FormTarget, Boolean, int, int) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, IFeedback.FormTarget, boolean, int, int) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, IFeedback.FormTarget, boolean, int, int, IMendixIdentifier, List<IMendixIdentifier>) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addOpenFormFeedback(IContext, String, String, IFeedback.FormTarget, boolean, int, int, IMendixIdentifier, List<IMendixIdentifier>) - Static method in class com.mendix.webui.FeedbackHelper
Add open form feedback to context
addRefreshClass(IContext, String) - Static method in class com.mendix.webui.FeedbackHelper
Add refresh class object feedback to context
addRefreshObjectFeedback(IContext, IMendixIdentifier) - Static method in class com.mendix.webui.FeedbackHelper
Add refresh object feedback to context
addRefreshObjectListFeedback(IContext, List<IMendixIdentifier>) - Static method in class com.mendix.webui.FeedbackHelper
Add refresh object list feedback to context
addReplaceEvent(String) - Method in class com.mendix.core.actionmanagement.ActionListener
Add replace event
addRequestHandler(String, RequestHandler) - Static method in class com.mendix.core.Core
Add a custom request handler to the Mendix Business Server.
addRequestHandler(String, RequestHandler) - Method in interface com.mendix.core.ICore
Deprecated.
Add a custom request handler to the Mendix Business Server.
addRow(Object...) - Method in class com.mendix.webui.reporting.DataSetResult
 
addRow(Object...) - Method in interface com.mendix.webui.reporting.IDataSetResult
Adds a new row to the report with the given values for each column.
addSort(String, boolean) - Method in interface com.mendix.datastorage.XPathBasicQuery
Adds a sort direction.
addSortExpression(String, ISortExpression.SortDirection) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Adds a new sort expression to this request based on the given parameters.
addSortExpressions(ISortExpression...) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Adds all <field,direction> tuples in the Map sort as SortExpressions to this request
addTextMessageFeedback(IContext, IFeedback.MessageType, String, boolean) - Static method in class com.mendix.webui.FeedbackHelper
Add text message feedback to context
addUserAction(Class<? extends UserAction<?>>) - Static method in class com.mendix.core.Core
Add the action specified by the given action name to action registry.
addUserAction(Class<? extends UserAction<?>>) - Method in interface com.mendix.core.ICore
Deprecated.
Add the action specified by the given action name to action registry.
addValue(IContext, IMendixIdentifier) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
APPLICATION_OCTET_STREAM_TYPE - Static variable in class com.mendix.externalinterface.connector.RequestHandler
 
authenticate(IContext, IUser, String) - Static method in class com.mendix.core.Core
Authenticate the given user with the given password.
authenticate(IContext, IUser, String) - Method in interface com.mendix.core.ICore
Deprecated.
Authenticate the given user with the given password.
AuthenticationRuntimeException - Exception in com.mendix.systemwideinterfaces.core
Exception thrown authentication fails, can be explicitly caught when calling Core.login to deal with failed login attempts.
AuthenticationRuntimeException(String) - Constructor for exception com.mendix.systemwideinterfaces.core.AuthenticationRuntimeException
 

B

buildException(StringBuilder, Throwable) - Static method in class com.mendix.core.Core
Prints the message and stacktrace of a Throwable and its cause(s).
buildException(StringBuilder, Throwable) - Method in interface com.mendix.core.ICore
Deprecated.
 
buildUserInfo(IContext) - Method in class com.mendix.externalinterface.connector.RequestHandler
 
bundleComponentLoaded() - Method in interface com.mendix.core.actionmanagement.IActionRegistrator
 

C

call() - Method in class com.mendix.core.actionmanagement.CoreAction
 
change(IContext, IMendixObject, Map<String, String>) - Static method in class com.mendix.core.Core
Changes the given object in cache (synchronously).
change(IContext, IMendixObject, Map<String, String>) - Method in interface com.mendix.core.ICore
Deprecated.
Changes the given object in the state store (synchronously).
changeAsync(IContext, IMendixObject, Map<String, String>) - Static method in class com.mendix.core.Core
Changes the object (asynchronously).
changeAsync(IContext, IMendixObject, Map<String, String>) - Method in interface com.mendix.core.ICore
Deprecated.
Changes the object (asynchronously).
check(T) - Method in class com.mendix.core.actionmanagement.ActionListener
Checks if this Listener's events must be fired
If an action of type T is executed in the Core this function is called with that action as parameter.
If this method returns true, the before/concurrent/after actions of this ActionListener will be executed too.
checkConfig() - Method in interface com.mendix.core.conf.Configuration
Set default values for uninitialized fields if no custom configuration options were supplied, and feed them back again to updateConfiguration.
checkTypeForValue(Object) - Method in interface com.mendix.systemwideinterfaces.core.IDataType
Checks the type of the given value.
If the given value is a List, it should contain at least one item to check the object type
clearSortExpressions() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Removes all sort expressions from the list of sort expressions of this request.
clientFaultCode - Static variable in exception com.mendix.integration.WebserviceException
 
clone() - Method in class com.mendix.core.actionmanagement.ActionListener
 
clone() - Method in class com.mendix.core.actionmanagement.CoreAction
 
clone() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
clone() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
clone() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
close() - Method in interface com.mendix.systemwideinterfaces.IWebserviceResponse
 
ColumnType - Class in com.mendix.webui.reporting
 
ColumnType(IMetaPrimitive) - Constructor for class com.mendix.webui.reporting.ColumnType
 
ColumnType(IMetaPrimitive.PrimitiveType) - Constructor for class com.mendix.webui.reporting.ColumnType
 
ColumnType(EnumType) - Constructor for class com.mendix.webui.reporting.ColumnType
 
ColumnType(DateTimeFormat) - Constructor for class com.mendix.webui.reporting.ColumnType
 
ColumnType(Class<?>) - Constructor for class com.mendix.webui.reporting.ColumnType
 
com.mendix.core - package com.mendix.core
 
com.mendix.core.action.user - package com.mendix.core.action.user
 
com.mendix.core.actionmanagement - package com.mendix.core.actionmanagement
 
com.mendix.core.conf - package com.mendix.core.conf
 
com.mendix.core.objectmanagement - package com.mendix.core.objectmanagement
 
com.mendix.core.objectmanagement.member - package com.mendix.core.objectmanagement.member
 
com.mendix.datastorage - package com.mendix.datastorage
 
com.mendix.externalinterface.connector - package com.mendix.externalinterface.connector
 
com.mendix.http - package com.mendix.http
 
com.mendix.integration - package com.mendix.integration
 
com.mendix.metrics - package com.mendix.metrics
 
com.mendix.modules.email - package com.mendix.modules.email
 
com.mendix.modules.email.interfaces - package com.mendix.modules.email.interfaces
 
com.mendix.modules.exportmanager - package com.mendix.modules.exportmanager
 
com.mendix.modules.exportmanager.excel - package com.mendix.modules.exportmanager.excel
 
com.mendix.modules.exportmanager.interfaces - package com.mendix.modules.exportmanager.interfaces
 
com.mendix.modules.exportmanager.interfaces.excel - package com.mendix.modules.exportmanager.interfaces.excel
 
com.mendix.systemwideinterfaces - package com.mendix.systemwideinterfaces
 
com.mendix.systemwideinterfaces.connectionbus.data - package com.mendix.systemwideinterfaces.connectionbus.data
 
com.mendix.systemwideinterfaces.connectionbus.requests - package com.mendix.systemwideinterfaces.connectionbus.requests
 
com.mendix.systemwideinterfaces.connectionbus.requests.types - package com.mendix.systemwideinterfaces.connectionbus.requests.types
 
com.mendix.systemwideinterfaces.core - package com.mendix.systemwideinterfaces.core
 
com.mendix.systemwideinterfaces.core.meta - package com.mendix.systemwideinterfaces.core.meta
 
com.mendix.webui - package com.mendix.webui
 
com.mendix.webui.reporting - package com.mendix.webui.reporting
 
commit(IContext, IMendixObject) - Static method in class com.mendix.core.Core
Commits the given object.
commit(IContext, List<IMendixObject>) - Static method in class com.mendix.core.Core
Commits the given objects.
commit(IContext, IMendixObject) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given object.
commit(IContext, List<IMendixObject>) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given objects.
commit(IContext, IMendixObject, int) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given object.
commit(IContext, List<IMendixObject>, int) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given objects.
commitAsync(IContext, List<IMendixObject>) - Static method in class com.mendix.core.Core
Commits the given object (asynchronously).
commitAsync(IContext, List<IMendixObject>) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given object (asynchronously).
commitValueAsFileDocument(IContext) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
commitWithoutEvents(IContext, IMendixObject) - Static method in class com.mendix.core.Core
Commits the given object without events.
commitWithoutEvents(IContext, List<IMendixObject>) - Static method in class com.mendix.core.Core
Commits the given objects without events.
commitWithoutEvents(IContext, IMendixObject) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given object without events.
commitWithoutEvents(IContext, IMendixObject, int) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given object without events.
commitWithoutEvents(IContext, List<IMendixObject>) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given objects without events.
commitWithoutEvents(IContext, List<IMendixObject>, int) - Method in interface com.mendix.core.ICore
Deprecated.
Commits the given objects without events.
Common - Interface in com.mendix.modules.exportmanager.interfaces
Common interface, is used by pdf and excel export.
Common.BorderSide - Enum in com.mendix.modules.exportmanager.interfaces
 
compareTo(RuntimeVersion) - Method in class com.mendix.core.conf.RuntimeVersion
 
ConcurrentModificationRuntimeException - Exception in com.mendix.systemwideinterfaces.connectionbus.data
 
ConcurrentModificationRuntimeException(Throwable) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.data.ConcurrentModificationRuntimeException
 
Configuration - Interface in com.mendix.core.conf
 
Configuration.ScheduledEventExecution - Enum in com.mendix.core.conf
 
contains(IMendixIdentifier) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
context() - Method in class com.mendix.systemwideinterfaces.core.UserAction
 
Core - Class in com.mendix.core
 
Core() - Constructor for class com.mendix.core.Core
 
CoreAction<R> - Class in com.mendix.core.actionmanagement
 
CoreAction(IContext) - Constructor for class com.mendix.core.actionmanagement.CoreAction
 
CoreException - Exception in com.mendix.core
Checked variant of CoreRuntimeException.
CoreException() - Constructor for exception com.mendix.core.CoreException
 
CoreException(String) - Constructor for exception com.mendix.core.CoreException
 
CoreException(Throwable) - Constructor for exception com.mendix.core.CoreException
 
CoreException(String, Throwable) - Constructor for exception com.mendix.core.CoreException
 
CoreRuntimeException - Exception in com.mendix.core
Thrown when exception arises in core parts of the runtime.
CoreRuntimeException(String, Throwable) - Constructor for exception com.mendix.core.CoreRuntimeException
 
CoreRuntimeException(String) - Constructor for exception com.mendix.core.CoreRuntimeException
 
CoreRuntimeException(Throwable) - Constructor for exception com.mendix.core.CoreRuntimeException
 
count(String, int) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, int, Double) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, int, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, int, Double, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, long) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, long, double) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, long, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, long, double, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, double) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, double, double) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, double, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
count(String, double, double, Map<String, String>) - Method in interface com.mendix.metrics.Counters
Adjusts the specified counter by a given delta.
Counters - Interface in com.mendix.metrics
Counters count occurrences of an event.
counters() - Method in interface com.mendix.metrics.Metrics
Counters count occurrences of an event.
createClone() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
createContext() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Create new context.
createContext(IContext.ExecutionType) - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
createDataType(String) - Static method in class com.mendix.core.Core
Creates a DataType based on a type.
Possible types:
- Boolean
- Integer
- Long
- Float
- String
- Datetime
- {code#id} (enumeration key)
- ModuleName.ObjectName (IMendixObject)
- [ModuleName.ObjectName] (List<IMendixObject>)
createDataType(String, String) - Static method in class com.mendix.core.Core
Creates a DataType based on an object type and a attribute name.
createDataType(String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a DataType based on a type.
Possible types:
- Boolean
- Integer
- Long
- Float
- String
- Datetime
- {code#id} (enumeration key)
- ModuleName.ObjectName (IMendixObject)
- [ModuleName.ObjectName] (List<IMendixObject>)
createDataType(String, String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a DataType based on an object type and a attribute name.
createExcelGrid() - Static method in class com.mendix.modules.exportmanager.excel.ExcelExporter
 
createExcelGrid() - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Creates a new ExcelGrid
createMendixIdentifier(String) - Static method in class com.mendix.core.Core
Creates a IMendixIdentifier for the given guid.
createMendixIdentifier(long) - Static method in class com.mendix.core.Core
Creates a new IMendixIdentifier for the given guid.
createMendixIdentifier(long) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a new IMendixIdentifier for the given guid.
createMendixIdentifier(String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a IMendixIdentifier for the given guid.
createOQLTextGetRequest() - Static method in class com.mendix.core.Core
Create a new IOQLTextGetRequest.
createOQLTextGetRequest() - Method in interface com.mendix.core.ICore
Deprecated.
Create a new IOQLTextGetRequest.
createOQLTextGetRequestFromDataSet(String) - Static method in class com.mendix.core.Core
Instantiate IOQLTextGetRequest from given qualified DataSet name.
createOQLTextGetRequestFromDataSet(String) - Method in interface com.mendix.core.ICore
Deprecated.
Instantiate IOQLTextGetRequest from given qualified DataSet name.
createParameterMap() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest
Returns a new object to set parameter values for this query.
createRetrievalSchema() - Static method in class com.mendix.core.Core
Create a new IRetrievalSchema.
createRetrievalSchema() - Method in interface com.mendix.core.ICore
Deprecated.
Create a new IRetrievalSchema.
createSudoClone() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
createSystemContext() - Static method in class com.mendix.core.Core
Returns the context of the system session (this is always a sudo context).
createSystemContext() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the context of the system session (this is always a sudo context).
createXPathQuery(String) - Static method in class com.mendix.core.Core
Creates an XPath query representation that can be built up in a fluent manner
createXPathQuery(String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates an XPath query representation that can be built up in a fluent manner
createXPathTextGetRequest() - Static method in class com.mendix.core.Core
Create a new IXPathTextGetRequest.
createXPathTextGetRequest() - Method in interface com.mendix.core.ICore
Deprecated.
Create a new IXPathTextGetRequest.
CSRF_TOKEN_HEADER - Static variable in class com.mendix.externalinterface.connector.RequestHandler
 
CSRF_TOKEN_PARAMETER - Static variable in class com.mendix.externalinterface.connector.RequestHandler
 
CURRENT_REQUEST - Static variable in class com.mendix.core.action.user.LoginAction
 
CURRENT_SESSION_ID_PARAM - Static variable in class com.mendix.core.action.user.LoginAction
 
CustomJavaAction<R> - Class in com.mendix.webui
 
CustomJavaAction(IContext) - Constructor for class com.mendix.webui.CustomJavaAction
 

D

DataSetResult - Class in com.mendix.webui.reporting
 
DataSetResult(LinkedHashMap<String, Object>) - Constructor for class com.mendix.webui.reporting.DataSetResult
 
dataStorage() - Static method in class com.mendix.core.Core
Returns an interface to data storage functionality.
DataStorage - Interface in com.mendix.datastorage
Provides data storage related methods.
DataValidationInfo - Class in com.mendix.core.objectmanagement
 
DataValidationInfo(Long) - Constructor for class com.mendix.core.objectmanagement.DataValidationInfo
 
DataValidationRuntimeException - Exception in com.mendix.systemwideinterfaces.core
This exception is thrown when data validation of an object member fails (on change, setValue or commit).
DataValidationRuntimeException(String) - Constructor for exception com.mendix.systemwideinterfaces.core.DataValidationRuntimeException
 
DateTimeFormat - Enum in com.mendix.webui.reporting
 
delete(IContext, IMendixObject...) - Static method in class com.mendix.core.Core
Deletes the given objects from the database and server cache (synchronously).
delete(IContext, List<IMendixObject>) - Static method in class com.mendix.core.Core
Deletes the given objects from the database and server cache (synchronously).
delete(IContext, IMendixObject...) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given objects from the database and server state store (synchronously).
delete(IContext, int, IMendixObject...) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given objects from the database and server state store (synchronously).
delete(IContext, List<IMendixObject>) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given objects from the database and server state store (synchronously).
deleteAsync(IContext, IMendixObject, boolean) - Static method in class com.mendix.core.Core
Deletes the given object from the database and server cache (asynchronously).
deleteAsync(IContext, List<IMendixObject>, boolean) - Static method in class com.mendix.core.Core
Deletes the given object from the database and server cache (asynchronously).
deleteAsync(IContext, IMendixObject, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given object from the database and server state store (asynchronously).
deleteAsync(IContext, List<IMendixObject>, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given object from the database and server state store (asynchronously).
deleteWithoutEvents(IContext, List<IMendixObject>, boolean) - Static method in class com.mendix.core.Core
Deletes the given objects from the database and server cache (synchronously) without events This action is executed in a transaction.
deleteWithoutEvents(IContext, List<IMendixObject>, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Deletes the given objects from the database and server state store (synchronously) without events This action is executed in a transaction.
destinationType - Variable in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
 
destroy() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Destroy this session, so that the garbage collector can reclaim memory held by this session.
doProcessRequest(IMxRuntimeRequest, IMxRuntimeResponse, String) - Method in class com.mendix.externalinterface.connector.RequestHandler
 

E

EmailModule - Class in com.mendix.modules.email
This class can be used to send email.
EmailModule() - Constructor for class com.mendix.modules.email.EmailModule
 
enablePersistentSessions() - Method in interface com.mendix.core.conf.Configuration
 
endTransaction() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Commit the transaction, this will end this transaction or remove a save point from the queue if the transaction is nested
enterDatabase(String, String, String, Long) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
enterRuntime(String, String, String, Set<String>, JSONObject, Long) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
EnumConstant - Class in com.mendix.webui.reporting
 
EnumConstant(String, String) - Constructor for class com.mendix.webui.reporting.EnumConstant
 
EnumType - Class in com.mendix.webui.reporting
 
EnumType() - Constructor for class com.mendix.webui.reporting.EnumType
 
equals(Object) - Method in class com.mendix.core.objectmanagement.DataValidationInfo
 
equals(Object) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
equals(Object) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
equals(Object) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
errorFields() - Method in class com.mendix.core.objectmanagement.DataValidationInfo
 
evaluateExpression(IContext, Map<String, Object>, String) - Static method in class com.mendix.core.Core
Evaluate the given (microflow)expression.
evaluateExpression(IContext, Map<String, Object>, String) - Method in interface com.mendix.core.ICore
Deprecated.
Evaluate the given (microflow)expression.
EventActionInfo<T> - Class in com.mendix.core.actionmanagement
 
EventActionInfo(String, boolean) - Constructor for class com.mendix.core.actionmanagement.EventActionInfo
 
EventActionInfo(Consumer<T>, Class) - Constructor for class com.mendix.core.actionmanagement.EventActionInfo
 
EventActionInfo(Consumer<T>, Class, boolean) - Constructor for class com.mendix.core.actionmanagement.EventActionInfo
 
ExcelExporter - Class in com.mendix.modules.exportmanager.excel
 
ExcelExporter() - Constructor for class com.mendix.modules.exportmanager.excel.ExcelExporter
 
execute() - Method in class com.mendix.core.actionmanagement.CoreAction
All sub-classes should implement this method, it will be executed by the ActionManager
execute(T) - Static method in class com.mendix.core.Core
Execute an action asynchronously, result is given and/or exceptions are raised when calling Future.get().
execute(IContext, String, Object...) - Static method in class com.mendix.core.Core
Execute a Java or microflow action synchronously based on the name passed.
execute(IContext, String, Map<String, Object>) - Static method in class com.mendix.core.Core
Execute the specified action (synchronously).
execute(IContext, String, boolean, Map<String, Object>) - Static method in class com.mendix.core.Core
Execute the specified action (synchronously).
execute(IContext, String, boolean, Map<String, Object>) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified action (synchronously).
execute(IContext, String, Map<String, Object>) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified action (synchronously).
execute(IContext, String, Object...) - Method in interface com.mendix.core.ICore
Deprecated.
Execute a Java or microflow action synchronously based on the name passed.
execute(T) - Method in interface com.mendix.core.ICore
Deprecated.
Execute an action asynchronously, result is given and/or exceptions are raised when calling Future.get().
execute(IContext) - Method in interface com.mendix.datastorage.XPathQueryBase
Retrieves object list using the given context (synchronously).
execute() - Method in class com.mendix.systemwideinterfaces.core.UserAction
This, already implemented, method calls executeAction on execution of this Action.
executeAction() - Method in class com.mendix.core.action.user.LoginAction
 
executeAction() - Method in class com.mendix.systemwideinterfaces.core.UserAction
Implement this method, this method will be called when this action is executed.
executeAsync(IContext, String, Object...) - Static method in class com.mendix.core.Core
Execute the specified action (asynchronously).
executeAsync(IContext, String, boolean, Map<String, Object>) - Static method in class com.mendix.core.Core
Execute the specified microflow (asynchronously).
executeAsync(IContext, String, long, boolean, Map<String, Object>) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified microflow (asynchronously).
executeAsync(IContext, String, long, Object...) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified action (asynchronously) Result is given and/or exceptions are raised when calling Future.get().
executeAsync(IContext, String, Object...) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified action (asynchronously) Result is given and/or exceptions are raised when calling Future.get().
executeHttpRequest(URI, HttpMethod, HttpHeader[], InputStream) - Method in interface com.mendix.http.Http
Executes an HTTP request.
executeHttpRequest(URI, HttpMethod, HttpHeader[], InputStream) - Method in interface com.mendix.integration.Integration
executeInBackground(IContext, String) - Method in interface com.mendix.core.actionmanagement.MicroflowCallBuilder
This API call is experimental and should not be used! It will not work without explicitly enabling background processing.
executeSync(T) - Static method in class com.mendix.core.Core
Execute an action synchronously.
executeSync(T) - Method in interface com.mendix.core.ICore
Deprecated.
Execute an action synchronously.
executeVoid(T) - Static method in class com.mendix.core.Core
Execute the specified action (asynchronously).
executeVoid(T) - Method in interface com.mendix.core.ICore
Deprecated.
Execute the specified action (asynchronously).
executeWithConnection(Function<Connection, R>) - Method in interface com.mendix.datastorage.DataStorage
Executes the given function and returns its result.
executeWithConnection(IContext, Function<Connection, R>) - Method in interface com.mendix.datastorage.DataStorage
 
EXPIRES - Static variable in class com.mendix.externalinterface.connector.RequestHandler
 
ExportManagerModule - Class in com.mendix.modules.exportmanager
Generate PDF and Excel files using this module.
ExportManagerModule() - Constructor for class com.mendix.modules.exportmanager.ExportManagerModule
 
exportStream(IContext, String, IMendixObject, Boolean) - Static method in class com.mendix.core.Core
Deprecated.
Use method Core.integration().exportStream.
exportStream(IContext, String, IMendixObject, boolean) - Method in interface com.mendix.integration.Integration
exportToStream(IContext, String, IMendixObject, boolean) - Method in interface com.mendix.integration.Integration
Export domain model objects to an XML or JSON stream.
exportToStream(IContext, String, List<IMendixObject>, boolean) - Method in interface com.mendix.integration.Integration
Export domain model objects to an XML or JSON stream.

F

FeedbackHelper - Class in com.mendix.webui
 
FeedbackHelper() - Constructor for class com.mendix.webui.FeedbackHelper
 
fileName - Variable in exception com.mendix.core.objectmanagement.member.InvalidImageException
 
fillInStackTrace() - Method in exception com.mendix.systemwideinterfaces.core.UserException
Prevents this exception from generating a stack trace.
finishDatabase(Object, Long) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
finishRuntime(Object, Long) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
formatDate(Date) - Method in class com.mendix.externalinterface.connector.RequestHandler
 
function() - Method in class com.mendix.core.actionmanagement.EventActionInfo
 

G

Gauges - Interface in com.mendix.metrics
Gauges are arbitrary, persistent values.
gauges() - Method in interface com.mendix.metrics.Metrics
Gauges are arbitrary, persistent values.
generateXLS(IContext, IMendixObject, String, List<IExcelGrid>) - Static method in class com.mendix.modules.exportmanager.excel.ExcelExporter
Generate Excel file.
generateXLS(IContext, IMendixObject, String, List<String>, boolean, List<String>) - Static method in class com.mendix.modules.exportmanager.excel.ExcelExporter
 
generateXLS(IContext, IMendixObject, String, IExcelGrid) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
* Generates an Excel file from the given grid.
generateXLS(IContext, IMendixObject, String, List<IExcelGrid>) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Generates an Excel file from the given grids
generateXLS(IContext, IMendixObject, String, List<String>, boolean) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Generates an Excel file from the given oql queries.
generateXLS(IContext, IMendixObject, String, String, boolean) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Generates an Excel file from the given oql query.
generateXLS(IContext, IMendixObject, String, String, boolean, List<String>) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Generates an Excel file from the given oql query.
getActionName() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getActionQueueSize() - Static method in class com.mendix.core.Core
Returns the current action pool queue size.
getActionQueueSize() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the current action pool queue size.
getActionStack() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getActiveActionCount() - Static method in class com.mendix.core.Core
Returns the current number of active actions.
getActiveActionCount() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the current number of active actions.
getActiveSession(String) - Static method in class com.mendix.core.Core
Deprecated.
use xpath query on session table instead.
getActiveSession(String) - Method in interface com.mendix.core.ICore
Deprecated.
use xpath query on session table instead.
getActiveSessions() - Static method in class com.mendix.core.Core
Deprecated.
use xpath query on session table instead.
getActiveSessions() - Method in interface com.mendix.core.ICore
Deprecated.
use xpath query on session table instead.
getAddedIds() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
getAdminUserName() - Method in interface com.mendix.core.conf.Configuration
 
getAdminUserRoleName() - Method in interface com.mendix.core.conf.Configuration
 
getAfter() - Method in class com.mendix.core.actionmanagement.ActionListener
 
getAllHeaders() - Method in interface com.mendix.http.HttpResponse
Returns all the headers of this response.
getAllHeaders() - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns all the headers of this response.
getAllMendixObjects() - Static method in class com.mendix.core.Core
Get all IMendixObject types.
getAllMendixObjects() - Method in interface com.mendix.core.ICore
Deprecated.
Get all IMendixObject types.
getAllowedUserRoles() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
getAmount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Returns the count of the result rows to be retrieved.
getApplicationRootUrl() - Method in interface com.mendix.core.conf.Configuration
 
getAttributes() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectIndex
 
getBasePath() - Method in interface com.mendix.core.conf.Configuration
 
getBefore() - Method in class com.mendix.core.actionmanagement.ActionListener
 
getBegin() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns the begin value of this range parameter.
getCACertificates() - Method in interface com.mendix.core.conf.Configuration
 
getCaptionKey() - Method in class com.mendix.webui.reporting.EnumConstant
 
getCategory() - Method in exception com.mendix.systemwideinterfaces.core.UserException
 
getCell(int) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
Get cell in this column at given row index.
getCertificateFile() - Method in interface com.mendix.http.ICertificateInfo
Gets the certificate file, or null when there is no certificate.
getCertificateInputStream() - Method in class com.mendix.core.conf.WebServiceCertificateInfo
Deprecated.
 
getChangedBy(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getChangedDate(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getChangedMembers(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getChild() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getClientCertificatePasswords() - Method in interface com.mendix.core.conf.Configuration
 
getClientCertificates() - Method in interface com.mendix.core.conf.Configuration
 
getClientQueryTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getClonedContext(IMendixIdentifier, List<IMendixIdentifier>) - Method in class com.mendix.core.actionmanagement.CoreAction
 
getClusterManagerActionInterval() - Method in interface com.mendix.core.conf.Configuration
 
getClusterManagerQueryTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getCode() - Method in interface com.mendix.systemwideinterfaces.core.ILanguage
 
getColumn(int) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
Get column at given column index.
getColumnCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the number of columns a row contains.
getColumnFormat() - Method in class com.mendix.webui.reporting.ColumnType
 
getColumnIndex(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns the internal index for a column This method is only provided for performance reasons.
getColumnIndex(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the index of a columnName.
getColumns() - Method in class com.mendix.webui.reporting.DataSetResult
 
getColumnSchema(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the schema of the column with the specified index.
getColumnSchema(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the schema of the column with the specified name.
getColumnSchemas() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the schemas of all columns.
getColumnTypes() - Method in class com.mendix.webui.reporting.DataSetResult
 
getCompletedActionCount() - Static method in class com.mendix.core.Core
Returns the number of completed actions since server startup.
getCompletedActionCount() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the number of completed actions since server startup.
getConcurrentUserCount(boolean) - Static method in class com.mendix.core.Core
The current number of concurrent users.
getConcurrentUserCount(boolean) - Method in interface com.mendix.core.ICore
Deprecated.
The current number of concurrent users.
getConfiguration() - Static method in class com.mendix.core.Core
Returns the current configuration.
getConfiguration() - Method in interface com.mendix.core.ICore
Deprecated.
 
getConstantValue(String) - Method in interface com.mendix.core.conf.Configuration
 
getConstantValue(Object, String) - Method in interface com.mendix.core.conf.Configuration
Deprecated.
As of version 7.19, but not usable since 7.0. Use {Configuration.getConstantValue(String)} instead.
getContent() - Method in interface com.mendix.http.HttpResponse
Obtains the content of this response, if any.
getContent() - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Obtains the content of this response, if any.
getContent() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getContext() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getContext() - Method in interface com.mendix.systemwideinterfaces.core.ICoreAction
 
getContext() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getContextObjects() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Get context objects
getCreatedDate(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getCsrfToken() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getCSVExportBatchSize() - Method in interface com.mendix.core.conf.Configuration
 
getCurrentIdentifier() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getCurrentPoolSize() - Static method in class com.mendix.core.Core
Returns the current action pool size.
getCurrentPoolSize() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the current action pool size.
getCurrentUserObject() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Return the current user object shared across all cloned contexts.
getData() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Allows attaching data to the scope of the current request (as in web request).
getData(String) - Method in class com.mendix.webui.reporting.DataSetResult
 
getDatabaseChildColumnName(IMetaAssociation) - Static method in class com.mendix.core.Core
Returns the name of the database column for the child of the given association.
getDatabaseChildColumnName(IMetaAssociation) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the name of the database column for the child of the given association.
getDatabaseColumnName(IMetaPrimitive) - Static method in class com.mendix.core.Core
Returns the name of the database column for the given attribute.
getDatabaseColumnName(IMetaPrimitive) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the name of the database column for the given attribute.
getDatabaseParentColumnName(IMetaAssociation) - Static method in class com.mendix.core.Core
Returns the name of the database column for the parent of the given association.
getDatabaseParentColumnName(IMetaAssociation) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the name of the database column for the parent of the given association.
getDatabaseTableName(IMetaObject) - Static method in class com.mendix.core.Core
Returns the name of the database table for the given entity type.
getDatabaseTableName(IMetaAssociation) - Static method in class com.mendix.core.Core
Returns the name of the database table for the given association.
getDatabaseTableName(IMetaObject) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the name of the database table for the given entity type.
getDatabaseTableName(IMetaAssociation) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the name of the database table for the given association.
getDataTable() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
 
getDataValidationFeedback() - Method in exception com.mendix.systemwideinterfaces.core.UserException
 
getDataValidationList() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getDataValidations() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDataValidationsByMember(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDateFormat() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getDeclaredMetaAssociationChild(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDeclaredMetaAssociationParent(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDeclaredMetaAssociationsChild() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDeclaredMetaAssociationsParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDeclaredMetaPrimitive(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDeclaredMetaPrimitives() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getDefaultLanguage() - Static method in class com.mendix.core.Core
Returns the default language of the loaded project.
getDefaultLanguage() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the default language of the loaded project.
getDefaultStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
 
getDefaultValue() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getDeleteBehaviourChild() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getDeleteBehaviourChildMessageKey() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getDeleteBehaviourParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getDeleteBehaviourParentMessageKey() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getDetail() - Method in exception com.mendix.integration.WebserviceException
Gets the detail.
getDirection() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression
Returns the sort order.
getDSLType() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getEnableGuestLogin() - Method in interface com.mendix.core.conf.Configuration
 
getEnd() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns the end value of this range parameter.
getEntityId() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getEnumConstants() - Method in class com.mendix.webui.reporting.EnumType
 
getEnumeration() - Method in interface com.mendix.core.objectmanagement.member.MendixEnum
 
getEnumeration() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getEnumeration() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumValue
 
getEnumeration() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getEnumType() - Method in class com.mendix.webui.reporting.ColumnType
 
getEnumValues() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumeration
 
getEnumValues() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getEventObjects() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getException() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getExecutionId() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Get execution id, if set, from the client This is an id that is unique within this context
getExecutionThread() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getExecutionType() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getExpiresTimeStamp(int) - Method in class com.mendix.externalinterface.connector.RequestHandler
 
getFaultActor() - Method in exception com.mendix.integration.WebserviceException
Gets the fault actor.
getFaultCode() - Method in exception com.mendix.integration.WebserviceException
Gets the fault code.
getFaultString() - Method in exception com.mendix.integration.WebserviceException
Gets the fault string.
getFeedbackList() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getFileDocumentContent(IContext, IMendixObject) - Static method in class com.mendix.core.Core
Returns contents of a file document as an input stream.
getFileDocumentContent(IContext, IMendixObject) - Method in interface com.mendix.core.ICore
Deprecated.
Returns contents of a file document as an input stream.
getFileSeparator() - Method in interface com.mendix.core.conf.Configuration
 
getFirstHeader(String) - Method in interface com.mendix.http.HttpResponse
Returns the first header with a specified name of this response.
getFirstHeader(String) - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns the first header with a specified name of this response.
getFromAddress() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getFromAddress() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getGrantableRoleNames() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getGuestUserRoleName() - Method in interface com.mendix.core.conf.Configuration
 
getHeaders(String) - Method in interface com.mendix.http.HttpResponse
Returns all the headers with a specified name of this response.
getHeaders(String) - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns all the headers with a specified name of this response.
getHost() - Method in interface com.mendix.http.IProxyConfiguration
Gets the proxy host.
getHttpVersion() - Method in interface com.mendix.http.HttpResponse
Returns the http version for this response.
getHttpVersion() - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns the http version for this response.
getI18NCaptionKey() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumValue
 
getId() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getId() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Get session id.
getId() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getId() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
Returns the unique id of this security setting.
getIdentifier() - Method in interface com.mendix.http.ICertificateInfo
Gets an identifier for this certificate information.
getIdentifier() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumValue
 
getIdsOfSameXPathConstraints() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
Only for internal use.
getIFrameUploadDomain() - Method in interface com.mendix.core.conf.Configuration
 
getImage(IContext, IMendixObject, boolean) - Static method in class com.mendix.core.Core
Retrieve contents of the given image document.
getImage(IContext, IMendixObject, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve contents of the given image document.
getImage() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumValue
 
getImagePath() - Method in interface com.mendix.core.conf.Configuration
 
getImagePath() - Method in class com.mendix.webui.reporting.EnumConstant
 
getImageUrl() - Method in interface com.mendix.core.conf.Configuration
 
getImplementationVersion() - Static method in class com.mendix.core.conf.RuntimeVersion
 
getIndex() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema
Returns the position of this column in the data table schema.
getIndices() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getInputParameters(String) - Static method in class com.mendix.core.Core
Returns all input parameter data types the specified action by name.
getInputParameters(String) - Method in interface com.mendix.core.ICore
Deprecated.
Returns all input parameter data types the specified action by name.
getInstance() - Static method in class com.mendix.core.conf.RuntimeVersion
 
getInstance() - Static method in class com.mendix.http.HttpConfiguration
Gets the current IHttpConfiguration.
getInternationalizedString(IContext, String, Object...) - Static method in class com.mendix.core.Core
Returns the translated string for a certain key and context.
getInternationalizedString(String, String, Object...) - Static method in class com.mendix.core.Core
Returns the translated string for a certain key and language code.
getInternationalizedString(IContext, String, Object...) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the translated string for a certain key and context.
getInternationalizedString(String, String, Object...) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the translated string for a certain key and language code.
getJavaKeyStorePassword() - Method in interface com.mendix.core.conf.Configuration
 
getKey() - Method in class com.mendix.webui.reporting.EnumConstant
 
getLanguage() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
Use method getUser(IContext).getLanguage() instead.
getLanguage() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
getLargestPoolSize() - Static method in class com.mendix.core.Core
Returns the largest action pool size.
getLargestPoolSize() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the largest action pool size.
getLastActive() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getLength() - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
getLength() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getListenersRegistry() - Static method in class com.mendix.core.Core
Returns an instance of ListenersRegistry which can be used to register callbacks for commit, create, change and delete actions on all persistable entities in the application.
getListenersRegistry() - Method in interface com.mendix.core.ICore
Deprecated.
Returns an instance of ListenersRegistry which can be used to register callbacks on system events for all persistable entities in the application.
getLocale(IContext) - Static method in class com.mendix.core.Core
Retrieve locale using the given context.
getLocale(String) - Static method in class com.mendix.core.Core
Retrieve locale using the given language code (e.g.
getLocale(IContext) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve locale using the given context.
getLocale(String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve locale using the given language code (e.g.
getLogger(String) - Static method in class com.mendix.core.Core
 
getLogger(String) - Method in interface com.mendix.core.ICore
Deprecated.
 
getMaximumNumberConcurrentUsers() - Static method in class com.mendix.core.Core
Returns the maximum number of concurrent users since the server was started.
getMaximumNumberConcurrentUsers() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the maximum number of concurrent users since the server was started.
getMember(IContext, String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getMemberName() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression
Returns the member on which the query result must be sorted.
getMembers(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getMemberValueState(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getMendixObject() - Method in interface com.mendix.systemwideinterfaces.core.ILanguage
 
getMendixObject() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getMendixObject() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
getMetaAssociation(String) - Static method in class com.mendix.core.Core
Get the IMetaAssociation corresponding to the given association name.
getMetaAssociation(String) - Method in interface com.mendix.core.ICore
Deprecated.
Get the IMetaAssociation corresponding to the given association name.
getMetaAssociationChild(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociationParent(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociations() - Static method in class com.mendix.core.Core
Get all IMetaAssociations.
getMetaAssociations() - Method in interface com.mendix.core.ICore
Deprecated.
Get all IMetaAssociations.
getMetaAssociationsChild() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociationsParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaInfo() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getMetaObject(String) - Static method in class com.mendix.core.Core
Get the IMetaObject corresponding to the given meta object name.
getMetaObject(String) - Method in interface com.mendix.core.ICore
Deprecated.
Get the IMetaObject corresponding to the given meta object name.
getMetaObject() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getMetaObjectAccesses() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaObjectAccessesWithoutXPath(IContext) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaObjectAccessesWithXPath(IContext) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaObjects() - Static method in class com.mendix.core.Core
Get all IMetaObjects.
getMetaObjects() - Method in interface com.mendix.core.ICore
Deprecated.
Get all IMetaObjects.
getMetaPrimitive(String) - Static method in class com.mendix.core.Core
Get the IMetaPrimtive based on a qualified attribute name (e.g.
getMetaPrimitive(String) - Method in interface com.mendix.core.ICore
Deprecated.
Get the IMetaPrimtive based on a qualified attribute name (e.g.
getMetaPrimitive() - Method in interface com.mendix.systemwideinterfaces.core.meta.IDataValidation
 
getMetaPrimitive(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaPrimitive() - Method in class com.mendix.webui.reporting.ColumnType
 
getMetaPrimitives() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMicroflowNames() - Static method in class com.mendix.core.Core
Returns the names of all modeled microflows.
getMicroflowNames() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the names of all modeled microflows.
getModelerFile() - Method in interface com.mendix.core.conf.Configuration
 
getModelGUID() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
Returns the identifier of the modeled association which is the base of this meta association.
getModelGUID() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
Returns the identifier of the modeled entity which is the base of this meta object.
getModelGUID() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectIndex
Returns the identifier of the modeled index which is the base of this meta object index.
getModelGUID() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
Returns the identifier of the modeled attribute which is the base of this meta primitive.
getModelVersion() - Static method in class com.mendix.core.Core
Returns the model version of the project.
getModelVersion() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the model version of the project.
getModuleName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMxClientSystemPath() - Method in interface com.mendix.core.conf.Configuration
 
getMyScheduledEvents() - Method in interface com.mendix.core.conf.Configuration
 
getName() - Method in class com.mendix.http.HttpHeader
Returns the key for this header.
getName() - Method in class com.mendix.integration.HttpHeader
Deprecated.
Returns the key for this header.
getName() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
 
getName() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema
Returns the name of the column.
getName() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getName() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
getName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumeration
 
getName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getNamedUserCount() - Static method in class com.mendix.core.Core
 
getNamedUserCount() - Method in interface com.mendix.core.ICore
Deprecated.
 
getNewLine() - Method in interface com.mendix.core.conf.Configuration
 
getNonVirtualDeclaredMetaPrimitives() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getNumberConcurrentSessions() - Static method in class com.mendix.core.Core
Returns current number of concurrent sessions.
getNumberConcurrentSessions() - Method in interface com.mendix.core.ICore
Deprecated.
Returns current number of concurrent sessions.
getObject() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getObjectType() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getObjectType() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getOffset() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Returns the start row from where the result will be retrieved.
getOriginalValue(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getOwner(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getOwner() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getParameters() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest
Returns the object with parameters values.
getParams() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getPassword() - Method in class com.mendix.core.conf.WebServiceCertificateInfo
Deprecated.
 
getPassword() - Method in interface com.mendix.http.ICertificateInfo
Gets the password to the certificate file, or null when there is no certificate.
getPassword() - Method in interface com.mendix.http.IProxyConfiguration
Gets the proxy password.
getPort() - Method in interface com.mendix.http.IProxyConfiguration
Gets the proxy port.
getPrimitives(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getPrimitiveType() - Method in class com.mendix.webui.reporting.ColumnType
 
getProfiler() - Static method in class com.mendix.core.Core
 
getProfiler() - Method in interface com.mendix.core.ICore
Deprecated.
 
getProjectId() - Static method in class com.mendix.core.Core
Returns the project identifier of the project.
getProjectId() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the project identifier of the project.
getProxyConfiguration() - Method in interface com.mendix.http.IHttpConfiguration
Gets the proxy configuration.
getPublicWebrootPath() - Method in interface com.mendix.core.conf.Configuration
 
getQuery() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest
Returns the retrieval text of this request.
getQueryTimeout() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Returns the execution timeout of all the queries executed for this request.
getReadAccessMembers() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
getReasonPhrase() - Method in interface com.mendix.http.HttpResponse
Returns the reason phrase for this response.
getReasonPhrase() - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns the reason phrase for this response.
getReferences(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getReferenceSets(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getRemoteSource() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getRemovedIds() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
getReplace() - Method in class com.mendix.core.actionmanagement.ActionListener
 
getReplyToAddress() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getReplyToAddress() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getRequestStartTime() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getResourcesPath() - Method in interface com.mendix.core.conf.Configuration
 
getRetrievalSchema() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Returns the format of the data to be retrieved.
getReturnType() - Method in class com.mendix.core.actionmanagement.EventActionInfo
 
getReturnType(String) - Static method in class com.mendix.core.Core
Returns the return type of the specified action.
getReturnType(String) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the return type of the specified action.
getRowCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Returns the count of rows in the table.
getRows() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Returns a read-only List which contains all data rows in this table.
getRuntimePath() - Method in interface com.mendix.core.conf.Configuration
 
getRuntimeRequest() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Returns a Runtime Request.
getRuntimeResponse() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Returns a Runtime Response.
getSaxSource() - Method in interface com.mendix.systemwideinterfaces.IWebserviceResponse
 
getScheduledActionCount() - Static method in class com.mendix.core.Core
Returns the number of actions currently scheduled for future execution.
getScheduledActionCount() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the number of actions currently scheduled for future execution.
getScheduledEventExecution() - Method in interface com.mendix.core.conf.Configuration
 
getSchema() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns the schema of the table of this row.
getSchema() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
 
getServiceClientCertificates() - Method in interface com.mendix.http.IHttpConfiguration
Gets all client certificates.
getServiceName() - Method in class com.mendix.core.conf.WebServiceCertificateInfo
Deprecated.
 
getSession() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Get session
getSessionById(UUID) - Static method in class com.mendix.core.Core
Returns the session belonging to the given session id.
getSessionById(UUID) - Method in interface com.mendix.core.ICore
Deprecated.
Returns the session belonging to the given session id.
getSessionCookieName() - Method in class com.mendix.externalinterface.connector.RequestHandler
 
getSessionFromRequest(IMxRuntimeRequest) - Method in class com.mendix.externalinterface.connector.RequestHandler
Get the session using the cookie.
getSessionFromRequest(IMxRuntimeRequest, boolean) - Method in class com.mendix.externalinterface.connector.RequestHandler
Get the session using the cookie.
getSessionIdCookieName() - Method in interface com.mendix.core.conf.Configuration
 
getSessionKeepAliveUpdatesInterval() - Method in interface com.mendix.core.conf.Configuration
 
getSessionTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getSessionValidationTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getSingleValue() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns the value of this parameter.
getSMTPHost() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getSMTPHost() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getSMTPPort() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getSMTPPort() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getSortExpressions() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Returns the sort expressions which are used to sort the result data of this request.
getSpecificationVersion() - Static method in class com.mendix.core.conf.RuntimeVersion
 
getStartupDateTime() - Static method in class com.mendix.core.Core
Returns the startup date time of the Mendix Business Server.
getStartupDateTime() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the startup date time of the Mendix Business Server.
getState() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getState() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getState() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getStatusCode() - Method in interface com.mendix.http.HttpResponse
Returns the status code for this response.
getStatusCode() - Method in interface com.mendix.integration.IHttpResponse
Deprecated.
Returns the status code for this response.
getStorageService() - Method in interface com.mendix.core.conf.Configuration
 
getStream() - Method in interface com.mendix.systemwideinterfaces.IWebserviceResponse
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
 
getSubObjects() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getSubtypesOf(String) - Static method in class com.mendix.core.Core
Get all subtypes for an object type (including subtypes of subtypes, etc.).
getSubtypesOf(String) - Method in interface com.mendix.core.ICore
Deprecated.
Get all subtypes for an object type (including subtypes of subtypes, etc.).
getSuperName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getSuperObject() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getSuperObjects() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getTargetClass() - Method in class com.mendix.core.actionmanagement.ActionListener
 
getTargetType() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getTempPath() - Method in interface com.mendix.core.conf.Configuration
 
getTimeZone() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getTotalResultCount() - Method in class com.mendix.webui.reporting.DataSetResult
 
getTotalRowCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Returns the total count of rows in the data store.
getTransactionId() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.meta.IDataValidation
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
getType() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getTypeOfValue(Object) - Method in interface com.mendix.systemwideinterfaces.core.IDataType
Returns DataType of the given value.
If the given value is a List, it should contain at least one item to set the object type
getUnhashedValue(IContext) - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
 
getUnwrappedAction() - Method in class com.mendix.core.actionmanagement.CoreAction
 
getUser(IContext, String) - Static method in class com.mendix.core.Core
Returns a user using the given user name.
getUser(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Returns a user using the given user name.
getUser() - Method in interface com.mendix.http.IProxyConfiguration
Gets the proxy user.
getUser() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
Use method getUser(IContext) instead.

Get user.

getUser(IContext) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Get user.
getUserAgent() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getUserId() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getUserName() - Method in class com.mendix.core.action.user.LoginAction
 
getUserName() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getUserName() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getUserName() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getUserPass() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getUserPass() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getUserRoleNames() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
getUserRolesNames() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getValue() - Method in class com.mendix.http.HttpHeader
Returns the value for this header.
getValue() - Method in class com.mendix.integration.HttpHeader
Deprecated.
Returns the value for this header.
getValue() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.BorderTypes
 
getValue(IContext, String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns the value of the column with the specified name in this row.
getValue(IContext, int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns the value of the column with the specified index in this row.
getValue(IContext, IDataColumnSchema) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns the value of the column with the index of the specified schema in this row.
getValue(IContext, String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
Returns the member value for the given memberName.
getValue(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getValueFromString(String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
Get value for this ObjectMember from a String
getValueFromStringSet(String) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
getVariables() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getVirtualActionName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getVirtualMembers(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getWebServiceCertificates() - Method in interface com.mendix.core.conf.Configuration
Deprecated.
As of version 7.1, use HttpConfiguration.getInstance().getServiceClientCertificates() instead
getWriteAccessMembers() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
getXASId() - Method in interface com.mendix.core.conf.Configuration
 
getXASId() - Static method in class com.mendix.core.Core
Returns the id of this server instance.
getXASId() - Method in interface com.mendix.core.ICore
Deprecated.
Returns the id of this server instance.
getXpathConstraint() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
guid() - Method in class com.mendix.core.objectmanagement.DataValidationInfo
 

H

hAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.HorizontalAlignment
 
handleConcurrentExecution() - Method in class com.mendix.core.actionmanagement.CoreAction
 
hasChangedByAttr() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
hasChangedByAttribute() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasChangedDateAttr() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
hasChangedDateAttribute() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasColumn(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns whether the column name is defined in the schema or not.
hasColumn(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns whether the column name is defined in the schema or not.
hasCreatedDateAttr() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
hasCreatedDateAttribute() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasDeleteRights(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hashCode() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
hashCode() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
hasMember(String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasMetaDataAccess(IContext) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaAssociation
 
hasMetaDataAccess(IContext) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
hasMetaDataAccess(IContext) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
hasMicroflowConstantConfig(String) - Method in interface com.mendix.core.conf.Configuration
 
hasNullValues(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasOwnerAttr() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
hasOwnerAttribute() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hasReadAccess(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns whether the user which has retrieved the data, has read access to the given column.
hasReadAccess(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
hasSingleValue() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns whether this parameter has a single value.
hasWriteAccess(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Returns whether the user which has retrieved the data, has write access to the given column.
hasWriteAccess(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
http() - Static method in class com.mendix.core.Core
Returns an interface to HTTP functionality.
Http - Interface in com.mendix.http
 
HttpConfiguration - Class in com.mendix.http
Provides singleton access to the IHttpConfiguration.
HttpConfiguration() - Constructor for class com.mendix.http.HttpConfiguration
 
HttpHeader - Class in com.mendix.http
Represents an HTTP header field.
HttpHeader(String, String) - Constructor for class com.mendix.http.HttpHeader
Creates a new header.
HttpHeader - Class in com.mendix.integration
Deprecated.
As of release 7.8, replaced by HttpHeader
HttpHeader(String, String) - Constructor for class com.mendix.integration.HttpHeader
Deprecated.
Creates a new header.
HttpMethod - Enum in com.mendix.http
An HTTP Method.
HttpMethod - Enum in com.mendix.integration
Deprecated.
As of release 7.8, replaced by HttpMethod
HttpResponse - Interface in com.mendix.http
After receiving and interpreting a request message, a server responds with an HTTP response message.

I

IActionManager - Interface in com.mendix.systemwideinterfaces.core
 
IActionRegistrator - Interface in com.mendix.core.actionmanagement
 
ICertificateInfo - Interface in com.mendix.http
A (private) certificate file with its password.
IConfiguration - Interface in com.mendix.systemwideinterfaces.core
 
IContext - Interface in com.mendix.systemwideinterfaces.core
Interface defining context
IContext.ExecutionType - Enum in com.mendix.systemwideinterfaces.core
 
ICore - Interface in com.mendix.core
Deprecated.
As of release 7.23. Will be removed from public API as `Core` contains all its functionality.
ICoreAction<T> - Interface in com.mendix.systemwideinterfaces.core
 
IDataColumnSchema - Interface in com.mendix.systemwideinterfaces.connectionbus.data
A DataColumnSchema describes all properties of a column inside a DataTableSchema
IDataRow - Interface in com.mendix.systemwideinterfaces.connectionbus.data
A DataRow represents a row in a DataTable
IDataSetParameter<T> - Interface in com.mendix.webui.reporting
This interface represents a parameter for a reporting DataSet.
IDataSetResult - Interface in com.mendix.webui.reporting
This interface represents the result of a report request.
IDataTable - Interface in com.mendix.systemwideinterfaces.connectionbus.data
A DataTable contains a collection of DataRow objects
IDataTableSchema - Interface in com.mendix.systemwideinterfaces.connectionbus.data
A DataTableSchema describes the sctucture of a DataTable
IDataType - Interface in com.mendix.systemwideinterfaces.core
Generic class for Mendix data types.
IDataType.DataTypeEnum - Enum in com.mendix.systemwideinterfaces.core
 
IDataValidation - Interface in com.mendix.systemwideinterfaces.core.meta
Represents a validation rule of an entity (IMetaObject) for an attribute (IMetaPrimitive).
IExcelCell - Interface in com.mendix.modules.exportmanager.interfaces.excel
Representation of an excel cell.
IExcelCell.CellType - Enum in com.mendix.modules.exportmanager.interfaces.excel
 
IExcelCellStyle - Interface in com.mendix.modules.exportmanager.interfaces.excel
Representation of an excel cell style.
IExcelCellStyle.BorderTypes - Enum in com.mendix.modules.exportmanager.interfaces.excel
 
IExcelCellStyle.Color - Enum in com.mendix.modules.exportmanager.interfaces.excel
 
IExcelCellStyle.HorizontalAlignment - Enum in com.mendix.modules.exportmanager.interfaces.excel
 
IExcelCellStyle.VerticalAlignment - Enum in com.mendix.modules.exportmanager.interfaces.excel
 
IExcelColumn - Interface in com.mendix.modules.exportmanager.interfaces.excel
Representation of an excel column.
IExcelGrid - Interface in com.mendix.modules.exportmanager.interfaces.excel
Representation of an excel grid.
IFeedback - Interface in com.mendix.systemwideinterfaces.core
Feedback instructions.
IFeedback.FormTarget - Enum in com.mendix.systemwideinterfaces.core
OpenFormFeedback parameter FormTarget
IFeedback.MessageType - Enum in com.mendix.systemwideinterfaces.core
TextMessageFeedback parameter MessageType
IFeedback.TargetType - Enum in com.mendix.systemwideinterfaces.core
Depending on the target, the handling of the instruction will be passed to core of the clientsystem or to the some specific widget.
IFeedback.Type - Enum in com.mendix.systemwideinterfaces.core
 
IGetRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This interface represents a retrieval request.
IHttpConfiguration - Interface in com.mendix.http
Configuration for Http.
IHttpResponse - Interface in com.mendix.integration
Deprecated.
As of release 7.8, replaced by HttpResponse
ILanguage - Interface in com.mendix.systemwideinterfaces.core
Represents a user language.
IMendixIdentifier - Interface in com.mendix.systemwideinterfaces.core
Identifier object holding the information for uniquely identifiying an object instance
holds the following information:
- object type
- datastore code
- object id

Based on this information the MendixIdentifier can generate a global unique identifier (GUID) which is globally unique within the whole XAS
IMendixObject - Interface in com.mendix.systemwideinterfaces.core
Representation of an entity (IMetaObject) instance.
IMendixObject.ObjectState - Enum in com.mendix.systemwideinterfaces.core
 
IMendixObjectMember<T> - Interface in com.mendix.systemwideinterfaces.core
Mendix object member (attribute or association).
IMendixObjectMember.MemberState - Enum in com.mendix.systemwideinterfaces.core
 
IMendixObjectMember.MemberValueState - Enum in com.mendix.systemwideinterfaces.core
 
IMetaAssociation - Interface in com.mendix.systemwideinterfaces.core.meta
Entity (IMetaObject) association member representation.
IMetaAssociation.AssociationOwner - Enum in com.mendix.systemwideinterfaces.core.meta
 
IMetaAssociation.AssociationType - Enum in com.mendix.systemwideinterfaces.core.meta
 
IMetaAssociation.DeleteBehaviourChild - Enum in com.mendix.systemwideinterfaces.core.meta
 
IMetaAssociation.DeleteBehaviourParent - Enum in com.mendix.systemwideinterfaces.core.meta
 
IMetaEnumeration - Interface in com.mendix.systemwideinterfaces.core.meta
Enumeration representation.
IMetaEnumValue - Interface in com.mendix.systemwideinterfaces.core.meta
Entity enumeration representation.
IMetaObject - Interface in com.mendix.systemwideinterfaces.core.meta
Entity representation.
IMetaObjectAccess - Interface in com.mendix.systemwideinterfaces.core.meta
Entity (IMetaObject) security settings.
IMetaObjectIndex - Interface in com.mendix.systemwideinterfaces.core.meta
Representation of a database index for an entity member.
IMetaPrimitive - Interface in com.mendix.systemwideinterfaces.core.meta
Entity (IMetaObject) attribute member.
IMetaPrimitive.PrimitiveType - Enum in com.mendix.systemwideinterfaces.core.meta
 
importStream(IContext, InputStream, String, IMendixObject, Boolean) - Static method in class com.mendix.core.Core
Deprecated.
Use method Core.integration().importStream.
importStream(IContext, InputStream, String, ActionWhenNoObjectFound, IMendixObject, int, ShouldCommit, boolean) - Method in interface com.mendix.integration.Integration
Import a XML or JSON stream, map this stream to domain model objects and (optionally) store those objects in the Mendix database.
importStream(IContext, InputStream, String, ActionWhenNoObjectFound, IMendixObject, int, boolean) - Method in interface com.mendix.integration.Integration
Import a XML or JSON stream, map this stream to domain model objects and store those objects in the Mendix database.
importStream(IContext, InputStream, String, IMendixObject, boolean) - Method in interface com.mendix.integration.Integration
Import a XML or JSON stream, map this stream to domain model objects and store those objects in the Mendix database.
importStream(IContext, InputStream, String, IMendixObject, int, boolean) - Method in interface com.mendix.integration.Integration
Import a XML or JSON stream, map this stream to domain model objects and store those objects in the Mendix database.
index() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.Color
 
initialize(ICore, Http, Integration, DataStorage, Metrics) - Static method in class com.mendix.core.Core
Initializes this Core class, so that all methods can be invoked statically.
initializeGuestSession() - Static method in class com.mendix.core.Core
Initialize a new session for a guest user.
initializeGuestSession() - Method in interface com.mendix.core.ICore
Deprecated.
Initialize a new session for a guest user.
initializeSession(IUser, String) - Static method in class com.mendix.core.Core
Initialize a new session for the given user.
initializeSession(IUser, String) - Method in interface com.mendix.core.ICore
Deprecated.
Initialize a new session for the given user.
insert(String, String) - Method in interface com.mendix.metrics.Sets
Inserts the value into a set of unique values until the underlying implementation flushes again.
insert(String, String, Double) - Method in interface com.mendix.metrics.Sets
Inserts the value into a set of unique values until the underlying implementation flushes again.
insert(String, String, Map<String, String>) - Method in interface com.mendix.metrics.Sets
Inserts the value into a set of unique values until the underlying implementation flushes again.
insert(String, String, Double, Map<String, String>) - Method in interface com.mendix.metrics.Sets
Inserts the value into a set of unique values until the underlying implementation flushes again.
instantiate(IContext, String) - Static method in class com.mendix.core.Core
Creates a new IMendixObject with the given object type (synchronously).
instantiate(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a new IMendixObject with the given object type (synchronously).
instantiateAsync(IContext, String) - Static method in class com.mendix.core.Core
Creates a new IMendixObject with the given object type (asynchronously).
instantiateAsync(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Creates a new IMendixObject with the given object type (asynchronously).
integration() - Static method in class com.mendix.core.Core
Returns an interface to import and export data into and from Mendix.
Integration - Interface in com.mendix.integration
 
InvalidImageException - Exception in com.mendix.core.objectmanagement.member
 
InvalidImageException(String) - Constructor for exception com.mendix.core.objectmanagement.member.InvalidImageException
 
IOQLTextGetRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This class can be used to define a textual OQL retrieval query.
IParameterMap - Interface in com.mendix.systemwideinterfaces.connectionbus.requests
A ParameterMap can be used to define the values for parameters of an query.
IProfiler - Interface in com.mendix.systemwideinterfaces.core
Interface which can be implemented to roll your on profiler for client requests.
IProxyConfiguration - Interface in com.mendix.http
Specifies proxy configuration.
IRetrievalSchema - Interface in com.mendix.systemwideinterfaces.connectionbus.requests
Representation of the structure the to be retrieved data should adhere to.
isActive() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
isAllowCreate() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
isAllowDelete() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
isAnonymous() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
isAttributeAscending(IMetaPrimitive) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectIndex
 
isBlocked() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
isBoth() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReference
 
isBoth() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
isChanged() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
ISchemeManager - Interface in com.mendix.systemwideinterfaces.core
 
isDecimal() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
isEmpty() - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
 
ISession - Interface in com.mendix.systemwideinterfaces.core
Session interface.
ISessionManager - Interface in com.mendix.systemwideinterfaces.core
 
isFileDocument() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isFileDocumentCachingEnabled() - Method in interface com.mendix.core.conf.Configuration
 
isInDevelopment() - Method in interface com.mendix.core.conf.Configuration
 
isInDevelopment() - Static method in class com.mendix.core.Core
 
isInDevelopment() - Method in interface com.mendix.core.ICore
Deprecated.
 
isInteractive() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
isInTransaction() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
isKeepAliveEnabled() - Method in interface com.mendix.core.conf.Configuration
 
isKeepAliveEnabled() - Method in interface com.mendix.systemwideinterfaces.core.IConfiguration
 
isList() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
isLocalFileSystemCleaningEnabled() - Method in interface com.mendix.core.conf.Configuration
 
isMendixObject() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
ISMTPConfiguration - Interface in com.mendix.modules.email.interfaces
 
isNew() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
isNothing() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
isNumeric() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
ISortExpression - Interface in com.mendix.systemwideinterfaces.connectionbus.requests
This interface represents a configuration for sorting data store results.
ISortExpression.SortDirection - Enum in com.mendix.systemwideinterfaces.connectionbus.requests
Specifies the sort order.
isPersistable() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isRemote() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isRightToLeft() - Method in interface com.mendix.systemwideinterfaces.core.ILanguage
 
isSessionKilledByNewLogin(IMxRuntimeRequest) - Method in class com.mendix.externalinterface.connector.RequestHandler
 
isSubClassOf(String, String) - Static method in class com.mendix.core.Core
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(IMetaObject, IMetaObject) - Static method in class com.mendix.core.Core
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(String, short) - Static method in class com.mendix.core.Core
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(IMetaObject, IMetaObject) - Method in interface com.mendix.core.ICore
Deprecated.
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(String, short) - Method in interface com.mendix.core.ICore
Deprecated.
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(String, String) - Method in interface com.mendix.core.ICore
Deprecated.
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(IMetaObject) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isSudo() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
isSystemSession() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
isUser() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isValid(IContext, String) - Method in interface com.mendix.core.objectmanagement.member.MendixEnum
 
isValid(IContext, IMendixObject, Object) - Method in interface com.mendix.systemwideinterfaces.core.meta.IDataValidation
Verifies whether object v complies to this rule
isVirtual(IContext, String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
Check whether certain attribute is virtual
isVirtual() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
isVirtual() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
isWebserviceUser() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
ITextGetRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This interface represents a textual retrieval request.
IUser - Interface in com.mendix.systemwideinterfaces.core
 
IWebserviceResponse - Interface in com.mendix.systemwideinterfaces
Web service response representation.
IXPathTextGetRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This class can be used to define an XPath retrieval query.

K

keepAlive() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Refresh last active time.

L

ListenersRegistry - Interface in com.mendix.core.actionmanagement
Allows to register before and after listeners for system events on all persistable entities in the application.
logClientData(JSONObject, String) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
logger - Variable in class com.mendix.externalinterface.connector.RequestHandler
 
login(Map<String, ? extends Object>) - Static method in class com.mendix.core.Core
Generic login method (can be used in modules in combination with LoginAction replacement).
login(String, String) - Static method in class com.mendix.core.Core
Login user with the given user name and password.
login(String, String, String) - Static method in class com.mendix.core.Core
Login user with the given parameters.
login(String, String, IMxRuntimeRequest) - Static method in class com.mendix.core.Core
 
login(Map<String, ? extends Object>) - Method in interface com.mendix.core.ICore
Deprecated.
Generic login method (can be used in modules in combination with LoginAction replacement).
login(String, String) - Method in interface com.mendix.core.ICore
Deprecated.
Login user with the given user name and password.
login(String, String, IMxRuntimeRequest) - Method in interface com.mendix.core.ICore
Deprecated.
 
login(String, String, String) - Method in interface com.mendix.core.ICore
Deprecated.
Login user with the given parameters.
LoginAction - Class in com.mendix.core.action.user
 
LoginAction(IContext, Map<String, ? extends Object>) - Constructor for class com.mendix.core.action.user.LoginAction
 
logout(ISession) - Static method in class com.mendix.core.Core
Logout the given session.
logout(ISession) - Method in interface com.mendix.core.ICore
Deprecated.
Logout the given session.

M

mail(ISMTPConfiguration, String, String, String) - Static method in class com.mendix.modules.email.EmailModule
Sends an email to to with subject subject and message msg.
mail(ISMTPConfiguration, String, String, List<String>, List<String>, List<String>, IContext, List<IMendixObject>) - Static method in class com.mendix.modules.email.EmailModule
Sends an email to to, cc and bcc with subject subject and message msg width attachments attachments using settings in configuration.
mail(ISMTPConfiguration, String, String, String, List<String>, List<String>, List<String>, IContext, List<IMendixObject>) - Static method in class com.mendix.modules.email.EmailModule
 
mail(ISMTPConfiguration, String, String, String, String) - Static method in class com.mendix.modules.email.EmailModule
Sends an email to to with subject subject and message as html, the shown message will be htmlmsg.
mail(ISMTPConfiguration, String, String, String, IContext, IMendixObject) - Static method in class com.mendix.modules.email.EmailModule
 
mail(ISMTPConfiguration, String, String, String, String, IContext, IMendixObject) - Static method in class com.mendix.modules.email.EmailModule
 
MendixAutoNumber - Interface in com.mendix.core.objectmanagement.member
 
MendixBinary - Interface in com.mendix.core.objectmanagement.member
 
MendixBoolean - Interface in com.mendix.core.objectmanagement.member
 
MendixCurrency - Interface in com.mendix.core.objectmanagement.member
Deprecated.
As of release 6.0.0, use instead MendixDecimal.
MendixDateTime - Interface in com.mendix.core.objectmanagement.member
 
MendixDecimal - Interface in com.mendix.core.objectmanagement.member
 
MendixEnum - Interface in com.mendix.core.objectmanagement.member
 
MendixException - Exception in com.mendix.systemwideinterfaces
Checked variant of MendixRuntimeException.
MendixException() - Constructor for exception com.mendix.systemwideinterfaces.MendixException
 
MendixException(String) - Constructor for exception com.mendix.systemwideinterfaces.MendixException
 
MendixException(String, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.MendixException
 
MendixException(Throwable) - Constructor for exception com.mendix.systemwideinterfaces.MendixException
 
MendixFloat - Interface in com.mendix.core.objectmanagement.member
Deprecated.
As of release 6.0.0, use instead MendixDecimal.
MendixHashString - Interface in com.mendix.core.objectmanagement.member
 
MendixInteger - Interface in com.mendix.core.objectmanagement.member
 
MendixLong - Interface in com.mendix.core.objectmanagement.member
 
MendixObjectReference - Interface in com.mendix.core.objectmanagement.member
 
MendixObjectReferenceSet - Interface in com.mendix.core.objectmanagement.member
 
MendixRuntimeException - Exception in com.mendix.systemwideinterfaces
Generic Mendix unchecked exception.
MendixRuntimeException() - Constructor for exception com.mendix.systemwideinterfaces.MendixRuntimeException
 
MendixRuntimeException(String, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.MendixRuntimeException
 
MendixRuntimeException(String) - Constructor for exception com.mendix.systemwideinterfaces.MendixRuntimeException
 
MendixRuntimeException(Throwable) - Constructor for exception com.mendix.systemwideinterfaces.MendixRuntimeException
 
MendixString - Interface in com.mendix.core.objectmanagement.member
 
metrics() - Static method in class com.mendix.core.Core
Returns the metrics API.
Metrics - Interface in com.mendix.metrics
WARNING: Experimental feature.
microflowCall(String) - Static method in class com.mendix.core.Core
This API call is experimental and should not be used! It will not work without explicitly enabling background processing.
microflowCall(String) - Method in interface com.mendix.core.ICore
Deprecated.
 
MicroflowCallBuilder - Interface in com.mendix.core.actionmanagement
Provides a builder for building a microflow call.
modelReference() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
mustApplyBegin() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns whether this range parameter has a begin value.
mustApplyEnd() - Method in interface com.mendix.webui.reporting.IDataSetParameter
Returns whether this range parameter has a begin value.

P

parse(String) - Static method in class com.mendix.core.conf.RuntimeVersion
 
parse(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression.SortDirection
Parses a string to a SortDirection enumeration value.
parseAndStoreValue(IContext, String) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
parseDate(String) - Method in class com.mendix.externalinterface.connector.RequestHandler
 
parseValueFromString(String) - Method in interface com.mendix.systemwideinterfaces.core.IDataType
Parses a String to a value based on this datatype.
parseValueFromString(IContext, String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
Parse value of this ObjectMember from a String
parseValueToString(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
PASSWORD_PARAM - Static variable in class com.mendix.core.action.user.LoginAction
 
persistState - Variable in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
 
processRequest(IMxRuntimeRequest, IMxRuntimeResponse, String) - Method in class com.mendix.externalinterface.connector.RequestHandler
Process the request
PROFILER_KEY - Static variable in interface com.mendix.systemwideinterfaces.core.IProfiler
 
providesReadAccess(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
Returns whether this security setting provides read access to the given attribute.
providesWriteAccess(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
Returns whether this security setting provides write access to the given attribute.
put(String, Object) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IParameterMap
This method can be used to add a single value parameter.
putCollection(String, List<Object>) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IParameterMap
This method can be used to add a collection of values or ranges.
putRange(String, Object, Object) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IParameterMap
This method can be used to add a range parameter.

R

raiseExceptionOnFalse - Variable in class com.mendix.core.actionmanagement.EventActionInfo
 
recordDelta(String, int) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, int, double) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, int, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordDelta(String, int, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordDelta(String, long) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, long, double) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, long, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordDelta(String, long, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordDelta(String, double) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, double, double) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge.
recordDelta(String, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordDelta(String, double, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records a change in the value of the specified named gauge with tags.
recordExecutionTime(String, long) - Method in interface com.mendix.metrics.Timers
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, double) - Method in interface com.mendix.metrics.Timers
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, Map<String, String>) - Method in interface com.mendix.metrics.Timers
Records an execution time in milliseconds for the specified named operation.
recordExecutionTime(String, long, double, Map<String, String>) - Method in interface com.mendix.metrics.Timers
Records an execution time in milliseconds for the specified named operation.
recordValue(String, int) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, int, double) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, int, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
recordValue(String, int, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
recordValue(String, long) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, long, double) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, long, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
recordValue(String, long, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
recordValue(String, double) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, double, double) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge.
recordValue(String, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
recordValue(String, double, double, Map<String, String>) - Method in interface com.mendix.metrics.Gauges
Records the latest fixed value for the specified named gauge with tags.
referenceType() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReference
 
referenceType() - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
registerAfterChangeListener(Consumer<IMendixObject>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers an after-change callback.
registerAfterCommitListener(Consumer<List<IMendixObject>>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers an after-commit callback.
registerAfterCreateListener(Consumer<IMendixObject>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers an after-create callback.
registerAfterDeleteListener(Consumer<List<IMendixObject>>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers an after-delete callback.
registerBeforeChangeListener(Consumer<IMendixObject>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers a before-change callback.
registerBeforeCommitListener(Consumer<List<IMendixObject>>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers a before-commit callback.
registerBeforeCreateListener(Consumer<IMendixObject>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers a before-create callback.
registerBeforeDeleteListener(Consumer<List<IMendixObject>>) - Method in interface com.mendix.core.actionmanagement.ListenersRegistry
Registers a before-delete callback.
registerLogSubscriber(LogSubscriber) - Static method in class com.mendix.core.Core
 
registerLogSubscriber(LogSubscriber) - Method in interface com.mendix.core.ICore
Deprecated.
 
registerProfiler(IProfiler) - Static method in class com.mendix.core.Core
 
registerProfiler(IProfiler) - Method in interface com.mendix.core.ICore
Deprecated.
 
registerUserAction(Class<? extends UserAction<?>>) - Method in interface com.mendix.core.actionmanagement.IActionRegistrator
 
removeScheduledFuture(RunnableScheduledFuture<?>) - Static method in class com.mendix.core.Core
Remove scheduled future.
removeScheduledFuture(RunnableScheduledFuture<?>) - Method in interface com.mendix.core.ICore
Deprecated.
Remove scheduled future.
removeSortExpression(ISortExpression) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Removes a sort expression from the list of sort expressions of this request.
removeValue(IContext, IMendixIdentifier) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
representsFunction() - Method in class com.mendix.core.actionmanagement.EventActionInfo
 
RequestHandler - Class in com.mendix.externalinterface.connector
 
RequestHandler() - Constructor for class com.mendix.externalinterface.connector.RequestHandler
 
RequestHandler(Object) - Constructor for class com.mendix.externalinterface.connector.RequestHandler
 
reschedule(RunnableScheduledFuture<R>, CoreAction<R>, long, TimeUnit) - Static method in class com.mendix.core.Core
Reschedule an action with a new delay.
reschedule(RunnableScheduledFuture<R>, CoreAction<R>, long, TimeUnit) - Method in interface com.mendix.core.ICore
Deprecated.
Reschedule an action with a new delay.
resolveTokens(IContext, String) - Static method in class com.mendix.core.Core
Resolve tokens in the given text.
resolveTokens(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Resolve tokens (Mendix system variables) in the given text.
retrieveByIdWithSchema(IContext, IMendixIdentifier, IRetrievalSchema) - Method in interface com.mendix.core.ICore
Deprecated.
 
retrieveByPath(IContext, IMendixObject, String) - Static method in class com.mendix.core.Core
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String, boolean) - Static method in class com.mendix.core.Core
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String, String, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects using the given object and path.
retrieveId(IContext, IMendixIdentifier) - Static method in class com.mendix.core.Core
Retrieves object with the given id (synchronously).
retrieveId(IContext, IMendixIdentifier) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object with the given id (synchronously).
retrieveIdAsync(IContext, IMendixIdentifier) - Static method in class com.mendix.core.Core
Retrieves object with the given id (asynchronously).
retrieveIdAsync(IContext, IMendixIdentifier) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object with the given id (asynchronously).
retrieveIdList(IContext, List<IMendixIdentifier>, int, int, Map<String, String>) - Static method in class com.mendix.core.Core
Retrieves objects with the given ids (synchronously).
retrieveIdList(IContext, List<IMendixIdentifier>) - Static method in class com.mendix.core.Core
Retrieves objects with the given ids (synchronously).
retrieveIdList(IContext, List<IMendixIdentifier>) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects with the given ids (synchronously).
retrieveIdList(IContext, List<IMendixIdentifier>, int, int, Map<String, String>) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects with the given ids (synchronously).
retrieveIdListAsync(IContext, List<IMendixIdentifier>) - Static method in class com.mendix.core.Core
Retrieves objects with the given ids (asynchronously).
retrieveIdListAsync(IContext, List<IMendixIdentifier>) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects with the given ids (asynchronously).
retrieveOQLDataTable(IContext, IGetRequest) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTable(IContext, String) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTable(IContext, String, int, int) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTable(IContext, String, int, int) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTable(IContext, IGetRequest) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTable(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTableAsync(IContext, String) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTableAsync(IContext, IGetRequest) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an IGetRequest object (asynchronously).
retrieveOQLDataTableAsync(IContext, String, int, int) - Static method in class com.mendix.core.Core
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTableAsync(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTableAsync(IContext, IGetRequest) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an IGetRequest object (asynchronously).
retrieveOQLDataTableAsync(IContext, String, int, int) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveValue(IContext, OutputStream) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
retrieveXPathQuery(IContext, String, int, int, Map<String, String>, int) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String, int, int, Map<String, String>) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String, int) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String, int, int, Map<String, String>) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String, int, int, Map<String, String>, int) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String, int, int, Map<String, String>, int, int) - Method in interface com.mendix.core.ICore
Deprecated.
 
retrieveXPathQueryAggregate(IContext, String) - Static method in class com.mendix.core.Core
Retrieves long aggregate value based on the given query (root element of the query should be an aggregate function) (synchronously).
retrieveXPathQueryAggregate(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves long aggregate value based on the given query (root element of the query should be an aggregate function) (synchronously).
retrieveXPathQueryAggregateAsync(IContext, String) - Static method in class com.mendix.core.Core
Retrieves long aggregate value based on the given query (root element of the query should be an aggregate function) (asynchronously).
retrieveXPathQueryAggregateAsync(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves long aggregate value based on the given query (root element of the query should be an aggregate function) (asynchronously).
retrieveXPathQueryAggregateAsyncDouble(IContext, String) - Static method in class com.mendix.core.Core
Retrieves long value based on the given query (query should have an aggregate function as root element).
retrieveXPathQueryAggregateAsyncDouble(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves long value based on the given query (query should have an aggregate function as root element).
retrieveXPathQueryAggregateDecimal(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
 
retrieveXPathQueryAggregateDouble(IContext, String) - Static method in class com.mendix.core.Core
Retrieves double aggregate value based on the given query (root element of the query should be an aggregate function) (synchronously).
retrieveXPathQueryAggregateDouble(IContext, String) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves double aggregate value based on the given query (root element of the query should be an aggregate function) (synchronously).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema) - Static method in class com.mendix.core.Core
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema, boolean) - Static method in class com.mendix.core.Core
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function).
retrieveXPathQueryAsync(IContext, String, int, int, Map<String, String>, int) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (asynchronously).
retrieveXPathQueryAsync(IContext, String, int, int, Map<String, String>, int) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves object list based on the given XPath query (asynchronously).
retrieveXPathQueryEscaped(IContext, String, int, int, Map<String, String>, int, String...) - Static method in class com.mendix.core.Core
Deprecated.
As of release 7.17, replaced by Core.createXPathQuery(String)
retrieveXPathQueryEscaped(IContext, String, String...) - Static method in class com.mendix.core.Core
Deprecated.
As of release 7.17, replaced by Core.createXPathQuery(String)
retrieveXPathQueryEscaped(IContext, String, String...) - Method in interface com.mendix.core.ICore
Deprecated.
As of release 7.17, replaced by ICore.createXPathQuery(String)
retrieveXPathQueryEscaped(IContext, String, int, int, Map<String, String>, int, String...) - Method in interface com.mendix.core.ICore
Deprecated.
As of release 7.17, replaced by ICore.createXPathQuery(String)
retrieveXPathQueryRaw(IContext, String, int, int, Map<String, String>, int) - Static method in class com.mendix.core.Core
Retrieves raw data (IDataTables) based on the given XPath query (synchronously).
retrieveXPathQueryRaw(IContext, String, int, int, Map<String, String>, int) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves raw data (IDataTables) based on the given XPath query (synchronously).
retrieveXPathSchema(IContext, String, IRetrievalSchema, boolean) - Static method in class com.mendix.core.Core
Retrieves objects based on the XPath query and given schema (synchronously).
retrieveXPathSchema(IContext, String, IRetrievalSchema, boolean, boolean) - Static method in class com.mendix.core.Core
Retrieves objects based on the XPath query and given schema (synchronously).
retrieveXPathSchema(IContext, String, IRetrievalSchema, boolean, boolean) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves objects based on the XPath query and given schema (synchronously).
retrieveXPathSchemaEscaped(IContext, String, IRetrievalSchema, boolean, String...) - Static method in class com.mendix.core.Core
Deprecated.
As of release 7.17, replaced by Core.createXPathQuery(String)
retrieveXPathSchemaEscaped(IContext, String, IRetrievalSchema, boolean, boolean, String...) - Static method in class com.mendix.core.Core
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathSchemaEscaped(IContext, String, IRetrievalSchema, boolean, boolean, String...) - Method in interface com.mendix.core.ICore
Deprecated.
As of release 7.17, replaced by ICore.createXPathQuery(String)
retrieveXPathSchemaRaw(IContext, String, boolean, IRetrievalSchema) - Static method in class com.mendix.core.Core
Retrieves raw data (IDataTables) based on the XPath query and given schema (synchronously).
retrieveXPathSchemaRaw(IContext, String, boolean, IRetrievalSchema) - Method in interface com.mendix.core.ICore
Deprecated.
Retrieves raw data (IDataTables) based on the XPath query and given schema (synchronously).
rollback(IContext, IMendixObject) - Static method in class com.mendix.core.Core
Rollback changes of the object with the given id (synchronously).
rollback(IContext, IMendixObject) - Method in interface com.mendix.core.ICore
Deprecated.
Rollback changes of the object with the given id (synchronously).
rollbackAsync(IContext, IMendixObject) - Static method in class com.mendix.core.Core
Rollback changes of the object with the given id (asynchronously).
rollbackAsync(IContext, IMendixObject) - Method in interface com.mendix.core.ICore
Deprecated.
Rollback changes of the object with the given id (asynchronously).
rollbackTransAction() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Rollback the transaction for this context
RUNTIME_VERSION - Static variable in interface com.mendix.core.conf.Configuration
 
RuntimeVersion - Class in com.mendix.core.conf
 
RuntimeVersion(String...) - Constructor for class com.mendix.core.conf.RuntimeVersion
 

S

schedule(String, Date) - Static method in class com.mendix.core.Core
Schedule an action on a certain date.
schedule(CoreAction<R>, long, TimeUnit) - Static method in class com.mendix.core.Core
Schedule an action on a certain delay from now.
schedule(String, Date) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule an action on a certain date.
schedule(CoreAction<R>, long, TimeUnit) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule an action on a certain delay from now.
scheduleAtFixedRate(String, Date, long, TimeUnit, String, String) - Static method in class com.mendix.core.Core
Schedule a periodic action that runs for the first time after the given initial delay (first run), and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(CoreAction<R>, long, long, TimeUnit) - Static method in class com.mendix.core.Core
Schedule a periodic action that runs for the first time after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(CoreAction<R>, Date, long, TimeUnit) - Static method in class com.mendix.core.Core
Schedule a periodic action that run for the first time on the given date/time, and subsequently with the given period; that is executions will commence on firstRun then initialDelay+period, then initialDelay + 2 * period, and so on.
No result will be returned.
scheduleAtFixedRate(CoreAction<R>, Date, long, TimeUnit) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule a periodic action that run for the first time on the given date/time, and subsequently with the given period; that is executions will commence on firstRun then initialDelay+period, then initialDelay + 2 * period, and so on.
No result will be returned.
scheduleAtFixedRate(CoreAction<R>, long, long, TimeUnit) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule a periodic action that runs for the first time after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(String, Date, long, TimeUnit, String, String) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule a periodic action that runs for the first time after the given initial delay (first run), and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleWithFixedDelay(CoreAction<R>, long, long, TimeUnit) - Static method in class com.mendix.core.Core
Schedule a periodic action that runs for the first time after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(CoreAction<R>, long, long, TimeUnit) - Method in interface com.mendix.core.ICore
Deprecated.
Schedule a periodic action that runs for the first time after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
SecurityRuntimeException - Exception in com.mendix.core.objectmanagement
 
SecurityRuntimeException(String) - Constructor for exception com.mendix.core.objectmanagement.SecurityRuntimeException
 
serverFaultCode - Static variable in exception com.mendix.integration.WebserviceException
 
SESSION_MANAGER_PARAM - Static variable in class com.mendix.core.action.user.LoginAction
 
setActionName(String) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setAllowsConcurrentExecution(Boolean) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setAmount(int) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setAmount(long) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Sets the count of the result rows to be retrieved.
setAutoSizeColumn(boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
 
setBackGroundColor(IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the background color of a cell
setBorderColor(Common.BorderSide, IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the border color for a given border side
setBorderStyle(Common.BorderSide, IExcelCellStyle.BorderTypes) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set a border style for a given border side
setCellType(IExcelCell.CellType) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setCellType(IExcelCell.CellType) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
Set cell type for each cell in this column
setColumnValues(String, List<Object>) - Method in class com.mendix.webui.reporting.DataSetResult
 
setColumnValues(String, List<Object>) - Method in interface com.mendix.webui.reporting.IDataSetResult
Sets a list of values for one column.
setContent(String) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setContext(IContext) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setDataFormat(String) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the data format of a cell
setDateFormat(DateFormat) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setDefaultStyle(IExcelCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
Set default style for each cell in this grid
setDepth(int) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setDetail(String) - Method in exception com.mendix.integration.WebserviceException
Sets the detail.
setDisableSecurity(boolean) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setEventObjects(List<IMendixObject>) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setException(Exception) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setExecutionId(String) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
setExecutionThread(Thread) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
setExecutionType(IContext.ExecutionType) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
setFaultActor(String) - Method in exception com.mendix.integration.WebserviceException
Sets the fault actor.
setFontStyle(String, short, IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the font style
setFromAddress(String) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setFromAddress(String) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setHAlign(IExcelCellStyle.HorizontalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set horizontal alignment of text in a cell
setHash(IContext, String) - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
Deprecated.
setHeight(float) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setHttpConfiguration(IHttpConfiguration) - Method in class com.mendix.http.HttpConfiguration
Sets the current IHttpConfiguration.
setImagePath(String) - Method in class com.mendix.webui.reporting.EnumConstant
 
setInitialHash(String) - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
Deprecated.
setLength(Long) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
setLocalize(boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setMetaInfo(JSONObject) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setName(String) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
Set the name of the grid, this name will be presented as the excel sheet name
setObject(IMendixObject) - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
setOffset(int) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setOffset(long) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Sets the start row from where the result will be retrieved.
setParameters(IParameterMap) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest
Specifies the parameter values of the query.
setQuery(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.ITextGetRequest
Sets the retrieval text of this request.
setQueryTimeout(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Sets the execution timeout of all the queries executed for this request.
setReplyToAddress(String) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setReplyToAddress(String) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setRetrievalSchema(IRetrievalSchema) - Method in interface com.mendix.datastorage.XPathQuery
Adds a retrieval schema to the query
setRetrievalSchema(IRetrievalSchema) - Method in interface com.mendix.datastorage.XPathSchemaQuery
Adds a retrieval schema to the query
setRetrievalSchema(IRetrievalSchema) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Sets the format of the data to be retrieved.
setRetrieveCount(boolean) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Sets whether this request retrieves also the count of the rows, when there isn't set a result limit.
sets() - Method in interface com.mendix.metrics.Metrics
Sets report the number of unique elements that are received in a flush period.
Sets - Interface in com.mendix.metrics
Sets report the number of unique elements that are received in a flush period.
setShouldRetrieveCount(boolean) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setSMTPHost(String) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setSMTPHost(String) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setSMTPPort(int) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setSMTPPort(int) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setState(ActionState) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setStyle(IExcelCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setStyle(IExcelCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
Set default style for the whole column
setSystemAction(boolean) - Method in class com.mendix.core.actionmanagement.CoreAction
 
setTargetClass(Class<T>) - Method in class com.mendix.core.actionmanagement.ActionListener
 
setTextDecoration(boolean, boolean, boolean, boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set text decoration
setTimeZone(Integer) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Overrides the timezone by a simple timezone based on an offset.
setTotalResultCount(long) - Method in class com.mendix.webui.reporting.DataSetResult
 
setTotalResultCount(long) - Method in interface com.mendix.webui.reporting.IDataSetResult
Sets the total available count of rows of this report.
setUserAgent(String) - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
setUserName(String) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setUserName(String) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setUserPass(String) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setUserPass(String) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setUseSSLSMTP(boolean) - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
setUseSSLSMTP(boolean) - Method in class com.mendix.modules.email.SMTPConfiguration
 
setVAlign(IExcelCellStyle.VerticalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set vertical alignment of text in a cell
setValue(IContext, byte[]) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 
setValue(IContext, String) - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
Hashes the provided plain-text password and sets the value of this instance of MendixHashString to the hashed password.
setValue(IContext, Set<IMendixIdentifier>, Boolean) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
setValue(IContext, String, Object) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
Set the value for the member with name memberName
setValue(IContext, T) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
setValue(IContext, T, boolean) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
Use setValue instead as this is for internal use.
setValueFromDeserialization(IContext, IMendixIdentifier) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReference
 
setValueFromDeserialization(IContext, Set<IMendixIdentifier>) - Method in interface com.mendix.core.objectmanagement.member.MendixObjectReferenceSet
 
setVariable(String, BigDecimal) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, boolean) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, double) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, int) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, long) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, IMendixObject) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, IMendixIdentifier) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, String) - Method in interface com.mendix.datastorage.XPathBasicQuery
 
setVariable(String, BigDecimal) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, boolean) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, double) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, int) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, long) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, IMendixObject) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, IMendixIdentifier) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, String) - Method in interface com.mendix.datastorage.XPathQuery
 
setVariable(String, BigDecimal) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type BigDecimal Adds a BigDecimal variable In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, boolean) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type Boolean In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, double) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type Double In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, int) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type Integer In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, long) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type Long In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, IMendixObject) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type IMendixObject In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, IMendixIdentifier) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type IMendixIdentifier In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, String) - Method in interface com.mendix.datastorage.XPathQueryBase
Sets a variable with a value of type String In XPath queries it is possible to add variables Variable can be denoted with '$', e.g.
setVariable(String, BigDecimal) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, boolean) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, double) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, int) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, long) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, IMendixObject) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, IMendixIdentifier) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setVariable(String, String) - Method in interface com.mendix.datastorage.XPathSchemaQuery
 
setWidth(short) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
Set width for each cell in this column
shouldBeMonitored - Variable in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
 
ShouldCommit - Enum in com.mendix.integration
Indicates whether created or changed objects should be committed.
shouldLocalize() - Method in interface com.mendix.core.objectmanagement.member.MendixDateTime
 
shouldLocalize() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
shouldLocalizeDate() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
shouldRetrieveCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Returns whether this request retrieves also the count of the rows, when there isn't set a result limit.
shouldTrackWebServiceUserLastLogin() - Method in interface com.mendix.core.conf.Configuration
 
SMTPConfiguration - Class in com.mendix.modules.email
 
SMTPConfiguration() - Constructor for class com.mendix.modules.email.SMTPConfiguration
 
startTransaction() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Start a transaction, if a transaction is already started for this context, a savepoint will be added
stop() - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
storeFileDocumentContent(IContext, IMendixObject, String, InputStream) - Static method in class com.mendix.core.Core
Physically stores a file using the given input stream and commits the file document.
storeFileDocumentContent(IContext, IMendixObject, InputStream) - Static method in class com.mendix.core.Core
Physically stores a file using the given input stream and commits the file document.
storeFileDocumentContent(IContext, IMendixObject, InputStream) - Method in interface com.mendix.core.ICore
Deprecated.
Physically stores a file using the given input stream and commits the file document.
storeFileDocumentContent(IContext, IMendixObject, String, InputStream) - Method in interface com.mendix.core.ICore
Deprecated.
Physically stores a file using the given input stream and commits the file document.
storeImageDocumentContent(IContext, IMendixObject, InputStream, int, int) - Static method in class com.mendix.core.Core
Physically stores an image using the given input stream and commits the image document.
storeImageDocumentContent(IContext, IMendixObject, InputStream, int, int) - Method in interface com.mendix.core.ICore
Deprecated.
Physically stores an image using the given input stream and commits the image document.
storeValue(IContext, InputStream, long) - Method in interface com.mendix.core.objectmanagement.member.MendixBinary
 

T

time(String, long) - Method in interface com.mendix.metrics.Timers
Convenience method equivalent to Timers.recordExecutionTime(String, long).
time(String, long, double) - Method in interface com.mendix.metrics.Timers
Convenience method equivalent to Timers.recordExecutionTime(String, long, double).
time(String, long, Map<String, String>) - Method in interface com.mendix.metrics.Timers
Convenience method equivalent to Timers.recordExecutionTime(String, long, Map).
time(String, long, double, Map<String, String>) - Method in interface com.mendix.metrics.Timers
timers() - Method in interface com.mendix.metrics.Metrics
Timers measure the amount of time an action took to complete, in milliseconds.
Timers - Interface in com.mendix.metrics
Timers measure the amount of time an operation took to complete, in milliseconds.
toLong() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
toString() - Method in class com.mendix.core.conf.RuntimeVersion
 
toString() - Method in class com.mendix.core.objectmanagement.DataValidationInfo
 
toString() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
toString() - Method in exception com.mendix.systemwideinterfaces.core.UserException
Returns data-validation instead of default message in case of ExceptionCategory.DataValidation

U

UniqueConstraintViolationRuntimeException - Exception in com.mendix.systemwideinterfaces.connectionbus.data
 
UniqueConstraintViolationRuntimeException() - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
 
UniqueConstraintViolationRuntimeException(String, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
 
UniqueConstraintViolationRuntimeException(String) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
 
UniqueConstraintViolationRuntimeException(Throwable) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
 
unregisterProfiler() - Static method in class com.mendix.core.Core
 
unregisterProfiler() - Method in interface com.mendix.core.ICore
Deprecated.
 
updateConfiguration(Map<String, Object>, boolean) - Method in interface com.mendix.core.conf.Configuration
 
USER_NAME_PARAM - Static variable in class com.mendix.core.action.user.LoginAction
 
UserAction<R> - Class in com.mendix.systemwideinterfaces.core
Abstract class for user actions.
Usage:
- extend this class (define R!)
- implement the method executeAction()

Example:
public class ExampleAction extends UserAction {
private String param;

public ExampleAction(String param) {
super();
this.param = param;
}

public String executeAction() throws Exception {
return "Hello world! ("+this.param+")";
}

public String toString() {
return "ExampleAction:: param="+this.param;
}
}
UserAction(IContext) - Constructor for class com.mendix.systemwideinterfaces.core.UserAction
 
UserActionListener<T extends UserAction<?>> - Class in com.mendix.systemwideinterfaces.core
Abstract ActionListener
T is the type of UserAction this listener listens to.
UserActionListener(Class<T>) - Constructor for class com.mendix.systemwideinterfaces.core.UserActionListener
 
UserBlockedException - Exception in com.mendix.systemwideinterfaces.core
 
UserBlockedException(String) - Constructor for exception com.mendix.systemwideinterfaces.core.UserBlockedException
 
UserException - Exception in com.mendix.systemwideinterfaces.core
Use this exception for reporting messages to user.
UserException(UserException.ExceptionCategory, String) - Constructor for exception com.mendix.systemwideinterfaces.core.UserException
Creates new UserException
UserException(UserException.ExceptionCategory, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.core.UserException
Creates new UserException
UserException(UserException.ExceptionCategory, String, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.core.UserException
Creates new UserException
UserException(DataValidationInfo) - Constructor for exception com.mendix.systemwideinterfaces.core.UserException
Create a new UserException (data validation)
UserException.ExceptionCategory - Enum in com.mendix.systemwideinterfaces.core
 
useSSLSMTP() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
useSSLSMTP() - Method in class com.mendix.modules.email.SMTPConfiguration
 

V

vAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.VerticalAlignment
 
valueOf(String) - Static method in enum com.mendix.core.actionmanagement.ActionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.core.conf.Configuration.ScheduledEventExecution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.integration.ActionWhenNoObjectFound
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.integration.HttpMethod
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.integration.ShouldCommit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.Common.BorderSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.CellType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.BorderTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IDataType.DataTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.FormTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObject.ObjectState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObjectMember.MemberState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObjectMember.MemberValueState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.AssociationOwner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.AssociationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.DeleteBehaviourChild
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.DeleteBehaviourParent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.UserException.ExceptionCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.webui.reporting.DateTimeFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mendix.core.actionmanagement.ActionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.core.conf.Configuration.ScheduledEventExecution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.integration.ActionWhenNoObjectFound
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.integration.HttpMethod
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.integration.ShouldCommit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.Common.BorderSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCell.CellType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.BorderTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IDataType.DataTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.FormTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IFeedback.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObject.ObjectState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObjectMember.MemberState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.IMendixObjectMember.MemberValueState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.AssociationOwner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.AssociationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.DeleteBehaviourChild
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaAssociation.DeleteBehaviourParent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.systemwideinterfaces.core.UserException.ExceptionCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mendix.webui.reporting.DateTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
verifyValue(IContext, String) - Method in interface com.mendix.core.objectmanagement.member.MendixHashString
 

W

WebServiceCertificateInfo - Class in com.mendix.core.conf
Deprecated.
replaced by com.mendix.http.ICertificateInfo
WebServiceCertificateInfo(String, File, String) - Constructor for class com.mendix.core.conf.WebServiceCertificateInfo
Deprecated.
 
WebserviceException - Exception in com.mendix.integration
An exception that can be thrown by webservices published by the Mendix application and webservice calls by the Mendix application.
WebserviceException(String, String) - Constructor for exception com.mendix.integration.WebserviceException
Creates a new WebserviceException.
WebserviceException(String, String, Throwable) - Constructor for exception com.mendix.integration.WebserviceException
Creates a new WebserviceException.
withParam(String, Object) - Method in interface com.mendix.core.actionmanagement.MicroflowCallBuilder
Adds a parameter with the specified name and value to the microflow call.
withParams(Map<String, Object>) - Method in interface com.mendix.core.actionmanagement.MicroflowCallBuilder
Adds multiples parameters to the microflow call.

X

XPathBasicQuery - Interface in com.mendix.datastorage
 
XPathQuery - Interface in com.mendix.datastorage
Fluent API for basic or schema-based XPath queries
XPathQueryBase - Interface in com.mendix.datastorage
 
XPathSchemaQuery - Interface in com.mendix.datastorage
 
A B C D E F G H I K L M P R S T U V W X 
Skip navigation links