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
All Classes All Packages
All Classes All Packages
A
- ABILITY - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the Ability entity type
- ABILITY - de.aristaflow.ilm.model.orgmodel.EntityType
- abortActivity(SessionToken, EbpInstanceReference, Long, String, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityExecutionControlWebService
- abortActivity(SessionToken, EbpInstanceReference, Long) - Method in class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
- abortActivity(SessionToken, EBPInstanceReference, long, boolean) - Method in interface de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
-
Instructs the runtime client to abort the specified activity and propagate the abortion if appropriate, e. g. to subprocess instances.
- abortActivity(SessionToken, EBPInstanceReference, String, long, boolean, boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityExecutionControl
-
Instructs the ActivityExecutionControl to abort the activity and propagate the abortion if appropriate, e. g. to subprocess instances.
- abortActivity(Boolean, Boolean, ActivityRefWithFailureData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityExecutionControlRest
- abortActivity(Long, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ExecutionControlManagerRest
- abortActivity(Long, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteExecutionControlManagerRest
- abortCount - Variable in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.A counter for all flushs that aborted pending work.
- abortCount - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
A counter for all flushs that aborted pending work.
- abortDelayed() - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Aborts the delayed runnable and future, that is, the delayed runnable will not be executed.
- abortedPending - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectSpecificFlushCallable
-
Whether the flush has aborted pending work.
- abortedPending - Variable in class de.aristaflow.adept2.util.threading.PipelineFlushRunnable
-
Deprecated.Whether the flush has aborted pending work.
- abortInstanceChanging(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceChanging
-
Aborts changing the instance, unlocks and resumes the instance and informs the worklist managers accordingly.
- AbortProcessStepMeasureData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Data for the escalation measure to abort item.
- AbortServiceException - Exception in de.aristaflow.adept2.base.configuration
-
In case an
ADEPT2Service
cannot be initialised or started due to a major problem, anAbortServiceException
may be raised. - AbortServiceException - Exception in de.aristaflow.ilm.base.configuration
- AbortServiceException() - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
- AbortServiceException() - Constructor for exception de.aristaflow.ilm.base.configuration.AbortServiceException
-
The constructor required for bean deserialisation.
- AbortServiceException(AbortServiceException) - Constructor for exception de.aristaflow.ilm.base.configuration.AbortServiceException
- AbortServiceException(String) - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
- AbortServiceException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
- AbortServiceException(Throwable) - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
- AbortTransactionException - Exception in de.aristaflow.adept2.base.service
-
An
AbortTransactionException
indicates that a transaction in a service cannot be completed and therefore has to be aborted. - AbortTransactionException - Exception in de.aristaflow.ilm.base.service
- AbortTransactionException() - Constructor for exception de.aristaflow.ilm.base.service.AbortTransactionException
-
The constructor required for bean deserialisation.
- AbortTransactionException(AbortTransactionException) - Constructor for exception de.aristaflow.ilm.base.service.AbortTransactionException
- AbortTransactionException(SessionToken, String) - Constructor for exception de.aristaflow.adept2.base.service.AbortTransactionException
-
Create a new exception to abort the transaction for the designated session token having the designated description.
- AbortTransactionException(SessionToken, String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.AbortTransactionException
-
Create a new exception to abort the transaction for the designated session token having the designated description and cause.
- AbortTransactionException(SessionToken, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.AbortTransactionException
-
Create a new exception to abort the transaction for the designated session token having the designated cause.
- abortVisit(T) - Method in interface de.aristaflow.adept2.util.reflection.ReflectionTools.ClassVisitor
-
Whether to abort the visit of further classes since the result is already satisfying.
- aboutToReturn(List<S>) - Method in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
-
Tracks the
AutoCloseable
s of the designated elements before returning them, handles their closing (whenAbstractRemoteIterator.closeOnTraversal
) and applies the transformation. - AbsenceData - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
This class combines several parameters to one (POST) parameter.
- AbsenceData() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.AbsenceData
- AbsenceInformation - Class in de.aristaflow.ilm.model.worklistmodel
- AbsenceInformation() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AbsenceInformation
- absentee - Variable in class de.aristaflow.ilm.model.worklistmodel.AbsenceInformation
- absentee - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AbsenceData
- AbstractActivity - Interface in de.aristaflow.adept2.model.common
-
An
AbstractActivity
unifies the similarities of activities (used in the process model), activity templates (intermediate objects for transferring the necessary information from the activity model to the process model), activity template definitions (the corresponding objects in the activity model) and activity instances (the objects that are finally executed). - AbstractActivityEventHandler - Class in de.aristaflow.adept2.core.eventmanager.common
-
This class provides the basic means for an activity event handler, that is, providing the attributes of an
EventHandler
as well as declining all signals sent while the handler is executing an activity. - AbstractActivityEventHandler(Registry, boolean, boolean, boolean, ActivityEventManager) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractActivityEventHandler(String, boolean, boolean, boolean, ActivityEventManager) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractActivityModelParameter - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of an
ActivityModelParameter
used with inheritance (in the GUI) as well as for storage. - AbstractActivityTemplateDefinition - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of an
ActivityTemplateDefinition
used with inheritance (in the GUI) as well as for storage. - AbstractADEPT2Service - Class in de.aristaflow.adept2.base.service
-
Abstract implementation for the ADEPT2 service interface.
- AbstractADEPT2Service(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Creates an ADEPT2 service with the designated registry, a logger for the designated class and assuming that there are no other services required.
- AbstractADEPT2Service(Configuration, Registry, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Creates an ADEPT2 service with the designated registry, the designated required services and a logger for the designated class.
- AbstractADEPT2Service.ActiveSessions - Class in de.aristaflow.adept2.base.service
-
This class manages all sessions and threads currently active in this service.
- AbstractAuthenticatedService - Class in de.aristaflow.adept2.base.service
-
An abstract class providing the basic means for authenticating and managing a
SessionFactory
as well as some session management (token verification and alike). - AbstractAuthenticatedService(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Creates an ADEPT2 service with the designated registry, a logger for this and assuming that there are no other services required except the org model manager for non-early services.
- AbstractAuthenticatedService(Configuration, Registry, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Creates an ADEPT2 service with the designated registry, a logger for this and the designated required services.
- AbstractBooleanReplyMessage - Class in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
- AbstractBooleanReplyMessage() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.AbstractBooleanReplyMessage
- AbstractCleanupTask() - Constructor for class de.aristaflow.adept2.util.CleanupTask.AbstractCleanupTask
-
Constructs a new
CleanupTask.AbstractCleanupTask
with a default descriptor andCleanup's default logger
. - AbstractCleanupTask(String) - Constructor for class de.aristaflow.adept2.util.CleanupTask.AbstractCleanupTask
-
Constructs a new
CleanupTask.AbstractCleanupTask
with the given custom descriptor andCleanup's default logger
. - AbstractCleanupTask(String, Logger) - Constructor for class de.aristaflow.adept2.util.CleanupTask.AbstractCleanupTask
-
Constructs a new
CleanupTask.AbstractCleanupTask
with the given descriptor and the given logger. - AbstractCleanupTask(Logger) - Constructor for class de.aristaflow.adept2.util.CleanupTask.AbstractCleanupTask
-
Constructs a new
CleanupTask.AbstractCleanupTask
with a default descriptor and the given logger. - AbstractConfigurableAuthenticatedService - Class in de.aristaflow.adept2.base.service
-
This class extends an authenticated service by the means for changing a configuration.
- AbstractConfigurableAuthenticatedService(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractConfigurableAuthenticatedService
-
Creates a configurable service with the designated configuration, the designated registry, a logger for this and assuming that there are no other services required.
- AbstractConfigurableAuthenticatedService(Configuration, Registry, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractConfigurableAuthenticatedService
-
Creates a configurable service with the designated configuration, the designated registry, a logger for this and the designated required services.
- AbstractConfigurableRootResource<S extends ConfigurableService,W extends AbstractRootResourceConfigurableWebService<S>> - Class in de.aristaflow.ilm.ws.rest.base.service
-
This class extends the REST root resource by the means for managing a configuration.
- AbstractConfigurableRootResource() - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractConfigurableRootResource
- AbstractConfigurableService - Class in de.aristaflow.adept2.base.service
-
This class provides the configuration of a service and returns it.
- AbstractConfigurableService(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractConfigurableService
-
Creates a configurable service with the designated configuration, the designated registry, a logger for this and assuming that there are no other services required.
- AbstractConfigurableService(Configuration, Registry, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractConfigurableService
-
Creates a configurable service with the designated configuration, the designated registry, a logger for this and the designated required services.
- AbstractConfigurationSet - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of a
ConfigurationSet
used with inheritance (in the GUI) as well as for storage. - AbstractDeserialiser(Class<F>) - Constructor for class de.aristaflow.ilm.model.filter.Deserialisers.AbstractDeserialiser
-
Creates a new deserialiser for instances of the designated class (or instances of subclasses).
- AbstractEndpoint<S extends ADEPT2Service,W extends AbstractRootResourceWebService<S>> - Class in de.aristaflow.ilm.ws.soap.base.service
-
This class provides the basic means for a SOAP web service endpoint.
- AbstractEndpoint() - Constructor for class de.aristaflow.ilm.ws.soap.base.service.AbstractEndpoint
- AbstractEvent - Class in de.aristaflow.adept2.core.eventmanager.common
-
An abstract event providing the type handling and ID handling as well as the creation date.
- AbstractEvent(URI[], String, String, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
Creates a new event having the designated attributes.
- AbstractEventHandler - Class in de.aristaflow.adept2.core.eventmanager.common
-
This class provides the basic means for an event handler, that is, providing the attributes of an
EventHandler
. - AbstractEventHandler(Registry, boolean, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractEventHandler(Registry, boolean, boolean, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractEventHandler(String, boolean, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractEventHandler(String, boolean, boolean, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Creates a new event handler having the designated ID and the designated flags.
- AbstractEventManager - Class in de.aristaflow.adept2.core.eventmanager.common
-
The event manager creates event handler and event sources.
- AbstractEventManager(Configuration, Registry, String[], String[]) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Creates an event manager creating event sources and combining them with the appropriate event handlers.
- AbstractEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractEventSource<T extends Event> - Class in de.aristaflow.adept2.core.eventmanager.common
-
This abstract class provides the means for managing the handler registered for an event source.
- AbstractEventSource(Registry, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Creates a new event source providing the management of registered event handler.
- AbstractEventSource(String, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Creates a new event source providing the management of registered event handler.
- AbstractExecutableComponentDescription - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of an
ExecutableComponentDescription
used with inheritance (in the GUI) as well as for storage. - AbstractGUIManager - Class in de.aristaflow.adept2.core.runtimemanager.gui
-
This class provides the basic means for a
RemoteGUIManager
which is the interaction between remotely executed component to GUI context (viaActivityStateNotification
and vice versa (viaAbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)
). - AbstractGUIManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
Creates a new GUI manager providing the basic means for a
RemoteGUIManager
. - AbstractGUIManager(Configuration, Registry, String[], String[]) - Constructor for class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
Creates a new GUI manager providing the basic means for a
RemoteGUIManager
. - AbstractHTMLContext - Class in de.aristaflow.adept2.ui.htmlgui
-
This
GUIContext
enables the usage of HTML as graphical user interface. - AbstractHTMLContext(Thread) - Constructor for class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
Creates a new abstract HTML context providing the usual behaviour needed for an HTML context.
- AbstractHTMLContext(Thread, HTTPService, String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
Creates a new abstract HTML context providing the usual behaviour needed for an HTML context including deregistering from a reply handler.
- AbstractHTMLContext.HtmlContextCleanupTask - Class in de.aristaflow.adept2.ui.htmlgui
-
The clean-up task for closing all replies and responses of an
AbstractHTMLContext
. - AbstractIncWorklistData<T extends WorklistItem> - Class in de.aristaflow.ilm.model.worklistmodel
-
Parent class for all incremental worklist data, initial as well as following.
- AbstractIncWorklistData() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AbstractIncWorklistData
-
Constructor setting the subclass name.
- AbstractIteratorHandler<T extends de.aristaflow.adept2.model.communication.ServerSideProxy,I,N> - Class in de.aristaflow.ilm.model.common.collection
-
This class handles provides the basic means for handling iterators.
- AbstractIteratorHandler(Supplier<I>, Supplier<N>, String, LogService) - Constructor for class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractIteratorHandler(Supplier<I>, Supplier<N>, String, String, LogService) - Constructor for class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
-
Creates a new iteration handler.
- AbstractLockCount(Function<SessionToken, UUID>) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.AbstractLockCount
-
Creates a new
LockCountManager
for session tokens with an equality based on the session IDs provided by the designated function. - AbstractNonPrivilegedService - Class in de.aristaflow.adept2.base.service
-
An abstract class providing the basic means for authenticating and managing a
ClientSessionFactory
. - AbstractNonPrivilegedService(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Creates an ADEPT2 service with the designated registry, a logger for this and assuming that there are no other services required.
- AbstractNonPrivilegedService(Configuration, Registry, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Creates an ADEPT2 service with the designated registry, a logger for this and the designated required services.
- AbstractNullableDeserialiser(Class<F>) - Constructor for class de.aristaflow.ilm.model.filter.Deserialisers.AbstractNullableDeserialiser
-
Creates a new deserialiser for instances of the designated class (or instances of subclasses).
- AbstractObjectOneWorkExecutor<O,R extends AbstractObjectOneWorkExecutor.RuntimeData> - Class in de.aristaflow.adept2.util.threading.executor
-
A one work executor allows for an arbitrary amount of objects having work, but only one piece of work is allowed for each object at a time.
- AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectOneWorkExecutor(boolean, int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and unlimited objects), accepting exactly one piece of work per object.
- AbstractObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and unlimited objects), accepting exactly one piece of work per object.
- AbstractObjectOneWorkExecutor(boolean, int, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads, accepting exactly one piece of work per object.
- AbstractObjectOneWorkExecutor(boolean, int, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads, accepting exactly one piece of work per object.
- AbstractObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates a new thread pool executor with an unlimited amount objects and the designated maximum amount of threads, accepting exactly one piece of work per object.
- AbstractObjectOneWorkExecutor(boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectOneWorkExecutor.RuntimeData - Class in de.aristaflow.adept2.util.threading.executor
-
This class represents runtime data for an one work executor.
- AbstractObjectRunnable<O1,O2,R> - Class in de.aristaflow.adept2.util.threading.executor
-
An abstract implementation for an
ObjectRunnable
including some lifecycle management like being active and termination. - AbstractObjectRunnable(O1, O2, Map<O2, Pair<ObjectRunnable<O1, O2>, R>>, AtomicInteger, Logger) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectRunnable
-
Creates a new runnable for the designated object.
- AbstractObjectSpecificExecutor<O1,O2,R> - Class in de.aristaflow.adept2.util.threading.executor
-
A thread pool executor that accepts work for specific objects.
- AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectSpecificExecutor(int, int, boolean, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectSpecificExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with the designated number of threads and threads for different objects using the designate thread factory for creating threads.
- AbstractObjectSpecificExecutor(int, int, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with the designated number of threads and threads for different objects using the designate thread factory for creating threads.
- AbstractObjectSpecificExecutor(int, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads using the designated comparator for prioritising work.
- AbstractObjectSpecificExecutor(int, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads using the designated comparator for prioritising work.
- AbstractObjectSpecificExecutor(int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with the designated maximum amount of threads and threads for different objects.
- AbstractObjectSpecificExecutor(Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractObjectWrapper<T,E extends Exception> - Class in de.aristaflow.adept2.util.objectpool
-
This is an abstract base class for wrapper implementations.
- AbstractObjectWrapper(ObjectPool<T, E>, T) - Constructor for class de.aristaflow.adept2.util.objectpool.AbstractObjectWrapper
-
Constructs a new
AbstractObjectWrapper
for the given object and pool. - AbstractOperation - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of an
Operation
used with inheritance (in the GUI) as well as for storage. - AbstractParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface unifies the methods of a
ParameterTemplate
used with inheritance (in the GUI) as well as for storage. - AbstractPipeliningExecutor<O,P> - Class in de.aristaflow.adept2.util.threading
-
Deprecated.Use
AbstractPipeliningExecutor
instead. - AbstractPipeliningExecutor<O,P> - Class in de.aristaflow.adept2.util.threading.executor
-
A pipelining executor handles work in pipelines.
- AbstractPipeliningExecutor(int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Creates a new thread pool executor with the designated number of pipelines and threads for different objects using the designate thread factory for creating threads.
- AbstractPipeliningExecutor(int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
Creates a new thread pool executor with the designated maximum amount of threads for different objects using the designate thread factory for creating threads.
- AbstractPipeliningExecutor(Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Creates a new thread pool executor with an unlimited amount of pipelines for different objects using the designate thread factory for creating threads.
- AbstractPipeliningExecutor(Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
AbstractPipeliningExecutor(int, Adept2ThreadFactory)
instead. - AbstractProcessTemplateCheck - Class in de.aristaflow.adept2.core.checks.processmodel
-
Abstract implementation of the process template check.
- AbstractProcessTemplateCheck(String) - Constructor for class de.aristaflow.adept2.core.checks.processmodel.AbstractProcessTemplateCheck
-
Default constructor.
- AbstractRegistry - Class in de.aristaflow.adept2.base.registry
-
This class manages interfaces (or super-classes) of component types and instances of components including singletons.
- AbstractRegistry(UrlConfigurationManager, Configuration, Registry) - Constructor for class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Constructs a new registry by setting the parent registry, the configuration and the initial configuration manager.
- AbstractRegistry.DefaultNameResolution - Class in de.aristaflow.adept2.base.registry
-
Default implementation for resolving service name and component types.
- AbstractRegistry.InstanceInformation - Class in de.aristaflow.adept2.base.registry
-
InstanceInformation
encapsulates the properties from the configuration relevant for a component instance. - AbstractRegistry.InstantiationMode - Enum in de.aristaflow.adept2.base.registry
-
The instantiation modes an instance may have.
- AbstractRemoteIterator<S,T> - Class in de.aristaflow.adept2.model.common.collection
-
This class provides the basic means for a window mechanism for lists of elements, that is, the basic means for a
RemoteIterator
. - AbstractRemoteIterator(Function<S, T>, Logger) - Constructor for class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
-
Creates a new remote iterator with the designated transformator function applied to each element before returning it and using the designated logger for problems when closing (this remote iterator or the appropriate elements).
- AbstractRemoteIteratorData<T> - Class in de.aristaflow.ilm.model.common.collection
-
Parent class for all remote iterator data, initial as well as following.
- AbstractRemoteIteratorData() - Constructor for class de.aristaflow.ilm.model.common.collection.AbstractRemoteIteratorData
- AbstractRestStub - Class in de.aristaflow.ilm.ws.rest.base.service
-
This class provides the means for making REST calls to callback objects.
- AbstractRestStub(URL, String, Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub
-
Creates a new abstract stub providing the basic means for making REST callback calls.
- AbstractRestStub.Request - Class in de.aristaflow.ilm.ws.rest.base.service
-
A
Request
represents a request sent to the REST callback and also provides the return value sent via callback response. - AbstractRootResource<S extends ADEPT2Service,W extends AbstractRootResourceWebService<S>> - Class in de.aristaflow.ilm.ws.rest.base.service
-
This class provides the basic means for a REST root resource.
- AbstractRootResource() - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractRootResource
- AbstractRootResourceConfigurableWebService<T extends ConfigurableService> - Class in de.aristaflow.ilm.ws.base.service
-
This class extends the
AbstractRootResourceWebService
by the means to manage a configuration. - AbstractRootResourceConfigurableWebService(T, ServiceMetaData) - Constructor for class de.aristaflow.ilm.ws.base.service.AbstractRootResourceConfigurableWebService
-
Creates a new root resource web service for the designated
ConfigurableService
using a class-specific logger from the designated log service. - AbstractRootResourceWebService<T extends ADEPT2Service> - Class in de.aristaflow.ilm.ws.base.service
-
An abstract root resource web service provides web service implementations for
ADEPT2Service
. - AbstractRootResourceWebService(T, ServiceMetaData) - Constructor for class de.aristaflow.ilm.ws.base.service.AbstractRootResourceWebService
-
Creates a new root resource web service for the designated
ADEPT2Service
using a class-specific logger from the designated log service. - AbstractSharedEventSource<E extends Event,S extends SharingSource<E>> - Class in de.aristaflow.adept2.core.eventmanager.common
-
An event source that distributes events among several sharing event sources.
- AbstractSharedEventSource(Configuration, DefaultEventManager, Registry, Class<S>, String, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. - AbstractSharingActEventSource<T extends Event> - Class in de.aristaflow.adept2.core.eventmanager.common
-
A source for events shared among several sharing event sources.
- AbstractSharingActEventSource(Configuration, Registry, Class<T>, String, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
Default constructor for a plugin of the
DefaultEventManager
called by a service registry. - AbstractSimpleParameterSelection<T extends SimpleParameter> - Class in de.aristaflow.ilm.model.common
-
This class provides the common fields of all simple parameter selections.
- AbstractSimpleParameterSelection() - Constructor for class de.aristaflow.ilm.model.common.AbstractSimpleParameterSelection
- AbstractSseStub - Class in de.aristaflow.ilm.ws.rest.base.service
- AbstractSseStub(UUID, SseHandler, Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub
- AbstractStub<T> - Class in de.aristaflow.ilm.ws.base.service
-
An abstract stub provides a specific Java API interface for a web service stub.
- AbstractStub - Class in de.aristaflow.ilm.ws.rest.base.service
-
This class provides the basic means for making REST callback calls
- AbstractStub(Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractStub
-
Creates a new abstract stub providing the basic means for making callback calls.
- AbstractStub(T, LogService) - Constructor for class de.aristaflow.ilm.ws.base.service.AbstractStub
- AbstractSubResource<W extends AbstractSubResourceWebService<?>> - Class in de.aristaflow.ilm.ws.rest.base.service
-
This class provides the basic means for a REST sub resource.
- AbstractSubResource(W, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.AbstractSubResource
-
Creates a new REST sub resource the designated (sub) web service using.
- AbstractSubResourceWebService<T> - Class in de.aristaflow.ilm.ws.base.service
-
An abstract sub resource web service resembles
AbstractSubService
, that is, an abstract implementation providing some basic means for a web service for a (sub) resource. - AbstractSubResourceWebService(T, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
-
Creates a new (sub) resource web service for the designated (sub) service using a log service, session factory provider and service URIs from the designated parent sub resource web service.
- AbstractSubResourceWebService(T, ServiceMetaData) - Constructor for class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
-
Creates a new (sub) resource web service for the designated (sub) service using the designated service meta data and creating a class-specific logger from it.
- AbstractSubService<T extends AbstractADEPT2Service> - Class in de.aristaflow.adept2.base.service
-
An abstract implementation for sub services of an
AbstractADEPT2Service
. - AbstractSubService(String[], String[], T) - Constructor for class de.aristaflow.adept2.base.service.AbstractSubService
-
Creates a simple sub service with the designated required services for the designated main service.
- AbstractSubService(T) - Constructor for class de.aristaflow.adept2.base.service.AbstractSubService
-
Creates a simple sub service for the designated main service.
- AbstractSystemDataFormatter - Class in de.aristaflow.adept2.model.common.systemdata
-
An abstract implementation of
SystemDataFormatter
providing to helper methods to ensure the presence of a value and the correctness of its type in the provided map. - AbstractSystemDataFormatter() - Constructor for class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
- AbstractTimeTrackingRemoteIterator<T> - Class in de.aristaflow.adept2.model.common.collection
-
This class extends the basic
AbstractRemoteIterator
by the means for alive time tracking of aRemoteIterator
as well asAbstractTimeTrackingRemoteIterator.isSnapshot()
andAbstractTimeTrackingRemoteIterator.isForwardOnly()
. - AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long) - Constructor for class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractTimeTrackingRemoteIterator(boolean, boolean, long, long, Logger) - Constructor for class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Creates a new remote iterator with the designated attributes.
- AbstractTimeTrackingRemoteIterator(boolean, long, long) - Constructor for class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractTimeTrackingRemoteIterator(boolean, long, long, Logger) - Constructor for class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Creates a new remote iterator with the designated attributes with the snapshot being retrieved via
AbstractTimeTrackingRemoteIterator.getSnapshotImpl()
. - AbstractTransferableGUIContext - Class in de.aristaflow.adept2.ui.remotegui
-
A basic implementation for a
TransferableGUIContext
just enough to satisfy the interface. - AbstractTransferableGUIContext(ActivityInstance, EBPInstanceReference, String, ExecutionContext, String) - Constructor for class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
Creates a new instance of the base implementation of a
TransferableGUIContext
having the designated fields. - AbstractTransferableGUIContext(AbstractTransferableGUIContext) - Constructor for class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
Creates a new instance of the base implementation of a
TransferableGUIContext
having the fields of the designated GUI context. - AbstractWebComponent - Class in de.aristaflow.adept2.ui.htmlgui.executionenvironments
-
Abstract base class for web components implementing a generic request / reply mechanism handling various user signals from the web frontend, like signalling states, etc.
- AbstractWebComponent(String, ActivityInstance, String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
- AbstractWebResourceComponent - Class in de.aristaflow.adept2.ui.htmlgui.executionenvironments
-
Abstract base class for web components implementing handling of external and internal resources which may be used for and from the web frontend.
- AbstractWebResourceComponent(String, ActivityInstance, String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebResourceComponent
- AbstractWorklistItemSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- AbstractWrappingTemplate - Class in de.aristaflow.adept2.model.processmodel
-
Abstract implementation for wrapping a template object.
- AbstractWrappingTemplate(Template) - Constructor for class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
-
Default constructor.
- AbstractXmlBasedUdt - Class in de.aristaflow.adept2.extensions.datatypes
-
An abstract class providing the basic means for an object-oriented wrapper for a
UDTValue
providing direct access to various data of the UDT. - AbstractXmlBasedUdt(String, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Creates a new wrapper class for a
UDTValue
based on XML. - AbstractXmlBasedUdt(String, String, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Creates a new wrapper class for a
UDTValue
based on XML. - accept(I1, I2) - Method in interface de.aristaflow.ilm.util.IoToUncheckedBiConsumer
- accept(File) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
- accept(File, String) - Method in class de.aristaflow.adept2.util.FileSuffixFilter
- ACCEPTED - de.aristaflow.adept2.model.orgmodel.PasswordStrength.PasswordQuality
-
The password will be accepted.
- ACCESS_TYPE_ASSERTION_MESSAGE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
-
The message of the assertion error that will be thrown if an unknown access type is found.
- AccessedProcessModelParameter - Class in de.aristaflow.ilm.model.processmodel
- AccessedProcessModelParameter() - Constructor for class de.aristaflow.ilm.model.processmodel.AccessedProcessModelParameter
- accessType - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
-
The access type of the mandatory output parameter which is not provided a value, that is either a normal output parameter or a system output parameter.
- accessType - Variable in class de.aristaflow.ilm.model.processmodel.AccessedProcessModelParameter
- accessType - Variable in class de.aristaflow.ilm.model.processmodel.DataEdge
- AcquireLockException - Exception in de.aristaflow.adept2.util.locking
-
An
AcquireLockException
indicates that a lock of a specific type on an object can not be acquired since the object is already locked by another locking object (and possibly with another type of lock). - AcquireLockException(Object, Object, Object, String) - Constructor for exception de.aristaflow.adept2.util.locking.AcquireLockException
-
Creates a new lock exception indicating that the designated
lockAcquiringObject
can not acquire the lock of the designatedlockType
since thelockedObject
is already locked (with the same lock type) by the designatedlockOwner
. - AcquireLockException(Object, Object, String) - Constructor for exception de.aristaflow.adept2.util.locking.AcquireLockException
-
Creates a new lock exception indicating that the designated
lockAcquiringObject
can not acquire the lock of the designatedlockType
since thelockedObject
is already locked (with the same lock type) but the current lock owner is unknown. - AcquireLockException(Object, Object, String, Object, String) - Constructor for exception de.aristaflow.adept2.util.locking.AcquireLockException
-
Creates a new lock exception indicating that the designated
lockAcquiringObject
can not acquire the lock of the designatedacquiringLockType
since thelockedObject
is already locked (with thecurrentLockType
) by the designatedlockOwner
. - AcquireLockException(Object, String, Object, String) - Constructor for exception de.aristaflow.adept2.util.locking.AcquireLockException
-
Creates a new lock exception indicating that the designated
lockAcquiringObject
can not acquire the lock of the designatedacquiringLockType
since thelockedObject
is already locked (with thecurrentLockType
) but the current lock owner is unknown. - act - Variable in class de.aristaflow.ilm.ws.rest.model.execution.ActivityReferenceData
- act - Variable in class de.aristaflow.ilm.ws.rest.model.execution.EnquiryData
- ACT_CONF_EVENT_TYPE - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The configuration key for an activity configuration providing the ID of an event type for which to create an event source for the activity.
- ACT_CONF_RETRY_COUNT - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The configuration key for an activity configuration for the number of retries when adding an event source for the corresponding activity.
- ACT_CONF_RETRY_DELAY - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The configuration key for an activity configuration for the delay (in milliseconds) between retries for adding an event source for the corresponding activity.
- ACT_CONF_SOURCE_ID - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The configuration key for an activity configuration providing the ID of a source in case one source should be used for several activities.
- ACT_CONF_SOURCE_TYPE - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The configuration key for an activity configuration providing the ID of a source type for which to create an event source for the activity.
- actActStates - Variable in class de.aristaflow.ilm.model.runtimeenvironment.AsInitialRemoteIteratorData
- actActStates - Variable in class de.aristaflow.ilm.model.runtimeenvironment.AsRemoteIteratorData
- actConf - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- actData - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
The activity instance and data context wrapper for this execution.
- actInstance - Variable in class de.aristaflow.ilm.model.runtimeenvironment.guicontext.GuiContext
-
This will be localised and contain runtime overrides (if applicable).
- actInstance - Variable in class de.aristaflow.ilm.model.runtimeenvironment.IncompleteSessionContext
- actInterval - Variable in class de.aristaflow.ilm.model.common.LicenceInformation
- ACTION_REQUIRED - de.aristaflow.adept2.model.globals.WorklistConstants.Priority
-
The priority "action required" (int value 7000).
- activate(T) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectLifeCycle
-
Activates the given object right before it is returned by
ObjectPool.checkOut()
. - ActivationData - Class in de.aristaflow.adept2.base.licensing
-
This class represents the data that is provided as response to an activation request, that is, this indicates a successful activation.
- ActivationData(int, int, long, long, String) - Constructor for class de.aristaflow.adept2.base.licensing.ActivationData
-
Creates a new object for activation data with the designated attributes.
- ActivationData(int, int, long, String) - Constructor for class de.aristaflow.adept2.base.licensing.ActivationData
-
Creates a new object for activation data as provided by the activation server.
- activationDate - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
- activationDate - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- activationDate - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
- activationTime - Variable in class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry
- active - Variable in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.A flag to indicate that this pipeline is active.
- activeAgentChanged(RichAgent, SessionToken, RichAgent, SessionToken) - Method in interface de.aristaflow.adept2.core.client.ClientService.ActiveAgentChangedListener
-
The active agent has been changed.
- activeAgentLock - Variable in class de.aristaflow.adept2.core.client.MultiplexingClientService
-
The lock for synchronising all access concerning the active agent, which is mainly
sessionServiceMapping
. - activeOrInvalidServiceStateException(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Checks whether this service is active and throws an
InvalidStateException
ifAbstractADEPT2Service.isActive()
returns false. - ActiveSessions() - Constructor for class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Constructor creating and initialising the fields.
- activeThreads - Variable in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
The amount of active threads.
- activity - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activity - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
The
EBPInstanceReference
identifying the process instance node this GUI context has been created for. - activity - Variable in class de.aristaflow.ilm.model.execution.ExecutionContextResponse
- activity - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithActState
- activity - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithNodeState
- activity - Variable in class de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
- activity - Variable in class de.aristaflow.ilm.ws.rest.model.execution.AutoStartPendingData
- activity - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityCallbackData
- activity - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityAgent
- Activity - Class in de.aristaflow.ilm.model.processmodel
- Activity - Interface in de.aristaflow.adept2.model.processmodel
-
The activity is a pluggable component associated to a node.
- Activity() - Constructor for class de.aristaflow.ilm.model.processmodel.Activity
- ACTIVITY - de.aristaflow.adept2.model.globals.EBPType
-
The EBP represents an activity.
- ACTIVITY - de.aristaflow.ilm.model.worklistmodel.ActivityReferenceType
- ACTIVITY_ABORT_DUE_TO_RESET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_ABORT_DUE_UNKNOWN_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_ABORTION_RUNTIME_MANAGER_ACTIVITY_UNKNOWN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_ABORTION_RUNTIME_MANAGER_UNREACHABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_CONFIGURATION_NAME - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- ACTIVITY_EXECUTABLE_COMPONENT - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- ACTIVITY_EXECUTION_MONITOR_ABORT_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_FAILED_DUE_TO_FAILED_DATA_VALIDATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_IN_DATA - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- ACTIVITY_META_DATA - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- ACTIVITY_OUT_DATA - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- ACTIVITY_REFERENCE - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
-
The activity reference of the worklist item has changed.
- ACTIVITY_STARTING_PROVIDE_FOR_RESUME - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_STARTING_PROVIDE_FOR_START - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_STATE - Static variable in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
- ACTIVITY_TEMPLATE_ID - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
-
The ID of the activity template in the activity repository,
AbstractActivity.getID()
. - ACTIVITY_TERMINATION_DATA_VALIDATION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- ACTIVITY_TYPE_CONFIGURATION_NATIVE_DATA_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
-
The configuration key for the native data type in the parameter configuration.
- ACTIVITY_TYPE_CONFIGURATION_POSITION - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
-
This is a proposed default value for the parameter's activity type configuration key determining the position of the parameter.
- ACTIVITY_USER_ATTRIB - de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
- activityAgent - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- ActivityAgent - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
This class combines several parameters to one (POST) parameter.
- ActivityAgent() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityAgent
- ActivityCallbackData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
The data used to register a REST or SSE callback for an ActivityStateNotification or an ExecutionMessageNotification.
- ActivityCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityCallbackData
- activityClosed(EbpInstanceReference, String) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activityClosed(EBPInstanceReference, String) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has been closed.
- activityClosed(EBPInstanceReference, String) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activityClosed(EBPInstanceReference, String) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activityClosed(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activityClosed(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activityClosed(String, ActivityExecData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- ActivityConfExtension - Class in de.aristaflow.ilm.model.common
-
This class just provides the differences between
ActivityConfiguration
andConfiguration
. - ActivityConfExtension() - Constructor for class de.aristaflow.ilm.model.common.ActivityConfExtension
- ActivityConfiguration - Class in de.aristaflow.ilm.model.common
- ActivityConfiguration - Interface in de.aristaflow.adept2.model.common
-
In AristaFlow configuration values in the activity model may stem from an input parameter as well as the configuration of the corresponding process.
- ActivityConfiguration() - Constructor for class de.aristaflow.ilm.model.common.ActivityConfiguration
- ActivityConstants - Class in de.aristaflow.adept2.model.globals
-
Shared constants for activities and activity templates.
- ActivityConstants() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants
- ActivityConstants.AccessType - Enum in de.aristaflow.adept2.model.globals
-
The type of data edges, which specifies the direction (read or write access).
- ActivityConstants.ActivityModelEntityType - Enum in de.aristaflow.adept2.model.globals
-
The type of the entity of the activity model.
- ActivityConstants.ActivityType - Class in de.aristaflow.adept2.model.globals
-
Constants for known activity types.
- ActivityConstants.LocallyOverrideableActivityAttribute - Enum in de.aristaflow.adept2.model.globals
-
All attributes of the activity model that may be overridden locally at runtime.
- ActivityConstants.OpenOfficeMetaData - Class in de.aristaflow.adept2.model.globals
-
Constants for meta data entries of activities, used by the OpenOfficeIntegration.
- ActivityConstants.TestMode - Enum in de.aristaflow.adept2.model.globals
-
The execution mode of the operation or an activity.
- ActivityData - Class in de.aristaflow.adept2.model.runtimeenvironment
-
ActivityData
provides convenience methods for retrieval of input and output parameter types and values as well as writing the output parameter values. - ActivityData(ActivityInstance, DataContext, Logger) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
- ActivityData(ActivityData) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Constructor for replacing the designated instance of
ActivityData
with this one. - ActivityDataContainer - Class in de.aristaflow.ilm.model.datamanagement
- ActivityDataContainer() - Constructor for class de.aristaflow.ilm.model.datamanagement.ActivityDataContainer
- activityDecisionEdgeCode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activityDecisionID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activityDecisionLabel - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activityDecisionParameter - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activityDecisionStatement - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- activityDecisionStatements - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- ActivityEventHandler - Interface in de.aristaflow.adept2.model.events.handler
-
An
ActivityEventHandler
extends an event handler by the means to combine event handling and activity execution. - ActivityEventManager - Interface in de.aristaflow.adept2.core.eventmanager
-
To allow for event handler to execute activities and to control these executions, an
ActivityEventManager
provides a subset of the methods of aRuntimeService
. - ActivityEventSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
An event source that creates events for specific activities.
- ActivityExecData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecData
- ActivityExecFailedData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecFailedData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecFailedData
- ActivityExecResumedData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecResumedData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedData
- ActivityExecResumedRestData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecResumedRestData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedRestData
- ActivityExecResumedSseData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecResumedSseData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedSseData
- ActivityExecSignalledData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecSignalledData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecSignalledData
- ActivityExecSuspendedData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
This class combines several parameters to one (POST) parameter.
- ActivityExecSuspendedData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecSuspendedData
- ActivityExecutionControl - Interface in de.aristaflow.adept2.core.executionmanager
-
This interface provides methods to control the life cycle of activities after they are started (or resumed).
- ActivityExecutionControlRest - Class in de.aristaflow.ilm.ws.rest.core.executionmanager
- ActivityExecutionControlRest(ActivityExecutionControlWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityExecutionControlRest
- ActivityExecutionControlWebService - Class in de.aristaflow.ilm.ws.core.executionmanager
- ActivityExecutionControlWebService(ActivityExecutionControl, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.core.executionmanager.ActivityExecutionControlWebService
- activityFailed(SessionToken, EbpInstanceReference, Long, String, String, WritingDataContainer) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activityFailed(EbpInstanceReference, String, Long, String, String) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activityFailed(ActivityRefWithFailureData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- activityFailed(SessionToken, EBPInstanceReference, DataContainer, String, String, long) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals the failure of an activity, which means, setting the state of the process step accordingly and starting appropriate measures, for instance, rolling back or restarting.
- activityFailed(EBPInstanceReference, String, String, String, long) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has failed with the designated additional failure information.
- activityFailed(EBPInstanceReference, String, String, String, long) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activityFailed(EBPInstanceReference, String, String, String, long) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activityFailed(EbpInstanceReference, String, Long, String, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activityFailed(EbpInstanceReference, String, Long, String, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activityFailed(String, ActivityExecFailedData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- activityFinished(SessionToken, EbpInstanceReference, WritingDataContainer) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activityFinished(ActivityRefWithDcData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- activityFinished(SessionToken, EBPInstanceReference, DataContainer) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals the termination of an activity, which means, setting the state of the process step accordingly, storing the values of the output parameters - encapsulated in the designated data container - and activating new process steps if appropriate.
- ActivityGroupReference - Class in de.aristaflow.adept2.model.worklistmodel
-
An activity reference for an activity group identifying the group in the worklist manager (
ActivityGroupReference.getGroupId()
as well as logically via name and execution context. - ActivityGroupReference - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants.ActivityReferenceTypes
- ActivityGroupReference(UUID, String, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ActivityGroupReference
- activityInstance - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
The activity (instance) which is encapsulated by this execution environment.
- activityInstance - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
The activity (instance) which is encapsulated by the execution environment.
- activityInstance - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
The activity instance this GUI context has been created for.
- ActivityInstance - Class in de.aristaflow.ilm.model.execution
- ActivityInstance - Interface in de.aristaflow.adept2.model.execution
-
The
ActivityInstance
is an instance of
and also resembles the interface.Activity
- ActivityInstance() - Constructor for class de.aristaflow.ilm.model.execution.ActivityInstance
- activityIsFinished - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- ActivityManagerService - Interface in de.aristaflow.adept2.core.client
- ActivityModelFactory - Interface in de.aristaflow.adept2.model.activitymodel
-
TODO Describe inheritance.
- ActivityModelParameter - Interface in de.aristaflow.adept2.model.activitymodel
-
An
ActivityModelParameter
resembles aParameter
by additional information needed in the activity model. - activityName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'activityName'.
- ActivityReference - Class in de.aristaflow.ilm.model.worklistmodel
- ActivityReference - Interface in de.aristaflow.adept2.model.worklistmodel
-
A reference to an activity, e.g. an ADEPT2 activity.
- ActivityReference() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReference
-
Constructor setting the subclass name.
- ActivityReferenceData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- ActivityReferenceData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.ActivityReferenceData
- ActivityReferenceFilter - Interface in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceFilter - Interface in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - ActivityReferenceFilter.ActivityReferenceSelection - Class in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceFilter.ActivityReferenceSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.AfActivityReferenceSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.AfEbpReferenceSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.AfInstanceReferenceSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.AndActRefFilter - Class in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceFilter.AndActRefFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.GroupReferenceSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceFilter.OrActRefFilter - Class in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceFilter.OrActRefFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.ActivityReferenceSelection
- ActivityReferenceSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.ActivityReferenceSelection
- ActivityReferenceType - Enum in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceTypeComparison() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeComparison
- ActivityReferenceTypeFilter - Interface in de.aristaflow.ilm.model.worklistmodel
- ActivityReferenceTypeFilter - Interface in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - ActivityReferenceTypeFilter.ActivityReferenceTypeComparison - Class in de.aristaflow.ilm.model.worklistmodel
-
An abstract class handling all comparisons with
ActivityReferenceType
. - ActivityReferenceTypeFilter.ActivityReferenceTypeIn - Class in de.aristaflow.ilm.model.worklistmodel
-
A comparison for a data attribute being one of several specified
ActivityReferenceType
values. - ActivityReferenceTypeFilter.ActivityReferenceTypeIn - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceTypeFilter.ActivityReferenceTypeNotIn - Class in de.aristaflow.ilm.model.worklistmodel
-
A comparison for a data attribute being not one of several specified
ActivityReferenceType
values. - ActivityReferenceTypeFilter.ActivityReferenceTypeNotIn - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceTypeFilter.ActivityReferenceTypeNullEq - Class in de.aristaflow.ilm.model.worklistmodel
-
A comparison for
ActivityReferenceType
beingnull
- ActivityReferenceTypeFilter.ActivityReferenceTypeNullEq - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceTypeFilter.ActivityReferenceTypeNullNe - Class in de.aristaflow.ilm.model.worklistmodel
-
A comparison for
ActivityReferenceType
being notnull
- ActivityReferenceTypeFilter.ActivityReferenceTypeNullNe - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- ActivityReferenceTypeFilter.Deserialiser - Class in de.aristaflow.ilm.model.worklistmodel
-
A deserialiser for instances of
ActivityReferenceTypeComparison
. - ActivityReferenceTypeIn() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeIn
- ActivityReferenceTypeIn() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeIn
- ActivityReferenceTypeNotIn() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNotIn
- ActivityReferenceTypeNotIn() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNotIn
- ActivityReferenceTypeNullEq() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullEq
- ActivityReferenceTypeNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullEq
- ActivityReferenceTypeNullNe() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullNe
- ActivityReferenceTypeNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceTypeFilter.ActivityReferenceTypeNullNe
- ActivityRefWithDcData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- ActivityRefWithDcData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithDcData
- ActivityRefWithDcSpData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- ActivityRefWithDcSpData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithDcSpData
- ActivityRefWithFailureData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- ActivityRefWithFailureData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithFailureData
- ActivityRefWithSpData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- ActivityRefWithSpData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithSpData
- activityRelatedValues() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
-
Returns only those
AccessType
s that are supported in the context of activities (activity model and activity repository). - ActivityRepository - Interface in de.aristaflow.adept2.core.activityrepository
-
The activity repository manages the objects that are used in process steps ("activities").
- activityReset(SessionToken, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activityReset(EbpInstanceReference, String) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activityReset(ActivityReferenceData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- activityReset(SessionToken, EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals a reset of a running activity, which means, the current state (including the written values) is completely dropped and resetting the state of the node to
NS_ACTIVATED
. - activityReset(EBPInstanceReference, String) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has been reset.
- activityReset(EBPInstanceReference, String) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activityReset(EBPInstanceReference, String) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activityReset(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activityReset(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activityReset(String, ActivityExecData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- activityResetTo(SessionToken, EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activityResetTo(ActivityRefWithSpData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- activityResetTo(SessionToken, EBPInstanceReference, String) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals a reset of a running activity to the designated savepoint.
- ActivityRestCallbackData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
The data used to register a REST callback for an ActivityStateNotification or an ExecutionMessageNotification.
- ActivityRestCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityRestCallbackData
- activityResumed(EbpInstanceReference, String, List<URI>, UUID) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activityResumed(EBPInstanceReference, String, URI[]) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity has been resumed.
- activityResumed(EBPInstanceReference, String, URI[]) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activityResumed(EBPInstanceReference, String, URI[]) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activityResumed(EbpInstanceReference, String, List<URI>, UUID) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activityResumed(EbpInstanceReference, String, List<URI>, UUID) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activityResumed(String, ActivityExecResumedRestData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- activitySelecting - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The interface for selecting an activity.
- activitySignalled(EbpInstanceReference, String, @javax.validation.constraints.NotNull int) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activitySignalled(EBPInstanceReference, String, int) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has terminated with the designated signal.
- activitySignalled(EBPInstanceReference, String, int) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activitySignalled(EBPInstanceReference, String, int) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activitySignalled(EbpInstanceReference, String, int) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activitySignalled(EbpInstanceReference, String, int) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activitySignalled(String, ActivityExecSignalledData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- ActivitySseCallbackData - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
-
The data used to register a SSE callback for an ActivityStateNotification or an ExecutionMessageNotification.
- ActivitySseCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivitySseCallbackData
- ActivityStarting - Interface in de.aristaflow.adept2.core.executionmanager
-
This interface provides the means to control start events of an activity, that is, selecting, deselecting, starting and resuming an activity.
- ActivityStartingRest - Class in de.aristaflow.ilm.ws.rest.core.executionmanager
- ActivityStartingRest(ActivityStartingWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityStartingRest
- ActivityStartingWebService - Class in de.aristaflow.ilm.ws.core.executionmanager
- ActivityStartingWebService(ActivityStarting, ExecutionManagerWebService) - Constructor for class de.aristaflow.ilm.ws.core.executionmanager.ActivityStartingWebService
- activityState - Variable in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
-
The state in which the process step currently is and which prevents the desired state transition.
- activityState - Variable in exception de.aristaflow.ilm.model.execution.InvalidActivityStateException
- ActivityState - Class in de.aristaflow.adept2.model.runtimeenvironment
-
This class represents the different states of the component of an activity.
- ActivityState - Class in de.aristaflow.ilm.model.runtimeenvironment
- ActivityState() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.ActivityState
-
Constructor setting the subclass name.
- ActivityState(int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Creates a new
ActivityState
for aRUNNING
component having received the designated signal. - ActivityState(ActivityState.State) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Creates a new
ActivityState
for the designated (simple) state. - ActivityState(ActivityState.State, int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Creates a new
ActivityState
having the designated state and the designated signal. - ActivityState.State - Enum in de.aristaflow.adept2.model.runtimeenvironment
-
An enumeration for the state of the component of an activity.
- ActivityStateCallback - Interface in de.aristaflow.ilm.core.runtimemanager
-
This is a callback for activity states.
- ActivityStateListener - Interface in de.aristaflow.adept2.core.runtimemanager
-
An
ActivityStateListener
provides access to anActivityStateNotification
which is notified when the observed activity terminates (has been closed, suspended, reset, failed or signalled). - ActivityStateNotification - Interface in de.aristaflow.adept2.core.runtimemanager
-
This interface is used as a callback for the events when an executed activity terminates, that is has been closed, suspended, reset, failed or signalled.
- ActivityStateNotificationRest - Interface in de.aristaflow.ilm.ws.rest.core.runtimemanager
- ActivityStateNotificationRestStub - Class in de.aristaflow.ilm.ws.rest.core.runtimemanager
-
A stub implementing
ActivityStateCallback
and calling a REST service conforming toActivityStateNotificationRest
. - ActivityStateNotificationRestStub(URL, Supplier<ObjectMapper>, Map<UUID, URL>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- ActivityStateNotificationSseStub - Class in de.aristaflow.ilm.ws.rest.core.runtimemanager
-
A stub implementing
ActivityStateCallback
and sending server-sent events. - ActivityStateNotificationSseStub(UUID, SseHandler, Supplier<ObjectMapper>, Map<UUID, UUID>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- ActivityStateNotificationWrapper - Class in de.aristaflow.ilm.core.runtimemanager
-
This class wraps an
ActivityStateCallback
and forwards calls toActivityStateNotification
appropriately. - ActivityStateNotificationWrapper(ActivityStateCallback, boolean, SessionToken, EBPInstanceReference, ConcurrentMap<EBPInstanceReference, ActivityStateNotificationWrapper>, LocalActivityStateNotifier) - Constructor for class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
-
Creates a new wrapper for the designated
ActivityStateCallback
. - activitySuspended(SessionToken, EbpInstanceReference, WritingDataContainer, String) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activitySuspended(EbpInstanceReference, String) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activitySuspended(EbpInstanceReference, String, @javax.validation.constraints.NotNull long) - Method in interface de.aristaflow.ilm.core.runtimemanager.ActivityStateCallback
- activitySuspended(ActivityRefWithDcSpData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- activitySuspended(SessionToken, EBPInstanceReference, DataContainer) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.
- activitySuspended(SessionToken, EBPInstanceReference, DataContainer, String) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals a suspending of an activity, which means, setting the state of the process step accordingly and storing the values of the output parameters - encapsulated in the designated data container.
- activitySuspended(EBPInstanceReference, String) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has been suspended normally.
- activitySuspended(EBPInstanceReference, String) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activitySuspended(EBPInstanceReference, String) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activitySuspended(EBPInstanceReference, String, long) - Method in interface de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
Notifies that the designated activity in the designated execution session has been suspended and needs to be resumed after the designated timeout.
- activitySuspended(EBPInstanceReference, String, long) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- activitySuspended(EBPInstanceReference, String, long) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
- activitySuspended(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activitySuspended(EbpInstanceReference, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activitySuspended(EbpInstanceReference, String, long) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
- activitySuspended(EbpInstanceReference, String, long) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
- activitySuspended(String, ActivityExecData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- ActivityTemplate - Interface in de.aristaflow.adept2.model.activitymodel
-
An
ActivityTemplate
represents the object that is finally assigned (dragged) to a process node; it is a self-contained artificial vessel to transport all relevant information to the process model. - ActivityTemplateDefinition - Interface in de.aristaflow.adept2.model.activitymodel
-
ActivityTemplateDefinition
s are located belowOperation
s, that is, they override the attributes of operations. - ActivityTemplateDefinitionManager - Interface in de.aristaflow.adept2.core.activityrepository
-
This interface provides the means for managing
ActivityTemplateDefinition
s which includes retrieval, creation, updating and managing the states ofActivityTemplateDefinition
s. - ActivityTermination - Interface in de.aristaflow.adept2.core.executionmanager
-
This interface provides the means to control terminating events of an activity, that is, finishing, suspending and failing an activity.
- ActivityTerminationRest - Class in de.aristaflow.ilm.ws.rest.core.executionmanager
- ActivityTerminationRest(ActivityTerminationWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityTerminationRest
- ActivityTerminationWebService - Class in de.aristaflow.ilm.ws.core.executionmanager
- ActivityTerminationWebService(ActivityTermination, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.core.executionmanager.ActivityTerminationWebService
- activityTimedSuspended(String, ActivityExecSuspendedData) - Method in interface de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRest
- ActivityType() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
- ActivityWithActState - Class in de.aristaflow.ilm.model.runtimeenvironment
- ActivityWithActState() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithActState
- ActivityWithNodeState - Class in de.aristaflow.ilm.model.runtimeenvironment
- ActivityWithNodeState() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithNodeState
- actName - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- actName - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- actNodeStates - Variable in class de.aristaflow.ilm.model.runtimeenvironment.NsInitialRemoteIteratorData
- actNodeStates - Variable in class de.aristaflow.ilm.model.runtimeenvironment.NsRemoteIteratorData
- actRef - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
- actRef - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- actRef - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
- actualDataType - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
-
The ADEPT2-data element type of which the data element actually is.
- actualExecutionManager - Variable in exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
-
The communication protocol depended URIs assigned to the execution manager that is actually called.
- actualUserDefinedType - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
-
The user-defined type of which the data element or parameter actually is.
- adaptDataEdgeFigure(ProcessConnectionInterface, ActivityConstants.AccessType, boolean, boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.model.ModelGlue
- adaptDataEdgeFigure(ProcessConnectionInterface, ActivityConstants.AccessType, boolean, boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn.BPMNSymbols
- adaptDataEdgeFigure(ProcessConnectionInterface, ActivityConstants.AccessType, boolean, boolean) - Method in interface de.aristaflow.adept2.ui.processvisualisation.widgets.GraphFigureProvider
-
Adapts the designated process connection (representing a data edge) according to the designated type and optional flag.
- adaptHeaderData(Exception) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractSubResource
-
Adapts generic data of the designated exception to specific data in case the exception is caused in a lower level due to invalid header data.
- adaptKey(String) - Method in class de.aristaflow.adept2.util.i18n.SubMessages
-
Gets the adapted designated key, i. e. the key with the corresponding prefix.
- adaptNextSource(int) - Method in class de.aristaflow.adept2.base.service.DebugLogger
-
Sets the source class name and the source method for the next log record of the current thread.
- adaptOperation(Method, Operation) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Adapts the designated operation stemming from the designated method.
- adaptProperties(Properties) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
This method gives the DB access provider the chance to set any properties used in
DriverManager.getConnection(String, Properties)
. - adaptResultSetType(int, int) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
- adaptSessionTokenParam(Exception) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRootResource
-
Adapts the designated exception in case of a
ParameterException
and a#LOCATION_OPERATION
by setting the name to#SECURITY_TOKEN
, the expected class name tobyte[]
and the location to#LOCATION_HEADER
and#LOCATION_COOKIE
. - adaptUrl(String, Function<String, String>, Logger) - Static method in class de.aristaflow.adept2.util.net.HttpTools
-
Adapts the designated URL by transforming the string to a URL, applying
HttpTools.adaptUrl(URL, Function, Logger)
and converting the URL back to String again. - adaptUrl(URL, Function<String, String>, Logger) - Static method in class de.aristaflow.adept2.util.net.HttpTools
-
Adapts the designated URL by setting protocol, host and port from the headers provided by the designated function.
- adaptUrlToRequest(URL) - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
Adapts the designated URL by setting protocol, host and port accordingly to data from the headers of the corresponding HTTP request.
- ADD_CHANGE_PARAMETERS - de.aristaflow.adept2.model.common.ParameterChangePolicy
-
Parameters may be added and changed but not removed.
- ADD_FILE - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Whether to add a lock file for files from file events.
- ADD_IF_ABSENT - de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
-
Register the service if no service is registered for the key yet, do nothing otherwise.
- ADD_PARAMETERS - de.aristaflow.adept2.model.common.ParameterChangePolicy
-
Parameters may be added, but no parameters may be changed or removed.
- ADD_VIRTUAL - de.aristaflow.adept2.model.common.ParameterChangePolicy
-
Parameters may not added, changed or removed.
- addActiveAgentListener(ClientService.ActiveAgentChangedListener) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Adds the listener to receive events when the active agent has been changed.
- addActiveAgentListener(ClientService.ActiveAgentChangedListener) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- addActivity(ExecutableBusinessProcessInstance, ProcessConstants.NodeState, boolean, EBPInstanceReference, String, boolean) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Adds the activity, which is part of the designated node, to the worklists for the user specified by the designated staff assignment rule.
- addActivityCallbackDataToModel(ActivityCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addActivityCallbackDataToModel(ActivityCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
-
This method just serves to add its parameters to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addActivityReferenceDataToModel(ActivityReferenceData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addAfConfigurationToModel(AfConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addAfConfigurationToModel(AfConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addAfConfigurationToModel(AfConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addAll(List<EventHandler>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
- addAll(List<EventHandler>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
- addAll(List<EventHandler>) - Method in interface de.aristaflow.adept2.model.events.sources.EventSource
-
Adds the designated event handler in the designated order to the list of the handler that are already registered.
- addAllEntriesForClassPath(Path, List<String>, Logger) - Static method in class de.aristaflow.adept2.util.FileTools
-
Adds all entries making up a classpath (JAR-files and directories) below the designated tree.
- addAndAssignActivity(ExecutableBusinessProcessInstance, ProcessConstants.NodeState, boolean, EBPInstanceReference, String, QualifiedAgent, boolean) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Adds and assigns the activity, which is part of the designated given node, to the worklist of the designated agent.
- addAndRenew(URI, List<URI>) - Method in class de.aristaflow.adept2.base.globalregistry.GlobalRegistryCache
-
Adds the locally exported URIs of the designated service identified by one of its global URIs and renews the local URIs.
- addArFilter(FilterFactory, AttributeFactory, String, ActivityReferenceFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.worklistmodel.Transformation
- addAttribute(SessionToken, EntityType, String, DataType, Integer, Boolean, List<OmExtMapping>) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelChangeOperationsWebService
- addAttribute(EntityType, DataType, Integer, Boolean, String) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelChangeOperationsRest
- addAttribute(SessionToken, EntityType, String, DataType) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new attribute with the given data type to the given entity type.
- addAttribute(SessionToken, EntityType, String, DataType, boolean, Map<String, String>, Collection<String>) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new attribute with the designated data type to the designated entity type which is being mapped from the designated attributes from the corresponding org model extensions .
- addAttribute(SessionToken, EntityType, String, DataType, int) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new attribute with the given data type to the given entity type.
- addAttribute(SessionToken, EntityType, String, DataType, int, String, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addAttribute(SessionToken, EntityType, String, DataType, String, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addAttributes - Variable in class de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
- addAttributes - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
- addAttributeToModel(Attribute) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- AddAttrSessionFactory - Class in de.aristaflow.adept2.core.client
-
This class wraps a normal client session factory and adds specific additional attributes to all created session tokens.
- AddAttrSessionFactory(ClientSessionFactory, Map<String, String>) - Constructor for class de.aristaflow.adept2.core.client.AddAttrSessionFactory
-
Creates a new
ClientSessionFactory
which adds the designated additional attributes to all created session tokens. - addCallbacks(Method, Operation) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Checks for whether the designated method declares a
Callback
parameter and if so, adds the corresponding callback interface to the designated operation. - addCharset(MediaType, Charset) - Static method in class de.aristaflow.adept2.util.io.MediaTypes
-
Gets a new media type being similar to the designated one with the character set set to the designated one.
- addChild(int, InstanceNode) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceNode
-
Adds the designated instance node as child at the designated node ID.
- addChild(int, WritableTemplateNode) - Method in interface de.aristaflow.adept2.model.processmodel.WritableTemplateNode
-
Adds the designated template node as child at the designated node ID.
- addClientWorklistCallbackDataToModel(ClientWorklistCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
-
This method just serves to add its parameters to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addColumn(ExtendedConnection, String, String, String) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Adds an additional column to the designated table of the designated type.
- addColumn(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Adds a new column this WebForm subtable with the given name and data type.
- addColumn(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Adds a new column this WJP subtable with the given name and data type.
- addColumn(String, String, String) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Adds an additional column to the designated table of the designated type.
- addDataContainerToModel(DataContainer) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDataEdge(int, int, int, DataEdge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
This method is called when the node has an assigned activity.
- addDataEdge(int, int, DataEdge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Use this method to connect a data element to a node which does not have an assigned activity yet.
- addDataEdgeToModel(DataEdge) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDataEdgeToModel(DataEdge) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDataEdgeToModel(DataEdge) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDataEdgeToModel(DataEdge) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDataElement(DataElement) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Adds a new data element to the process, using the values of the given data element object.
- AddDataTransformatorRemoteIteratorWebService<WJ,WI,A,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>> - Class in de.aristaflow.ilm.ws.model.common.collection
-
This remote iterator web service provides the web service interface for going through a remote iterator.
- AddDataTransformatorRemoteIteratorWebService(Supplier<I>, Supplier<N>, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.model.common.collection.AddDataTransformatorRemoteIteratorWebService
- addDays(Calendar, int) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Adds (or subtracts) the designated amount of days to the designated day.
- addDeclaredResponses(Operation, Method, ApiResponse[], Function<ApiResponse[], Operation>) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.Enricher
-
Adds the
OperationResponse
s declared for the designated method and the default exceptional response to the designated operation and additionally enriches the schema of the designated default response with validation annotations as well asDefault
from the designated method. - addDelayedRunnable(O, Runnable, long) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates scheduled runtime data for the designated object having the designated runnable as delayed runnable.
- addDelayedRunnable(O, Runnable, long, AbstractObjectOneWorkExecutor.RuntimeData) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates scheduled runtime data for the designated object having the designated runnable as delayed runnable and the pending runnables from the designated runtime data.
- addDevelopmentIcon(SessionToken, UUID, byte[], long) - Method in interface de.aristaflow.adept2.core.activityrepository.IconManager
-
Adds the designated icon dimension to the designated icon in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - addDisabledConnector(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Adds the information that a connector (respectively its corresponding parameter) is disabled to the template
- addDoubleFilterToModel(DoubleFilter) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDoubleFilterToModel(DoubleFilter) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDoubleFilterToModel(DoubleFilter) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addDynamicHostMapping(ADEPT2Service) - Method in interface de.aristaflow.adept2.base.communication.MappingCommService
-
Adds one or several dynamic host mappings for the designated service stub, that is a mapping from each of the URIs claimed by the designated service (stub) to the actual remote identifier.
- ADDED - de.aristaflow.adept2.model.common.changetracking.ChangeType
-
A specific element has been added to a collection-based property.
- ADDED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
-
The item has been added.
- ADDED_OR_CHANGED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
-
The item has been added, or if it is already present, change it.
- addEdge(int, int, Edge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Add an edge between the given nodes, using the values of the given edge object (e.g. the edge type).
- addEdgeToModel(Edge) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addEdgeToModel(Edge) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addEdgeToModel(Edge) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addEdgeToModel(Edge) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addedHandlerLocked(int, EventHandler) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Signals subclasses that the designated event handler has been added to this event source at the designated index.
- addedHandlerLocked(int, EventHandler) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
- addedHandlerLocked(List<EventHandler>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Signals subclasses that the designated event handlers have been added to this event source at the end of the list of event handlers.
- addedHandlerLocked(List<EventHandler>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
- addedService(SessionToken, K, int, URI[], long) - Method in interface de.aristaflow.adept2.base.service.DynamicServiceRegistration.DynamicServiceNotification
-
Notifies the adding of the designated service (URIs) for the designated key at the designated index of the corresponding service list.
- addedSharingSourceLocked(List<Serializable>, S) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
Signals subclasses that the designated sharing source has been added to this shared source.
- addedToWorklist(UUID) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Notifies this item that it has been added to the designated worklist.
- addedToWorklist(UUID, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Notifies this item that it has been added to the designated worklist.
- addElement(Document, String, Element, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create new child Element without data.
- addElement(Document, String, Element, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create new child Element with text data.
- addElement(Document, String, Element, String, String, ActivityConstants.ActivityModelEntityType) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create new child Element with text data.
- addElementNS(Document, Element, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create new child Element with text data.
- addEnquiry(int, Enquiry) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Adds the designated enquiry to the designated node (current node iteration), that is, the enquiry is stacked until
replied
. - addEntry(OrgPolicyReport.Entry) - Method in class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
-
Adds the given entry to this report's list of entries.
- addEntry(OrgPolicyReport.ResultType, String, int, int) - Method in class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
-
Creates an entry for the given values and adds it to this report's list of entries.
- addEntry(OrgPolicyReport.ResultType, String, OrgPolicyReport.Range...) - Method in class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
-
Creates an entry for the given values and adds it to this report's list of entries.
- addEventHandler(SessionToken, String, String, EventHandler, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- addEventHandler(SessionToken, String, String, EventHandler, int) - Method in interface de.aristaflow.adept2.core.eventmanager.EventManager
-
Adds the designated event handler to the designated event type and event source at the designated position.
- addEventHandler(SessionToken, String, String, String, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- addEventHandler(SessionToken, String, String, String, int) - Method in interface de.aristaflow.adept2.core.eventmanager.EventManager
-
Adds an event handler having the designated ID to the designated event type and event source at the designated position.
- addEventHandler(SessionToken, String, String, String, EventHandler, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Adds the designated event handler to the designated event type and source type.
- addEventSource(SessionToken, String, String, String, Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- addEventSource(SessionToken, String, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.eventmanager.EventManager
-
Adds an event source having the designated ID to the designated event type and event source.
- addEventSource(WorklistItem) - Method in class de.aristaflow.adept2.core.eventmanager.common.AddSourceRunnable
-
Adds an event source for the designated worklist item, that is the session context of the activity is retrieved by starting or resuming the item, an event source is created by the appropriate event manager and the event handler is initialised and added.
- addEventSource(WorklistItem) - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
Deprecated.Adds an event source for the designated worklist item, that is the session context of the activity is retrieved by starting or resuming the item, an event source is created by the appropriate event manager and the event handler is initialised and added.
- addEventSourceRetryCount - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The number of retries for adding an event source.
- addEventSourceRetryDelay - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The time in milliseconds to wait before retrying to add an event source.
- addExceptionalResponse(Response.Status.Family, boolean, Class<? extends IlmException>) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
-
Adds the designated response status and the class as expected exception.
- addExceptionalResponse(Response.StatusType, boolean, Class<? extends IlmException>) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
-
Adds the designated response status and the class as expected exception.
- addExecutableBusinessProcessInstanceToModel(ExecutableBusinessProcessInstance) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RuntimeServiceRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addExecutableBusinessProcessToModel(ExecutableBusinessProcess) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addExecutableBusinessProcessToModel(ExecutableBusinessProcess) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addExecutableBusinessProcessToModel(ExecutableBusinessProcess) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addExecutableBusinessProcessToModel(ExecutableBusinessProcess) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addFeatures - Variable in class de.aristaflow.ilm.model.common.LicenceInformation
- addField(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
-
Adds a new field to this WebForm container with the given name and data type.
- addField(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
-
Deprecated.Adds a new field to this WJP container with the given name and data type.
- addFilter(Filter) - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
-
Adds the designated filter as sub-filter.
- addFilter(FilterFactory, AttributeFactory, ExecutionControlPropertiesFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.common.Transformation
- addFilter(FilterFactory, AttributeFactory, UserAttributesFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.common.Transformation
- addFilter(FilterFactory, AttributeFactory, UriFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.util.Transformation
- addFilter(FilterFactory, AttributeFactory, String, CollectionQaFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.base.sessionmanagement.Transformation
- addFilter(FilterFactory, AttributeFactory, String, QualifiedAgentFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.base.sessionmanagement.Transformation
- addFilter(FilterFactory, AttributeFactory, String, CollectionSpFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.common.Transformation
- addFilter(FilterFactory, AttributeFactory, String, EnquiryFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.execution.Transformation
- addFilter(FilterFactory, AttributeFactory, String, InputDataContextFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.execution.Transformation
- addFilter(FilterFactory, AttributeFactory, String, CollectionDelFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.worklistmodel.Transformation
- addFilter(FilterFactory, AttributeFactory, String, DelegationFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.worklistmodel.Transformation
- addFilter(FilterFactory, AttributeFactory, String, CollectionUriFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.util.Transformation
- addFilter(FilterFactory, AttributeFactory, String, CollectionUuidFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.util.Transformation
- addFilter(FilterFactory, Attribute, Attribute, SimpleParameterFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.common.Transformation
- addFilter(FilterFactory, Attribute, BooleanFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, InstantFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, InstantFilter, Function<Instant, V>, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, IntegerFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, LongFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, StringFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.filter.Transformation
- addFilter(FilterFactory, Attribute, AdeptDataTypeFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.globals.Transformation
- addFilter(FilterFactory, Attribute, EbpTypeFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.globals.Transformation
- addFilter(FilterFactory, Attribute, WorklistItemStateFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.globals.Transformation
- addFilter(FilterFactory, Attribute, ActivityReferenceTypeFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.model.worklistmodel.Transformation
- addFilter(FilterFactory, Attribute, UuidFilter, Collection<Filter>) - Static method in class de.aristaflow.ilm.util.Transformation
- addFilter(String, Class<? extends Filter>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addFilter(String, Class<? extends Filter>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addFilter(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addFilter(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addFilter(String, Filter) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addFilter(String, Filter) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addFirst(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
-
Adds the designated configuration as the first configuration that overrides the other configurations.
- addFirst(Configuration) - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
-
Adds the designated configuration as the first configuration that overrides the other configurations.
- addFlatAttributeSelectionToModel(FlatAttributeSelection) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addFlatAttributeSelectionToModel(FlatAttributeSelection) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addGenericParents(Type, Map<TypeVariable<?>, Type>, Map<Class<?>, Map<TypeVariable<?>, Type>>) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
-
Adds the transitive parent classes and interfaces of the designated type to the designated result map (which is also returned).
- addGUIListener(SelectedGUIElementChangedListener) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Registers a listener to be informed about a change in the currently selected GUI element representing a model element.
- addGUIListener(SelectedGUIElementChangedListener) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- addHandler(EventHandler, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
- addHandler(EventHandler, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
- addHandler(EventHandler, int) - Method in interface de.aristaflow.adept2.model.events.sources.EventSource
-
Adds the designated handler at the designated position (0-based) to the list of registered handler.
- addHandler(Handler) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
- addHeader(String, String) - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
-
Adds the designated line to the header of this HTTP-response.
- addHeaderParam(String, String) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
-
Add the designated key and value as header to this request.
- addIncWorklistDataToModel(IncWorklistData) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameters to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addInputParameter(ProcessModelParameter, Serializable) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Adds the designated parameter as input parameter to this data context having the designated value.
- addInstanceStateDataToModel(InstanceStateData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
/** This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addInstantFilterToModel(InstantFilter) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- additionalAttributes - Variable in class de.aristaflow.ilm.base.sessionmanagement.RichAgent
- additions - Variable in class de.aristaflow.ilm.model.common.LicenceInformation
- addJspFile(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addJspFile(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addLast(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
-
Adds the designated configuration as the last configuration that is overridden by all other configurations.
- addLast(Configuration) - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
-
Adds the designated configuration as the last configuration that is overridden by all other configurations.
- addListener(ClientService.ServiceStateListener) - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
Adds the designated listener for changes in the availability of our
ADEPT2Service
. - addListener(ClientService.ServiceStateListener) - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.ServiceAvailabilityTracker
-
Adds the designated listener for changes in the availability of our
ADEPT2Service
. - addListener(Class<? extends EventListener>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addListener(Class<? extends EventListener>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addListener(Object, ChangeListener) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Add callback as a new listener for what, using the default priority.
- addListener(Object, ChangeListener) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
- addListener(Object, ChangeListener, int) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Add callback as a new listener for what
- addListener(Object, ChangeListener, int) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
- addListener(String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addListener(String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addListener(T) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addListener(T) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addLocalisationData(String, Map<String, String>, Map<String, String>) - Static method in class de.aristaflow.ilm.model.common.i18n.Transformation
- addLocalisedReportEntry(CheckReport, String, CheckReport.ResultType, URI[], String, Function<Locale, Messages>, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
Adds a report entry with a localised message/with localised messages to the designated check report.
- addLongFilterToModel(LongFilter) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addMappedAttribute(EntityType, String, DataType, Integer, Boolean, List<OmExtMapping>) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelChangeOperationsRest
- addMapping(String...) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- addMovedNode(int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Adds a moved node as meta-information to a process Note: This method is not necessary for a correct process representation but essential for an efficient schema evolution.
- addNamespace(String, String) - Method in class de.aristaflow.adept2.util.xml.NamespaceLookup
-
Adds the designated prefix and namespace additionally to the document.
- addNewPendingAfterFlush(AbstractObjectOneWorkExecutor.RuntimeData, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
- addNewPendingAfterFlush(ScheduledObjectOneWorkExecutor.ScheduledRuntimeData, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- addNewPendingAfterFlush(R, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates runtime data having the same data as the designated runtime data except for the pending after flush which will be the designated runnable.
- addNewPendingBeforeFlush(Runnable, AbstractObjectOneWorkExecutor.RuntimeData) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
- addNewPendingBeforeFlush(Runnable, ScheduledObjectOneWorkExecutor.ScheduledRuntimeData) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- addNewPendingBeforeFlush(Runnable, R) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates runtime data having the same data as the designated runtime data except for the pending before flush which will be the designated runnable.
- addNode(Node) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Creates a new node in the process, using the data of the given object.
- addNodeLWPInstanceID(int, UUID) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Adds the ID of the lightweight-process (subprocess) instance in the designated node with the current iteration.
- AddNodeSystemParameter - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation for adding a system parameter to a node.
- AddNodeSystemParameter() - Constructor for class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
- addNodeToModel(Node) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addNodeToModel(Node) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addNodeToModel(Node) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addNodeToModel(Node) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addOperation(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Adds the designated operation to this configuration set.
- addOrUpdateUdt(SessionToken, UUID, UdtValue) - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelChangeOperationsWebService
- addOrUpdateUdt(UUID, UdtValue) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelChangeOperationsRest
- addOutputParameter(ProcessModelParameter) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Adds the designated parameter as output parameter to this data context.
- addPlatformStateListener(ServiceStateTracker.PlatformStateListener) - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
Registers the designated listener for changes in the availability of the platform.
- addPreregistered(Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Reads the event handler and sources from the configuration based on the supported event types, registers and starts them initially and adds them afterwards.
- addPreregistered(Configuration, Iterator<String>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Reads the event handler and sources for the designated source types from the configuration, registers and starts them initially and adds them afterwards.
- addProcessStartRefToModel(ProcessStartRef) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addProcessStartRefToModel(ProcessStartRef) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.base.licensing.LicenceManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.globalprovider.GlobalProviderRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.RuntimeManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RuntimeServiceRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQualifiedAgentIdsToModel(QualifiedAgentIds) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addQueryParam(String, String) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
-
Add the designated key and value as query parameter to (the URL of) this request.
- addRelation(SessionToken, RelationType, Long, Long) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelChangeOperationsWebService
- addRelation(RelationType, Long, Long) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelChangeOperationsRest
- addRelation(SessionToken, RelationType, long, long) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess
-
Creates a new relation of the designated type between the entities with the designated IDs if it does not exist yet.
- addRelation(SessionToken, RelationType, long, long) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
This method adds a relation of the given type between the two entities identified by the given IDs.
- addReportEntry(CheckReport.ReportEntry) - Method in class de.aristaflow.adept2.util.CheckReport
-
Adds the designated new entry to the report.
- addReportEntry(CheckReport.ResultType, Object[], String, LocalisedString...) - Method in class de.aristaflow.adept2.core.checks.processmodel.AbstractProcessTemplateCheck
-
Adds a localised entry to our check report (if it isn't null) and updates
AbstractProcessTemplateCheck.result
. - addReportEntry(CheckReport, String, URI) - Static method in class de.aristaflow.adept2.model.common.viewer.ViewCheck
- addReportEntry(String, CheckReport.ResultType, String, URI...) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
- addReportEntry(String, CheckReport.ResultType, String, URI...) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
- addReportEntry(String, CheckReport.ResultType, String, URI...) - Method in class de.aristaflow.adept2.util.CheckReport
-
Adds a new entry to the report.
- addReportEntry(String, CheckReport.ResultType, String, Map<Locale, String>, URI...) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
Adds a new localisable entry to the report.
- addReportEntry(String, CheckReport.ResultType, String, Map<Locale, String>, URI...) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
-
Adds a new localisable entry to the report.
- addResourceTo(SessionToken, UUID, Resource, String) - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelChangeOperationsWebService
- addResourceTo(UUID, ResWithParent) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelChangeOperationsRest
- addResourceToModel(Resource) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addressListToUDT(Parameter, Address[], Logger) - Static method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Creates a UDT value for the designated parameter with the designated addresses.
- addRow() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Adds a new empty row.
- addRow() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Adds a new empty row.
- addRow(Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Adds a empty row filled with the given values.
- addRow(Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Adds a empty row filled with the given values.
- addRunnable(O1, O2, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Adds the designated runnable for the designated object and index object to this executor.
- addRunnable(O, O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
- addRunnable(O, O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- addRunnable(O, P, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
- addSelection(QualifiedAgent) - Method in class de.aristaflow.adept2.base.security.callbacks.OrgPositionChoiceCallback
-
Adds the designated agent to the selection of this choice callback in case this agent is allowed.
- addSelection(String, CmpOperator, Serializable) - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
-
Adds a new selection to the
Filter
. - addService - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The executor that adds event sources.
- addServiceStateListener(ADEPT2Service, ClientService.ServiceStateListener) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Registers a listener to be informed about a change in the availability of an
ADEPT2Service
. - addServiceStateListener(ADEPT2Service, ClientService.ServiceStateListener) - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
Cf.
- addServiceStateListener(ADEPT2Service, ClientService.ServiceStateListener) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- addServiceStateListener(URI[], Class<? extends ADEPT2Service>, ClientService.ServiceStateListener) - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
This is similar to
ClientService.addServiceStateListener(ADEPT2Service, ServiceStateListener)
except that it uses theURI[]
of the service and the service class instead of the service instance. - addServlet(String, Class<? extends Servlet>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addServlet(String, Class<? extends Servlet>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addServlet(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addServlet(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addServlet(String, Servlet) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- addServlet(String, Servlet) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- addServletWithMapping(DynamicServlet, Collection<String>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
-
Adds the designated servlet with the designated path specifications.
- addSharingSource(SharingSource<?>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
- addSharingSource(SharingSource<?>) - Method in interface de.aristaflow.adept2.model.events.sources.SharedPollingSource
-
Adds the designated sharing source at this shared source.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RuntimeServiceRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSimpleParameterToModel(SimpleParameter) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSourceRetries - Variable in class de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler
-
The maximum number of tries to add an event source before the corresponding activity will be failed.
- addSourceRetries - Variable in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
Deprecated.The maximum number of tries to add an event source before the corresponding activity will be failed.
- addSourceRetryDelay - Variable in class de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler
-
The time in milliseconds before retrying to add the event source.
- addSourceRetryDelay - Variable in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
Deprecated.The time in milliseconds before retrying to add the event source.
- AddSourceRunnable - Class in de.aristaflow.adept2.core.eventmanager.common
-
A
Runnable
for adding an event source for a specific worklist item. - AddSourceRunnable(ClientWorklistItem, int, long, AbstractWorklistHandler, Map<EBPInstanceReference, Triple<String, String, String>>, ScheduledObjectOneWorkExecutor<WorklistItem>, AbstractEventManager, LogService) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AddSourceRunnable
-
Creates a new
AddSourceRunnable
for adding event sources for specific worklist items. - addStringAttribute(SessionToken, EntityType, String, int, boolean, Map<String, String>, Collection<String>) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new
DataType.STRING
attribute of the designated size to the designated entity type which is being mapped from the designated attributes from the corresponding org model extensions . - addStringFilterToModel(StringFilter) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addSubExpression(EntityExpression) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression
-
Appends the given expression to this complex expression.
- addSubSelection(Selection) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection
-
Appends the given selection to this complex selection.
- AddSystemDataFlow - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation for adding a system data flow.
- AddSystemDataFlow() - Constructor for class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
- addTask(CleanupTask<? extends Exception>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds the given clean-up task to the end of the list of registered clean-up tasks.
- addTask(AutoCloseable...) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the end of the list of registered clean-up tasks. - addTask(String, AutoCloseable...) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the end of the list of registered clean-up tasks. - addTask(String, Collection<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the end of the list of registered clean-up tasks. - addTask(String, Supplier<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the end of the list of registered clean-up tasks. - addTask(Collection<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the end of the list of registered clean-up tasks. - addTask(Supplier<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
to the end of the list of registered clean-up tasks. - addTaskAsFirst(CleanupTask<? extends Exception>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds the given clean-up task to the first position of the list of registered clean-up tasks.
- addTaskAsFirst(AutoCloseable...) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the first position of the list of registered clean-up tasks. - addTaskAsFirst(String, AutoCloseable...) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the first position of the list of registered clean-up tasks. - addTaskAsFirst(String, Collection<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the first position of the list of registered clean-up tasks. - addTaskAsFirst(String, Supplier<AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the first position of the list of registered clean-up tasks. - addTaskAsFirst(Collection<? extends AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
s to the first position of the list of registered clean-up tasks. - addTaskAsFirst(Supplier<AutoCloseable>) - Method in class de.aristaflow.adept2.util.Cleanup
-
Adds an
Cleanup.AutoCloseableCleanupTask
for the designatedAutoCloseable
to the first position of the list of registered clean-up tasks. - addUdtValueToModel(UdtValue) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addUIListener(PropertyChangeListener) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- addUpdateableClientWorklist(SessionToken, UUID, Long, QualifiedAgent, WorklistUpdateConfiguration, WorklistRevision, ClientWorklistCallback) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
-
The designated session token needs to be from the agent of the client worklist.
- addUpdateableClientWorklist(SessionToken, ClientWorklist) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
-
Registers a client worklist so that it receives (pushed) updates.
- addUpdateableClientWorklist(ClientWorklist) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
-
Adds the given client worklist as recipient for push updates.
- addValues(int, Serializable[]) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the designated index to this
MemoryResultSet
. - addValues(int, List<Serializable>) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the designated index to this
MemoryResultSet
. - addValues(Serializable[]) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the end to this
MemoryResultSet
. - addValues(List<Serializable>) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the end to this
MemoryResultSet
. - addVarParSibling(InstanceNode) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceNode
-
Adds the designated instance node as new varpar sibling.
- addWorklistItem(T) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
-
Adds a worklist item (subtype of
) to this worklist.InternalWorklistItem
- addWorklistItemToModel(WorklistItem) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
-
This method just serves to add its parameters to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
- addWorklistListener(ClientWorklistListener) - Method in interface de.aristaflow.adept2.model.worklistmodel.ClientWorklist
-
Registers the given listener to be notified about updates to the contents of this client worklist object.
- addWorklistListener(ClientWorklistListener) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
- addWorklistListener(ClientWorklistListener) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist
- addWorklistManager(SessionToken, WorklistNotification) - Method in interface de.aristaflow.adept2.core.executionmanager.WorklistInteraction
-
Adds a worklist manager to this execution manager to listen for state changes.
- ADEPT2Activity - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants.ActivityReferenceTypes
-
The ID of the type of an ADEPT2 activity reference.
- ADEPT2ActivityReference - Class in de.aristaflow.adept2.model.worklistmodel
-
An activity reference to an ADEPT2 activity represented by a node of a process instance.
- ADEPT2ActivityReference(EBPType, UUID, UUID, UUID, int, int, String, String, boolean, URI[], URI[], ExecutionControlProperties, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference
-
Creates a new activity reference object for ADEPT2-activities.
- ADEPT2ActivityReference(EBPInstanceReference, ActivityInstance, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference
-
Creates a new activity reference object for ADEPT2-activities based on the designated EBP-Instance-Reference.
- ADEPT2ActivityReference(UUID, UUID, UUID, int, int, String, String, URI[], ExecutionControlProperties, Map<String, String>, boolean) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference
-
Creates a new activity reference object for ADEPT2-activities with no runtime manager set.
- ADEPT2CallbackExport - Interface in de.aristaflow.adept2.base.communication
-
This module of the communication service is responsible for the export of callback objects, i. e. to enable callback objects to be called remotely.
- ADEPT2ClientService - Interface in de.aristaflow.adept2.core.client
-
Deprecated.
- ADEPT2EBPReference - Class in de.aristaflow.adept2.model.worklistmodel
-
The default implementation of an activity reference.
- ADEPT2EBPReference(EBPType, UUID, UUID, UUID, int, int, URI[], ExecutionControlProperties, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
-
Creates a new activity reference object for ADEPT2-EBPs with no runtime manager set.
- ADEPT2EBPReference(EBPType, UUID, UUID, UUID, int, int, URI[], URI[], ExecutionControlProperties, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
-
Creates a new activity reference object for ADEPT2-EBPs.
- ADEPT2EBPReference(EBPInstanceReference, ExecutableBusinessProcessInstance, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
-
Creates a new activity reference object for ADEPT2-EBPs based on the designated EBP-Instance-Reference.
- Adept2EbpRefProperties - Interface in de.aristaflow.adept2.model.worklistmodel
-
Interface for tracking changes in properties of
ADEPT2EBPReference
. - ADEPT2RemoteObjectIdentifierFactory - Interface in de.aristaflow.adept2.base.communication
-
This factory is responsible to create remote object identifiers and callback object identifiers valid for the communication service this factory is assigned to.
- adept2Service - Variable in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- Adept2Service - Interface in de.aristaflow.ilm.ws.soap.base.service
- ADEPT2Service - Interface in de.aristaflow.adept2.base.service
-
Description of an (ADEPT2) service which can be initialised and started by the registry.
- ADEPT2ServiceException - Exception in de.aristaflow.adept2.base.service
-
Super class for all runtime exceptions thrown by the ADEPT2 services.
- ADEPT2ServiceException() - Constructor for exception de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Create a new exception without any data.
- ADEPT2ServiceException(String) - Constructor for exception de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Create a new exception with a.
- ADEPT2ServiceException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Create a new exception with a message and a cause.
- ADEPT2ServiceException(Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Create a new exception with the designated cause.
- ADEPT2ServiceExport - Interface in de.aristaflow.adept2.base.communication
-
This submodule of the
CommunicationService
is responsible for publishing services, i. e. to enable them to be called remotely. - ADEPT2StubFactory<S> - Interface in de.aristaflow.adept2.base.communication
-
Submodules of the
CommunicationService
defined by this interface are responsible for creating stubs which represent the corresponding remote services/callback objects on remote side. - Adept2ThreadFactory - Class in de.aristaflow.adept2.util.threading
-
The default thread factory overwritten to name the threads.
- Adept2ThreadFactory(String, boolean, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated name, a default stack size, a priority one less than normal.
- Adept2ThreadFactory(String, int, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters and a default stack size for non-daemon threads.
- Adept2ThreadFactory(String, long, int, boolean, Runnable, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters.
- Adept2ThreadFactory(String, long, int, boolean, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters.
- Adept2ThreadFactory(String, long, int, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters for non-daemon threads.
- Adept2ThreadFactory(String, long, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters and a priority one less than normal and non-daemon threads.
- Adept2ThreadFactory(String, Runnable, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated name, a default stack size and a priority one less than normal.
- Adept2ThreadFactory(String, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated name, a default stack size and a priority one less than normal.
- ADEPT2UDTValue - Class in de.aristaflow.adept2.model.datamanagement
-
This class provides a lightweight implementation for a user-defined data type (UDT).
- ADEPT2UDTValue(byte[], String) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new UDTValue with the designated name and the designated value (byte array).
- ADEPT2UDTValue(UDTValue) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new
UDTValue
with the properties and the content of the designatedUDTValue
. - ADEPT2UDTValue(InputStream, long, String) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new UDTValue with the designated name and the designated value (input stream) having the designated size.
- ADEPT2UDTValue(InputStream, String) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new UDTValue with the designated name and the designated value (input stream).
- ADEPT2UDTValue(String, byte[]) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ADEPT2UDTValue(byte[], String)
instead. - ADEPT2UDTValue(String, InputStream) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ADEPT2UDTValue(InputStream, String)
instead. - ADEPT2UDTValue(String, InputStream, boolean) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ADEPT2UDTValue(InputStream, String)
instead. - ADEPT2UDTValue(String, InputStream, int) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ADEPT2UDTValue(byte[], String)
with aBoundedInputStream
instead. - AdeptDataConversion - Class in de.aristaflow.adept2.model.datamanagement
-
Provides a method to convert values of one ADEPT2 data type to another where possible.
- AdeptDataTypeComparison() - Constructor for class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeComparison
- AdeptDataTypeFilter - Interface in de.aristaflow.ilm.model.globals
- AdeptDataTypeFilter - Interface in de.aristaflow.ilm.ws.rest.model.globals
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - AdeptDataTypeFilter.AdeptDataTypeComparison - Class in de.aristaflow.ilm.model.globals
-
An abstract class handling all comparisons with
ProcessConstants.AdeptDataType
. - AdeptDataTypeFilter.AdeptDataTypeIn - Class in de.aristaflow.ilm.model.globals
-
A comparison for a data attribute being one of several specified
AdeptDataType
values. - AdeptDataTypeFilter.AdeptDataTypeIn - Class in de.aristaflow.ilm.ws.rest.model.globals
- AdeptDataTypeFilter.AdeptDataTypeNotIn - Class in de.aristaflow.ilm.model.globals
-
A comparison for a data attribute being not one of several specified
AdeptDataType
values. - AdeptDataTypeFilter.AdeptDataTypeNotIn - Class in de.aristaflow.ilm.ws.rest.model.globals
- AdeptDataTypeFilter.Deserialiser - Class in de.aristaflow.ilm.model.globals
-
A deserialiser for instances of
AdeptDataTypeComparison
. - AdeptDataTypeIn() - Constructor for class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeIn
- AdeptDataTypeIn() - Constructor for class de.aristaflow.ilm.ws.rest.model.globals.AdeptDataTypeFilter.AdeptDataTypeIn
- AdeptDataTypeNotIn() - Constructor for class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeNotIn
- AdeptDataTypeNotIn() - Constructor for class de.aristaflow.ilm.ws.rest.model.globals.AdeptDataTypeFilter.AdeptDataTypeNotIn
- ADHOC_TEMPLATE_MAPPING - de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants.SchemaType
-
the schema for a xml holding the mapping of adhoc template IDs to the instance IDs
- adhocTemplateMapping - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappingInstanceID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappings - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappingSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the adhoc template mapping schema file
- adhocTemplateMappingSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappingsCurrentVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappingsVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adhocTemplateMappingTemplateID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- adjustLogLevel(Level, Logger) - Static method in class de.aristaflow.adept2.base.configuration.LoggerManager
-
Adjusts the log level of the logger.
- AdministrationService - Interface in de.aristaflow.adept2.core.client
- AdministrativeWorklistItem - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItem - Interface in de.aristaflow.adept2.model.worklistmodel
-
This class resembles an
InternalWorklistItem
but it allows a supervisor to control worklist items (InternalWorklistItem
) directly. - AdministrativeWorklistItem() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItem
- AdministrativeWorklistItemFilter - Interface in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemFilter - Interface in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemFilter.AndAwiFilter - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemFilter.AndAwiFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- AdministrativeWorklistItemFilter.OrAwiFilter - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemFilter.OrAwiFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
- AdministrativeWorklistItemFilter.PredefinedAdministrativeWorklistItemSelection - Enum in de.aristaflow.ilm.model.worklistmodel
-
Some pre-defined filters for worklists.
- AdministrativeWorklistItemFilter.TypeResolverBuilder - Class in de.aristaflow.ilm.model.worklistmodel
- AdministrativeWorklistItemSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- AdministrativeWorklistItemSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- adminItems - Variable in class de.aristaflow.ilm.model.worklistmodel.AdminWorklist
- AdminWorklist - Class in de.aristaflow.ilm.model.worklistmodel
- AdminWorklist() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdminWorklist
- AdminWorklistItemTypeDeserialiser(JavaType, TypeIdResolver, JavaType, DeserializationConfig, Collection<NamedType>) - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser
- AdminWorklistItemTypeDeserialiser(AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser, BeanProperty) - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser
- advOptions - Variable in class de.aristaflow.ilm.model.graphical.RenderOptions
- AfActivityReference - Class in de.aristaflow.ilm.model.worklistmodel
- AfActivityReference() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfActivityReference
- AfActivityReferenceSelection - Class in de.aristaflow.ilm.model.worklistmodel
- AfActivityReferenceSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfActivityReferenceSelection
- AfActivityReferenceSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AfActivityReferenceSelection
- AFCallbackHandler - Interface in de.aristaflow.adept2.base.security
-
This interface is similar to
CallbackHandler
but it allows for remote callback handling by the annotation to prevent transferring theCallbackHandler
but call it remotely. - afCallbackHandlerfromIlm(AuthenticationData) - Static method in class de.aristaflow.ilm.base.security.Transformation
- AFCallbackHandlerWrapper - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A wrapper for
AFCallbackHandler
treated asCallbackHandler
. - AFCallbackHandlerWrapper(AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.AFCallbackHandlerWrapper
-
Creates a new
CallbackHandler
that wraps the designatedAFCallbackHandler
appropriately. - AfConfiguration - Class in de.aristaflow.ilm.model.common
-
Class has been renamed to prevent name conflicts with stub generators and other WS/REST backends.
- AfConfiguration() - Constructor for class de.aristaflow.ilm.model.common.AfConfiguration
- AfEbpReference - Class in de.aristaflow.ilm.model.worklistmodel
-
Instances of this class (and subclasses) can be used wherever an
EbpInstanceReference
is expected. - AfEbpReference() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfEbpReference
- AfEbpReferenceSelection - Class in de.aristaflow.ilm.model.worklistmodel
- AfEbpReferenceSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfEbpReferenceSelection
- AfEbpReferenceSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AfEbpReferenceSelection
- AFFECTED_ELEMENT_DATAELEMENT - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- AFFECTED_ELEMENT_EBP - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- AFFECTED_ELEMENT_EDGE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- AFFECTED_ELEMENT_NODE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- AFFECTED_ELEMENT_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- AFFECTED_ELEMENT_SEPERATOR - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Deprecated.
- affectedElements - Variable in class de.aristaflow.ilm.model.common.CheckReport.Entry
- AfInstanceReference - Class in de.aristaflow.ilm.model.worklistmodel
- AfInstanceReference() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfInstanceReference
- AfInstanceReferenceSelection - Class in de.aristaflow.ilm.model.worklistmodel
- AfInstanceReferenceSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AfInstanceReferenceSelection
- AfInstanceReferenceSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AfInstanceReferenceSelection
- after(T[], int) - Static method in class de.aristaflow.adept2.util.ArrayTools
-
Gets an array containing all elements of the designated array after (and without) the designated index.
- AFTER - de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
there exists an AFTER relation, no BEFORE / parallel / exclusive relation
- afterExecute(Runnable, Throwable) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
- afterExecute(Runnable, Throwable) - Method in class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
- afterExecute(Runnable, Throwable) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
- afterLastEntry() - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Position the cursor directly after the last entry.
- AFThreadPoolExecutor - Class in de.aristaflow.adept2.util.threading
-
This thread pool executor enhances a normal thread pool by: prepending the state of a thread to the thread name, logging exceptions (and results) of futures where no one has been interested in and logging statistics. Thread names will be prefixed as following: NEW: Used for newly created threads. ACT: Used for active threads that are currently executing tasks. IDL: Used for idle threads, i.e. threads that may be reused. Every task is wrapped by a
LoggingFuture
. - AFThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, Adept2ThreadFactory, int) - Constructor for class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
Creates a new
AFThreadPoolExecutor
with the given initial parameters and default rejected execution handler. - AFThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
Creates a new
AFThreadPoolExecutor
with the given initial parameters and default rejected execution handler. - AFThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, Adept2ThreadFactory, RejectedExecutionHandler, int) - Constructor for class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
Creates a new
ThreadPoolExecutor
with the given initial parameters. - AFThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, Adept2ThreadFactory, RejectedExecutionHandler, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
Creates a new
ThreadPoolExecutor
with the given initial parameters. - agent - Variable in class de.aristaflow.adept2.core.client.ClientQA
-
The wrapped
QualifiedAgent
of this client agent. - agent - Variable in class de.aristaflow.adept2.model.common.Revision
-
The agent releasing this revision.
- agent - Variable in exception de.aristaflow.adept2.model.execution.AgentUnknownException
-
The agent that wants to execute an activity on a specific runtime manager.
- agent - Variable in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
-
The performing agent in case the corresponding activity is currently executed or has been executed.
- agent - Variable in class de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
- agent - Variable in class de.aristaflow.ilm.base.sessionmanagement.RichAgent
- agent - Variable in exception de.aristaflow.ilm.model.execution.AgentUnknownException
- agent - Variable in class de.aristaflow.ilm.model.execution.ExecutionContext
- agent - Variable in exception de.aristaflow.ilm.model.execution.InvalidActivityStateException
- agent - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistData
- agent - Variable in class de.aristaflow.ilm.model.worklistmodel.Worklist
- agent - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
- agent - Variable in class de.aristaflow.ilm.ws.rest.model.execution.AutoStartPendingData
- agent - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityAgent
- agent - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistCallbackData
- agent - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncWorklistData
- AGENT - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the Agent entity type
- AGENT - de.aristaflow.ilm.model.orgmodel.EntityType
- AGENT_ABILITY - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to AgentAbility, an n:m relation type between Agent and Ability
- AGENT_EMAIL - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the email address of an agent.
- AGENT_HASHALG - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
Deprecated, for removal: This API element is subject to removal in a future version.This is not and was not a publicly accessible OM attribute.
- AGENT_ID - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
agent ID
- AGENT_LOCALE - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the locale of an agent.
- AGENT_ORGPOSITION_ID - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
agent's org position ID
- AGENT_PASSWORD - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the password of an agent.
- AGENT_USERNAME - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the username of an agent.
- agentId - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- agentId - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds
- agentId - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
- agentId - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- agentId - Variable in class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry
- agentId - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- agentId - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentLocales
- agentId - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- AgentLocales - Class in de.aristaflow.ilm.ws.rest.core.logmanager.logs
-
This class combines several parameters to one (POST) parameter.
- AgentLocales() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentLocales
- agentName - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgent
- agentName - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- agentName - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- agentOrgPosId - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
- agentOrgPosId - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- agentOrgPosId - Variable in class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry
- agentOrgPosId - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- agents - Variable in class de.aristaflow.adept2.base.security.callbacks.OrgPositionChoiceCallback
-
The
QualifiedAgent
s that are choices of this callback. - agents - Variable in class de.aristaflow.adept2.base.security.callbacks.UserSessionIDCallback
-
The agents for which to retrieve user session IDs.
- agents - Variable in class de.aristaflow.ilm.base.security.AuthDataOrgPosSpec.QualifiedAgentList
- agentsChanged(QualifiedAgent...) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Signals this client service that the designated agents changed.
- agentsChanged(QualifiedAgent...) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- AgentUnknownException - Exception in de.aristaflow.adept2.model.execution
-
This exception indicates that the an agent is not known to a specific runtime manager and therefore can not execute activities on this runtime manager.
- AgentUnknownException - Exception in de.aristaflow.ilm.model.execution
- AgentUnknownException() - Constructor for exception de.aristaflow.ilm.model.execution.AgentUnknownException
-
The constructor required for bean deserialisation.
- AgentUnknownException(QualifiedAgent, URI[]) - Constructor for exception de.aristaflow.adept2.model.execution.AgentUnknownException
-
Creates a new
AgentUnknownException
to indicate that the designated agent is not logged on to the designated runtime manager. - AgentUnknownException(AgentUnknownException) - Constructor for exception de.aristaflow.ilm.model.execution.AgentUnknownException
- AgentWithTime - Class in de.aristaflow.ilm.ws.rest.core.logmanager.logs
-
This class combines several parameters to one (POST) parameter.
- AgentWithTime() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentWithTime
- aggregateStatus(SessionToken, Collection<UUID>, InstanceManager) - Static method in class de.aristaflow.adept2.core.processmanager.ProcessManagerTools
-
Aggregates several instance execution statuses to one, that is the designated subprocess instances (running in parallel) are retrieved from the designated subprocess manager instance and their execution statuses are aggregated.
- aggregateSubprocessStatuses(SessionToken, Collection<UUID>, InstanceManager) - Static method in class de.aristaflow.adept2.core.processmanager.ProcessManagerTools
-
Aggregates several instance execution statuses to the corresponding node state of the parent node.
- ALIVE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The signal to check for whether an executable component is still alive.
- aliveTimeExtension - Variable in class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
The time in milliseconds the alive time is extended when accessing this stream.
- aliveTimeExtension - Variable in class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateHandler
-
The time in milliseconds to extend the alive time when accessing the wrapping caching incremental worklist update.
- all - Variable in class de.aristaflow.ilm.model.filter.ContainsFilter.AllFilter
- all - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.AllQaFilter
- all - Variable in class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.AllSpFilter
- all - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.AllDelFilter
- all - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.AllUriFilter
- all - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.AllUuidFilter
- ALL - de.aristaflow.adept2.model.globals.WorklistConstants.DistributionMethod
-
distributes work items to all potential agents
- allAttributes - Variable in class de.aristaflow.ilm.model.resourcemodel.ResourceInstance
- allAttributes - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResourceInstance
- allAttrs - Variable in class de.aristaflow.ilm.model.orgmodel.TransientEntity
-
This is the union of all attributes with their values being represented as string.
- AllDelFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.AllDelFilter
- AllDelFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.AllDelFilter
- AllFilter() - Constructor for class de.aristaflow.ilm.model.filter.ContainsFilter.AllFilter
- allowedConsumerTypes - Static variable in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
The set of types which are allowed to be
SystemDataConsumer
. - allowedTypes - Static variable in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Set of types, which are allowed as return values and parameters.
- allowedTypesArray - Static variable in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Array of types, which are allowed as return values and parameters.
- AllQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.AllQaFilter
- AllQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.AllQaFilter
- allRestStubs - Variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- allRestStubs - Variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceStateNotificationRestStub
-
All REST stubs listening for instance state changes.
- allRestStubs - Variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationRestStub
-
All REST stubs listening for activity state changes.
- allRestStubs - Variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- AllSpFilter() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.AllSpFilter
- AllSpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.AllSpFilter
- allSseStubs - Variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- allSseStubs - Variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceStateNotificationSseStub
-
All REST stubs listening for instance state changes.
- allSseStubs - Variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ActivityStateNotificationSseStub
-
All REST stubs listening for activity state changes.
- allSseStubs - Variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- allTypes - Variable in class de.aristaflow.ilm.util.jackson.MultiCandidateDeducingTypeDeserialiser
-
The names of all subtypes mapped to the corresponding subtype class.
- AllUriFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.AllUriFilter
- AllUriFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.AllUriFilter
- AllUuidFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.AllUuidFilter
- AllUuidFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.AllUuidFilter
- AM_ATD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an
ActivityTemplateDefinition
in the activity repository. - AM_ATD_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter of an
ActivityTemplateDefinition
in the activity repository. - AM_ATD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an
ActivityTemplateDefinition
in the activity repository. - AM_ATD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an
ActivityTemplateDefinition
in the activity repository. - AM_CS - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is global for a
ConfigurationSet
in the activity repository. - AM_CS_ECD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an executable component description of a
ConfigurationSet
in the activity repository. - AM_CS_ECD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an executable component description of a
ConfigurationSet
in the activity repository. - AM_CS_ECD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an executable component description of a
ConfigurationSet
in the activity repository. - AM_CS_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an operation of a
ConfigurationSet
in the activity repository. - AM_CS_OPERATION_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an operation of a
ConfigurationSet
in the activity repository. - AM_CS_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an operation of a
ConfigurationSet
in the activity repository. - AM_CS_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a global parameter template of a
ConfigurationSet
in the activity repository. - AM_CS_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is a global test configuration for a
ConfigurationSet
in the activity repository. - AM_ECD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an
ExecutableComponentDescription
in the activity repository. - AM_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an
Operation
in the activity repository. - AM_OPERATION_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter of an
Operation
in the activity repository. - AM_OPERATION_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an
Operation
in the activity repository. - AM_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an
Operation
in the activity repository. - AMTools - Class in de.aristaflow.adept2.model.activitymodel
-
Utility functions concerning the activity model.
- and - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.AndQaFilter
- and - Variable in class de.aristaflow.ilm.model.execution.EnquiryFilter.AndEnqFilter
- and - Variable in class de.aristaflow.ilm.model.execution.InputDataContextFilter.AndIdcFilter
- and - Variable in class de.aristaflow.ilm.model.filter.InstantFilter.AndInstantFilter
- and - Variable in class de.aristaflow.ilm.model.filter.MultipleCollFilter.AndCollFilter
- and - Variable in class de.aristaflow.ilm.model.filter.MultipleFilter.AndFilter
- and - Variable in class de.aristaflow.ilm.model.filter.StringFilter.AndStringFilter
- and - Variable in class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.AndDelFilter
- and - Variable in class de.aristaflow.ilm.util.UuidFilter.AndUuidFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.AndCollQaFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.AndQaFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ErrorDataFilter.AndEdFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.AndEhFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.AndCollSpFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.AndEcpFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.common.SimpleParameterFilter.AndSpFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.common.UserAttributesFilter.AndUasFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.execution.EnquiryFilter.AndEnqFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InputDataContextFilter.AndIdcFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.BooleanFilter.AndBooleanFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.DoubleFilter.AndDoubleFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.InstantFilter.AndInstantFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.IntegerFilter.AndIntegerFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.LongFilter.AndLongFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.AndStringFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityFilter.AndEntFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AndActRefFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.AndAwiFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.AndCwiFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.AndCollDelFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelegationFilter.AndDelFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.AndWiFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.AndCollUriFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.AndCollUuidFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.AndUriFilter
- and - Variable in class de.aristaflow.ilm.ws.rest.util.UuidFilter.AndUuidFilter
- AND_BLOCK - de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
-
A block with an AND_SPLIT and an AND_JOIN node.
- AndActRefFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.AndActRefFilter
- AndActRefFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AndActRefFilter
- AndAwiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AndAwiFilter
- AndAwiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.AndAwiFilter
- AndBooleanFilter() - Constructor for class de.aristaflow.ilm.model.filter.BooleanFilter.AndBooleanFilter
- AndBooleanFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.BooleanFilter.AndBooleanFilter
- AndCollDelFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.AndCollDelFilter
- AndCollDelFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.AndCollDelFilter
- AndCollFilter() - Constructor for class de.aristaflow.ilm.model.filter.MultipleCollFilter.AndCollFilter
- AndCollQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.AndCollQaFilter
- AndCollQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.AndCollQaFilter
- AndCollSpFilter() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.AndCollSpFilter
- AndCollSpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.AndCollSpFilter
- AndCollUriFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.AndCollUriFilter
- AndCollUriFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.AndCollUriFilter
- AndCollUuidFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.AndCollUuidFilter
- AndCollUuidFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.AndCollUuidFilter
- AndCwiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.AndCwiFilter
- AndCwiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.AndCwiFilter
- AndDelFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.AndDelFilter
- AndDelFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelegationFilter.AndDelFilter
- AndDoubleFilter() - Constructor for class de.aristaflow.ilm.model.filter.DoubleFilter.AndDoubleFilter
- AndDoubleFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.DoubleFilter.AndDoubleFilter
- AndEcpFilter() - Constructor for class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.AndEcpFilter
- AndEcpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.AndEcpFilter
- AndEdFilter() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.ErrorDataFilter.AndEdFilter
- AndEdFilter() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ErrorDataFilter.AndEdFilter
- AndEhFilter() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.AndEhFilter
- AndEhFilter() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.AndEhFilter
- AndEnqFilter() - Constructor for class de.aristaflow.ilm.model.execution.EnquiryFilter.AndEnqFilter
- AndEnqFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.EnquiryFilter.AndEnqFilter
- AndEntFilter() - Constructor for class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.AndEntFilter
- AndEntFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityFilter.AndEntFilter
- AndFilter() - Constructor for class de.aristaflow.ilm.model.filter.MultipleFilter.AndFilter
- AndIdcFilter() - Constructor for class de.aristaflow.ilm.model.execution.InputDataContextFilter.AndIdcFilter
- AndIdcFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.InputDataContextFilter.AndIdcFilter
- AndInstantFilter() - Constructor for class de.aristaflow.ilm.model.filter.InstantFilter.AndInstantFilter
- AndInstantFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.InstantFilter.AndInstantFilter
- AndIntegerFilter() - Constructor for class de.aristaflow.ilm.model.filter.IntegerFilter.AndIntegerFilter
- AndIntegerFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.IntegerFilter.AndIntegerFilter
- AndLongFilter() - Constructor for class de.aristaflow.ilm.model.filter.LongFilter.AndLongFilter
- AndLongFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.LongFilter.AndLongFilter
- AndQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.AndQaFilter
- AndQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.AndQaFilter
- AndSpFilter() - Constructor for class de.aristaflow.ilm.model.common.SimpleParameterFilter.AndSpFilter
- AndSpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.SimpleParameterFilter.AndSpFilter
- AndStringFilter() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.AndStringFilter
- AndStringFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.AndStringFilter
- AndUasFilter() - Constructor for class de.aristaflow.ilm.model.common.UserAttributesFilter.AndUasFilter
- AndUasFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.UserAttributesFilter.AndUasFilter
- AndUriFilter() - Constructor for class de.aristaflow.ilm.util.UriFilter.AndUriFilter
- AndUriFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.UriFilter.AndUriFilter
- AndUuidFilter() - Constructor for class de.aristaflow.ilm.util.UuidFilter.AndUuidFilter
- AndUuidFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.UuidFilter.AndUuidFilter
- AndWiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AndWiFilter
- AndWiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.AndWiFilter
- apiLevel - Variable in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
The API level for the current request.
- APPEND - de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
-
Append the service to the list of services already registered for the key; this may be the first service for this key.
- appendFunction(NavFunctionInstance) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
Append the given function instance to the function chain.
- appendFunction(NavFunction, Selection) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
Appends the given function (and its associated selection) to the function chain.
- appendFunction(NavFunction, TransitivityType, Selection) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
Appends the given function (and its associated selection) to the function chain.
- APPLICATION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- APPLICATION_JSON - Static variable in class de.aristaflow.adept2.util.io.MediaTypes
-
application/json
- APPLICATION_KILLED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- APPLICATION_PDF - Static variable in class de.aristaflow.adept2.util.io.MediaTypes
-
application/pdf
- applicationClosed() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Called by the application to tell the runtime manager about its successful termination.
- applicationClosed(SessionToken, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationClosed(String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationClosed(SessionToken, String, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the termination of the designated execution session that is the execution is closed.
- applicationClosedNoDc(String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- ApplicationEnvironmentException - Exception in de.aristaflow.adept2.model.runtimeenvironment
-
Exception indicating the failing of an application / activity due to an erroneous environment, for instance, required parameters are missing or wrong or the GUI-context can not be used.
- ApplicationEnvironmentException(String, long) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
-
Creates a new
ApplicationEnvironmentException
containing the designated information which is a human readable message and the ADEPT2-error code. - ApplicationEnvironmentException(String, long, Throwable) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
-
Creates a new
ApplicationEnvironmentException
containing the designated information which is a human readable message and the ADEPT2-error code. - ApplicationErrorCodes - Class in de.aristaflow.adept2.model.globals
-
This class defines the ADEPT2-error codes for application failures.
- ApplicationErrorCodes() - Constructor for class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- applicationFailed(SessionToken, String, Long, String, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationFailed(String, Long, String, String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationFailed(SessionToken, String, ApplicationEnvironmentException, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the failing of the designated execution session that is the execution is terminated due to the designated application environment exception and all data produced yet is invalidated.
- applicationFailed(SessionToken, String, ApplicationFailedException, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the failing of the designated execution session that is the execution is terminated due to the designated application failed exception and all data produced yet is invalidated.
- applicationFailed(SessionToken, String, String, String, long, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the failing of the designated execution session that is the execution is terminated due to a failure and all data produced yet is invalidated.
- ApplicationFailedException - Exception in de.aristaflow.adept2.model.runtimeenvironment
-
Exception indicating the failing of an application / activity for internal reasons.
- ApplicationFailedException(String, String, long) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
-
Creates a new
ApplicationFailedException
containing the designated information which is a human readable message, the component-specific state and the ADEPT2-error code. - ApplicationFailedException(String, String, long, Throwable) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
-
Creates a new
ApplicationFailedException
containing the designated information which is a human readable message, the component-specific state, the ADEPT2-error code and the cause for the failure. - applicationFailedNoDc(String, Long, String, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationReset() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Notifies the runtime manager that the application has been terminated and wants to be reset that is activated again and the current and previous executions have to be completely dropped.
- applicationReset(SessionToken, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationReset(String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationReset(SessionToken, String, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the termination of the designated execution session that is the execution is reset and all data produced yet (including from previous execution sessions) is invalidated.
- applicationResetNoDc(String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationResetTo(SessionToken, String, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationResetTo(String, String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationResetTo(SessionToken, String, String, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the termination of the designated execution session that is the execution is reset to the designated savepoint.
- applicationResetTo(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Notifies the runtime manager that the application has been terminated and wants to be reset to the designated savepoint.
- applicationResetToNoDc(String, String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationResetToPreviousSavepoint() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Notifies the runtime manager that the application has been terminated and wants to be reset to the last savepoint before this application started.
- applicationResetToPreviousSavepoint(SessionToken, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationResetToPreviousSavepoint(String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationResetToPreviousSavepoint(SessionToken, String, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the termination of the designated execution session that is the execution is reset to the last savepoint before the execution started.
- applicationResetToPreviousSavepointNoDc(String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationSignalled(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Enables the application to signal a special event to the runtime manager.
- applicationSuspended() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Tells the runtime manager about the application's suspension.
- applicationSuspended(long) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Notifies the runtime manager that the application has been suspended and wants to be resumed after the designated time.
- applicationSuspended(SessionToken, String, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- applicationSuspended(String, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- applicationSuspended(SessionToken, String, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
-
Signals the termination of the designated execution session that is the execution is suspended.
- applicationSuspendedNoDc(String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- appliesTo(String) - Method in class de.aristaflow.adept2.util.logging.ClassesNameSubFilter
-
Delegates to
ClassesNameSubFilter.isLoggable(String, Level)
of the superclass. - appliesTo(String) - Method in class de.aristaflow.adept2.util.logging.ClassNameSubFilter
-
Delegates to
ClassNameSubFilter.isLoggable(String, Level)
of the superclass. - appliesTo(String) - Method in class de.aristaflow.adept2.util.logging.NameFilter
-
Checks whether this filter applies to the designated class name.
- apply(I) - Method in interface de.aristaflow.ilm.util.IoToUncheckedFunction
- apply(I1, I2) - Method in interface de.aristaflow.ilm.util.IoToUncheckedBiFunction
- apply(Class<?>, T) - Method in interface de.aristaflow.adept2.util.reflection.ReflectionTools.ClassVisitor
- apply(Locale) - Method in class de.aristaflow.adept2.util.i18n.ResourceBundleProvider
- applyDefaultResponseSchema(Operation, Schema<?>, List<? extends OperationResponse>) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.Enricher
-
Applies the schema of the designated default response for to all responses that refer to it.
- applyValidationAnnotations(Annotation[], Schema<?>) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.Enricher
-
Applies validation annotations (from
javax.validation.constraints
) as well asDefault
from the designated annotation collection to the designated schema. - appName - Variable in class de.aristaflow.ilm.base.security.AuthenticationData
- appName - Variable in class de.aristaflow.ilm.ws.rest.base.security.AuthenticationData
- AppNameCallback - Class in de.aristaflow.adept2.base.security.callbacks
-
A callback to retrieve the application name for which to log on.
- AppNameCallback() - Constructor for class de.aristaflow.adept2.base.security.callbacks.AppNameCallback
-
Creates a new callback for requesting the application name.
- ARBITRARY_DATA_ELEMENT - de.aristaflow.adept2.model.processmodel.systemdata.Dependency.SystemDataProvider
-
System data is provided by an arbitrary (usually normal, that is non-system data element).
- ARBITRARY_STRING - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
An arbitrary string, the semantic depends on the state change.
- arbitraryString - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
- arbitraryString - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- arbitraryString - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- ArchInstIdRemoteIteratorRest - Class in de.aristaflow.ilm.ws.rest.core.executionmanager
- ArchInstIdRemoteIteratorRest(InstIdPairRemoteIteratorWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.executionmanager.ArchInstIdRemoteIteratorRest
- ArchiveDataContainer - Interface in de.aristaflow.adept2.model.datamanagement
-
This class represents a data container (usually an instance data container) to be archived.
- archiveInstance(SessionToken, UUID) - Method in class de.aristaflow.ilm.ws.core.processmanager.InstanceManagerWebService
- archiveInstance(SessionToken, UUID, Integer) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ExecutionManagerWebService
- archiveInstance(UUID, Integer, Long) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
- archiveInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.datamanager.DataManager
-
Archives the data of the designated instance to a separate archive.
- archiveInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.ExecutionManager
-
Archives the designated instance which removes the instance data completely from the underlying services which includes the
InstanceManager
, theDataManager
and theExecutionHistory
. - archiveInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryWriteAccess
-
Archives the data of the designated instance to a separate archive.
- archiveInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Archives the designated instance, that is the instance and all related data like the status, child instances (and their statuses) as well as the (modified) template in case of a instance-specific template are removed from this instance manager.
- archiveTemplate(SessionToken, UUID, Integer) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ExecutionManagerWebService
- archiveTemplate(UUID, Integer, Long) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
- archiveTemplate(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.ExecutionManager
-
Archives the designated template which removes the template and the instance data completely from the underlying services which includes the
TemplateManager
, theInstanceManager
, theDataManager
and theExecutionHistory
. - archiveTemplate(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
Archives the designated template, which removes: the template itself, modified templates based on this template, its embedded templates, all corresponding template statuses, all of its instances (including the ones from the modified and embedded templates based on the designated template, all corresponding instance statuses, This also
archives all corresponding instances
. - ArchiveTemplateResponse - Class in de.aristaflow.ilm.model.execution
-
This class combines several parameters to one (POST) parameter.
- ArchiveTemplateResponse() - Constructor for class de.aristaflow.ilm.model.execution.ArchiveTemplateResponse
- ArchTemplIdRemoteIteratorRest - Class in de.aristaflow.ilm.ws.rest.core.executionmanager
- ArchTemplIdRemoteIteratorRest(TemplIdRemoteIteratorWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.executionmanager.ArchTemplIdRemoteIteratorRest
- areEqual(Identifier, Identifier) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two
Identifier
s for functional equality, i.e. ignoring their state and revision. - areEqual(StorageActivityTemplateDefinition, StorageActivityTemplateDefinition) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two
StorageActivityTemplateDefinition
s for functional equality, i.e. ignoring their ID, state and revision. - areEqual(StorageConfigurationSet, StorageConfigurationSet) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two
StorageConfigurationSet
s for functional equality, i.e. - areEqual(StorageExecutableComponentDescription, StorageExecutableComponentDescription) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two
StorageExecutableComponentDescription
s for functional equality, i.e. ignoring their state and revision. - areEqual(StorageOperation, StorageOperation) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two
StorageOperation
s for functional equality, i.e. - areEqual(IconDescriptor, IconDescriptor) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
- areEqual(ResourceDescriptor, ResourceDescriptor) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
- areExecutionControlPropertiesInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Gets whether this activity template definition inherits the execution control properties from its operation.
- areExecutionControlPropertiesInterhited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Gets whether this operation inherits the execution control properties from its executable component description.
- areInstancesChangeable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
-
Returns the comment set for the "instances migratable to"-status for either subprocess or top-level-usage.
- areInstancesChangeable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Returns whether instances running on this template may be changed or not.
- areInstancesMigratableTo(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
-
Returns whether instances running on a parent process template may be migrated to this process template or not.
- areInstancesMigratableTo(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Returns whether instances running on a parent process template may be migrated to this process template or not.
- ArgChecks - Class in de.aristaflow.adept2.util
-
Utility class to facilitate common checks on method parameters and create appropriate
IllegalArgumentException
s,NullArgumentException
,IndexOutOfBoundsException
s etc.. - argType - Variable in class de.aristaflow.adept2.model.common.xml.XPathFunction
-
The type of the input parameter of this function.
- argUdtName - Variable in class de.aristaflow.adept2.model.processmodel.systemdata.Dependency
-
The name of the UDT of the argument of this dependency or
null
in case it is not a UDT. - AristaFlowExpressionEngine - Class in de.aristaflow.adept2.util
-
An expression engine for hierarchical configurations of Apache Commons Configuration.
- AristaFlowExpressionEngine() - Constructor for class de.aristaflow.adept2.util.AristaFlowExpressionEngine
-
Creates a new expression engine for a
HierarchicalConfiguration
disabling attributes and indexes. - AristaFlowHTTPService - Class in de.aristaflow.adept2.ui.htmlgui.httpservice
-
Servlet implementation for the HTTP service of the HTML context.
- AristaFlowHTTPService() - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Constructor for initialisation via Extension Point (must not have any parameters).
- AristaFlowHTTPService(String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Constructor providing a servlet name for dynamic servlet deployment.
- AristaFlowPlatform - Class in de.aristaflow.adept2.core.registry
-
This class represents the entry point to the AristaFlow platform.
- AristaFlowPlatform() - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Bootstraps AristaFlow using system properties which also provide the configuration directories (or the default
.
- AristaFlowPlatform(boolean) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Partially bootstraps AristaFlow using system properties which also provide the configuration directories (or the default
.
- AristaFlowPlatform(boolean, ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Partially bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from.
- AristaFlowPlatform(boolean, Configuration) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Partially bootstraps AristaFlow using system properties which also provide the configuration directories (or the default
.
- AristaFlowPlatform(boolean, Configuration, ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Partially bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from additionally to the designated configuration.
- AristaFlowPlatform(ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from.
- AristaFlowPlatform(String, Configuration, boolean, boolean, ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Initialises the global properties and logging and creates a configuration manager.
- AristaFlowPlatform(Configuration) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Bootstraps AristaFlow using system properties which also provide the configuration directories or URLs to load the root configuration from additionally to the designated configuration.
- AristaFlowPlatform(Configuration, ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Bootstraps AristaFlow using the designated properties which also provide the configuration directories or URLs to load the root configuration from additionally to the designated configuration.
- ariws - Variable in class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
-
The web service for remote iterator handlers for activity states.
- array - Variable in class de.aristaflow.adept2.util.ArrayTools.ArrayWrapper
-
The wrapped array.
- array - Variable in class de.aristaflow.adept2.util.ArrayTools.ByteArrayWrapper
-
The wrapped array.
- ArrayKey<T> - Class in de.aristaflow.adept2.util.types
-
This class defines
Object.equals(Object)
andObject.hashCode()
on arrays considering the contents of the arrays (deep equality). - ArrayKey(T[]) - Constructor for class de.aristaflow.adept2.util.types.ArrayKey
-
Wraps the designated array and provides
Object.equals(Object)
andObject.hashCode()
based on its content. - arrayLength(Object, int, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array has the specified minimum and maximum length.
- arrayLength(Object, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array has exactly the specified length.
- ArrayTools - Class in de.aristaflow.adept2.util
-
Utility class for array-related helper methods.
- ArrayTools.ArrayWrapper<T> - Class in de.aristaflow.adept2.util
-
A wrapper for arrays that provide a useful (i. e. deep)
ArrayTools.ArrayWrapper.equals(Object)
,ArrayTools.ArrayWrapper.hashCode()
andArrayTools.ArrayWrapper.toString()
. - ArrayTools.ByteArrayWrapper - Class in de.aristaflow.adept2.util
-
A wrapper for byte arrays that provide a useful (i. e. deep)
ArrayTools.ByteArrayWrapper.equals(Object)
,ArrayTools.ByteArrayWrapper.hashCode()
andArrayTools.ByteArrayWrapper.toString()
. - ArrayWrapper(T[]) - Constructor for class de.aristaflow.adept2.util.ArrayTools.ArrayWrapper
-
Creates a new wrapped array for designated array.
- AS_COPY - de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
-
The process template may only be used as a subprocess by incorporating the graph structure in the surrounding process template.
- AS_REFERENCE - de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
-
The process template may be referenced by a node in another template.
- asc - Variable in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
-
The object to which to forward calls to.
- asciiString - Variable in class de.aristaflow.ilm.util.UriFilter.UriSelection
- asciiString - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.UriSelection
- aseBlocker - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
An
AbortServiceException
that occurred and blocks the cluster node from continuing. - AsInitialRemoteIteratorData - Class in de.aristaflow.ilm.model.runtimeenvironment
- AsInitialRemoteIteratorData() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.AsInitialRemoteIteratorData
- AsRemoteIteratorData - Class in de.aristaflow.ilm.model.runtimeenvironment
- AsRemoteIteratorData() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.AsRemoteIteratorData
- AsRemoteIteratorRest - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
- AsRemoteIteratorRest(AsRemoteIteratorWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.AsRemoteIteratorRest
- AsRemoteIteratorWebService - Class in de.aristaflow.ilm.ws.model.runtimeenvironment
- AsRemoteIteratorWebService(AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.model.runtimeenvironment.AsRemoteIteratorWebService
- asrir - Variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ExecutionControlManagerRest
- asrir - Variable in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteExecutionControlManagerRest
- assess(SessionToken, WorklistItem, List<String>, List<ResourceInstance>, Map<QualifiedAgent, Worklist<? extends WorklistItem>>) - Method in interface de.aristaflow.adept2.core.worklistmanager.ItemAssessment
-
Deprecated.Assesses the designated worklist item with respect to the designated agents/worklists.
- Assessment - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
-
This is required since OpenAPI lets Maps always have a String as key.
- Assessment() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.Assessment
- assignAndUpdateActivity(EBPInstanceReference, ProcessConstants.NodeState, QualifiedAgent) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Assign and updates the designated activity.
- ASSIGNED - de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
- ASSIGNED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
-
The item has been assigned or accepted (only to be started by one user).
- ASSIGNED_RUNTIME_MANAGER - de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
- assignedAgent - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
- assignedAgent - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- assignedAgent - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
- AssignEmptyEmbeddedSubprocess - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation for the creation/assignment of an empty embedded subprocess on a node.
- AssignEmptyEmbeddedSubprocess() - Constructor for class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
- AssignExecutableBusinessProcess - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation for the assignment of an executable business process (activity or sub-process/lightweight-process) to a node.
- AssignExecutableBusinessProcess() - Constructor for class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
- assignmentDate - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
- assignmentDate - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- assignmentDate - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
- AssignmentMembers - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
The addresses are taken from the org model using the staff assignment rule.
- AssignmentMembersAndMail - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
The addresses are taken from theorg model using the staff assignment rule and from
MailNotificationData.getMailAddresses()
. - AssignmentMembersAndSupervisors - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
The addresses for members and supervisors are taken from from org model using the staff assignment rule.
- assignmentRule - Variable in class de.aristaflow.ilm.model.processmodel.Node
- AssignmentSupervisorMembers - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
The supervisor addresses are taken from the org model using the staff assignment rule.
- AssignmentSupervisorMembersAndMail - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
The addresses are taken from the org model using the staff assignment rule and from
MailNotificationData.getMailAddresses()
. - assureWorklistItemAdded(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
Sets the worklist update type of the designated worklist item to
WorklistConstants.WorklistItemUpdateType.ADDED
. - assureWorklistItemChanged(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
Sets the worklist update type of the designated worklist item to
WorklistConstants.WorklistItemUpdateType.CHANGED
. - assureWorklistItemRemoved(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
Sets the worklist update type of the designated worklist item to
WorklistConstants.WorklistItemUpdateType.REMOVED
. - assureWorklistItemUnknown(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
Removes the designated worklist item from this worklist update.
- AssuringWorklistUpdate - Class in de.aristaflow.adept2.model.worklistmodel
-
A worklist update may contain soft update types, that is, it is unclear whether an item is added or changed or removed or not present at all.
- AssuringWorklistUpdate(UUID, long, int, long, long, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
Creates a new wrapper for the designated worklist update allowing to override and assure the update type of specific worklist items.
- ASYNC_EXE_FORM - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
Form for asynchronous EXE (i.e. doing a fork).
- asynchronousRetry() - Method in class de.aristaflow.adept2.model.mail.EmailResult
- asyncSendPropertyChanges() - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
Property change events are published asynchronous.
- AT - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an
ActivityTemplate
. - AT_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter of an
ActivityTemplate
. - AT_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter template of an
ActivityTemplate
. - AT_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an
ActivityTemplate
. - ATD - de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
- ATDReference - Interface in de.aristaflow.adept2.model.activitymodel
-
The lightweight representation of an
ActivityTemplateDefinition
for usage in the activity repository. - atLeastOneIsExecutedBefore(Collection<Integer>, int) - Method in class de.aristaflow.adept2.model.processmodel.tools.NodeRelations
-
Determines that at least one of the designated preceding nodes is really executed before the designated reading node.
- AtomicAttributeFilter<T> - Interface in de.aristaflow.ilm.model.filter
-
This class serves as common interface for the Java classes separating the filters applied to atomic attributes from the ones applied to collection attributes.
- AtomicAttributeFilter.Comparison<O extends Enum<O>,T extends Serializable> - Interface in de.aristaflow.ilm.model.filter
-
This class represents the comparison part for atomic attributes with atomic values.
- AtomicAttributeFilter.EnumComparison<T extends Enum<T>> - Interface in de.aristaflow.ilm.model.filter
-
This class represents the comparison part for atomic attributes with a collection of atomic attributes (possible values are from an
Enum
). - AtomicAttributeFilter.NullComparison<T extends Serializable> - Class in de.aristaflow.ilm.model.filter
-
This class provides the means to create a filter comparing an object with null.
- AtomicCloseTask(String, AtomicReference<?>) - Constructor for class de.aristaflow.adept2.util.CleanupTask.AtomicCloseTask
-
Creates a new
CleanupTask.AtomicCloseTask
for the designatedAtomicReference
and the designated descriptor usingCleanup's default logger
. - AtomicCloseTask(String, Logger, AtomicReference<?>) - Constructor for class de.aristaflow.adept2.util.CleanupTask.AtomicCloseTask
-
Creates a new
CleanupTask.AtomicCloseTask
for the designatedAtomicReference
, the designated descriptor and the designated logger. - AtomicEntityExpression - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
An atomic entity expression consists of a start entity type (plus optionally a selection) and an optional chain of functions (plus optionally a selection each).
- AtomicEntityExpression(EntityType, Selection) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
Constructs a new
AtomicEntityExpression
for the given start entity type and the associated selection. - AtomicSelection - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
An
AtomicSelection
is a selection likeid=5
orlastName LIKE 'sch%'
, i.e. it's not composed of other selections. - AtomicSelection(EntityType, String, CmpOperator, Object) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicSelection
-
Constructs a new
AtomicSelection
. - ATParameter - Interface in de.aristaflow.adept2.model.activitymodel
-
An
ATParameter
extends aParameter
by additional information needed when assigning (dragging) an activity (template definition) to a process node. - ATParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
-
An
ATParameterTemplate
represents aParameterTemplate
but only provides the information needed when assigning (dragging) an activity (template definition) to a process node. - att - Variable in class de.aristaflow.adept2.model.mail.SerialisableAttachmentDataSource
-
The wrapped serialisable attachment.
- attachedDataContext - Variable in class de.aristaflow.ilm.model.execution.ExecutableBusinessProcessInstance
- attachedDataContext - Variable in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItem
- attachedDataContext - Variable in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- attachedDataContext - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- attachment(SerialisableAttachment) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the designated attachment to this mail.
- attachment(String, UDTValue, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated UDT value as attachment to this mail.
- attachment(String, String, byte[], boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the designated content as attachment to this mail.
- attachment(String, String, UDTValue, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated UDT value as attachment to this mail.
- attachment(String, String, URI, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated URI as attachment to this mail.
- attachment(String, String, URL, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated URL as attachment to this mail.
- attachment(String, String, DataSource, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the designated attachment to this mail.
- attachment(URI, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated URI as attachment to this mail.
- attachment(URL, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the content of the designated URL as attachment to this mail.
- attachment(DataSource, boolean) - Method in class de.aristaflow.adept2.model.mail.Email
-
Adds the designated attachment to this mail.
- Attachment(HTMLContext.Attachment) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
Creates a new
Attachment
wrapping the designated on. - Attachment(String, InputStream, long, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
Creates a new
Attachment
with the designated attributes. - ATTACHMENT_NAME - Static variable in class de.aristaflow.adept2.model.mail.Email
-
The name for an attachment if not set explicitly.
- attachmentLists - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
Field for
HTMLContext.HTTPReply.getAttachmentLists()
. - attachments - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
Field for
HTMLContext.HTTPReply.getAttachments()
. - attachmentsToUDT(Parameter, MailEvent, File, Logger) - Static method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Creates a UDT value for the designated parameter with all attachments of the message of the designated mail event.
- ATTR_ID - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column containing the artificial primary key simplifying joining the meta and the mapping table.
- ATTR_IMPORTED - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by a separate OM extension mapping relation.
- ATTR_MAPPED_TO - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column which contains the name of an attribute in an external data source which is mapped to the corresponding attribute in the org model.
- ATTR_NAME - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column containing the name of the org model attribute.
- ATTR_OM_EXT - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column of the org model extension the meta attribute is imported from.
- ATTR_OM_EXT_PRIORITY - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column with the priority for an org model extension has with respect to the other org model extensions for a specific attribute.
- ATTR_OM_EXT_WRITE_BACK - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column which contains whether the attribute should be written back to a specific org model extension.
- ATTR_READ_ONLY - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column which contains whether the attribute is read-only in the org model.
- ATTR_SEPARATOR - Static variable in class de.aristaflow.adept2.model.orgmodel.OmeAttributes
-
The character separating the names of attributes with a combined name.
- ATTR_SEPARATOR_STRING - Static variable in class de.aristaflow.adept2.model.orgmodel.OmeAttributes
-
The character separating the names of attributes with a combined name as
String
. - ATTR_SIZE_HINT - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column containing the size hint for the data type of the org model attribute.
- ATTR_SOURCE_OM_EXTENSION_SUFFIX - Static variable in class de.aristaflow.adept2.model.orgmodel.OmeAttributes
-
The complete (lower-case) suffix identifying an attribute name as being an attribute for the OM extension source of another attribute.
- ATTR_TYPE - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column containing the data type of the org model attribute.
- ATTR_VALUE_SYSTEM_SOURCE - Static variable in class de.aristaflow.adept2.model.orgmodel.OmeAttributes
-
The value for the source attribute referring to the system.
- attr2OmExts - Variable in class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
The attribute names (all lower case) and the (names of the) corresponding source OM extension ordered by their priority.
- Attributable - Interface in de.aristaflow.adept2.util
-
This interface allows arbitrary objects to have additional attributes.
- Attribute<T> - Class in de.aristaflow.ilm.model.filter
- Attribute - Class in de.aristaflow.ilm.model.resourcemodel
- Attribute - Class in de.aristaflow.ilm.ws.rest.model.resourcemodel
-
This class just overrides the schema with a non-recursive
AttributeList
. - Attribute - Interface in de.aristaflow.adept2.model.filter
-
Represents an attribute that can be filtered and the path of methods through the containing objects that must be called to retrieve it
- Attribute - Annotation Type in de.aristaflow.adept2.model.common.viewer
-
Annotates a method of a view interface, including the name of the attribute.
- Attribute() - Constructor for class de.aristaflow.ilm.model.filter.Attribute
- Attribute() - Constructor for class de.aristaflow.ilm.model.resourcemodel.Attribute
- Attribute() - Constructor for class de.aristaflow.ilm.ws.rest.model.resourcemodel.Attribute
- ATTRIBUTE_NO_DEFAULT_VALUE - Static variable in annotation type de.aristaflow.adept2.model.common.viewer.Attribute
-
Constant expressing that no default value is provided.
- Attribute.Type - Enum in de.aristaflow.adept2.model.common.viewer
-
Type specialisation.
- AttributedInputStream - Class in de.aristaflow.adept2.util.io
-
An
AttributedInputStream
wraps an input stream and allows for attributing it. - AttributedInputStream(InputStream) - Constructor for class de.aristaflow.adept2.util.io.AttributedInputStream
-
Creates a new input stream wrapping the designated input stream and having arbitrary attributes.
- AttributedInputStream(InputStream, CleanupTask<IOException>) - Constructor for class de.aristaflow.adept2.util.io.AttributedInputStream
-
Creates a new input stream wrapping the designated input stream and having arbitrary attributes and the designated clean-up task.
- AttributeFactory - Interface in de.aristaflow.adept2.model.filter
-
A factory that can construct new Attribute objects by hierarchically navigating through the method tree of a specified class.
- AttributeList - Class in de.aristaflow.ilm.model.resourcemodel
- AttributeList - Class in de.aristaflow.ilm.ws.rest.model.resourcemodel
-
/** /** This class just overrides the schema with a non-recursive
AttributeList
. - AttributeList() - Constructor for class de.aristaflow.ilm.model.resourcemodel.AttributeList
- AttributeList() - Constructor for class de.aristaflow.ilm.ws.rest.model.resourcemodel.AttributeList
- AttributeMetaData - Class in de.aristaflow.adept2.core.orgmodelmanager
-
AttributeMetaData
is a simple immutable container class forAttributeMetaData.MetaDataElement
-objects, supposed to conveniently hold all available meta information about the attributes of one entity type. - AttributeMetaData - Class in de.aristaflow.ilm.core.orgmodelmanager
- AttributeMetaData() - Constructor for class de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
- AttributeMetaData(AttributeMetaData.MetaDataElement[]) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
Constructs a new
AttributeMetaData
-object containing the givenAttributeMetaData.MetaDataElement
s. - AttributeMetaData.MetaDataElement - Class in de.aristaflow.adept2.core.orgmodelmanager
-
Used to hold information about a single attribute.
- attributeNames - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.FilterWithProjection
- attributes - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
The file attributes of the path.
- attributes - Variable in class de.aristaflow.ilm.base.sessionmanagement.Session
-
Set this to arbitrary attributes required for a specific interaction.
- attributes - Variable in class de.aristaflow.ilm.model.resourcemodel.AttributeList
- attributes - Variable in class de.aristaflow.ilm.model.resourcemodel.Resource
- attributes - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.AttributeList
- attributes - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.Resource
- AttributeSetter - Annotation Type in de.aristaflow.adept2.model.common.viewer
-
Setter for the model viewer attribute.
- attrName - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
The name of the attribute in the OM.
- attrs - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.TransientEntity
- AuthDataOrgPosSpec - Interface in de.aristaflow.ilm.base.security
-
This authentication data specifies an agent further, either via user name and/or org position ID or via one or more
QualifiedAgent
s. - AuthDataOrgPosSpec.OrgPosSpec - Class in de.aristaflow.ilm.base.security
- AuthDataOrgPosSpec.QualifiedAgentList - Class in de.aristaflow.ilm.base.security
- authenticate(String, AuthenticationData) - Method in class de.aristaflow.ilm.ws.base.security.GlobalSecurityManagerWebService
- authenticate(AuthenticationData) - Method in class de.aristaflow.ilm.ws.base.security.GlobalSecurityManagerWebService
- authenticate(AuthenticationData) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
- authenticate(AuthenticationData) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
- authenticate(String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Authenticates the agent identified by the designated authentication data with the designated authentication method.
- authenticate(String, long, String) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriate
ClientSessionFactory
as which encapsulates the security information for the designated agent. - authenticate(String, long, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Identifies and authenticates the designated agent by the corresponding name and ID referring to the appropriate
QualifedAgent
with the designated authentication method providing the authentication method-specific data. - authenticate(String, long, String, byte[], AFCallbackHandler, String) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Identifies and authenticates the designated agent by the corresponding name and ID referring to the appropriate
QualifedAgent
with the designated authentication method providing the authentication method-specific data. - authenticate(String, long, String, byte[], AFCallbackHandler, String, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
Authentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)
with an additional injected communication context. - authenticate(String, long, String, String) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriate
ClientSessionFactory
as which encapsulates the security information for the designated agent. - authenticate(String, String) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Like the name implies, this method's job is to authenticate agents, i.e.
- authenticate(String, String) - Method in interface de.aristaflow.adept2.extensions.filerodatasource.FileroDataSource
-
Authenticates the designated user with the designated password at the FILERO server of this data source.
- authenticate(String, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Authenticates the designated agent by the corresponding name with the designated authentication method providing the authentication method-specific data.
- authenticate(String, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
-
Authenticates the designated agent by the corresponding name with the designated authentication method providing the authentication method-specific data.
- authenticate(String, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
Authentication.authenticate(String, String, byte[], AFCallbackHandler)
with an additional injected communication context. - authenticate(HttpServletResponse) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
- authenticateAll(String, Long, URI, String) - Method in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
This method authenticates with either the designated password or the OAuth2 authentication token retrieved from the request header using the designated org position or all org positions occupied by the agent if not provided.
- authenticateAllMethod(String, URI, AuthenticationData) - Method in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
This method authenticates using the designated org position or all org positions occupied by the agent if not provided.
- authenticateCombined(String, AuthenticationData) - Method in class de.aristaflow.ilm.ws.base.security.GlobalSecurityManagerWebService
- authenticateCombined(String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Performs a combined authentication that is
Authentication.authenticate(String, byte[], AFCallbackHandler)
andAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler)
orAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)
in one step. - authenticateCombined(String, byte[], AuthenticationData) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
- authenticateCombined(String, byte[], AuthenticationData) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
- authenticateCombined(String, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Performs a combined authentication that is
Authentication.authenticate(String, String, byte[], AFCallbackHandler)
andAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler)
orAuthentication.authenticate(String, long, String, byte[], AFCallbackHandler, String)
in one step. - authenticateCombined(String, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
Authentication.authenticateCombined(String, String, byte[], AFCallbackHandler)
with an additional injected communication context. - authenticateCookie(String, Long, URI, String) - Method in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
This method authenticates with either the designated password or the OAuth2 authentication token retrieved from the request header using either the one and only org position the agent has or the designated org position.
- AuthenticatedInjectedService - Class in de.aristaflow.adept2.core.registry
-
This class is similar to
AbstractAuthenticatedService
. - AuthenticatedInjectedService(Logger) - Constructor for class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
-
Creates an injected service that can be initialised by the platform and provides a session factory.
- AuthenticatedInjectedService(Logger, String[], String[], Class<?>) - Constructor for class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
-
Creates an injected service that can be initialised by the platform and provides a session factory.
- authenticateMethod(String, byte[], AuthenticationData) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
- authenticateMethod(String, byte[], AuthenticationData) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
- authenticateMethodCookie(String, URI, AuthenticationData) - Method in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
Note that the token in the returned
ClientSessionDetails
is Base64-URL-encoded (according to RFC 4648, table 2). - authenticatePrivileged(String, long, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.SecurityManager
-
Identifies and authenticates a privileged agent (for instance a system component) by the corresponding name and ID referring to the appropriate
QualifedAgent
with the designated authentication method providing the authentication method-specific data. - authenticatePrivileged(String, long, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
SecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler)
with an additional injected communication context. - authenticatePrivilegedCombined(String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.SecurityManager
-
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, byte[], AFCallbackHandler)
andSecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler)
in one step. - authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.SecurityManager
-
Performs a combined authentication of a privileged agent that is
Authentication.authenticate(String, String, byte[], AFCallbackHandler)
andSecurityManager.authenticatePrivileged(String, long, String, byte[], AFCallbackHandler)
in one step. - authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
SecurityManager.authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler)
with an additional injected communication context. - authenticateService() - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
(Re-)Authenticates this service using the security manager provided by
AbstractAuthenticatedService.getSecurityManager()
. - authenticateService() - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
(Re-)Authenticates this service using the security manager provided by
AbstractNonPrivilegedService.getSecurityManager()
. - authenticateService() - Method in class de.aristaflow.adept2.model.ModelFactoryRegistry
-
The
ModelFactoryRegistry
does not need an authentication, therefore this implementation is empty. - AuthenticatingService - Interface in de.aristaflow.adept2.base.service
-
This interface marks service that authenticate at the security manager.
- Authentication - Interface in de.aristaflow.adept2.base.security
-
This interface provides methods for authenticating agents based on appropriate credentials.
- AuthenticationData - Class in de.aristaflow.ilm.base.security
-
Each field will be set in an appropriate
AFCallbackHandler
or provided as parameter to the Java API. - AuthenticationData - Class in de.aristaflow.ilm.ws.rest.base.security
-
These classes override the schema hiding the list of qualified agents contained in the ILM model.
- AuthenticationData() - Constructor for class de.aristaflow.ilm.base.security.AuthenticationData
- AuthenticationData() - Constructor for class de.aristaflow.ilm.ws.rest.base.security.AuthenticationData
- AuthenticationException - Exception in de.aristaflow.adept2.base.security
-
An
AuthenticationException
is thrown when authenticating and the provided Agent user name and/or password are incorrect or the authentication fails due to an exception thrown by the used authentication framework. - AuthenticationException - Exception in de.aristaflow.ilm.base.security
- AuthenticationException() - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Constructs a new
AuthenticationException
withnull
as detail message and the authentication being a possible attack. - AuthenticationException() - Constructor for exception de.aristaflow.ilm.base.security.AuthenticationException
-
The constructor required for bean deserialisation.
- AuthenticationException(boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Constructs a new
AuthenticationException
withnull
as detail message. - AuthenticationException(AuthenticationException) - Constructor for exception de.aristaflow.ilm.base.security.AuthenticationException
- AuthenticationException(String, boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Creates a new
AuthenticationException
having the designated message. - AuthenticationException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Creates a new
AuthenticationException
having the designated message and cause and not being a possible attack. - AuthenticationException(Throwable, boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Creates a new
AuthenticationException
having the designated cause. - AUTHMECH_XOAUTH2 - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Configuration value for the "XOAUTH2" authentication mechanisms.
- authMechanism - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The authentication mechanism to use.
- AuthMethod - Interface in de.aristaflow.adept2.base.security
-
This interfaces declares and describes various authentication methods that may be supported by implementations of
Authentication
andSecurityManager
. - authority - Variable in class de.aristaflow.ilm.util.UriFilter.UriSelection
- authority - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.UriSelection
- AuthPrioComparator - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
A comparator based on the authentication priority of
OrgModelExtension
s. - AuthPrioComparator() - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.AuthPrioComparator
- AUTO_START - de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
-
Whether this node could be started automatically.
- AUTOMATIC_CLIENT_ROLE_ID - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The ID of the automatic client role.
- AUTOMATIC_CLIENT_ROLE_NAME - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The name of the automatic client role.
- AUTOMATIC_INSTANCE_ABORT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- AutoSaveListener - Class in de.aristaflow.adept2.util.configuration
-
A listener to automatically save a properties configuration to the corresponding file when changing the configuration.
- AutoSaveListener(PropertiesFileConfiguration, FileHandler, Path, Logger) - Constructor for class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.
- AutoSaveListener(PropertiesFileConfiguration, FileHandler, Logger) - Constructor for class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
Creates a new listener automatically saving a properties configuration to the corresponding file when changing the configuration.
- autoStart - Variable in class de.aristaflow.ilm.model.processmodel.Node
- autoStartEnabled(Template, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
- autoStartPending(EbpInstanceReference, Long, QualifiedAgent, List<URI>, Boolean) - Method in interface de.aristaflow.ilm.core.executionmanager.InstanceStateCallback
- autoStartPending(EBPInstanceReference, long, QualifiedAgent, URI[], boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceStateNotification
-
Notifies that the designated activity may be autostarted.
- autoStartPending(EBPInstanceReference, long, QualifiedAgent, URI[], boolean) - Method in class de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
- autoStartPending(EbpInstanceReference, Long, QualifiedAgent, List<URI>, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceStateNotificationRestStub
- autoStartPending(EbpInstanceReference, Long, QualifiedAgent, List<URI>, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceStateNotificationSseStub
- autoStartPending(String, AutoStartPendingData) - Method in interface de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceStateNotificationRest
- AutoStartPendingData - Class in de.aristaflow.ilm.ws.rest.model.execution
-
This class combines several parameters to one (POST) parameter.
- AutoStartPendingData() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.AutoStartPendingData
- autoStartServices - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
The names of the services to start when starting this registry.
- autoStartServices() - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Prepares the global security manager, authenticates this registry, provides the data sources for the runtime configurations to the configuration manager if appropriate, and starts all services to be automatically started at startup of this registry.
- autoStartServices() - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
- autoStartServices() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhaseBootstrap
- available() - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
- available() - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
- AVAILABLE - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
-
The item is available for execution (users may accept/assign the item, or directly start it).
- AVAILABLE_STATE - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
-
The available state of the worklist item has changed that is the agents that have the available item in their worklists.
- availObjectExpirationCheck - Variable in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
The task for checking the expiration of available objects.
- availTracker - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The listeners registered for the availability of an
ADEPT2Service
and the corresponding service availability tracker. - availTracker - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
The listeners registered for the availability of an
ADEPT2Service
and the corresponding service availability tracker. - await - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectSpecificFlushCallable
-
All pipelines of which the termination needs to be awaited.
- await - Variable in class de.aristaflow.adept2.util.threading.PipelineFlushRunnable
-
Deprecated.All pipelines of which the termination needs to be awaited.
- await() - Method in class de.aristaflow.adept2.util.locking.ConditionLatch
- await(long, TimeUnit) - Method in class de.aristaflow.adept2.util.locking.ConditionLatch
- awaitActiveSessions(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Awaits the termination of active sessions.
- awaitActiveSessions(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Awaits the termination of active sessions.
- awaitStatus(long, Status...) - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
Waits until the cluster node reaches one of the designated statuses or until the designated timeout elapsed.
- awaitTermination() - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
Await the termination of the executors, must be called after calling
ClientServiceSharedServices.shutdown(boolean)
. - awaitTermination() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Waits and blocks until this pool is terminated.
- awaitTermination() - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectRunnable
- awaitTermination() - Method in interface de.aristaflow.adept2.util.threading.executor.ObjectRunnable
-
Awaits the termination of this runnable.
- awaitTermination() - Method in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.Awaits the termination of this runnable.
- awaitTermination(long) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Waits the designated time in milliseconds (0 means waiting until condition is true) until no sessions are active any more.
- awaitTermination(long) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Waits for the given amount of milliseconds for the pool to terminate.
- awaitTermination(ExecutorService) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Waits indefinitely and uninterruptibly (!)
- awaitTermination(ExecutorService, long) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Waits indefinitely and uninterruptibly (!)
- awItems - Variable in class de.aristaflow.ilm.model.worklistmodel.IncAdminWorklistData
- awItems - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncAdminWorklistData
- awItems - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncAdminWorklistData
- AWT_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
-
Identifier for an GUI context which provides an application with a AWT frame.
- AWTContext - Interface in de.aristaflow.adept2.ui.awtgui
-
This interface defines a graphical context that could be used by application components to integrate them into a AWT-GUI on a workflow-client.
- AZURE - de.aristaflow.adept2.base.dbaccess.DatabaseName
-
Microsoft Azure - needs special handling since the product name provided by JDBC cannot be distinguished from SQL Server.
All Classes All Packages