A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages

M

mailAddress - Variable in class de.aristaflow.ilm.base.sessionmanagement.RichAgent
 
mailAddresses - Variable in class de.aristaflow.ilm.model.common.LicenceInformation
 
MailAddresses - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
The addresses are taken from MailNotificationData.getMailAddresses()
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
MailEventImpl(URI[], String, String, String, Message, Logger) - 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 - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
This class combines several parameters to one (POST) parameter.
MailNotificationData - Interface in de.aristaflow.adept2.model.common.plugindata
Plug-in data for the mail notification escalation measure.
MailNotificationData() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.MailNotificationData
 
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
mailNotify - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.MailNotificationData
 
mailReceiver - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.MailNotificationData
 
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 an ExtendedCallableStatement 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 an ExtendedPreparedStatement 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.
mapping - Variable in class de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
 
mapToNodeState(ProcessConstants.InstanceExecutionStatus) - Static method in class de.aristaflow.adept2.core.processmanager.ProcessManagerTools
Maps an instance execution status to a node state.
mark(int) - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
 
mark(int) - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
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
Extracted from FileMarkHandler.handleEvent(Event, boolean) so that it could be extended with the destination file, i.e. the file the source was renamed or moved to.
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
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[], boolean, Node) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated byte[] 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 (without GZIP, according to RFC-4648).
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-
MATCHES - de.aristaflow.adept2.model.filter.ComparisonOperator
A regular expression match operator
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
The amount of tries that lead to a delay just below maximum delay per try.
MAXIMUM_ALLOWED_TIME_ADJUSTMENT - 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.
MAXIMUM_TIMESHIFT_ALLOWED - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
maxLength(E[], int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
Ensures that the given array has the specified maximum length.
maxLength(String, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
Ensures that the given string has the specified maximum length.
maxPriority - Variable in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
The highest priority of all items of this update.
maxPriority - Variable in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
The maximum priority of the worklist update.
maxPriority - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistUpdateData
 
maxPriority - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistUpdateNotification
 
maxSize - Variable in class de.aristaflow.adept2.util.Cache
The maximum size this cache should have
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.
md - Variable in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteActivityStartingWebService
 
md - Variable in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
 
mdUris - Variable in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteActivityStartingWebService
 
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(ProcessConstants.AdeptDataType[], String[]) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
Creates a new MemoryResultSet with the designated column labels and types.
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.
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.
message - Variable in class de.aristaflow.ilm.model.common.CheckReport.Entry
 
message - Variable in exception de.aristaflow.ilm.util.IlmException
The message of the exception.
MessageDemux - Class in de.aristaflow.ilm.core.runtimeservice
This class extends the LocalExecutionMessageNotifier by the means to notify listeners without a reply and get this reply via another route.
MessageDemux(LocalExecutionMessageNotifier) - Constructor for class de.aristaflow.ilm.core.runtimeservice.MessageDemux
Creates a new execution message notifier handling listeners via the designated notifier.
messageId - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
 
Messages - Interface in de.aristaflow.adept2.util.i18n
Interface for providing messages (and other strings) for a specific locale.
MessagesProvider - Class in de.aristaflow.adept2.util.i18n
This class provides and caches resource bundles (stemming from properties) encapsulated in Messages for various locales.
MessagesProvider(Class<?>) - Constructor for class de.aristaflow.adept2.util.i18n.MessagesProvider
Constructs a new message provider for loading resource bundles (stemming from properties) for a specific locale for the designated class.
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.
method - Variable in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
The HTTP method of the request.
MethodWrapper - Class in de.aristaflow.adept2.util.reflection
Simple class allowing for treating methods and constructors similar.
MethodWrapper(Constructor<?>) - Constructor for class de.aristaflow.adept2.util.reflection.MethodWrapper
Creates a new wrapper for the designated constructor.
MethodWrapper(Method) - Constructor for class de.aristaflow.adept2.util.reflection.MethodWrapper
Creates a new wrapper for the designated method.
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.
migrationState - Variable in exception de.aristaflow.ilm.model.processmodel.InvalidInstanceStateException
 
migrationStatus - Variable in class de.aristaflow.ilm.model.processmodel.InstanceStatus
 
migrationStatusComment - Variable in class de.aristaflow.ilm.model.processmodel.InstanceStatus
 
migrationStatusDate - Variable in class de.aristaflow.ilm.model.processmodel.InstanceStatus
 
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_JSON - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
JSON
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(E[], int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
Ensures that the given array has the specified minimum length.
minLength(String, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
Ensures that the given string has the specified minimum length.
minLogLevelPoolStatistics - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
The log level which need to be reached for logging pool statistics.
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
Deprecated.
No longer required with java.time.
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_CONVERTER_REGISTERED - Static variable in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
Whether a model converter setting default values in the schema has been registered.
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_RESOURCE - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
The name of the resource 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.
ModelExplorerRest - Class in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
 
ModelExplorerRest(ModelExplorerWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelExplorerRest
 
ModelExplorerWebService - Class in de.aristaflow.ilm.ws.core.orgmodelmanager
 
ModelExplorerWebService(ModelExplorer, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelExplorerWebService
 
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.
ModelGlue - Class in de.aristaflow.adept2.ui.processvisualisation.model
Helper methods for managing the model and transforming it into chunks manageable by EditParts.
ModelGlue() - Constructor for class de.aristaflow.adept2.ui.processvisualisation.model.ModelGlue
 
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
Constants used by the ModelFactoryRegistry.
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>, 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.
ModelViewerTools(Class<V>, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.common.viewer.ModelViewerTools
Default constructor.
modificationTime - Variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
The timestamp the template was last modified
modified - Variable in class de.aristaflow.ilm.model.processmodel.Instance
 
modified - Variable in class de.aristaflow.ilm.model.processmodel.InstanceReference
 
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.
MOVED - de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Entities (nodes) that are moved by the delta layer.
MoveNodes - Class in de.aristaflow.adept2.core.changeoperations
Change operation for moving nodes.
MoveNodes() - Constructor for class de.aristaflow.adept2.core.changeoperations.MoveNodes
 
moveResource(SessionToken, UUID, String, String) - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelChangeOperationsWebService
 
moveResource(UUID, String, String) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelChangeOperationsRest
 
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.
MULTIPLE - de.aristaflow.adept2.base.registry.AbstractRegistry.InstantiationMode
Multiple instantiation.
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.
MY_SQL - de.aristaflow.adept2.base.dbaccess.DatabaseName
MySQL
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages