All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| ActionCallBuilder |
Provides a builder for building an action call.
|
| ActionHandler |
Provides access to (internal) action handlers.
|
| ActionListener<T extends ICoreAction<?>> |
Abstract ActionListener
T is the type of ICoreAction this listener listens to.
|
| ActionState |
Indicates the state of the action.
|
| ActionWhenNoObjectFound |
Defines what to do when importing using "Find by key" or "Microflow", when no object was found.
|
| AdminAction |
This class is meant for internal use only.
|
| AdminException |
This class is meant for internal use only.
|
| AdminHandler |
Deprecated. |
| AuthenticationRuntimeException |
This exception is thrown when authentication fails.
|
| ColumnType |
Defines the type of a column in a report.
|
| Common |
Common interface, is used by PDF and Excel export.
|
| Common.BorderSide |
Defines the side of some content element.
|
| ConcurrentModificationRuntimeException |
The exception that is thrown on concurrent modifications to the same database row.
|
| Configuration |
Provides the interface for various runtime configuration settings.
|
| Configuration.ScheduledEventExecution |
Defines the options to control which scheduled events get executed.
|
| Core |
Provides access to many operations in the Mendix runtime server.
|
| CoreAction<R> |
Represents an action that can be executed.
|
| CoreActionHandler |
Defines the interface for an action handler.
|
| CoreComponent |
Defines a component for initializing Core upon initialization.
|
| CoreException |
Checked variant of CoreRuntimeException.
|
| CoreRuntimeException |
Thrown when exception arises in core parts of the runtime.
|
| Counter |
Counters monitor monotonically increasing values.
|
| Counters |
Counters count occurrences of an event.
|
| CustomJavaAction<R> |
Provides a base class for custom Java actions.
|
| CustomJavaActionDelegate |
Provides an interface for providing feedback to a custom Java action.
|
| CustomJavaActionDelegateProvider |
The provider for obtaining a feedback delegate for a custom Java action.
|
| DataSetResult |
Provides the implementation for the result of a report request.
|
| DataStorage |
Provides data storage related methods.
|
| DataValidationInfo |
Contains failed validation information.
|
| DataValidationRuntimeException |
This exception is thrown when data validation of an object member fails (on change, setValue or commit).
|
| DateTimeFormat |
Provides different date/time formats.
|
| EmailModule |
This class can be used to send email.
|
| EmailModuleDelegate |
Provides the interface for sending emails.
|
| EmailModuleProvider |
Provides access to the email module.
|
| EnumConstant |
Represents a single enum constant.
|
| EnumType |
Represents an enum type, containing enum constants.
|
| EventActionInfo<T> |
Represents an event action.
|
| ExcelExporter |
Represents an exporter for Excel documents.
|
| ExcelExporterDelegate |
Provides the internal interface for exporting Excel documents.
|
| ExcelExporterProvider |
The (internal) provider for obtaining Excel exporters.
|
| ExportManagerModule |
Deprecated.
|
| FeedbackHelper |
Provides helper methods for providing action feedback.
|
| Gauge |
Gauges record a value that may go up or down.
|
| Gauges |
Gauges are arbitrary, persistent values.
|
| HandlerFactory |
Provides the interface for creating action handlers.
|
| Http |
Provides the interface to HTTP requests.
|
| HttpConfiguration |
Provides singleton access to the IHttpConfiguration.
|
| HttpHeader |
Represents an HTTP header field.
|
| HttpMethod |
An HTTP Method.
|
| HttpResponse |
After receiving and interpreting a request message, a server responds with an HTTP response message.
|
| IActionRegistrator |
Provides the interface for registering custom Java actions.
|
| IAppContainer |
This interface is meant for internal use only.
|
| ICertificateInfo |
A (private) certificate file with its password.
|
| IContext |
Defines the context interface.
|
| IContext.ExecutionType |
Defines the available types of request execution.
|
| ICore |
This documentation can be used when developing custom Java actions or custom Java modules to enhance application functionality.
Core is a good starting point to find functionality.
|
| ICoreAction<T> |
An action that can be executed within an IContext.
|
| IDataColumnSchema |
A DataColumnSchema describes all properties of a column inside a DataTableSchema.
|
| IDataRow |
A DataRow represents a row in a DataTable.
|
| IDataSetParameter<T> |
This interface represents a parameter for a reporting DataSet.
|
| IDataSetResult |
This interface represents the result of a report request.
|
| IDataTable |
A DataTable contains a collection of DataRow objects.
|
| IDataTableSchema |
Describes the structure of a dataTable.
|
| IDataType |
Generic class for Mendix data types.
|
| IDataType.DataTypeEnum |
Provides all enum types.
|
| IDataValidation |
Represents a validation rule of an entity (IMetaObject) for an attribute (IMetaPrimitive).
|
| IDataValidation.ValidationType |
Defines the types of validations that exist.
|
| IExcelCell |
Represents of an Excel cell.
|
| IExcelCell.CellType |
Defines the supported Excel cell types.
|
| IExcelCellStyle |
Represents an Excel cell style.
|
| IExcelCellStyle.BorderTypes |
Defines the available border types.
|
| IExcelCellStyle.Color |
Defines the available colors.
|
| IExcelCellStyle.HorizontalAlignment |
Defines the horizontal content alignment.
|
| IExcelCellStyle.VerticalAlignment |
Defines the vertical content alignment.
|
| IExcelColumn |
Represents an Excel column.
|
| IExcelGrid |
Represents an Excel grid.
|
| IFeedback |
Represents feedback instructions, which will be sent to the client using the JSON API.
|
| IFeedback.FormTarget |
Defines how to open a form for feedback.
|
| IFeedback.MessageType |
Defines the message type for feedback messages.
|
| IFeedback.TargetType |
Depending on the target, the handling of the instruction will be passed
to core of the client system or to some specific widget.
|
| IFeedback.Type |
Defines the type of this feedback message.
|
| IGetRequest |
This interface represents a retrieval request.
|
| IHttpConfiguration |
Configuration for Http.
|
| IHttpContext |
Represents execution state of an HTTP process.
|
| IHttpRequest |
Represents an HTTP request message to be send to a server.
|
| IHttpRequestInterceptor |
An Http request interceptor can be used to manipulate the content entities enclosed with messages as well as the headers.
|
| ILanguage |
Represents a user language.
|
| ILogNode |
A LogNode (a.k.a.
|
| IMendixIdentifier |
Represents a Mendix identifier, holding information for uniquely identifiying a Mendix object instance.
|
| IMendixObject |
Represents an entity (IMetaObject) instance.
|
| IMendixObject.ObjectState |
Defines the possible object states.
|
| IMendixObjectMember<T> |
Represents a Mendix object member (attribute or association).
|
| IMendixObjectMember.MemberState |
Defines the object member states.
|
| IMendixObjectMember.MemberValueState |
Defines the object member's value states.
|
| IMetaAssociation |
Represents the type of an association member of an entity (IMetaObject).
|
| IMetaAssociation.AssociationOwner |
Defines the owner of the association.
|
| IMetaAssociation.AssociationType |
Defines the type of the association.
|
| IMetaAssociation.DeleteBehaviourChild |
Defines the child's delete behaviour of the association.
|
| IMetaAssociation.DeleteBehaviourParent |
Defines the parent's delete behaviour of the association.
|
| IMetaEnumeration |
Represents and enumeration.
|
| IMetaEnumValue |
Represents an enumeration value.
|
| IMetaObject |
Represents an entity in the domain model.
|
| IMetaObjectAccess |
Represents the access rules apply to an entity (Mendix object).
|
| IMetaObjectIndex |
Representation of a database index for an entity member.
|
| IMetaPrimitive |
Represents the type of an attribute member of an entity (IMetaObject).
|
| IMetaPrimitive.PrimitiveType |
Defines all primitive types.
|
| IMetaPrimitive.ValueType |
Defines all possible value types.
|
| IMxRuntime |
This interface is meant for internal use only.
|
| IMxRuntime.RuntimeState |
|
| IMxRuntimeRequest |
This interface represents a request coming in to the runtime.
|
| IMxRuntimeResponse |
This interface represents a response from the Mendix runtime.
|
| Integration |
Provides an interface to the integration component of the runtime server.
|
| InternalCoreAction<R> |
Provides the (internal) interface to an action that can be executed.
|
| InvalidImageException |
Defines an exception that is thrown when an image fails to validate.
|
| IOQLTextGetRequest |
This class can be used to define a textual OQL retrieval query.
|
| IParameterMap |
A ParameterMap can be used to define the values for parameters of an query.
|
| IProfiler |
Interface which can be implemented to roll your own profiler for client requests.
|
| IProxyConfiguration |
Specifies proxy configuration.
|
| IRequestHandler |
Interface for a request handler that can be used to process requests in a user defined way.
|
| IRetrievalSchema |
Represents the paging and sorting aspects for object retrieval.
|
| ISession |
Provides the Session interface.
|
| ISMTPConfiguration |
Provides the interface for an SMTP configuration.
|
| ISortExpression |
This interface represents a configuration for sorting retrieved objects.
|
| ISortExpression.SortDirection |
Defines the available sort orders.
|
| IStringTemplate |
Represents a template string which can be evaluated on demand.
|
| ITemplateParameter |
|
| ITextGetRequest |
This interface represents a textual retrieval request.
|
| IUser |
Represents a Mendix user, corresponding to a System.User object.
|
| IWebserviceResponse |
Represents a web-service response.
|
| IXPathTextGetRequest |
This class can be used to define an XPath retrieval query.
|
| JumpableWorkflowActivity |
Represents a Workflow Activity for Jump To.
|
| JumpToBuilder |
Configures the build to have the specified source activity jump to the specified target activity.
|
| JumpToOptions |
Provides an interface for jump-to operations.
|
| LicenseInfo |
Defines the interface for license details.
|
| ListenersRegistry |
Allows to register before and after listeners for system events on all persistable entities in the application.
|
| LoggingException |
This exception is thrown if something goes wrong during logging.
|
| LoginAction |
Represents an action that will perform a login when executed.
|
| LoginActionHandler |
Provides the interface for executing a login action.
|
| LogLevel |
LogLevels used by the Mendix Logging System
NONE
CRITICAL
ERROR
WARNING
INFO
DEBUG
TRACE
|
| LogMessage |
LogMessage objects hold all information of Log Message, and get passed around through the logging system.
|
| LogSubscriber |
Provides the interfaces for any log subscriber, including custom ones.
|
| MendixAutoNumber |
Provides the interface for a Mendix attribute with type AutoNumber.
|
| MendixBinary |
Provides the interface for a Mendix attribute with type Binary.
|
| MendixBoolean |
Provides the interface for a Mendix attribute with type Boolean.
|
| MendixDateTime |
Provides the interface for a Mendix attribute with type Date and Time.
|
| MendixDecimal |
Provides the interface for a Mendix attribute with type Decimal.
|
| MendixEnum |
Provides the interface for a Mendix attribute with type Enumeration.
|
| MendixException |
|
| MendixHashString |
Provides the interface for a Mendix attribute with type Hashed String.
|
| MendixInteger |
Provides the interface for a Mendix attribute with type Integer.
|
| MendixLong |
Provides the interface for a Mendix attribute with type Long.
|
| MendixObjectReference |
Provides the interface for a Mendix association with type Reference.
|
| MendixObjectReferenceSet |
Provides the interface for a Mendix association with type Reference Set.
|
| MendixRuntimeException |
Provides a generic, unchecked Mendix exception.
|
| MendixString |
Provides the interface for a Mendix attribute with type String.
|
| Metric |
Provides the interface for building a metric.
|
| Metric.Builder<M extends Metric> |
Represents a builder for metric objects.
|
| Metrics |
The metrics API gives access to creating metrics within Java Actions.
|
| MicroflowCallBuilder |
Provides a builder for building a microflow call.
|
| MLKit |
Provides access to data serialization and deserialization functions for MLKit integrations.
|
| RequestHandler |
Implementation of IRequestHandler that provides some access to the Mendix Runtime.
|
| RequestHandlerComponent |
Provides access to request handlers.
|
| RequestHandlerDelegate |
Provides the interface to the request handler.
|
| RuntimeVersion |
Deprecated.
|
| SecurityRuntimeException |
Defines an exception that is thrown when access to Mendix objects and/or their attributes or associations is denied.
|
| Sets |
Sets report the number of unique elements that are received in a flush period.
|
| ShouldCommit |
Indicates whether created or changed objects should be committed.
|
| SMTPConfiguration |
Represents an SMTP configuration.
|
| TemplateParameterType |
|
| Timer |
Timers record elapsed time.
|
| Timers |
Timers measure the amount of time an operation took to complete, in milliseconds.
|
| UniqueConstraintViolationRuntimeException |
The exception that is thrown when a uniqueness constraint is violated in the database.
|
| UserAction<R> |
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;
}
}
|
| UserActionCallBuilder |
Provides a builder for building a user action call.
|
| UserActionListener<T extends UserAction<?>> |
Abstract ActionListener.
T is the type of UserAction this listener listens to.
|
| UserBlockedException |
This exception is thrown when access is denied to a user because the user is blocked.
|
| UserException |
Represents an exception for reporting messages to user.
|
| UserException.ExceptionCategory |
Defines the available exception categories.
|
| UserTask |
Provides an interface for managing a user task of the workflow.
|
| WebserviceException |
An exception that can be thrown by webservices published by the Mendix application and webservice calls by the Mendix application.
|
| Workflow |
Provides an interface for managing workflows.
|
| WorkflowActivity |
Represents a workflow activity.
|
| WorkflowActivityDetails |
Represents a workflow activity details.
|
| WorkflowActivityType |
Indicates the type of workflow activity.
|
| Workflows |
Provides an interface to the workflow component of the runtime server.
|
| WorkflowState |
Indicates the state of workflow.
|
| XPathBasicQuery |
Provides an interface to basic XPath queries.
|
| XPathQuery |
Fluent API for basic or schema-based XPath queries.
|
| XPathQueryBase |
Provides an interface to XPath queries.
|
| XPathSchemaQuery |
Provides an interface to XPath schema queries.
|