- MailConstants - Class in de.aristaflow.adept2.model.mail
-
Constants used for mails.
- MailConstants() - Constructor for class de.aristaflow.adept2.model.mail.MailConstants
-
- MailEvent - Interface in de.aristaflow.adept2.model.events
-
An event that is produced to indicate the presence of a mail.
- MailEventActivityHandler - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
An event handler for mail events, that stores data from an occurred mail
event as output parameter in the data context of the corresponding activity.
- MailEventActivityHandler(Configuration, ActivityEventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
Creates a new handler for mail events that starts or resumes activities and
stores data from the mail in their output data context.
- MailEventActivitySource - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
A mail event source that takes its configuration from an activity
configuration provided from a process step.
- MailEventActivitySource(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivitySource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- MailEventImpl - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
An event for mails, that is, an event is produced and sent as soon as a mail
is stored to a specific folder.
- MailEventImpl(URI[], String, String, String, Message) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
Creates a new event for the designated message.
- MailEventSource - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
A source for events based on mails in a specific folder (usually the INBOX).
- MailEventSource(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- MailEventSource(Configuration, EventManager, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Constructor for subclasses allowing to set a separate class for the
configuration description.
- MailFlagHandler - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
An event handler for setting flags and/or moving messages from mail events.
- MailFlagHandler(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Default constructor for a plugin of an EventManager
called by a service registry.
- MailNotificationData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for the mail notification escalation measure.
- MailNotificationData.Addressees - Enum in de.aristaflow.adept2.model.common.plugindata
-
Determines how the addressees are resolved for an item.
- MailNotificationData.MailField - Enum in de.aristaflow.adept2.model.common.plugindata
-
Fields which can be replaced by
- MailService - Interface in de.aristaflow.adept2.base.mailservice
-
The mail service provides the means to send mails including attachments.
- MailService - Interface in de.aristaflow.adept2.core.mailservice
-
The mail service provides the means to send mails including attachments and
allows for implementations to do arbitrary things like using the log manager
or executing processes additionally to sending mails.
- MailSource - Interface in de.aristaflow.adept2.model.events.sources
-
An event source causing an event based on the presence of a mail.
- MailTools - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
Various tool methods for processing mails and handling mail events.
- MailTools() - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
- MALFORMED_URL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- ManagedCallableStatement - Interface in de.aristaflow.adept2.core.transactionmanager
-
A managed callable statement overrides a CallableStatement by
returning the managed JDBC-classes where appropriate.
- ManagedDatabaseMetaData - Interface in de.aristaflow.adept2.core.transactionmanager
-
Managed database meta data overrides DatabaseMetaData by
returning the managed JDBC-classes where appropriate.
- ManagedExtendedConnection - Interface in de.aristaflow.adept2.core.transactionmanager
-
A managed extended connection extends an ExtendedConnection by
the means to handle remote iterator.
- ManagedPreparedStatement - Interface in de.aristaflow.adept2.core.transactionmanager
-
A managed prepared statement overrides a PreparedStatement by
returning the managed JDBC-classes where appropriate.
- ManagedResultSet - Interface in de.aristaflow.adept2.core.transactionmanager
-
A managed result set extends a ResultSet by the means to handle
remote iterator.
- ManagedStatement - Interface in de.aristaflow.adept2.core.transactionmanager
-
A managed statement overrides a Statement by returning the
managed JDBC-classes where appropriate.
- managerURI - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
The URIs of the service (event manager) creating this event.
- MANDATORY_PARAMETER_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- MANDATORY_PARAMETER_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- MandatoryParameterValueNotSetException - Exception in de.aristaflow.adept2.model.datamanagement
-
A MandatoryParameterValueNotSetException indicates that a
mandatory output parameter has not been provided a value.
- MandatoryParameterValueNotSetException(UUID, int, int, int, String, UUID, ProcessConstants.AdeptDataType, ActivityConstants.AccessType) - Constructor for exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
-
Creates a MandatoryParameterValueNotSetException for the
designated instance, node, iteration, data element and parameter data.
- mark(int) - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
- mark(int) - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
-
InputStream.mark(int)
- MARK_LOCK_FILE - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Whether the original file or the lock file should be marked.
- markFile(FileEvent, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
- MarkInstanceStartEventHandler - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
An event handler for file events, that marks the files (rename, move) and afterwards stores data
from an occurred file event as input parameters in the data container of an instance and starts
this instance afterwards.
- MarkInstanceStartEventHandler(Configuration, DefaultEventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Creates a new handler for file events that starts instances and
stores data from the file in the instance input parameters.
- markSupported() - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
- markSupported() - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
-
InputStream.markSupported()
- marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the data of this UDT as XML by adding it to the designated
top-level element.
- marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
-
- marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
-
- marshalBoolean(boolean, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated boolean value as content of the designated node.
- marshalByteArray(byte[], Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated byte[] value as content of the
designated node.
- marshalDate(Date, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated Date value as content of the
designated node.
- marshalDouble(double, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated double value as content of the designated node.
- marshalLocalisation(Locale, Serializable, Element) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
-
Marshals a localisation element (one entry) to the designated parent
element using the designated locale and localised value.
- marshalLong(long, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated long value as content of the designated node.
- marshalURI(URI, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Marshals the designated URI value as content of the
designated node.
- maskedInterrupt() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Interrupts the current thread if there is one.
- maskInterrupt() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Masks interrupts that occur after calling this method.
- matches(Object) - Method in interface de.aristaflow.adept2.model.filter.Filter
-
Checks whether the supplied object matches the filter-
- max(N, double, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given number is less than or equal to the specified value.
- MAX_DELAY_PER_TRY - Static variable in class de.aristaflow.adept2.util.threading.Delayer
-
The maximum delay per try in milliseconds.
- MAX_FILE_NAME_LENGTH - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
The maximum length of the file name for a mail event.
- MAX_TIMESTAMP - Static variable in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
timestamp for 9999-12-31 23:59:59 (UTC)
- maxDelayTry - Variable in class de.aristaflow.adept2.util.threading.Delayer
-
- MAXIMUM_TIMESHIFT_ALLOWED - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
-
The amount of time the system clock may be adjusted backwards without being
logged as violation.
- maxLength(String, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string has the specified maximum length.
- maxLength(E[], int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array has the specified maximum length.
- maxPriority - Variable in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
The highest priority of all items of this update.
- maxSize(Collection<E>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection has the specified maximum size.
- maxSize(Map<K, V>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map has the specified maximum size.
- maxSize - Variable in class de.aristaflow.adept2.util.Cache
-
The maximum size this cache should have
- MemoryBasedCopyingRemoteIterator<T> - Class in de.aristaflow.adept2.model.common.collection
-
A remote iterator based on a list of elements that are completely in memory.
- MemoryBasedCopyingRemoteIterator(Collection<T>) - Constructor for class de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator
-
Creates a new caching remote iterator for the designated result set to be
alive for the designated time.
- MemoryResultSet - Interface in de.aristaflow.adept2.model.common
-
A MemoryResultSet resembles a ResultSet in a
very simple way.
- MemoryResultSetEvent - Interface in de.aristaflow.adept2.model.events
-
An event that is produced to indicate the presence of specific data in a
JDBC-database or similar.
- MemoryResultSetEventImpl - Class in de.aristaflow.adept2.core.eventmanager.dbevents
-
An event for result sets, that is, an event is produced and sent as soon as a
specific statement yields a non-empty (or empty if desired) result set.
- MemoryResultSetEventImpl(URI[], String, String, String, MemoryResultSet) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetEventImpl
-
Creates a new event for the designated memory result set.
- MemoryResultSetImpl - Class in de.aristaflow.adept2.core.eventmanager.dbevents
-
A simple implementation for a MemoryResultSet.
- MemoryResultSetImpl(String[], ProcessConstants.AdeptDataType[]) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Creates a new MemoryResultSet with the designated column
labels and types.
- MemoryResultSetImpl(List<String>, List<ProcessConstants.AdeptDataType>) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Creates a new MemoryResultSet with the designated column
labels and types.
- MemoryResultSetImpl(ProcessConstants.AdeptDataType[], String[]) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Creates a new MemoryResultSet with the designated column
labels and types.
- MemoryResultSetSource - Interface in de.aristaflow.adept2.model.events.sources
-
An event source causing an event based on the result of a select statement.
- merge(Map<String, String>, Map<String, String>) - Static method in class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Merges the designated maps, whereas the overrides take
precedence over the properties.
- mergeSupportedEventTypes(Map<String, Class<? extends Event>>) - Static method in class de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager
-
Merges the events supported by subclasses and by this default event manager.
- mergeTlpiLocalisation(Instance) - Static method in class de.aristaflow.adept2.model.worklistmodel.WorklistModelTools
-
Merges the localisation from the designated instance (and its template) for
usage in a worklist item representing the designated top-level instance.
- MergingActivityConfiguration - Interface in de.aristaflow.adept2.model.common
-
This class merges several activity configurations to one configuration.
- MergingConfiguration - Interface in de.aristaflow.adept2.model.common
-
This class merges several configurations to one configuration.
- message - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
The message for which the event has been created.
- Messages - Class in de.aristaflow.adept2.util.i18n
-
Simple class providing messages (and other strings) for a specific locale.
- MessagesCache - Class in de.aristaflow.adept2.util.i18n
-
Loads and caches messages for the different locales of a resource bundle.
- MessagesCache(String, ClassLoader) - Constructor for class de.aristaflow.adept2.util.i18n.MessagesCache
-
Constructs a new MessagesCache.
- MetaDataElement(EntityType, String, DataType, int, String, String, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement
-
Constructs a new MetaDataElement for the given entity type,
attribute name and data type.
- method - Variable in class de.aristaflow.adept2.util.reflection.MethodWrapper
-
The wrapped method or null in case of a wrapped constructor.
- MethodWrapper - Class in de.aristaflow.adept2.util.reflection
-
Simple class allowing for treating methods and constructors similar.
- MethodWrapper(Method) - Constructor for class de.aristaflow.adept2.util.reflection.MethodWrapper
-
Creates a new wrapper for the designated method.
- MethodWrapper(Constructor<?>) - Constructor for class de.aristaflow.adept2.util.reflection.MethodWrapper
-
Creates a new wrapper for the designated constructor.
- migrationPrevents - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
-
Whether the current migration state prevents the action (or the current
execution state).
- migrationState - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
-
The migration state in which the instance currently is and which prevents
the desired action.
- MIME_DEFAULT_BINARY - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
Binary data sent via HTTP.
- MIME_HTML - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
HTML sent via HTTP.
- MIME_PDF - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
PDF data.
- MIME_PLAINTEXT - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
Plain text sent via HTTP.
- MIME_XML - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
XML sent via HTTP.
- mimeType - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
-
MIME type of content, e.g.
- MimeType() - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
-
- min(N, double, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given number is greater than or equal to the specified
value.
- MIN_TIMESTAMP - Static variable in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
timestamp for 0001-01-01 00:00:00 (UTC)
- MINIMAL_DELAY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The minimal delay for the first poll of polling sources.
- minLength(String, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string has the specified minimum length.
- minLength(E[], int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array has the specified minimum length.
- minPoolSize - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Minimal number of executor threads for polling events.
- minSize(Collection<E>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection has the specified minimum size.
- minSize(Map<K, V>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map has the specified minimum size.
- MINUTE - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
-
The amount of milliseconds for one minute.
- MISSING_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- modAgent - Variable in class de.aristaflow.adept2.model.common.Branch
-
The last modifying agent of this branch.
- MODEL_FACTORY_ACTIVITY - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the activity model factory.
- MODEL_FACTORY_EXECUTION - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the execution model factory (special objects needed only for
execution).
- MODEL_FACTORY_FILTER - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the filter factory for filtering model elements.
- MODEL_FACTORY_GRAPHICAL - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the graphical model factory.
- MODEL_FACTORY_INIT_TAB - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the init tab model factory.
- MODEL_FACTORY_LOCALISATION - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the localisation factory.
- MODEL_FACTORY_PROCESS - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the process model factory.
- MODEL_FACTORY_RUNTIME - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the runtime environment model factory (special objects needed
for runtime environments, that is executing activities).
- MODEL_FACTORY_SYSTEM_DATA_FORMATTER - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the system data formatter factory.
- MODEL_FACTORY_WORKLIST - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The name of the worklist model factory.
- ModelChangeOperations - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
The ModelChangeOperations provide methods to alter the
OrgModel (add and delete attributes), add/delete entities, change their
attributes and add/delete relations between entities.
- ModelExplorer - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
The ModelExplorer provides information about the OrgModel like which
entity types are used, which attributes they have, their data types etc. and
allows to retrieve a single entity or several entities according to
user-defined criteria.
- modelFactoryRegistry - Variable in class de.aristaflow.adept2.base.registry.RegistryWrapper
-
The model factory registry for this wrapping registry.
- ModelFactoryRegistry - Class in de.aristaflow.adept2.model
-
This class extends the InstanceToInstanceRegistry to support
all model factories in ADEPT2.
- ModelFactoryRegistry(UrlConfigurationManager, Configuration, Registry) - Constructor for class de.aristaflow.adept2.model.ModelFactoryRegistry
-
Constructs a new model factory registry supporting factory for the creation
of model implementations.
- ModellingClientService - Interface in de.aristaflow.adept2.core.client
-
- ModelLocalisation - Class in de.aristaflow.adept2.model.common
-
Class for localisation of constant strings in various models
(de.aristaflow.adept2.model).
- ModelLocalisation() - Constructor for class de.aristaflow.adept2.model.common.ModelLocalisation
-
- ModelRegistryConstants - Class in de.aristaflow.adept2.model
-
- ModelRegistryConstants() - Constructor for class de.aristaflow.adept2.model.ModelRegistryConstants
-
- ModelViewer - Class in de.aristaflow.adept2.model.common.viewer
-
Allows the creation of typed views on attribute maps.
- ModelViewer() - Constructor for class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
- modelViewerProvider - Variable in class de.aristaflow.adept2.base.registry.RegistryWrapper
-
The provider for retrieving model views.
- ModelViewerProvider - Interface in de.aristaflow.adept2.model.common
-
This interface provides access to classes that in turn provide type-safe
access to PluginData.
- ModelViewerTools<V> - Class in de.aristaflow.adept2.model.common.viewer
-
Tool class for easier handling of some stuff like localisations or
parameter references / system data consumers.
- ModelViewerTools(Class<V>, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.common.viewer.ModelViewerTools
-
Default constructor.
- ModelViewerTools(Class<V>, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.common.viewer.ModelViewerTools
-
Internal constructor, allowing to set a prefix, e.g. for nested views.
- modificationTime - Variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
-
The timestamp the template was last modified
- modifyAttribute(SessionToken, EntityType, String, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Changes the mapping properties of the specified attribute.
- modifyAttribute(SessionToken, EntityType, String, String, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Changes the mapping properties of the specified attribute including the org
model extension.
- modTime - Variable in class de.aristaflow.adept2.model.common.Branch
-
The last modification time of this branch.
- month - Variable in class de.aristaflow.adept2.util.time.CalendarTools.DayOfYear
-
The month of the day of a unspecific year.
- MORE_INPUT_PARAMETERS_THAN_ALLOWED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- MOVE_FILE - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Whether to move the files from file events.
- MoveNodes - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation for moving nodes.
- MoveNodes() - Constructor for class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
- MSG_DUMP - Static variable in class de.aristaflow.adept2.core.registry.TerminationMonitor
-
Message template for dumping running threads.
- MSG_TERMINATION - Static variable in class de.aristaflow.adept2.core.registry.TerminationMonitor
-
Message template for forcing termination.
- MultiLevelEscalationData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for the multi level escalation plug-in.
- MultiLevelEscalationData.LevelData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Container for the data for a single escalation level.
- MultipleFilterFilter - Interface in de.aristaflow.adept2.model.filter
-
Represents a filter that logically combines the Boolean outputs of multiple
filters by an operator such as AND or OR.
- MultiplexingClientService - Class in de.aristaflow.adept2.core.client
-
The MultiplexingClientService is a broker for service requests
from various web clients.
- MultiplexingClientService(Configuration, Registry) - Constructor for class de.aristaflow.adept2.core.client.MultiplexingClientService
-
Creates a MultiplexingClientService with the designated registry, a logger
for this and the designated required services.