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

A

ABOUT - Static variable in class com.mendix.core.conf.AdminActionConstants
 
addAggregateRowDefinition(LinkedHashMap<String, AggregateFunction>) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
addAllMetaPrimitiveNames(List<String>) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
addDataValidation(DataValidationInfo) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
addFeedback(IFeedback) - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
addIdentifier(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IIdentifierGetRequest
Adds an identifier to this request.
addListener(ActionListener<T>) - Method in interface com.mendix.core.component.ICore
Registers the given ActionListener to the ActionManager.
addListener(ActionListener<T>) - Method in class com.mendix.core.component.InternalCore
 
addMetaAssociationSchema(IMetaAssociationSchema) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
addMetaPrimitiveName(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
addMetaPrimitiveNames(String...) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
addObject(IMendixObject) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Adds one object on which the store action must be done.
addRow(IDataRow) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Only for internal use.
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 tuples in the Map sort as SortExpressions to this request
addToClientRoots(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Not for public use
addUserAction(Class<? extends UserAction<?>>) - Method in interface com.mendix.core.component.ICore
Add the action specified by the given action name to action registry.
addUserAction(Class<? extends UserAction<?>>) - Method in class com.mendix.core.component.InternalCore
 
AdminActionConstants - Class in com.mendix.core.conf
This class defines all admin client action constants, additional to ClientActionConstants
AdminActionConstants() - Constructor for class com.mendix.core.conf.AdminActionConstants
 
adminRoleMetaDataAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
AggregateFunction - Enum in com.mendix.systemwideinterfaces.connectionbus.requests
This enumeration can be used to define an aggregate function for a specific OQL query.
allUserMembers - Static variable in interface com.mendix.core.conf.UserPermissions
 
asyncId - Variable in class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 
authenticate(IContext, IUser, String) - Method in interface com.mendix.core.component.ICore
Authenticate the given user with the given password.
authenticate(IContext, IUser, String) - Method in class com.mendix.core.component.InternalCore
 
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

backGroundColor - Variable in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
BackgroundJobInfo - Class in com.mendix.systemwideinterfaces.core
 
BackgroundJobInfo(Future<?>, IContext, long) - Constructor for class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 
BackgroundJobInfo(Future<?>, IContext) - Constructor for class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 
BEGIN_OF_CURRENT_DAY - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_DAY_UTC - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_HOUR - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_HOUR_UTC - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_MINUTE - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_MINUTE_UTC - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_MONTH - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_MONTH_UTC - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_WEEK - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_WEEK_UTC - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_YEAR - Static variable in class com.mendix.core.conf.Tokens
 
BEGIN_OF_CURRENT_YEAR_UTC - Static variable in class com.mendix.core.conf.Tokens
 
borderColors - Variable in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
borderTypes - Variable in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
buildException(StringBuilder, Throwable) - Method in interface com.mendix.core.component.ICore
 
buildException(StringBuilder, Throwable) - Method in class com.mendix.core.component.InternalCore
 

C

CACHE_STATISTICS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
CACHING - Static variable in class com.mendix.core.log.LogManagerConstants
 
CertificateProcessor - Class in com.mendix.core.conf
 
CertificateProcessor(ILogNode) - Constructor for class com.mendix.core.conf.CertificateProcessor
 
change(IContext, IMendixObject, Map<String, String>) - Method in interface com.mendix.core.component.ICore
Changes the given object in the state store (synchronously).
change(IContext, IMendixObject, Map<String, String>) - Method in class com.mendix.core.component.InternalCore
 
changeAsync(IContext, IMendixObject, Map<String, String>) - Method in interface com.mendix.core.component.ICore
Changes the object (asynchronously).
changeAsync(IContext, IMendixObject, Map<String, String>) - Method in class com.mendix.core.component.InternalCore
 
CHANGED_BY - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
CHANGED_DATE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
check(T) - Method in class com.mendix.systemwideinterfaces.core.UserActionListener
 
CHECK_HEALTH - Static variable in class com.mendix.core.conf.AdminActionConstants
 
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.
checkConfig() - Method in class com.mendix.core.conf.ConfigurationImpl
 
checkRoundingMode(Map<String, Object>, String, RoundingMode, boolean) - Method in class com.mendix.core.conf.ConfigValueChecker
 
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
clearMetaPrimitiveNames() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
clearObjects() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Clears the list with objects on which the store action must be done.
clearSortExpressions() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Removes all sort expressions from the list of sort expressions of this request.
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
 
CLUSTER_MANAGER - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
com.mendix.core.component - package com.mendix.core.component
 
com.mendix.core.conf - package com.mendix.core.conf
 
com.mendix.core.log - package com.mendix.core.log
 
com.mendix.core.objectmanagement.member - package com.mendix.core.objectmanagement.member
 
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.modules.exportmanager.interfaces.pdf - package com.mendix.modules.exportmanager.interfaces.pdf
 
com.mendix.modules.exportmanager.pdf - package com.mendix.modules.exportmanager.pdf
 
com.mendix.systemwideinterfaces - package com.mendix.systemwideinterfaces
 
com.mendix.systemwideinterfaces.connectionbus - package com.mendix.systemwideinterfaces.connectionbus
 
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.systemwideinterfaces.utils - package com.mendix.systemwideinterfaces.utils
 
commit(IContext, IMendixObject) - Method in interface com.mendix.core.component.ICore
Commits the given object.
commit(IContext, List<IMendixObject>) - Method in interface com.mendix.core.component.ICore
Commits the given objects.
commit(IContext, IMendixObject, int) - Method in interface com.mendix.core.component.ICore
Commits the given object.
commit(IContext, List<IMendixObject>, int) - Method in interface com.mendix.core.component.ICore
 
commit(IContext, IMendixObject) - Method in class com.mendix.core.component.InternalCore
 
commit(IContext, List<IMendixObject>) - Method in class com.mendix.core.component.InternalCore
 
commit(IContext, IMendixObject, int) - Method in class com.mendix.core.component.InternalCore
 
commit(IContext, List<IMendixObject>, int) - Method in class com.mendix.core.component.InternalCore
 
commitAsync(IContext, List<IMendixObject>) - Method in interface com.mendix.core.component.ICore
Commits the given object (asynchronously).
commitAsync(IContext, List<IMendixObject>) - Method in class com.mendix.core.component.InternalCore
 
commitValueAsFileDocument(IContext) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
commits the value of the binary as a filedocument
commitWithoutEvents(IContext, IMendixObject) - Method in interface com.mendix.core.component.ICore
Commits the given object without events.
commitWithoutEvents(IContext, IMendixObject, int) - Method in interface com.mendix.core.component.ICore
Commits the given object without events.
commitWithoutEvents(IContext, List<IMendixObject>) - Method in interface com.mendix.core.component.ICore
Commit the given objects without events.
commitWithoutEvents(IContext, List<IMendixObject>, int) - Method in interface com.mendix.core.component.ICore
Commit the given objects without events.
commitWithoutEvents(IContext, IMendixObject) - Method in class com.mendix.core.component.InternalCore
 
commitWithoutEvents(IContext, IMendixObject, int) - Method in class com.mendix.core.component.InternalCore
 
commitWithoutEvents(IContext, List<IMendixObject>) - Method in class com.mendix.core.component.InternalCore
 
commitWithoutEvents(IContext, List<IMendixObject>, int) - Method in class com.mendix.core.component.InternalCore
 
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
 
Configuration - Interface in com.mendix.core.conf
 
CONFIGURATION - Static variable in class com.mendix.core.log.LogManagerConstants
 
Configuration.ScheduledEventExecution - Enum in com.mendix.core.conf
 
ConfigurationImpl - Class in com.mendix.core.conf
Configuration entries for the runtime.
ConfigurationImpl(ILogManager, ConfigurationRegistry) - Constructor for class com.mendix.core.conf.ConfigurationImpl
 
ConfigValueChecker - Class in com.mendix.core.conf
 
ConfigValueChecker(ILogNode) - Constructor for class com.mendix.core.conf.ConfigValueChecker
 
ConnectionBusException - Exception in com.mendix.systemwideinterfaces.connectionbus
 
ConnectionBusException(Throwable) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.ConnectionBusException
 
ConnectionBusException(String) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.ConnectionBusException
 
ConnectionBusException(String, Throwable) - Constructor for exception com.mendix.systemwideinterfaces.connectionbus.ConnectionBusException
 
CONNECTOR - Static variable in class com.mendix.core.log.LogManagerConstants
 
context - Variable in class com.mendix.systemwideinterfaces.core.Feedback
Feedback context
copyFrom(IRetrievalSchema) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Copy the immutable parts of the retrieval schema from source.
CORE - Static variable in class com.mendix.core.log.LogManagerConstants
 
CORE_ACTIONMANAGEMENT - Static variable in class com.mendix.core.log.LogManagerConstants
 
CoreConstants - Class in com.mendix.core.conf
 
CoreConstants() - Constructor for class com.mendix.core.conf.CoreConstants
 
create(List<E>) - Static method in class com.mendix.systemwideinterfaces.utils.ReadOnlyList
Deprecated.
Create a read-only list, based on the given List instance.
create(Collection<E>) - Static method in class com.mendix.systemwideinterfaces.utils.ReadOnlyList
Deprecated.
Create a read-only collection, based on the given Collection instance.
create(Map<K, V>) - Static method in class com.mendix.systemwideinterfaces.utils.ReadOnlyList
Deprecated.
Create a read-only map, based on the given Map instance.
create(Set<E>) - Static method in class com.mendix.systemwideinterfaces.utils.ReadOnlyList
Deprecated.
Create a read-only set, based on the given Set instance.
CREATE_ACCESS - Static variable in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
CREATE_ADMIN_USER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
CREATE_DB - Static variable in class com.mendix.core.conf.AdminActionConstants
 
createContext() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Create new context.
createContext(IContext.ExecutionType) - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
CREATED_DATE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
createDataType(String) - Method in interface com.mendix.core.component.ICore
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)
createDataType(String, String) - Method in interface com.mendix.core.component.ICore
Creates a DataType based on an object type and a attribute name
createDataType(String) - Method in class com.mendix.core.component.InternalCore
 
createDataType(String, String) - Method in class com.mendix.core.component.InternalCore
 
createExcelGrid() - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Creates a new ExcelGrid
createMendixIdentifier(long) - Method in interface com.mendix.core.component.ICore
Creates a new IMendixIdentifier for the given guid.
createMendixIdentifier(String) - Method in interface com.mendix.core.component.ICore
Creates a IMendixIdentifier for the given guid.
createMendixIdentifier(long) - Method in class com.mendix.core.component.InternalCore
 
createMendixIdentifier(String) - Method in class com.mendix.core.component.InternalCore
 
createMessageDigest(String, byte[], byte[]) - Static method in class com.mendix.core.objectmanagement.member.HashInfo
 
createMetaAssociationSchema(String, IRetrievalSchema) - Method in interface com.mendix.core.component.ICore
Create a new IMetaAssociationSchema to specify which associations must be retrieved.
createMetaAssociationSchema(String, IRetrievalSchema) - Method in class com.mendix.core.component.InternalCore
 
createOQLTextGetRequest() - Method in interface com.mendix.core.component.ICore
Create a new IOQLTextGetRequest.
createOQLTextGetRequest() - Method in class com.mendix.core.component.InternalCore
 
createParameterMap() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IOQLTextGetRequest
Returns a new object to set parameter values for this query.
createPDFGrid(int[], float[]) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
createPDFGrid(int[]) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
createRetrievalSchema() - Method in interface com.mendix.core.component.ICore
Create a new IRetrievalSchema.
createRetrievalSchema() - Method in class com.mendix.core.component.InternalCore
 
createRow() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
 
createSudoClone() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
createSystemContext() - Method in interface com.mendix.core.component.ICore
Returns the context of the system session (this is always a sudo context).
createSystemContext() - Method in class com.mendix.core.component.InternalCore
 
createXPathTextGetRequest() - Method in interface com.mendix.core.component.ICore
Create a new IXPathTextGetRequest.
createXPathTextGetRequest() - Method in class com.mendix.core.component.InternalCore
 
CURRENT_DATE_TIME - Static variable in class com.mendix.core.conf.Tokens
 
CURRENT_USER - Static variable in class com.mendix.core.conf.Tokens
 

D

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
 
DAY_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 
DBMSType - Enum in com.mendix.systemwideinterfaces.connectionbus
 
DEBUGGER_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
delete(IContext, IMendixObject...) - Method in interface com.mendix.core.component.ICore
Deletes the given objects from the database and server state store (synchronously).
delete(IContext, int, IMendixObject...) - Method in interface com.mendix.core.component.ICore
Deletes the given objects from the database and server state store (synchronously).
delete(IContext, List<IMendixObject>) - Method in interface com.mendix.core.component.ICore
Deletes the given objects from the database and server state store (synchronously).
delete(IContext, IMendixObject...) - Method in class com.mendix.core.component.InternalCore
 
delete(IContext, int, IMendixObject...) - Method in class com.mendix.core.component.InternalCore
 
delete(IContext, List<IMendixObject>) - Method in class com.mendix.core.component.InternalCore
 
DELETE_ACCESS - Static variable in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
deleteAsync(IContext, IMendixObject, boolean) - Method in interface com.mendix.core.component.ICore
Deletes the given object from the database and server state store (asynchronously).
deleteAsync(IContext, List<IMendixObject>, boolean) - Method in interface com.mendix.core.component.ICore
Deletes the given object from the database and server state store (asynchronously).
deleteAsync(IContext, IMendixObject, boolean) - Method in class com.mendix.core.component.InternalCore
 
deleteAsync(IContext, List<IMendixObject>, boolean) - Method in class com.mendix.core.component.InternalCore
 
deleteWithoutEvents(IContext, List<IMendixObject>, boolean) - Method in interface com.mendix.core.component.ICore
Deletes the given objects from the database and server state store (synchronously) without events This action is executed in a transaction.
deleteWithoutEvents(IContext, List<IMendixObject>, boolean) - Method in class com.mendix.core.component.InternalCore
 
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.
DEVICE_TYPE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
DISABLE_DEBUGGER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
doNotRestrictResultsBySecurity() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.

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
 
ENABLE_DEBUGGER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
enablePersistentSessions() - Method in interface com.mendix.core.conf.Configuration
 
enablePersistentSessions() - Method in class com.mendix.core.conf.ConfigurationImpl
 
END_OF_CURRENT_DAY - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_DAY_UTC - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_HOUR - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_HOUR_UTC - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_MINUTE - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_MINUTE_UTC - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_MONTH - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_MONTH_UTC - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_WEEK - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_WEEK_UTC - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_YEAR - Static variable in class com.mendix.core.conf.Tokens
 
END_OF_CURRENT_YEAR_UTC - Static variable in class com.mendix.core.conf.Tokens
 
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
 
equals(Object) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
equals(Object) - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
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
 
ERROR - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
ERROR_ERROR_TYPE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
ERROR_MESSAGE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
ERROR_STACKTRACE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
evaluateExpression(IContext, Map<String, Object>, String) - Method in interface com.mendix.core.component.ICore
Evaluate the given (microflow)expression.
evaluateExpression(IContext, Map<String, Object>, String) - Method in class com.mendix.core.component.InternalCore
 
ExcelCell - Class in com.mendix.modules.exportmanager.excel
 
ExcelCell(int, int, String) - Constructor for class com.mendix.modules.exportmanager.excel.ExcelCell
 
ExcelCellStyle - Class in com.mendix.modules.exportmanager.excel
 
ExcelCellStyle() - Constructor for class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
ExcelColumn - Class in com.mendix.modules.exportmanager.excel
 
ExcelColumn(int) - Constructor for class com.mendix.modules.exportmanager.excel.ExcelColumn
 
ExcelExporter - Class in com.mendix.modules.exportmanager.excel
 
ExcelExporter() - Constructor for class com.mendix.modules.exportmanager.excel.ExcelExporter
 
ExcelGrid - Class in com.mendix.modules.exportmanager.excel
 
ExcelGrid() - Constructor for class com.mendix.modules.exportmanager.excel.ExcelGrid
 
execute(IContext, String, boolean, Map<String, Object>) - Method in interface com.mendix.core.component.ICore
Execute the specified action (synchronously).
execute(IContext, String, Map<String, Object>) - Method in interface com.mendix.core.component.ICore
Execute the specified action (synchronously).
execute(IContext, String, Object...) - Method in interface com.mendix.core.component.ICore
 
execute(T) - Method in interface com.mendix.core.component.ICore
Execute an action asynchronously, result is given and/or exceptions are raised when calling Future.get().
execute(IContext, String, boolean, Map<String, Object>) - Method in class com.mendix.core.component.InternalCore
 
execute(IContext, String, Map<String, Object>) - Method in class com.mendix.core.component.InternalCore
 
execute(IContext, String, Object...) - Method in class com.mendix.core.component.InternalCore
 
execute(T) - Method in class com.mendix.core.component.InternalCore
 
execute() - Method in class com.mendix.systemwideinterfaces.core.UserAction
This, already implemented, method calls executeAction on execution of this Action
EXECUTE_DDL_COMMANDS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
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, long, boolean, Map<String, Object>) - Method in interface com.mendix.core.component.ICore
Execute the specified microflow (asynchronously).
executeAsync(IContext, String, long, Object...) - Method in interface com.mendix.core.component.ICore
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.component.ICore
Execute the specified action (asynchronously) Result is given and/or exceptions are raised when calling Future.get().
executeAsync(IContext, String, long, boolean, Map<String, Object>) - Method in class com.mendix.core.component.InternalCore
 
executeAsync(IContext, String, long, Object...) - Method in class com.mendix.core.component.InternalCore
 
executeAsync(IContext, String, Object...) - Method in class com.mendix.core.component.InternalCore
 
executeSync(T) - Method in interface com.mendix.core.component.ICore
Execute an action synchronously.
executeSync(T) - Method in class com.mendix.core.component.InternalCore
 
executeVoid(T) - Method in interface com.mendix.core.component.ICore
Execute the specified action (asynchronously).
executeVoid(T) - Method in class com.mendix.core.component.InternalCore
 
ExportManagerModule - Class in com.mendix.modules.exportmanager
Generate PDF and Excel files using this module.
ExportManagerModule() - Constructor for class com.mendix.modules.exportmanager.ExportManagerModule
 

F

Feedback - Class in com.mendix.systemwideinterfaces.core
 
Feedback(IContext) - Constructor for class com.mendix.systemwideinterfaces.core.Feedback
Creates a new Feedback object
feedbackType - Variable in class com.mendix.systemwideinterfaces.core.Feedback
Type of this Feedback object
FILE_DOCUMENT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_CONTENT_ATTRIBUTE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_DELETE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_FILE_ID - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_FILE_NAME - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_HAS_CONTENTS - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_NAME - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_DOCUMENT_UUID - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
FILE_HANDLER - Static variable in interface com.mendix.systemwideinterfaces.HandlerConstants
 
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
 
FULL_ACCESS - Static variable in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
future - Variable in class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 

G

GENERATE_FORMS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
generatePDF(IContext, IMendixObject, String, IPDFGrid, boolean, float, float, float, float) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
generatePDF(IContext, IMendixObject, String, IPDFGrid, boolean) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
generatePDF(IContext, IMendixObject, String, String, List<String>, int[], float[], boolean, float, float, float, float) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
generatePDF(IContext, IMendixObject, String, String, List<String>, int[], float[], boolean) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
generatePDF(IContext, IMendixObject, String, String, int[], float[], boolean) - Static method in class com.mendix.modules.exportmanager.ExportManagerModule
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
generatePDF(IContext, LocalComponent, IMendixObject, String, String, List<String>, int[], float[], boolean, float, float, float, float) - Static method in class com.mendix.modules.exportmanager.pdf.PDFExporter
Deprecated.
 
generatePDF(IContext, LocalComponent, IMendixObject, String, IPDFGrid, boolean, float, float, float, float) - Static method in class com.mendix.modules.exportmanager.pdf.PDFExporter
Deprecated.
Generate a PDF file based on a grid
generateWorkbook(LocalComponent, IContext, List<IExcelGrid>) - Static method in class com.mendix.modules.exportmanager.excel.ExcelExporter
Generate Excel file
generateXLS(LocalComponent, IContext, IMendixObject, String, List<IExcelGrid>) - Static method in class com.mendix.modules.exportmanager.excel.ExcelExporter
Generate Excel file
generateXLS(LocalComponent, 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.
GET_CURRENT_DDL_COMMAND - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_CURRENT_EXECUTIONS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_DDL_COMMANDS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_DEBUGGER_STATUS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_KEYDATA - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_LICENSE_INFORMATION - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_LOGGED_IN_USER_NAMES - Static variable in class com.mendix.core.conf.AdminActionConstants
 
GET_PROFILER_LOGS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
getAccessRightsToRetrieve() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
getActionList() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
getActionQueueSize() - Method in interface com.mendix.core.component.ICore
Returns the current action pool queue size.
getActionQueueSize() - Method in class com.mendix.core.component.InternalCore
 
getActionStack() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getActiveActionCount() - Method in interface com.mendix.core.component.ICore
Returns the current number of active actions.
getActiveActionCount() - Method in class com.mendix.core.component.InternalCore
 
getActiveSession(String) - Method in interface com.mendix.core.component.ICore
 
getActiveSession(String) - Method in class com.mendix.core.component.InternalCore
 
getActiveSessions() - Method in interface com.mendix.core.component.ICore
 
getActiveSessions() - Method in class com.mendix.core.component.InternalCore
 
getAdminUserName() - Method in interface com.mendix.core.conf.Configuration
 
getAdminUserName() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getAdminUserRoleName() - Method in interface com.mendix.core.conf.Configuration
 
getAdminUserRoleName() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getAggregateRowDefinitions() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
getAllMendixObjects() - Method in interface com.mendix.core.component.ICore
Get all IMendixObject types.
getAllMendixObjects() - Method in class com.mendix.core.component.InternalCore
 
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
 
getApplicationRootUrl() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getAssociationDepth() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Gets the depth level of the associations.
getAttributes() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectIndex
 
getBackGroundColor() - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
getBackGroundColor() - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
getBasePath() - Method in interface com.mendix.core.conf.Configuration
 
getBasePath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getBuiltInDatabasePath() - Method in interface com.mendix.core.conf.Configuration
 
getBuiltInDatabasePath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getBuiltInDatabasePath() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getCACertificates() - Method in interface com.mendix.core.conf.Configuration
 
getCACertificates() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getCategory() - Method in exception com.mendix.systemwideinterfaces.core.UserException
 
getCell(int) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getCell(int) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
Get cell in this column at given row index.
getCells() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getCellType() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getCellType() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getCertificateInputStream() - Method in class com.mendix.core.conf.WebServiceCertificateInfo
 
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
 
getClientCertificatePasswords() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getClientCertificates() - Method in interface com.mendix.core.conf.Configuration
 
getClientCertificates() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getClientQueryTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getClientQueryTimeout() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getClientRoots() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getClusterManagerActionInterval() - Method in interface com.mendix.core.conf.Configuration
 
getClusterManagerActionInterval() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getClusterManagerQueryTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getClusterManagerQueryTimeout() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getCode() - Method in interface com.mendix.systemwideinterfaces.core.ILanguage
 
getColSpan() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
getColumn() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getColumn(int) - Method in class com.mendix.modules.exportmanager.excel.ExcelGrid
 
getColumn(int) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
Get column at given column index.
getColumn(int) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid
Deprecated.
 
getColumn() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
getColumn(int) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getColumnCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Returns the number of columns a row contains.
getColumnIndex() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getColumnIndex() - Method in class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
 
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.modules.exportmanager.excel.ExcelGrid
 
getColumns() - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
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.
getColumnsPerPage() - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getColumnWidths() - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getCompletedActionCount() - Method in interface com.mendix.core.component.ICore
Returns the number of completed actions since server startup.
getCompletedActionCount() - Method in class com.mendix.core.component.InternalCore
 
getComponent() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getComponent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getConcurrentUserCount(boolean) - Method in interface com.mendix.core.component.ICore
The current number of concurrent users.
getConcurrentUserCount(boolean) - Method in class com.mendix.core.component.InternalCore
 
getConfiguration() - Method in interface com.mendix.core.component.ICore
 
getConfiguration() - Method in class com.mendix.core.component.InternalCore
 
getConnection() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
getConstantValue(LocalComponent, String) - Method in interface com.mendix.core.conf.Configuration
 
getConstantValue(String) - Method in interface com.mendix.core.conf.Configuration
 
getConstantValue(LocalComponent, String) - Method in class com.mendix.core.conf.ConfigurationImpl
 
getConstantValue(String) - Method in class com.mendix.core.conf.ConfigurationImpl
 
getContent() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getContent() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getContent() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
getContext() - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
getContext() - Method in interface com.mendix.systemwideinterfaces.core.ICoreAction
 
getContext() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getContext() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
use createContext instead.
getContextObjects() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Get context objects
getCreatedDate(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getCSVExportBatchSize() - Method in interface com.mendix.core.conf.Configuration
 
getCSVExportBatchSize() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getCurrentGUID() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
getCurrentIdentifier() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getCurrentObjectType() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
getCurrentPoolSize() - Method in interface com.mendix.core.component.ICore
Returns the current action pool size.
getCurrentPoolSize() - Method in class com.mendix.core.component.InternalCore
 
getData() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Allows attaching data to the scope of the current request (as in web request).
getData() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
There are two alternatives, based on the required behavior: 1. Using IContext.getData() for data that requires the life-time of the current request only 2. Using an entity for data that has to live in this session spanning multiple requests (entity does not have to be committed for this to work)
getDatabaseChildColumnName(IMetaAssociation) - Method in interface com.mendix.core.component.ICore
 
getDatabaseChildColumnName(IMetaAssociation) - Method in class com.mendix.core.component.InternalCore
 
getDatabaseColumnName(IMetaPrimitive) - Method in interface com.mendix.core.component.ICore
 
getDatabaseColumnName(IMetaPrimitive) - Method in class com.mendix.core.component.InternalCore
 
getDatabaseName() - Method in interface com.mendix.core.conf.Configuration
 
getDatabaseName() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getDatabaseName() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getDatabaseParentColumnName(IMetaAssociation) - Method in interface com.mendix.core.component.ICore
 
getDatabaseParentColumnName(IMetaAssociation) - Method in class com.mendix.core.component.InternalCore
 
getDatabaseTableName(IMetaObject) - Method in interface com.mendix.core.component.ICore
 
getDatabaseTableName(IMetaAssociation) - Method in interface com.mendix.core.component.ICore
 
getDatabaseTableName(IMetaObject) - Method in class com.mendix.core.component.InternalCore
 
getDatabaseTableName(IMetaAssociation) - Method in class com.mendix.core.component.InternalCore
 
getDataStoreConfiguration() - Method in interface com.mendix.core.conf.Configuration
 
getDataStoreConfiguration() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getDataTable() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
 
getDataTable() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
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 class com.mendix.modules.exportmanager.excel.ExcelCell
 
getDateFormat() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getDBMSType() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
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
 
getDefaultHashAlgorithm() - Method in interface com.mendix.core.conf.Configuration
 
getDefaultHashAlgorithm() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getDefaultImageCell(PDFImageCell) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getDefaultImageCellStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid
Deprecated.
 
getDefaultImageCellStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getDefaultLanguage() - Method in interface com.mendix.core.component.ICore
Returns the default language of the loaded project.
getDefaultLanguage() - Method in class com.mendix.core.component.InternalCore
 
getDefaultStyle() - Method in class com.mendix.modules.exportmanager.excel.ExcelGrid
 
getDefaultStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
 
getDefaultTextCell(PDFTextCell) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
getDefaultTextCellStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid
Deprecated.
 
getDefaultTextCellStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
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
 
getDirection() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.ISortExpression
Returns the sort order.
getDSLType() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getDTAPMode() - Method in interface com.mendix.core.conf.Configuration
Deprecated.
use isInDevelopment() instead.
getDTAPMode() - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
getEnableGuestLogin() - Method in interface com.mendix.core.conf.Configuration
 
getEnableGuestLogin() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getEntityId() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getEnumeration() - Method in class 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
 
getEnumValues() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumeration
 
getEnumValues() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getExecutionContext() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
getExecutionContext() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
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
 
getFeedbackList() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getField(String) - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getFileDocumentContent(IContext, IMendixObject) - Method in interface com.mendix.core.component.ICore
Returns contents of a file document as an input stream.
getFileDocumentContent(IContext, IMendixObject) - Method in class com.mendix.core.component.InternalCore
 
getFileSeparator() - Method in interface com.mendix.core.conf.Configuration
 
getFileSeparator() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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
 
getGuestUserRoleName() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getGuid() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
Deprecated.
Use toLong() instead.
getHAlign() - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
getHeight() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getHorizontalAlignment() - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
getHorizontalAlignment() - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
getHostName() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getHSSFCellStyle(HSSFWorkbook) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
getHtmlBody() - Method in class com.mendix.modules.email.Message
 
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 class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getIdentifier() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaEnumValue
 
getIdentifiers() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IIdentifierGetRequest
Returns a list of all identifiers of this request.
getIdsOfSameXPathConstraints() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
Only for internal use.
getIFrameUploadDomain() - Method in interface com.mendix.core.conf.Configuration
 
getIFrameUploadDomain() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getImage(IContext, IMendixObject, boolean) - Method in interface com.mendix.core.component.ICore
Retrieve contents of the given image document.
getImage(IContext, IMendixObject, boolean) - Method in class com.mendix.core.component.InternalCore
 
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.core.conf.ConfigurationImpl
 
getImageUrl() - Method in interface com.mendix.core.conf.Configuration
 
getImageUrl() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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) - Method in interface com.mendix.core.component.ICore
Returns all input parameter data types the specified action by name.
getInputParameters(String) - Method in class com.mendix.core.component.InternalCore
 
getInstance() - Static method in class com.mendix.core.conf.RuntimeVersion
 
getInstanceByHashedValue(String) - Static method in class com.mendix.core.objectmanagement.member.HashInfo
 
getInstanceByUnhashedValue(Configuration, String) - Static method in class com.mendix.core.objectmanagement.member.HashInfo
 
getInternationalizedString(IContext, String, Object...) - Method in interface com.mendix.core.component.ICore
Returns the translated string for a certain key and context.
getInternationalizedString(String, String, Object...) - Method in interface com.mendix.core.component.ICore
Returns the translated string for a certain key and language code.
getInternationalizedString(IContext, String, Object...) - Method in class com.mendix.core.component.InternalCore
 
getInternationalizedString(String, String, Object...) - Method in class com.mendix.core.component.InternalCore
 
getJavaActionRoots() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getJavaKeyStorePassword() - Method in interface com.mendix.core.conf.Configuration
 
getJavaKeyStorePassword() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getJdbcUrl() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getLanguage() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getLanguage() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
getLargestPoolSize() - Method in interface com.mendix.core.component.ICore
Returns the largest action pool size.
getLargestPoolSize() - Method in class com.mendix.core.component.InternalCore
 
getLastActive() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getLength() - Method in class com.mendix.core.objectmanagement.member.MendixBinary
 
getLength() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
getLocale(IContext) - Method in interface com.mendix.core.component.ICore
Retrieve locale using the given context.
getLocale(String) - Method in interface com.mendix.core.component.ICore
Retrieve locale using the given language code (e.g.
getLocale(IContext) - Method in class com.mendix.core.component.InternalCore
 
getLocale(String) - Method in class com.mendix.core.component.InternalCore
 
getLogger(String) - Method in interface com.mendix.core.component.ICore
 
getLogger(String) - Method in class com.mendix.core.component.InternalCore
 
getLogMinDurationQuery() - Method in interface com.mendix.core.conf.Configuration
 
getLogMinDurationQuery() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getMaximumNumberConcurrentUsers() - Method in interface com.mendix.core.component.ICore
Returns the maximum number of concurrent users since the server was started.
getMaximumNumberConcurrentUsers() - Method in class com.mendix.core.component.InternalCore
 
getMaxThreadsPerDataStoreRequest() - Method in interface com.mendix.core.conf.Configuration
 
getMaxThreadsPerDataStoreRequest() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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) - Method in interface com.mendix.core.component.ICore
Get the IMetaAssociation corresponding to the given association name.
getMetaAssociation(String) - Method in class com.mendix.core.component.InternalCore
 
getMetaAssociationChild(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociationName() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IMetaAssociationSchema
Returns the name of the meta association of this schema.
getMetaAssociationParent(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociations() - Method in interface com.mendix.core.component.ICore
Get all IMetaAssociations.
getMetaAssociations() - Method in class com.mendix.core.component.InternalCore
 
getMetaAssociationSchemas() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
getMetaAssociationsChild() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaAssociationsParent() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaObject(String) - Method in interface com.mendix.core.component.ICore
Get the IMetaObject corresponding to the given meta object name.
getMetaObject(String) - Method in class com.mendix.core.component.InternalCore
 
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
 
getMetaObjectAccessList() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Only for internal use.
getMetaObjectName() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
getMetaObjects() - Method in interface com.mendix.core.component.ICore
Get all IMetaObjects.
getMetaObjects() - Method in class com.mendix.core.component.InternalCore
 
getMetaObjects() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
getMetaPrimitive(String) - Method in interface com.mendix.core.component.ICore
Get the IMetaPrimtive based on a qualified attribute name (e.g.
getMetaPrimitive(String) - Method in class com.mendix.core.component.InternalCore
 
getMetaPrimitive() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema
Only for internal use.
getMetaPrimitive() - Method in interface com.mendix.systemwideinterfaces.core.meta.IDataValidation
 
getMetaPrimitive(String) - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMetaPrimitiveNames() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
getMetaPrimitives() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMicroflowNames() - Method in interface com.mendix.core.component.ICore
Returns the names of all modeled microflows.
getMicroflowNames() - Method in class com.mendix.core.component.InternalCore
 
getMode() - Static method in class com.mendix.core.component.InternalCore
Deprecated.
use Core.isInDevelopment() instead.
getModelerFile() - Method in interface com.mendix.core.conf.Configuration
 
getModelerFile() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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.
getModuleName() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getMxClientSystemPath() - Method in interface com.mendix.core.conf.Configuration
 
getMxClientSystemPath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getMyScheduledEvents() - Method in interface com.mendix.core.conf.Configuration
 
getMyScheduledEvents() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getName() - Method in class com.mendix.modules.exportmanager.excel.ExcelGrid
 
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.connectionbus.data.IDataTableSchema
Returns the name of the entity of the data in the datatable.
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() - Method in interface com.mendix.core.component.ICore
 
getNamedUserCount() - Method in class com.mendix.core.component.InternalCore
 
getNewLine() - Method in interface com.mendix.core.conf.Configuration
 
getNewLine() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getNonVirtualDeclaredMetaPrimitives() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getNumberConcurrentSessions() - Method in interface com.mendix.core.component.ICore
Returns current number of concurrent sessions.
getNumberConcurrentSessions() - Method in class com.mendix.core.component.InternalCore
 
getObject() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getObjects() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Returns the objects on which the store action must be done.
getObjectType() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
getObjectType() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
getObjectTypeHash() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
Deprecated.
Use getEntityId() instead.
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.IOQLTextGetRequest
Returns the object with parameters values.
getParams() - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
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
 
getPassword() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getPDFCell(int) - Method in class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
Get PDF Cell (internal method)
getPDFImageCell(int) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFColumn
Deprecated.
 
getPDFImageCell(int) - Method in class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
Get image cell
getPDFTextCell(int) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFColumn
Deprecated.
 
getPDFTextCell(int) - Method in class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
 
getPlainBody() - Method in class com.mendix.modules.email.Message
 
getPortNumber() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
getPrimaryKey() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTableSchema
Only for internal use.
getPrimaryKeyValue() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
 
getPrimitives(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getProfiler() - Method in interface com.mendix.core.component.ICore
 
getProfiler() - Method in class com.mendix.core.component.InternalCore
 
getPublicWebrootPath() - Method in interface com.mendix.core.conf.Configuration
 
getPublicWebrootPath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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.
getQueryTimeout() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Returns the execution timeout of all the queries executed for this request.
getReadAccessMembers() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
getReadCommittedSnapshot() - Method in interface com.mendix.core.conf.Configuration
 
getReadCommittedSnapshot() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getReferences(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getReferenceSets(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getReplyToAddress() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getReplyToAddress() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getRequestId() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
use getExecutionId() instead.
getRequestStartTime() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getResourcesPath() - Method in interface com.mendix.core.conf.Configuration
 
getResourcesPath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getResultType() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Returns the type of the result (raw or entity) of this request.
getRetrievalSchema() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IMetaAssociationSchema
Returns the retrieval schema of the associated meta object.
getRetrievalSchema() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Returns the format of the data to be retrieved.
getReturnType(String) - Method in interface com.mendix.core.component.ICore
Returns the return type of the specified action.
getReturnType(String) - Method in class com.mendix.core.component.InternalCore
 
getRoundingMode() - Method in class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
getRoundingMode() - Method in class com.mendix.core.objectmanagement.member.MendixFloat
 
getRow() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getRow() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
getRowCount() - Method in class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
 
getRowCount() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Returns the count of rows in the table.
getRowOnPrimaryKey(Object) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataTable
Only for internal use.
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
 
getRuntimePath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getSaxSource() - Method in interface com.mendix.systemwideinterfaces.IWebserviceResponse
 
getScheduledActionCount() - Method in interface com.mendix.core.component.ICore
Returns the number of actions currently scheduled for future execution.
getScheduledActionCount() - Method in class com.mendix.core.component.InternalCore
 
getScheduledEventExecution() - Method in interface com.mendix.core.conf.Configuration
 
getScheduledEventExecution() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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
 
getServiceName() - Method in class com.mendix.core.conf.WebServiceCertificateInfo
 
getSession() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Get session
getSessionDestroyer() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getSessionIdCookieName() - Method in interface com.mendix.core.conf.Configuration
 
getSessionIdCookieName() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getSessionTimeout() - Method in interface com.mendix.core.conf.Configuration
 
getSessionTimeout() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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.
getSpecificTableName() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Only for internal use.
getStartupDateTime() - Method in interface com.mendix.core.component.ICore
Returns the startup date time of the Mendix Business Server.
getStartupDateTime() - Method in class com.mendix.core.component.InternalCore
 
getState() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
getState() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
getStoreType() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Returns the type of the store action.
getStream() - Method in interface com.mendix.systemwideinterfaces.IWebserviceResponse
 
getStyle() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
getStyle() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCell
Deprecated.
 
getStyle() - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCell
Deprecated.
 
getStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
getStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCell
Deprecated.
 
getStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCell
Deprecated.
 
getStyledCell() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
Get styled cell
getStyledCell(String) - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
getStyledCell(String) - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
getStyledCell(String) - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
getSubObjects() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
getSubtypesOf(String) - Method in interface com.mendix.core.component.ICore
Get all subtypes for an object type (including subtypes of subtypes, etc.).
getSubtypesOf(String) - Method in class com.mendix.core.component.InternalCore
 
getSudoContext() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
Use createSudoClone() instead
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
 
getTables() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataSet
 
getTargetType() - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
getTargetType() - Method in interface com.mendix.systemwideinterfaces.core.IFeedback
 
getTempPath() - Method in interface com.mendix.core.conf.Configuration
 
getTempPath() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getTimeZone() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
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(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.DBMSType
 
getType() - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
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 class com.mendix.core.objectmanagement.member.MendixHashString
 
getUploadedFilesPath() - Method in interface com.mendix.core.conf.Configuration
Deprecated.
this method was for internal use only, use Core.storeFileDocument and Core.retrieveFileDocument instead.
getUploadedFilesPath() - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
getUser(IContext, String) - Method in interface com.mendix.core.component.ICore
Returns a user using the given user name.
getUser(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
getUser() - Method in interface com.mendix.systemwideinterfaces.core.ISession
Get user.
getUserAgent() - Method in interface com.mendix.systemwideinterfaces.core.ISession
 
getUserName() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
getUserName() - Method in class com.mendix.modules.email.SMTPConfiguration
 
getUserName() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
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
 
getVAlign() - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
getValue(String) - Method in interface com.mendix.core.conf.Configuration
Deprecated.
getValue(String) - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
getValue(IContext) - Method in class com.mendix.core.objectmanagement.member.MendixInteger
 
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 class com.mendix.core.objectmanagement.member.MendixAutoNumber
the Long value of the string
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixBoolean
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixDateTime
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixEnum
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixFloat
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixInteger
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixLong
 
getValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixString
 
getValueFromString(String) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
Get value for this ObjectMember from a String
getVariables() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
getVerifiedPasswordErrorMessage(LocalComponent, String, IContext) - Static method in class com.mendix.core.objectmanagement.member.PasswordStrengthVerifier
 
getVerticalAlignment() - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
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
 
getWebServiceCertificates() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getWidth() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
getWriteAccessMembers() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
getXASId() - Method in interface com.mendix.core.component.ICore
Returns the id of this server instance.
getXASId() - Method in class com.mendix.core.component.InternalCore
 
getXASId() - Method in interface com.mendix.core.conf.Configuration
 
getXASId() - Method in class com.mendix.core.conf.ConfigurationImpl
 
getXpathConstraint() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObjectAccess
 
GRANTABLE_ROLES - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 

H

hAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.HorizontalAlignment
 
hAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle.HorizontalAlignment
Deprecated.
 
hAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.HorizontalAlignment
Deprecated.
 
HandlerConstants - Interface in com.mendix.systemwideinterfaces
Specifies on which urls the different handlers can be reached.
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
 
hasDefaultStyle() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
hasDefaultStyle() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
hasDefaultStyle - Variable in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
hasDefaultStyle() - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
hasDeleteRights(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
hashAlgorithm - Variable in class com.mendix.core.objectmanagement.member.HashInfo
 
HashAlgorithmType - Enum in com.mendix.core.conf
 
hashCode() - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
hashCode() - Method in class com.mendix.systemwideinterfaces.core.Feedback
 
hashCode() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
hashCode() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
hashedValue - Variable in class com.mendix.core.objectmanagement.member.HashInfo
 
HashInfo - Class in com.mendix.core.objectmanagement.member
 
HashInfo(HashAlgorithmType, String, String) - Constructor for class com.mendix.core.objectmanagement.member.HashInfo
 
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
 
hasMicroflowConstantConfig(String) - Method in class com.mendix.core.conf.ConfigurationImpl
 
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
 
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
 
HOUR_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 

I

I18NPROCESSOR - Static variable in class com.mendix.core.log.LogManagerConstants
 
IActionManager - Interface in com.mendix.systemwideinterfaces.core
 
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.component
 
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
IDataSet - Interface in com.mendix.systemwideinterfaces.connectionbus.data
A DataSet contains a collection of DataTable objects
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.
IIdentifierGetRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This interface represents a retrieval request based on identifiers.
ILanguage - Interface in com.mendix.systemwideinterfaces.core
Represents a user language.
IMAGE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
IMAGE_DEFAULT_HEIGHT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
IMAGE_DEFAULT_WIDTH - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
IMendixEnum - Interface in com.mendix.systemwideinterfaces.core
 
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.AssociationCascadingDeletion - Enum in com.mendix.systemwideinterfaces.core.meta
Deprecated.
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
 
IMetaAssociationSchema - Interface in com.mendix.systemwideinterfaces.connectionbus.requests
With a IMetaAssociationSchema, you can specify for a request, which associations also must be retrieved.
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
 
index() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.Color
 
INITIALIZE - Static variable in class com.mendix.core.conf.AdminActionConstants
 
initializeGuestSession() - Method in interface com.mendix.core.component.ICore
Initialize a new session for a guest user
initializeGuestSession() - Method in class com.mendix.core.component.InternalCore
 
initializeSession(IUser, String) - Method in interface com.mendix.core.component.ICore
Initialize a new session for the given user.
initializeSession(IUser, String) - Method in class com.mendix.core.component.InternalCore
 
instantiate(IContext, String) - Method in interface com.mendix.core.component.ICore
Creates a new IMendixObject with the given object type (synchronously).
instantiate(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
instantiateAsync(IContext, String) - Method in interface com.mendix.core.component.ICore
Creates a new IMendixObject with the given object type (asynchronously).
instantiateAsync(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
InternalCore - Class in com.mendix.core.component
Default implementation of ICore.
InternalCore(LocalComponent) - Constructor for class com.mendix.core.component.InternalCore
 
InternalCore.Mode - Enum in com.mendix.core.component
Deprecated.
INTERRUPT_REQUEST - Static variable in class com.mendix.core.conf.AdminActionConstants
 
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.
IPDFCell - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFCellStyle - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFColumn - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFGrid - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFImageCell - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFImageCellStyle - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
IPDFImageCellStyle.HorizontalAlignment - Enum in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
 
IPDFTextCell - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
IPDFTextCellStyle - Interface in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
use the document exporter instead or use an up-to-date PDF library if you need this much customization
IPDFTextCellStyle.FontStyle - Enum in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
 
IPDFTextCellStyle.HorizontalAlignment - Enum in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
 
IPDFTextCellStyle.VerticalAlignment - Enum in com.mendix.modules.exportmanager.interfaces.pdf
Deprecated.
 
IProfiler - Interface in com.mendix.systemwideinterfaces.core
Interface which can be implemented to roll your on profiler for client requests.
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
 
isAutoSizeColumn() - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
isBlocked() - Method in interface com.mendix.systemwideinterfaces.core.IUser
 
isChanged() - Method in interface com.mendix.systemwideinterfaces.core.IMendixObject
 
ISchemeManager - Interface in com.mendix.systemwideinterfaces.core
 
isClustered() - Method in interface com.mendix.core.conf.Configuration
 
isClustered() - Method in class com.mendix.core.conf.ConfigurationImpl
 
isDecimal() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive
 
isDistinct() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
isEmpty() - Method in class 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
 
isForeignKey() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema
Only for internal use.
isInDevelopment() - Method in interface com.mendix.core.component.ICore
 
isInDevelopment() - Method in class com.mendix.core.component.InternalCore
 
isInDevelopment() - Method in interface com.mendix.core.conf.Configuration
 
isInDevelopment() - Method in class com.mendix.core.conf.ConfigurationImpl
 
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 class com.mendix.core.conf.ConfigurationImpl
 
isKeepAliveEnabled() - Method in interface com.mendix.systemwideinterfaces.core.IConfiguration
 
isList() - Method in interface com.mendix.systemwideinterfaces.core.IDataType
 
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
 
isPrimaryKey() - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataColumnSchema
Only for internal use.
isRightToLeft() - Method in interface com.mendix.systemwideinterfaces.core.ILanguage
 
isSecurityDisabled() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Specifies whether the security must be checked when the query is executed or not.
isShouldFitToCell() - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
isSubClassOf(IMetaObject, IMetaObject) - Method in interface com.mendix.core.component.ICore
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(String, short) - Method in interface com.mendix.core.component.ICore
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(String, String) - Method in interface com.mendix.core.component.ICore
Checks whether a type is a subclass of or equal to a potential super class.
isSubClassOf(IMetaObject, IMetaObject) - Method in class com.mendix.core.component.InternalCore
 
isSubClassOf(String, short) - Method in class com.mendix.core.component.InternalCore
 
isSubClassOf(String, String) - Method in class com.mendix.core.component.InternalCore
 
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
 
IStoreRequest - Interface in com.mendix.systemwideinterfaces.connectionbus.requests.types
This interface represents a store request.
isUser() - Method in interface com.mendix.systemwideinterfaces.core.meta.IMetaObject
 
isValid(IContext, String) - Method in class com.mendix.core.objectmanagement.member.MendixEnum
Returns whether the given value is a valid value of this enum.
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.

J

JDBCDataStoreConfiguration - Class in com.mendix.systemwideinterfaces.connectionbus
 
JDBCDataStoreConfiguration(String, DBMSType, String, String, String, String, String, boolean, Map<String, Object>) - Constructor for class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
jobContext - Variable in class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 
JSON - Static variable in class com.mendix.core.log.LogManagerConstants
 

K

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

L

LANGUAGE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
LANGUAGE_CODE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
LANGUAGE_DESCRIPTION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
LDAP_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
LICENSE_INFORMATION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
logClientData(JSONObject, String) - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
login(Map<String, ? extends Object>) - Method in interface com.mendix.core.component.ICore
Generic login method (can be used in modules in combination with LoginAction replacement).
login(String, String) - Method in interface com.mendix.core.component.ICore
Login user with the given user name and password.
login(String, String, IMxRuntimeRequest) - Method in interface com.mendix.core.component.ICore
 
login(String, String, String) - Method in interface com.mendix.core.component.ICore
Login user with the given parameters.
login(Map<String, ? extends Object>) - Method in class com.mendix.core.component.InternalCore
 
login(String, String) - Method in class com.mendix.core.component.InternalCore
 
login(String, String, IMxRuntimeRequest) - Method in class com.mendix.core.component.InternalCore
 
login(String, String, String) - Method in class com.mendix.core.component.InternalCore
 
LogManagerConstants - Class in com.mendix.core.log
This class contains constants which are names of default LogNode objects that are in use by the XAS.
LogManagerConstants() - Constructor for class com.mendix.core.log.LogManagerConstants
 
logout(ISession) - Method in interface com.mendix.core.component.ICore
Logout the given session.
logout(ISession) - Method in class com.mendix.core.component.InternalCore
 

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, 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
 
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
 
MendixAutoNumber - Class in com.mendix.core.objectmanagement.member
AutoNumber primitive
MendixAutoNumber(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixAutoNumber
 
MendixAutoNumber(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixAutoNumber
Creates MendixAutoNumber with the given virtual settings
MendixAutoNumber(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixAutoNumber
 
MendixBinary - Class in com.mendix.core.objectmanagement.member
Binary object member.
MendixBinary(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixBinary
 
MendixBinary(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixBinary
Creates MendixBinary with the given virtual settings
MendixBinary(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixBinary
 
MendixBoolean - Class in com.mendix.core.objectmanagement.member
Boolean primitive
MendixBoolean(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixBoolean
 
MendixBoolean(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixBoolean
Creates MendixBoolean with the given virtual settings
MendixBoolean(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixBoolean
 
MendixCurrency - Class in com.mendix.core.objectmanagement.member
Deprecated.
Use MendixDecimal instead.
MendixCurrency(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
MendixCurrency(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
Creates MendixCurrency with the given virtual settings
MendixCurrency(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
MendixDateTime - Class in com.mendix.core.objectmanagement.member
Primitive for a Date (including time)
MendixDateTime(String, boolean) - Constructor for class com.mendix.core.objectmanagement.member.MendixDateTime
 
MendixDateTime(String, boolean, String, boolean) - Constructor for class com.mendix.core.objectmanagement.member.MendixDateTime
Creates MendixDateTime with the given virtual settings
MendixDateTime(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixDateTime
 
MendixEnum - Class in com.mendix.core.objectmanagement.member
Enum primitive, Should be initialized with the possible options
MendixEnum(String, IMetaEnumeration) - Constructor for class com.mendix.core.objectmanagement.member.MendixEnum
Creates MendixEnum with the given possible options
MendixEnum(String, boolean, String, IMetaEnumeration) - Constructor for class com.mendix.core.objectmanagement.member.MendixEnum
Creates MendixEnum with the given possible options and virtual settings
MendixEnum(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixEnum
 
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 - Class in com.mendix.core.objectmanagement.member
Float primitive
MendixFloat(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixFloat
 
MendixFloat(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixFloat
Creates MendixFloat with the given virtual settings
MendixFloat(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixFloat
 
MendixHashString - Class in com.mendix.core.objectmanagement.member
Hash string object member.
MendixHashString(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixHashString
 
MendixHashString(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixHashString
 
MendixHashString(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixHashString
 
MendixInteger - Class in com.mendix.core.objectmanagement.member
Integer primitive
MendixInteger(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixInteger
 
MendixInteger(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixInteger
Creates MendixInteger with the given virtual settings
MendixInteger(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixInteger
 
MendixLong - Class in com.mendix.core.objectmanagement.member
Long primitive
MendixLong(String) - Constructor for class com.mendix.core.objectmanagement.member.MendixLong
 
MendixLong(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixLong
Creates MendixLong with the given virtual settings
MendixLong(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixLong
 
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 - Class in com.mendix.core.objectmanagement.member
String primitive
MendixString(String, int) - Constructor for class com.mendix.core.objectmanagement.member.MendixString
 
MendixString(String, boolean, String) - Constructor for class com.mendix.core.objectmanagement.member.MendixString
Creates MendixString with the given virtual settings
MendixString(IMetaPrimitive) - Constructor for class com.mendix.core.objectmanagement.member.MendixString
 
Message - Class in com.mendix.modules.email
 
Message() - Constructor for class com.mendix.modules.email.Message
 
MICROFLOW_DEBUGGER - Static variable in class com.mendix.core.log.LogManagerConstants
 
MICROFLOW_ENGINE - Static variable in class com.mendix.core.log.LogManagerConstants
 
MICROFLOW_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
MINUTE_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 
MODELSTORE - Static variable in class com.mendix.core.log.LogManagerConstants
 
MODULE - Static variable in class com.mendix.core.log.LogManagerConstants
 
MODULE_SEPARATOR - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
MONTH_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 
mustRetrieveAccessRight(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
mustRetrieveAllAccessRights() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
mustRetrieveOnlyRights() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
mustReturnOnlyNecessaryDDLCommands() - Method in interface com.mendix.core.conf.Configuration
 
mustReturnOnlyNecessaryDDLCommands() - Method in class com.mendix.core.conf.ConfigurationImpl
 
mustUseTransaction() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
MXCLIENT_PATH - Static variable in interface com.mendix.systemwideinterfaces.HandlerConstants
 

N

NON_CLIENT_BACKGROUND_JOB_ID - Static variable in class com.mendix.systemwideinterfaces.core.BackgroundJobInfo
 

O

otherRolesMetaDataAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
OWNER - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 

P

params - Variable in class com.mendix.systemwideinterfaces.core.Feedback
Params, the value object should always implement a proper toString method
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 class com.mendix.core.objectmanagement.member.MendixBinary
Parses a string to the inputstream and writes it to the connectionbus
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixAutoNumber
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixBoolean
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixDateTime
Parse value of this ObjectMember from a String
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixEnum
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixFloat
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixInteger
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixLong
 
parseInitialValueFromString(String) - Method in class com.mendix.core.objectmanagement.member.MendixString
 
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 class com.mendix.core.objectmanagement.member.MendixBinary
 
parseValueToString(IContext) - Method in class com.mendix.core.objectmanagement.member.MendixCurrency
Deprecated.
 
parseValueToString(IContext) - Method in class com.mendix.core.objectmanagement.member.MendixDateTime
parses the date value of this member to a Long
parseValueToString(IContext) - Method in class com.mendix.core.objectmanagement.member.MendixFloat
 
parseValueToString(IContext) - Method in interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
 
PasswordStrengthVerifier - Class in com.mendix.core.objectmanagement.member
 
PasswordStrengthVerifier(LocalComponent, IMendixObject, String) - Constructor for class com.mendix.core.objectmanagement.member.PasswordStrengthVerifier
 
PDFCell - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFCell(int, int, String) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
PDFCellStyle - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFCellStyle() - Constructor for class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
PDFColumn - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFColumn(int) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFColumn
Deprecated.
 
PDFExporter - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFExporter() - Constructor for class com.mendix.modules.exportmanager.pdf.PDFExporter
Deprecated.
 
PDFGrid - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFGrid(int[], float[]) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
PDFGrid, specified by the number of columns per page and the width ratio per column
PDFGrid(int[]) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
PDFGrid, specified by the number of columns per page (all columns same width)
PDFImageCell - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFImageCell(int, int, String) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFImageCell
Deprecated.
 
PDFImageCellStyle - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFImageCellStyle() - Constructor for class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
PDFTextCell - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFTextCell(int, int, String) - Constructor for class com.mendix.modules.exportmanager.pdf.PDFTextCell
Deprecated.
 
PDFTextCellStyle - Class in com.mendix.modules.exportmanager.pdf
Deprecated.
PDFTextCellStyle() - Constructor for class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
persistState - Variable in enum com.mendix.systemwideinterfaces.core.IContext.ExecutionType
 
PRIVATE_FILE_DOCUMENT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
PROFILER_KEY - Static variable in interface com.mendix.systemwideinterfaces.core.IProfiler
 
PROFILING - Static variable in class com.mendix.core.log.LogManagerConstants
 
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

READ_ACCESS - Static variable in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 
readCertificates(Configuration, List<InputStream>, List<InputStream>, List<String>, String) - Method in class com.mendix.core.conf.CertificateProcessor
 
ReadOnlyList - Class in com.mendix.systemwideinterfaces.utils
Deprecated.
use java.util.Collections.umodifiableList, java.util.Collections.unmodifiableCollection and java.util.Collections.unmodifiableMap instead.
ReadOnlyList() - Constructor for class com.mendix.systemwideinterfaces.utils.ReadOnlyList
Deprecated.
 
registerConfigurationSetting(String, String) - Method in interface com.mendix.core.conf.Configuration
Deprecated.
registerConfigurationSetting(String, String) - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
registerLogSubscriber(LogSubscriber) - Method in interface com.mendix.core.component.ICore
 
registerLogSubscriber(LogSubscriber) - Method in class com.mendix.core.component.InternalCore
 
registerProfiler(IProfiler) - Method in interface com.mendix.core.component.ICore
 
registerProfiler(IProfiler) - Method in class com.mendix.core.component.InternalCore
 
release(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
use an object associated with System.Session instead.
removeAsync(IContext, IMendixIdentifier, boolean) - Method in interface com.mendix.core.component.ICore
Deprecated.
use deleteAsync() instead. This new version does not allow passing an identifier but only objects, however within this deprecated method the object is simply retrieved using retrieveId() as well. To make this perform better, you should gather ids and retrieve all objects with retrieveIdList() and then use deleteAsync using the list.
removeAsync(IContext, IMendixIdentifier, boolean) - Method in class com.mendix.core.component.InternalCore
Deprecated.
removeFromClientRoots(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Not for public use
removeIdentifier(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IIdentifierGetRequest
Removes an identifier from this request.
removeObject(IMendixObject) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
Removes one object from the list of objects on which the store action must be done.
removeScheduledFuture(RunnableScheduledFuture<?>) - Method in interface com.mendix.core.component.ICore
Remove scheduled future.
removeScheduledFuture(RunnableScheduledFuture<?>) - Method in class com.mendix.core.component.InternalCore
 
removeSortExpression(ISortExpression) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Removes a sort expression from the list of sort expressions of this request.
REPORTING_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
reschedule(RunnableScheduledFuture<R>, CoreAction<R>, long, TimeUnit) - Method in interface com.mendix.core.component.ICore
Reschedule an action with a new delay.
reschedule(RunnableScheduledFuture<R>, CoreAction<R>, long, TimeUnit) - Method in class com.mendix.core.component.InternalCore
 
resolveTokens(IContext, String) - Method in interface com.mendix.core.component.ICore
Resolve tokens (Mendix system variables) in the given text.
resolveTokens(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
resolveTokens(LocalComponent, IContext, String) - Static method in class com.mendix.core.conf.Tokens
Resolve tokens in a text and return the resulting object
RESOURCE_HANDLER - Static variable in interface com.mendix.systemwideinterfaces.HandlerConstants
 
ResultType - Enum in com.mendix.systemwideinterfaces.connectionbus.requests
This enum type represents a specifying of the result form of retrieval requests.
retain(IMendixObject) - Method in interface com.mendix.systemwideinterfaces.core.ISession
Deprecated.
use an object associated with System.Session instead.
retrieveByIdWithSchema(IContext, IMendixIdentifier, IRetrievalSchema) - Method in interface com.mendix.core.component.ICore
 
retrieveByIdWithSchema(IContext, IMendixIdentifier, IRetrievalSchema) - Method in class com.mendix.core.component.InternalCore
 
retrieveByPath(IContext, IMendixObject, String) - Method in interface com.mendix.core.component.ICore
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String, boolean) - Method in interface com.mendix.core.component.ICore
Retrieves objects using the given object and path.
retrieveByPath(IContext, IMendixObject, String) - Method in class com.mendix.core.component.InternalCore
 
retrieveByPath(IContext, IMendixObject, String, boolean) - Method in class com.mendix.core.component.InternalCore
 
retrieveId(IContext, IMendixIdentifier) - Method in interface com.mendix.core.component.ICore
Retrieves object with the given id (synchronously).
retrieveId(IContext, IMendixIdentifier) - Method in class com.mendix.core.component.InternalCore
 
retrieveIdAsync(IContext, IMendixIdentifier) - Method in interface com.mendix.core.component.ICore
Retrieves object with the given id (asynchronously).
retrieveIdAsync(IContext, IMendixIdentifier) - Method in class com.mendix.core.component.InternalCore
 
retrieveIdList(IContext, List<IMendixIdentifier>) - Method in interface com.mendix.core.component.ICore
Retrieves objects with the given ids (synchronously).
retrieveIdList(IContext, List<IMendixIdentifier>, int, int, Map<String, String>) - Method in interface com.mendix.core.component.ICore
Retrieves objects with the given ids (synchronously).
retrieveIdList(IContext, List<IMendixIdentifier>) - Method in class com.mendix.core.component.InternalCore
 
retrieveIdList(IContext, List<IMendixIdentifier>, int, int, Map<String, String>) - Method in class com.mendix.core.component.InternalCore
 
retrieveIdListAsync(IContext, List<IMendixIdentifier>) - Method in interface com.mendix.core.component.ICore
Retrieves objects with the given ids (asynchronously).
retrieveIdListAsync(IContext, List<IMendixIdentifier>) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTable(IContext, String, int, int) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTable(IContext, IGetRequest) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTable(IContext, String) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an IGetRequest object (synchronously).
retrieveOQLDataTable(IContext, String, int, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTable(IContext, IGetRequest) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTable(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTableAsync(IContext, String) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTableAsync(IContext, IGetRequest) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an IGetRequest object (asynchronously).
retrieveOQLDataTableAsync(IContext, String, int, int) - Method in interface com.mendix.core.component.ICore
Retrieve raw data (IDataTable) using an OQL query (asynchronously).
retrieveOQLDataTableAsync(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTableAsync(IContext, IGetRequest) - Method in class com.mendix.core.component.InternalCore
 
retrieveOQLDataTableAsync(IContext, String, int, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveValue(IContext, OutputStream) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
The contents of the binary field will be copied on the OutputStream.
retrieveXPathQuery(IContext, String, int, int, Map<String, String>) - Method in interface com.mendix.core.component.ICore
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQuery(IContext, String) - Method in interface com.mendix.core.component.ICore
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.component.ICore
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.component.ICore
 
retrieveXPathQuery(IContext, String, int, int, Map<String, String>) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQuery(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQuery(IContext, String, int, int, Map<String, String>, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQuery(IContext, String, int, int, Map<String, String>, int, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregate(IContext, String) - Method in interface com.mendix.core.component.ICore
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 class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregateAsync(IContext, String) - Method in interface com.mendix.core.component.ICore
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 class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregateAsyncDouble(IContext, String) - Method in interface com.mendix.core.component.ICore
Retrieves long value based on the given query (query should have an aggregate function as root element)
retrieveXPathQueryAggregateAsyncDouble(IContext, String) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregateDouble(IContext, String) - Method in interface com.mendix.core.component.ICore
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 class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema) - Method in interface com.mendix.core.component.ICore
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function) (asynchronously).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema, boolean) - Method in interface com.mendix.core.component.ICore
Retrieves long aggregate value based on the given query and schema (root element of the query should be an aggregate function) (asynchronously).
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAggregateSchema(IContext, String, IRetrievalSchema, boolean) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryAsync(IContext, String, int, int, Map<String, String>, int) - Method in interface com.mendix.core.component.ICore
Retrieves object list based on the given XPath query (asynchronously).
retrieveXPathQueryAsync(IContext, String, int, int, Map<String, String>, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryEscaped(IContext, String, String...) - Method in interface com.mendix.core.component.ICore
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQueryEscaped(IContext, String, int, int, Map<String, String>, int, String...) - Method in interface com.mendix.core.component.ICore
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathQueryEscaped(IContext, String, String...) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryEscaped(IContext, String, int, int, Map<String, String>, int, String...) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathQueryRaw(IContext, String, int, int, Map<String, String>, int) - Method in interface com.mendix.core.component.ICore
Retrieves raw data (IDataTables) based on the given XPath query (synchronously).
retrieveXPathQueryRaw(IContext, String, int, int, Map<String, String>, int) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathSchema(IContext, String, IRetrievalSchema, boolean, boolean) - Method in interface com.mendix.core.component.ICore
Retrieves objects based on the XPath query and given schema (synchronously).
retrieveXPathSchema(IContext, String, IRetrievalSchema, boolean, boolean) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathSchemaEscaped(IContext, String, IRetrievalSchema, boolean, boolean, String...) - Method in interface com.mendix.core.component.ICore
Retrieves object list based on the given XPath query (synchronously).
retrieveXPathSchemaEscaped(IContext, String, IRetrievalSchema, boolean, boolean, String...) - Method in class com.mendix.core.component.InternalCore
 
retrieveXPathSchemaRaw(IContext, String, boolean, IRetrievalSchema) - Method in interface com.mendix.core.component.ICore
Retrieves raw data (IDataTables) based on the XPath query and given schema (synchronously).
retrieveXPathSchemaRaw(IContext, String, boolean, IRetrievalSchema) - Method in class com.mendix.core.component.InternalCore
 
rollback(IContext, IMendixObject) - Method in interface com.mendix.core.component.ICore
Rollback changes of the object with the given id (synchronously).
rollback(IContext, IMendixIdentifier) - Method in interface com.mendix.core.component.ICore
Deprecated.
use deleteAsync() instead. This new version does not allow passing an identifier but only objects, however within this deprecated method the object is simply retrieved using retrieveId() as well. To make this perform better, you should gather ids and retrieve all objects with retrieveIdList() and then use deleteAsync using the list.
rollback(IContext, IMendixObject) - Method in class com.mendix.core.component.InternalCore
 
rollback(IContext, IMendixIdentifier) - Method in class com.mendix.core.component.InternalCore
Deprecated.
rollbackAsync(IContext, IMendixObject) - Method in interface com.mendix.core.component.ICore
Rollback changes of the object with the given id (asynchronously).
rollbackAsync(IContext, IMendixIdentifier) - Method in interface com.mendix.core.component.ICore
Deprecated.
use deleteAsync() instead. This new version does not allow passing an identifier but only objects, however within this deprecated method the object is simply retrieved using retrieveId() as well. To make this perform better, you should gather ids and retrieve all objects with retrieveIdList() and then use deleteAsync using the list.
rollbackAsync(IContext, IMendixObject) - Method in class com.mendix.core.component.InternalCore
 
rollbackAsync(IContext, IMendixIdentifier) - Method in class com.mendix.core.component.InternalCore
Deprecated.
rollbackTransAction() - Method in interface com.mendix.systemwideinterfaces.core.IContext
Rollback the transaction for this context
RUNTIME_STATISTICS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
RUNTIME_STATUS - Static variable in class com.mendix.core.conf.AdminActionConstants
 
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) - Method in interface com.mendix.core.component.ICore
Schedule an action on a certain date.
schedule(CoreAction<R>, long, TimeUnit) - Method in interface com.mendix.core.component.ICore
Schedule an action on a certain delay from now.
schedule(String, Date) - Method in class com.mendix.core.component.InternalCore
 
schedule(CoreAction<R>, long, TimeUnit) - Method in class com.mendix.core.component.InternalCore
 
scheduleAtFixedRate(CoreAction<R>, Date, long, TimeUnit) - Method in interface com.mendix.core.component.ICore
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.component.ICore
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.component.ICore
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>, Date, long, TimeUnit) - Method in class com.mendix.core.component.InternalCore
 
scheduleAtFixedRate(CoreAction<R>, long, long, TimeUnit) - Method in class com.mendix.core.component.InternalCore
 
scheduleAtFixedRate(String, Date, long, TimeUnit, String, String) - Method in class com.mendix.core.component.InternalCore
 
SCHEDULED_EVENT_INFORMATION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
scheduleWithFixedDelay(CoreAction<R>, long, long, TimeUnit) - Method in interface com.mendix.core.component.ICore
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 class com.mendix.core.component.InternalCore
 
SCHEME_MANAGEMENT - Static variable in class com.mendix.core.log.LogManagerConstants
 
SECOND_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 
selfReadAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
selfWriteAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
send(ISMTPConfiguration, Message, String, List<String>, List<String>, List<String>, List<IMendixObject>) - Method in class com.mendix.modules.email.Sender
 
Sender - Class in com.mendix.modules.email
 
Sender(LocalComponent, IContext) - Constructor for class com.mendix.modules.email.Sender
 
SESSION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SESSION_CSRFTOKEN - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SESSION_LASTACTIVE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SESSION_SESSIONID - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SESSION_USER - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SET_LICENSE - Static variable in class com.mendix.core.conf.AdminActionConstants
 
setAccessRightsToRetrieve(int...) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
setAmount(long) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Sets the count of the result rows to be retrieved.
setAssociationDepth(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Sets the depth level of the associations.
setAutoSizeColumn(boolean) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
setAutoSizeColumn(boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelColumn
 
setBackGroundColor(IExcelCellStyle.Color) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setBackGroundColor(IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the background color of a cell
setBackGroundColor(Color) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle
Deprecated.
 
setBackGroundColor(Color) - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
setBorderColor(Common.BorderSide, IExcelCellStyle.Color) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setBorderColor(Common.BorderSide, IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the border color for a given border side
setBorderColor(Common.BorderSide, Color) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle
Deprecated.
 
setBorderColor(Common.BorderSide, Color) - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
setBorders(PdfPCell) - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
setBorderStyle(Common.BorderSide, IExcelCellStyle.BorderTypes) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setBorderStyle(Common.BorderSide, IExcelCellStyle.BorderTypes) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set a border style for a given border side
setBorderWidth(Common.BorderSide, float) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCellStyle
Deprecated.
 
setBorderWidth(Common.BorderSide, float) - Method in class com.mendix.modules.exportmanager.pdf.PDFCellStyle
Deprecated.
 
setCellType(IExcelCell.CellType) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setCellType(IExcelCell.CellType) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
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
setColSpan(int) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell
Deprecated.
 
setColSpan(int) - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
setColumnsPerPage(int[]) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
setColumnWidths(float[]) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
setConnection(Connection) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
setContent(String) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setContent(String) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setContent(String) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell
Deprecated.
 
setContent(String) - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
setContextObjects(List<IMendixIdentifier>) - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
setCurrentIdentifier(IMendixIdentifier) - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
setDataFormat(String) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setDataFormat(String) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the data format of a cell
setDataTable(IDataTable) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
setDateFormat(DateFormat) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setDateFormat(DateFormat) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setDefaultImageCellStyle(IPDFImageCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid
Deprecated.
 
setDefaultImageCellStyle(IPDFImageCellStyle) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
setDefaultStyle(IExcelCellStyle) - Method in class com.mendix.modules.exportmanager.excel.ExcelGrid
 
setDefaultStyle(IExcelCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelGrid
Set default style for each cell in this grid
setDefaultTextCellStyle(IPDFTextCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFGrid
Deprecated.
 
setDefaultTextCellStyle(IPDFTextCellStyle) - Method in class com.mendix.modules.exportmanager.pdf.PDFGrid
Deprecated.
 
setDistinct(boolean) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
setDoNotRestrictResultsBySecurity(boolean) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
setExecutionContext(ExecutionContext) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
setExecutionContext(ExecutionContext) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
 
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
 
setFontStyle(String, short, IExcelCellStyle.Color) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setFontStyle(String, short, IExcelCellStyle.Color) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set the font style
setFontStyle(String, float, IPDFTextCellStyle.FontStyle, Color) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle
Deprecated.
 
setFontStyle(String, float, IPDFTextCellStyle.FontStyle, Color) - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
Possible fontnames : "Courier","Helvetica","Times-Roman";
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 class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setHAlign(IExcelCellStyle.HorizontalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set horizontal alignment of text in a cell
setHasDefaultStyle(boolean) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setHasDefaultStyle(boolean) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
setHasDefaultStyle(boolean) - Method in class com.mendix.modules.exportmanager.pdf.PDFCell
Deprecated.
 
setHash(IContext, String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
Set already hashed value
setHeight(float) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setHeight(float) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setHorizontalAlignment(IPDFImageCellStyle.HorizontalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle
Deprecated.
 
setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle
Deprecated.
 
setHorizontalAlignment(IPDFImageCellStyle.HorizontalAlignment) - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
setHorizontalAlignment(IPDFTextCellStyle.HorizontalAlignment) - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
setHtmlBody(String) - Method in class com.mendix.modules.email.Message
 
setInitialHash(String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
setInitialValue(String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
setIsEmpty(boolean) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
setLength(long) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
 
setLocalize(boolean) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setLocalize(boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCell
 
setMetaObjectName(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
setMxRuntimeConfiguration(MxRuntimeConfiguration) - Method in class com.mendix.core.conf.ConfigurationImpl
 
setName(String) - Method in class com.mendix.modules.exportmanager.excel.ExcelGrid
 
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(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.IOQLTextGetRequest
Specifies the parameter values of the query.
setPlainBody(String) - Method in class com.mendix.modules.email.Message
 
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.
setQueryTimeout(int) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IStoreRequest
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
 
setResultType(ResultType) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Sets the type of the result (raw or entity) of this request.
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.
setRetrieveOnlyRights(boolean) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.
setReturnOnlyNecessaryDDLCommands(boolean) - Method in interface com.mendix.core.conf.Configuration
 
setReturnOnlyNecessaryDDLCommands(boolean) - Method in class com.mendix.core.conf.ConfigurationImpl
 
setSecurityDisabled(boolean) - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Sets whether the security must be checked when the query is executed or not.
setShouldFitToCell(boolean) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle
Deprecated.
 
setShouldFitToCell(boolean) - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCellStyle
Deprecated.
 
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
 
setSpecificTableName(String) - Method in interface com.mendix.systemwideinterfaces.connectionbus.data.IDataRow
Only for internal use.
setStyle(IExcelCellStyle) - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
setStyle(IExcelCellStyle) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
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
setStyle(IPDFCellStyle) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFCell
Deprecated.
 
setStyle(IPDFCellStyle) - Method in class com.mendix.modules.exportmanager.pdf.PDFImageCell
Deprecated.
 
setStyle(IPDFCellStyle) - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCell
Deprecated.
 
setSudo(boolean) - Method in interface com.mendix.systemwideinterfaces.core.IContext
Deprecated.
setTextDecoration(boolean, boolean, boolean, boolean) - Method in class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
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.
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 class com.mendix.modules.exportmanager.excel.ExcelCellStyle
 
setVAlign(IExcelCellStyle.VerticalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle
Set vertical alignment of text in a cell
setValue(String, String) - Method in interface com.mendix.core.conf.Configuration
Deprecated.
setValue(String, String) - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
setValue(IContext, Long, boolean) - Method in class com.mendix.core.objectmanagement.member.MendixAutoNumber
 
setValue(IContext, byte[]) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
sets the value of the binary
setValue(IContext, Boolean, boolean) - Method in class com.mendix.core.objectmanagement.member.MendixBoolean
 
setValue(IContext, long) - Method in class com.mendix.core.objectmanagement.member.MendixDateTime
 
setValue(IContext, String, boolean) - Method in class com.mendix.core.objectmanagement.member.MendixEnum
 
setValue(IContext, String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
setValue(IContext, String, boolean) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
 
setValue(IContext, String, boolean) - Method in class com.mendix.core.objectmanagement.member.MendixString
 
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.
setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment) - Method in interface com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle
Deprecated.
 
setVerticalAlignment(IPDFTextCellStyle.VerticalAlignment) - Method in class com.mendix.modules.exportmanager.pdf.PDFTextCellStyle
Deprecated.
 
setWidth(short) - Method in class com.mendix.modules.exportmanager.excel.ExcelColumn
 
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
 
shouldLocalize() - Method in class com.mendix.core.objectmanagement.member.MendixDateTime
 
shouldLocalize() - Method in class com.mendix.modules.exportmanager.excel.ExcelCell
 
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
 
shouldTrackWebServiceUserLastLogin() - Method in class com.mendix.core.conf.ConfigurationImpl
 
SMTPConfiguration - Class in com.mendix.modules.email
 
SMTPConfiguration() - Constructor for class com.mendix.modules.email.SMTPConfiguration
 
SOAP_FAULT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SOAP_FAULT_CODE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SOAP_FAULT_DETAIL - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SOAP_FAULT_NODE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SOAP_FAULT_REASON - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SOAP_FAULT_ROLE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
START_HSQLDB_GUI - Static variable in class com.mendix.core.conf.AdminActionConstants
 
START_PROFILER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
START_QUERY_TESTER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
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
state() - Method in interface com.mendix.systemwideinterfaces.core.IContext
 
STATE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
STATISTICS - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
STATISTICS_LASTUPDATE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
STATISTICS_MAX_ANONYMOUS_CONCURRENT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
STATISTICS_MAX_NAMED_USERS - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
STATISTICS_MAXCONCURRENT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
stop() - Method in interface com.mendix.systemwideinterfaces.core.IProfiler
 
STOP_PROFILER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
storeFileDocumentContent(IContext, IMendixObject, InputStream) - Method in interface com.mendix.core.component.ICore
 
storeFileDocumentContent(IContext, IMendixObject, String, InputStream) - Method in interface com.mendix.core.component.ICore
Physically stores a file using the given input stream and commits the file document.
storeFileDocumentContent(IContext, IMendixObject, InputStream) - Method in class com.mendix.core.component.InternalCore
Physically stores a file using the given input stream and commits the file document.
storeFileDocumentContent(IContext, IMendixObject, String, InputStream) - Method in class com.mendix.core.component.InternalCore
 
storeImageDocumentContent(IContext, IMendixObject, InputStream, int, int) - Method in interface com.mendix.core.component.ICore
Physically stores an image using the given input stream and commits the image document.
storeImageDocumentContent(IContext, IMendixObject, InputStream, int, int) - Method in class com.mendix.core.component.InternalCore
 
StoreType - Enum in com.mendix.systemwideinterfaces.connectionbus.requests
 
storeValue(IContext, InputStream, long) - Method in class com.mendix.core.objectmanagement.member.MendixBinary
 
stringValue() - Method in enum com.mendix.core.conf.HashAlgorithmType
 
style() - Method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.FontStyle
Deprecated.
 
SYNC_MODELERAPI - Static variable in class com.mendix.core.conf.AdminActionConstants
 
SYSTEM_MODULE_NAME - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
SystemModuleConstants - Class in com.mendix.systemwideinterfaces
This class contains constants which are names of meta objects and associations from the modeler's system module.

T

targetType - Variable in class com.mendix.systemwideinterfaces.core.Feedback
Target type
THUMBNAIL - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
THUMBNAIL_IMAGE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
TIMEZONE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
TIMEZONE_CODE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
TIMEZONE_DESCRIPTION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
TIMEZONE_RAWOFFSET - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
Tokens - Class in com.mendix.core.conf
 
toLong() - Method in interface com.mendix.systemwideinterfaces.core.IMendixIdentifier
 
toString() - Method in class com.mendix.core.conf.RuntimeVersion
 
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
toTraceString() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
Only for internal use.

U

unhashedValue - Variable in class com.mendix.core.objectmanagement.member.HashInfo
 
unregisterProfiler() - Method in interface com.mendix.core.component.ICore
 
unregisterProfiler() - Method in class com.mendix.core.component.InternalCore
 
UPDATE_ADMIN_USER - Static variable in class com.mendix.core.conf.AdminActionConstants
 
UPDATE_CONFIGURATION - Static variable in class com.mendix.core.conf.AdminActionConstants
 
updateConfiguration(JSONObject, boolean) - Method in interface com.mendix.core.conf.Configuration
Deprecated.
updateConfiguration(Map<String, Object>, boolean) - Method in interface com.mendix.core.conf.Configuration
 
updateConfiguration(JSONObject, boolean) - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
updateConfiguration(Map<String, Object>, boolean) - Method in class com.mendix.core.conf.ConfigurationImpl
 
useLDAPAuthentication() - Method in interface com.mendix.core.conf.Configuration
Deprecated.
useLDAPAuthentication() - Method in class com.mendix.core.conf.ConfigurationImpl
Deprecated.
useOnlyDeclaredMembers() - Method in interface com.mendix.systemwideinterfaces.connectionbus.requests.IRetrievalSchema
Only for internal use.
USER - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ACTIVE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_BLOCKED - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_FAILEDLOGINS - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ISANONYMOUS - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_LANGUAGE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_LASTLOGIN - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_LIMITATION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_NAME - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_PASSWORD - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ROLE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ROLE_DESCRIPTION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ROLE_MODEL_GUID - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ROLE_NAME - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_ROLES - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_TIMEZONE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
USER_WEBSERVICEUSER - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
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(LocalComponent, Class<T>) - Constructor for class com.mendix.systemwideinterfaces.core.UserActionListener
 
UserActionListener(Class<T>) - Constructor for class com.mendix.systemwideinterfaces.core.UserActionListener
 
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
 
USERLIMITATION_LICENSEINFORMATION - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
userManagerReadAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
userManagerWriteAccess - Static variable in interface com.mendix.core.conf.UserPermissions
 
UserPermissions - Interface in com.mendix.core.conf
 
useSsl() - Method in class com.mendix.systemwideinterfaces.connectionbus.JDBCDataStoreConfiguration
 
useSSLSMTP() - Method in interface com.mendix.modules.email.interfaces.ISMTPConfiguration
 
useSSLSMTP() - Method in class com.mendix.modules.email.SMTPConfiguration
 
UTIL - Static variable in class com.mendix.core.log.LogManagerConstants
 

V

vAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.excel.IExcelCellStyle.VerticalAlignment
 
vAlign() - Method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.VerticalAlignment
Deprecated.
 
valueOf(String) - Static method in enum com.mendix.core.component.InternalCore.Mode
Deprecated.
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.core.conf.HashAlgorithmType
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.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle.HorizontalAlignment
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.FontStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.HorizontalAlignment
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.modules.exportmanager.interfaces.pdf.IPDFTextCellStyle.VerticalAlignment
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.DBMSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.requests.AggregateFunction
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.connectionbus.requests.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.connectionbus.requests.StoreType
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.AssociationCascadingDeletion
Deprecated.
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(Object) - Method in enum com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType
 
valueOf(String) - Static method in enum com.mendix.systemwideinterfaces.core.UserException.ExceptionCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mendix.core.component.InternalCore.Mode
Deprecated.
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.core.conf.HashAlgorithmType
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.modules.exportmanager.interfaces.pdf.IPDFImageCellStyle.HorizontalAlignment
Deprecated.
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.pdf.IPDFTextCellStyle.FontStyle
Deprecated.
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.pdf.IPDFTextCellStyle.HorizontalAlignment
Deprecated.
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.pdf.IPDFTextCellStyle.VerticalAlignment
Deprecated.
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.DBMSType
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.AggregateFunction
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.connectionbus.requests.ResultType
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.StoreType
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.AssociationCascadingDeletion
Deprecated.
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.
verify(String) - Method in class com.mendix.core.objectmanagement.member.HashInfo
 
verify(String, IContext) - Method in class com.mendix.core.objectmanagement.member.PasswordStrengthVerifier
 
verifyValue(IContext, String) - Method in class com.mendix.core.objectmanagement.member.MendixHashString
Verify a hash value

W

WEBSERVICE_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
WebServiceCertificateInfo - Class in com.mendix.core.conf
 
WebServiceCertificateInfo(String, File, String) - Constructor for class com.mendix.core.conf.WebServiceCertificateInfo
 
WEBSERVICES - Static variable in class com.mendix.core.log.LogManagerConstants
 
WEBTOP_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
WEEK_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 
WRITE_ACCESS - Static variable in interface com.mendix.systemwideinterfaces.connectionbus.requests.types.IGetRequest
 

X

XAS_INSTANCE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
XAS_INSTANCE_LASTUPDATE - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
XAS_INSTANCE_XASID - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 
XML_DATASTORE_MODULE - Static variable in class com.mendix.core.conf.CoreConstants
 
XML_DOCUMENT_FILE_DOCUMENT - Static variable in class com.mendix.systemwideinterfaces.SystemModuleConstants
 

Y

YEAR_LENGTH - Static variable in class com.mendix.core.conf.Tokens
 

_

_createMendixObjectMember(IMetaPrimitive) - Method in enum com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType
 
A B C D E F G H I J K L M N O P R S T U V W X Y _ 
Skip navigation links