Package com.mendix.core.actionmanagement
-
Interface Summary Interface Description ActionCallBuilder Provides a builder for building an action call.IActionRegistrator Provides the interface for registering custom Java actions.ListenersRegistry Allows to register before and after listeners for system events on all persistable entities in the application.MicroflowCallBuilder Provides a builder for building a microflow call.UserActionCallBuilder Provides a builder for building a user action call. -
Class Summary Class Description ActionListener<T extends ICoreAction<?>> Abstract ActionListener
T is the type of ICoreAction this listener listens to.CoreAction<R> Represents an action that can be executed.EventActionInfo<T> Represents an event action. -
Enum Summary Enum Description ActionState Indicates the state of the action.