![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
| activateLicense(IMendixObject licenseInformation) | com.mendix.core.Core | [static] |
| addListener(ActionListener< T > al) | com.mendix.core.Core | [static] |
| addRequestHandler(String path, RequestHandler requestHandler) | com.mendix.core.Core | [static] |
| addUserAction(String actionName) | com.mendix.core.Core | [static] |
| authenticate(IContext context, IUser user, String password) | com.mendix.core.Core | [static] |
| buildException(StringBuilder trace, Throwable e) | com.mendix.core.Core | [static] |
| change(IContext context, IMendixObject object, Map< String, String > changes) | com.mendix.core.Core | [static] |
| changeAsync(IContext context, IMendixObject obj, Map< String, String > changes) | com.mendix.core.Core | [static] |
| changeBatch(IContext context, String xpathQuery, int batchSize, boolean autoCommit) | com.mendix.core.Core | [static] |
| changeBatch(IContext context, List< IMendixObject > changeObjects, int batchSize, boolean autoCommit) | com.mendix.core.Core | [static] |
| commit(IContext context, IMendixObject object) | com.mendix.core.Core | [static] |
| commit(IContext context, List< IMendixObject > objects) | com.mendix.core.Core | [static] |
| commitAsync(IContext context, List< IMendixObject > objects) | com.mendix.core.Core | [static] |
| commitWithoutEvents(IContext context, IMendixObject object) | com.mendix.core.Core | [static] |
| commitWithoutEvents(IContext context, List< IMendixObject > objects) | com.mendix.core.Core | [static] |
| create(IContext context, String objectType) | com.mendix.core.Core | [static] |
| createBatch(IContext context, String objectType, int batchSize, boolean autoCommit) | com.mendix.core.Core | [static] |
| createDataType(String type) | com.mendix.core.Core | [static] |
| createDataType(String objectType, String attributeName) | com.mendix.core.Core | [static] |
| createMendixIdentifier(String guid) | com.mendix.core.Core | [static] |
| createMendixIdentifier(long guid) | com.mendix.core.Core | [static] |
| createMetaAssociationSchema(String metaAssociationName, IRetrievalSchema retrievalSchema) | com.mendix.core.Core | [static] |
| createOQLTextGetRequest() | com.mendix.core.Core | [static] |
| createRetrievalSchema() | com.mendix.core.Core | [static] |
| createSystemContext() | com.mendix.core.Core | [static] |
| createXPathTextGetRequest() | com.mendix.core.Core | [static] |
| delete(IContext context, IMendixObject...objects) | com.mendix.core.Core | [static] |
| delete(IContext context, List< IMendixObject > objectList) | com.mendix.core.Core | [static] |
| deleteAsync(IContext context, IMendixObject object, boolean useDeleteBehavior) | com.mendix.core.Core | [static] |
| deleteAsync(IContext context, List< IMendixObject > objects, boolean useDeleteBehavior) | com.mendix.core.Core | [static] |
| deleteWithoutEvents(IContext context, List< IMendixObject > objects, boolean useDeleteBehavior) | com.mendix.core.Core | [static] |
| evaluateExpression(IContext context, Map< String, Object > variables, String expression) | com.mendix.core.Core | [static] |
| execute(T action) | com.mendix.core.Core | [static] |
| execute(IContext context, String actionName, Object...params) | com.mendix.core.Core | [static] |
| execute(IContext context, String actionName, Map< String, Object > params) | com.mendix.core.Core | [static] |
| execute(IContext context, String actionName, boolean executeInTransaction, Map< String, Object > params) | com.mendix.core.Core | [static] |
| executeAsync(IContext context, String actionName, Object...params) | com.mendix.core.Core | [static] |
| executeSync(T action) | com.mendix.core.Core | [static] |
| executeVoid(T action) | com.mendix.core.Core | [static] |
| getActionQueueSize() | com.mendix.core.Core | [static] |
| getActiveActionCount() | com.mendix.core.Core | [static] |
| getActiveSession(String userName) | com.mendix.core.Core | [static] |
| getActiveSessions() | com.mendix.core.Core | [static] |
| getAllMendixObjects() | com.mendix.core.Core | [static] |
| getCompletedActionCount() | com.mendix.core.Core | [static] |
| getConcurrentUserCount(boolean anonymous) | com.mendix.core.Core | [static] |
| getConfiguration() | com.mendix.core.Core | [static] |
| getCurrentPoolSize() | com.mendix.core.Core | [static] |
| getDatabaseChildColumnName(IMetaAssociation iMetaAssociation) | com.mendix.core.Core | [static] |
| getDatabaseColumnName(IMetaPrimitive iMetaPrimitive) | com.mendix.core.Core | [static] |
| getDatabaseParentColumnName(IMetaAssociation iMetaAssociation) | com.mendix.core.Core | [static] |
| getDatabaseTableName(IMetaObject iMetaObject) | com.mendix.core.Core | [static] |
| getDatabaseTableName(IMetaAssociation iMetaAssociation) | com.mendix.core.Core | [static] |
| getDefaultLanguage() | com.mendix.core.Core | [static] |
| getFileDocumentContent(IContext context, IMendixObject fileDocument) | com.mendix.core.Core | [static] |
| getFileDocumentContentAsFile(IContext context, IMendixObject fileDocument) | com.mendix.core.Core | [static] |
| getFormNames() | com.mendix.core.Core | [static] |
| getFormPath(String languageCode, String formName) | com.mendix.core.Core | [static] |
| getImage(IContext context, IMendixObject imageDocument, boolean retrieveThumbnail) | com.mendix.core.Core | [static] |
| getInputParameters(String actionName) | com.mendix.core.Core | [static] |
| getInternationalizedString(IContext context, String key, Object...args) | com.mendix.core.Core | [static] |
| getInternationalizedString(String languageCode, String key, Object...args) | com.mendix.core.Core | [static] |
| getLargestPoolSize() | com.mendix.core.Core | [static] |
| getLocale(IContext context) | com.mendix.core.Core | [static] |
| getLocale(String languageCode) | com.mendix.core.Core | [static] |
| getLogger(String name) | com.mendix.core.Core | [static] |
| getMaximumNumberConcurrentUsers() | com.mendix.core.Core | [static] |
| getMetaAssociation(String association) | com.mendix.core.Core | [static] |
| getMetaAssociations() | com.mendix.core.Core | [static] |
| getMetaObject(String metaObjectName) | com.mendix.core.Core | [static] |
| getMetaObjects() | com.mendix.core.Core | [static] |
| getMetaPrimitive(String qualifiedAttributeName) | com.mendix.core.Core | [static] |
| getMicroflowNames() | com.mendix.core.Core | [static] |
| getMode() | com.mendix.core.Core | [static] |
| getModule(String name) | com.mendix.core.Core | [static] |
| getNamedUserCount() | com.mendix.core.Core | [static] |
| getNumberConcurrentUsers() | com.mendix.core.Core | [static] |
| getProfiler() | com.mendix.core.Core | [static] |
| getReturnType(String actionName) | com.mendix.core.Core | [static] |
| getScheduledActionCount() | com.mendix.core.Core | [static] |
| getStartupDateTime() | com.mendix.core.Core | [static] |
| getSubtypesOf(String objectType) | com.mendix.core.Core | [static] |
| getSystemContext() | com.mendix.core.Core | [static] |
| getUser(IContext context, String userName) | com.mendix.core.Core | [static] |
| getXASId() | com.mendix.core.Core | [static] |
| importXmlStream(IContext context, InputStream xmlStream, String xmlToDomainMappingName, IMendixObject mappingParameter) | com.mendix.core.Core | [static] |
| importXmlStream(IContext context, InputStream xmlStream, String xmlToDomainMappingName, IMendixObject mappingParameter, boolean storeResultInVariable, boolean hasListReturnValue) | com.mendix.core.Core | [static] |
| initializeSession(@SuppressWarnings("unused") IContext context, IUser user, String currentSessionId, String locale) | com.mendix.core.Core | [static] |
| instantiate(IContext context, String objectType) | com.mendix.core.Core | [static] |
| instantiateAsync(IContext context, String objectType) | com.mendix.core.Core | [static] |
| isInDevelopment() | com.mendix.core.Core | [static] |
| isSubClassOf(String superClass, String type) | com.mendix.core.Core | [static] |
| isSubClassOf(IMetaObject superObject, IMetaObject type) | com.mendix.core.Core | [static] |
| isSubClassOf(String superClass, int typeHash) | com.mendix.core.Core | [static] |
| isSubClassOf(String superClass, short typeHash) | com.mendix.core.Core | [static] |
| login(Map< String,?extends Object > params) | com.mendix.core.Core | [static] |
| login(String userName, String password) | com.mendix.core.Core | [static] |
| login(String userName, String password, String locale, String currentSessionId) | com.mendix.core.Core | [static] |
| login(String userName, String password, String locale, IMxRuntimeRequest request) | com.mendix.core.Core | [static] |
| logout(ISession session) | com.mendix.core.Core | [static] |
| Mode enum name | com.mendix.core.Core | |
| registerLogSubscriber(LogSubscriber subscriber) | com.mendix.core.Core | [static] |
| registerProfiler(IProfiler profiler) | com.mendix.core.Core | [static] |
| remove(IContext context, IMendixObject...objects) | com.mendix.core.Core | [static] |
| removeAsync(IContext context, IMendixIdentifier id, boolean useDeleteBehavior) | com.mendix.core.Core | [static] |
| removeBatch(IContext context, String objectType, int batchSize, boolean autoCommit, boolean useDeleteBehavior) | com.mendix.core.Core | [static] |
| removeScheduledFuture(RunnableScheduledFuture<?> scheduledFuture) | com.mendix.core.Core | [static] |
| reschedule(RunnableScheduledFuture< R > scheduledFuture, CoreAction< R > action, long newDelay, TimeUnit timeUnit) | com.mendix.core.Core | [static] |
| resetLicense(IMendixObject licenseInformation) | com.mendix.core.Core | [static] |
| resolveTokens(IContext context, String text) | com.mendix.core.Core | [static] |
| retrieveByPath(IContext context, IMendixObject mxObject, String path) | com.mendix.core.Core | [static] |
| retrieveByPath(IContext context, IMendixObject mxObject, String path, boolean isSelfAssociationChild) | com.mendix.core.Core | [static] |
| retrieveId(IContext context, IMendixIdentifier id) | com.mendix.core.Core | [static] |
| retrieveIdAsync(IContext context, IMendixIdentifier id) | com.mendix.core.Core | [static] |
| retrieveIdList(IContext context, List< IMendixIdentifier > ids, int amount, int offset, Map< String, String > sort) | com.mendix.core.Core | [static] |
| retrieveIdList(IContext context, List< IMendixIdentifier > ids) | com.mendix.core.Core | [static] |
| retrieveIdListAsync(IContext context, List< IMendixIdentifier > ids) | com.mendix.core.Core | [static] |
| retrieveOQLDataTable(IContext context, IGetRequest request) | com.mendix.core.Core | [static] |
| retrieveOQLDataTable(IContext context, String oqlQuery) | com.mendix.core.Core | [static] |
| retrieveOQLDataTable(IContext context, String oqlQuery, int amount, int offset) | com.mendix.core.Core | [static] |
| retrieveOQLDataTableAsync(IContext context, String oqlQuery) | com.mendix.core.Core | [static] |
| retrieveOQLDataTableAsync(IContext context, IGetRequest request) | com.mendix.core.Core | [static] |
| retrieveOQLDataTableAsync(IContext context, String oqlQuery, int amount, int offset) | com.mendix.core.Core | [static] |
| retrieveXPathQuery(IContext context, String xpathQuery, int amount, int offset, Map< String, String > sort, int depth) | com.mendix.core.Core | [static] |
| retrieveXPathQuery(IContext context, String xpathQuery, int amount, int offset, Map< String, String > sort) | com.mendix.core.Core | [static] |
| retrieveXPathQuery(IContext context, String xpathQuery, int depth) | com.mendix.core.Core | [static] |
| retrieveXPathQuery(IContext context, String xpathQuery) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregate(IContext context, String xpathQuery) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregateAsync(IContext context, String xpathQuery) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregateAsyncDouble(IContext context, String xpathQuery) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregateDouble(IContext context, String xpathQuery) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregateSchema(IContext context, String xpathQuery, IRetrievalSchema retrievalSchema) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAggregateSchema(IContext context, String xpathQuery, IRetrievalSchema retrievalSchema, boolean disableSecurity) | com.mendix.core.Core | [static] |
| retrieveXPathQueryAsync(IContext context, String xpathQuery, int amount, int offset, Map< String, String > sort, int depth) | com.mendix.core.Core | [static] |
| retrieveXPathQueryEscaped(IContext context, String xpathFormat, int amount, int offset, Map< String, String > sort, int depth, String...params) | com.mendix.core.Core | [static] |
| retrieveXPathQueryEscaped(IContext context, String xpathFormat, String...params) | com.mendix.core.Core | [static] |
| retrieveXPathQueryRaw(IContext context, String xpathQuery, int amount, int offset, Map< String, String > sort, int depth) | com.mendix.core.Core | [static] |
| retrieveXPathSchema(IContext context, String xpathQuery, IRetrievalSchema retrievalSchema, boolean shouldRetrieveCount) | com.mendix.core.Core | [static] |
| retrieveXPathSchema(IContext context, String xpathQuery, IRetrievalSchema retrievalSchema, boolean shouldRetrieveCount, boolean disableSecurity) | com.mendix.core.Core | [static] |
| retrieveXPathSchema(IContext context, String xpathQuery, boolean shouldRetrieveCount, UUID gridId, int offset, int limit, Map< String, String > sort) | com.mendix.core.Core | [static] |
| retrieveXPathSchemaEscaped(IContext context, String xpathFormat, IRetrievalSchema retrievalSchema, boolean shouldRetrieveCount, String...params) | com.mendix.core.Core | [static] |
| retrieveXPathSchemaEscaped(IContext context, String xpathFormat, IRetrievalSchema retrievalSchema, boolean shouldRetrieveCount, boolean disableSecurity, String...params) | com.mendix.core.Core | [static] |
| retrieveXPathSchemaRaw(IContext context, String xpathQuery, boolean shouldRetrieveCount, UUID gridId, int offset, int amount, Map< String, String > sort) | com.mendix.core.Core | [static] |
| retrieveXPathSchemaRaw(IContext context, String xpathQuery, boolean shouldRetrieveCount, IRetrievalSchema retrievalSchema) | com.mendix.core.Core | [static] |
| rollback(IContext context, IMendixIdentifier id) | com.mendix.core.Core | [static] |
| rollback(IContext context, IMendixObject object) | com.mendix.core.Core | [static] |
| rollbackAsync(IContext context, IMendixIdentifier id) | com.mendix.core.Core | [static] |
| rollbackAsync(IContext context, IMendixObject object) | com.mendix.core.Core | [static] |
| schedule(String actionName, Date date) | com.mendix.core.Core | [static] |
| schedule(CoreAction< R > action, long delay, TimeUnit timeUnit) | com.mendix.core.Core | [static] |
| scheduleAtFixedRate(String actionName, Date firstRun, long period, TimeUnit timeUnit, String name, String description) | com.mendix.core.Core | [static] |
| scheduleAtFixedRate(CoreAction< R > action, long initialDelay, long period, TimeUnit timeUnit) | com.mendix.core.Core | [static] |
| scheduleAtFixedRate(CoreAction< R > action, Date firstRun, long period, TimeUnit timeUnit) | com.mendix.core.Core | [static] |
| scheduleWithFixedDelay(CoreAction< R > action, long initialDelay, long delay, TimeUnit timeUnit) | com.mendix.core.Core | [static] |
| storeFileDocumentContent(IContext context, IMendixObject fileDocument, String fileName, InputStream inputStream) | com.mendix.core.Core | [static] |
| storeFileDocumentContent(IContext context, IMendixObject fileDocument, InputStream inputStream) | com.mendix.core.Core | [static] |
| storeImageDocumentContent(IContext context, IMendixObject imageDocument, InputStream inputStream, int thumbnailWidth, int thumbnailHeight) | com.mendix.core.Core | [static] |
| unregisterProfiler() | com.mendix.core.Core | [static] |