- 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(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.
- 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.
- 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.
- AbortServiceException - Exception in de.aristaflow.adept2.base.configuration
-
In case an ADEPT2Service cannot be initialised or started due to
a major problem, an AbortServiceException may be raised.
- AbortServiceException() - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
-
- AbortServiceException(String) - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
-
- AbortServiceException(Throwable) - Constructor for exception de.aristaflow.adept2.base.configuration.AbortServiceException
-
- AbortServiceException(String, 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(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, 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.
- 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.
- 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(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.
- 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.
- 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.
- 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.
- 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.
- 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(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.
- 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.
- AbstractEventManager - Class in de.aristaflow.adept2.core.eventmanager.common
-
The event manager creates event handler and event sources.
- AbstractEventManager(Configuration, Registry, String[], String[], Map<String, Class<? extends Event>>) - 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.
- 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(String, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Creates a new event source providing the management of registered event
handler.
- 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.
- 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
-
- 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.
- 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.
- 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(Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Creates a new thread pool executor with an unlimited amount of threads for different objects
using the designate thread factory for creating threads.
- AbstractObjectSpecificExecutor(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, boolean, 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.
- AbstractObjectWrapper<T,E extends java.lang.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.
- AbstractOrgModelExtension - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
- AbstractOrgModelExtension(String, Configuration, LogService, Registry) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
-
Creates a new org model extension.
- 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
-
- 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(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<O,P> - Class in de.aristaflow.adept2.util.threading.executor
-
A pipelining executor handles work in pipelines.
- AbstractPipeliningExecutor(Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
Creates a new thread pool executor with an unlimited amount of pipelines
for different objects using the designated 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 number of pipelines
and threads for different objects using the designate thread factory for
creating threads.
- 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.
- AbstractSharedEventSource<E extends Event,S extends SharingSource<E>> - Class in de.aristaflow.adept2.core.eventmanager.common
-
- 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.
- AbstractSubService<T extends AbstractADEPT2Service> - Class in de.aristaflow.adept2.base.service
-
An abstract implementation for sub services of an
AbstractADEPT2Service.
- AbstractSubService(T) - Constructor for class de.aristaflow.adept2.base.service.AbstractSubService
-
Creates a simple sub service for the designated main service.
- 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.
- AbstractSyncService<T extends AbstractAuthenticatedService> - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
An abstract implementation for synchronising org model extensions.
- AbstractSyncService(T, TxManager<SessionToken>, String, long) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
Creates a new service for synchronising objects from org model extension
with the org model entities and relations.
- AbstractSyncService(T, TxManager<SessionToken>, String, long, String) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
Creates a new service for synchronising objects from org model extension
with the org model entities and relations.
- 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
-
- 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.
- 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(File) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
- accept(File, String) - Method in class de.aristaflow.adept2.util.FileSuffixFilter
-
- 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.
- 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.
- 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, 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
designated lockType since the lockedObject is
already locked (with the same lock type) but the current lock owner is
unknown.
- 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
designated acquiringLockType since the
lockedObject is already locked (with the
currentLockType) but the current lock owner is unknown.
- 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
designated lockType since the lockedObject is
already locked (with the same lock type) by the designated
lockOwner.
- 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
designated acquiringLockType since the
lockedObject is already locked (with the
currentLockType) by the designated lockOwner.
- 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.
- actData - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
The activity instance and data context wrapper for this execution.
- activate(T) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectLifeCycle
-
- 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, String) - Constructor for class de.aristaflow.adept2.base.licensing.ActivationData
-
Creates a new object for activation data as provided by the activation
server.
- 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.
- 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
-
- 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 - Interface in de.aristaflow.adept2.model.processmodel
-
The activity is a pluggable component associated to a node.
- 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_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_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_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_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.
- activityAgent - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- 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
-
- 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.
- 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
-
- 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 a
RuntimeService.
- ActivityEventSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
An event source that creates events for specific activities.
- 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).
- 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
-
- 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 - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants.ActivityReferenceTypes
-
- 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(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 - Interface in de.aristaflow.adept2.model.execution
-
The
ActivityInstance is an instance of
Activity
and also resembles the interface.
- 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.
- 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 a Parameter 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 - Interface in de.aristaflow.adept2.model.worklistmodel
-
A reference to an activity, e.g. an ADEPT2 activity.
- activityRelatedValues() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
-
Returns only those AccessTypes 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 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
-
- activityResetTo(SessionToken, EBPInstanceReference, String) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Signals a reset of a running activity to the designated savepoint.
- 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
-
- activitySelecting - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The interface for selecting an activity.
- 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
-
- 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.
- 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 - Class in de.aristaflow.adept2.model.runtimeenvironment
-
This class represents the different states of the component of an activity.
- ActivityState(ActivityState.State) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Creates a new ActivityState for the designated (simple) state.
- ActivityState(int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
-
Creates a new ActivityState for a RUNNING
component having received the designated signal.
- 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.
- ActivityStateListener - Interface in de.aristaflow.adept2.core.runtimemanager
-
An ActivityStateListener provides access to an
ActivityStateNotification 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.
- 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, 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) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
- activitySuspended(EBPInstanceReference, String, long) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
- 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
-
ActivityTemplateDefinitions are located below
Operations, that is, they override the attributes of operations.
- ActivityTemplateDefinitionManager - Interface in de.aristaflow.adept2.core.activityrepository
-
This interface provides the means for managing
ActivityTemplateDefinitions which includes retrieval, creation,
updating and managing the states of
ActivityTemplateDefinitions.
- 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.
- ActivityType() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
- 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.
- 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.
- 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
-
- ADD_FILE - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Whether to add a lock file for files from file events.
- 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.
- 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(File, List<String>, Logger) - Static method in class de.aristaflow.adept2.util.FileTools
-
- 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.
- 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, String, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new attribute with the given data type to the given entity type
which is being mapped from the designated org model extension.
- 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
-
Adds a new attribute with the given data type to the given entity type
which is being mapped from the designated org model extension.
- 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.
- 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, String, String) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
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.
- 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.
- 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.
- 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.
- 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
- 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).
- 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(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(int, EventHandler) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
- addedHandlerLocked(List<EventHandler>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
- 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, String, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
- addEventHandler(SessionToken, String, String, EventHandler, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
- 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.
- 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, 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.
- addEventSource(SessionToken, String, String, String, Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
- addEventSource(WorklistItem) - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
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(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.
- 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.
- 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(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addFilter(String, Filter) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addFilter(String, Class<? extends 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.
- 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.
- 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.
- 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(String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addListener(T) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addListener(Class<? extends EventListener>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- 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(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, int) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Add callback as a new listener for what
- addListener(Object, ChangeListener) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
- addListener(Object, ChangeListener, int) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
- addLocalisedReportEntry(CheckReport, String, CheckReport.ResultType, URI[], String, String, Class<?>, 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.
- 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.
- 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
-
- addOperation(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Adds the designated operation to this configuration set.
- addOutputParameter(ProcessModelParameter) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Adds the designated parameter as output parameter to this data context.
- 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.
- 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.ResultType, Object[], String, String, LocalisedString...) - Method in class de.aristaflow.adept2.core.checks.processmodel.AbstractProcessTemplateCheck
-
- addReportEntry(String, CheckReport.ResultType, String, URI...) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
- 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(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.processmodel.LocalisedChangeReport
-
- 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.
- addReportEntry(String, CheckReport.ResultType, String, URI...) - Method in class de.aristaflow.adept2.util.CheckReport
-
Adds a new entry to the report.
- addReportEntry(CheckReport.ReportEntry) - Method in class de.aristaflow.adept2.util.CheckReport
-
Adds the designated new entry to the report.
- 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(Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Adds a empty row filled with the given values.
- 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.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, P, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
- addRunnable(O, O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
- 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.
- 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
-
- addServlet(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addServlet(String, Servlet) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- addServlet(String, Class<? extends Servlet>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- 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.
- addSourceRetries - Variable in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
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.WorklistHandler
-
The time in milliseconds before retrying to add the event source.
- 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
-
- 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(Serializable[]) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the end to this
MemoryResultSet.
- 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(List<Serializable>) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Adds the designated values as row at the end 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.
- addWorklistItem(T) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
-
- 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.
- 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(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.
- 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.
- 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[], 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(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(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 - Interface in de.aristaflow.adept2.base.service
-
Description of an (ADEPT2) service which can be initialised and started by
the registry.
- adept2Service - Variable in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
The wrapped
AbstractADEPT2Service after
initialisation by the
platform,
null before.
- 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, 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.
- ADEPT2ServiceException(String) - Constructor for exception de.aristaflow.adept2.base.service.ADEPT2ServiceException
-
Create a new exception with a.
- 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, 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, 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, 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, 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, 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, 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, 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, boolean, Runnable, Logger) - Constructor for class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
Creates a new thread factory with the designated parameters.
- ADEPT2UDTValue - Class in de.aristaflow.adept2.model.datamanagement
-
This class provides a lightweight implementation for a user-defined data type
(UDT).
- ADEPT2UDTValue(String, byte[]) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new UDTValue with the designated name and the designated value
(byte array).
- ADEPT2UDTValue(String, InputStream) - 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, InputStream, boolean) - 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, InputStream, int) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Creates a new UDTValue with the designated name and the designated value
(input stream).
- AdeptDataConversion - Class in de.aristaflow.adept2.model.datamanagement
-
Provides a method to convert values of one ADEPT2 data type to another where
possible.
- 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 - Interface in de.aristaflow.adept2.model.worklistmodel
-
- 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
the CallbackHandler but call it remotely.
- AFCallbackHandlerWrapper - Class in de.aristaflow.adept2.base.security.callbackhandler
-
- AFCallbackHandlerWrapper(AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.AFCallbackHandlerWrapper
-
Creates a new CallbackHandler that wraps the designated
AFCallbackHandler appropriately.
- 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.
- 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.
- 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.
- 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, RejectedExecutionHandler, int) - 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_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
-
The name of the attribute for the hash algorithm applied to the password of an agent.
- 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.
- agents - Variable in class de.aristaflow.adept2.base.security.callbacks.OrgPositionChoiceCallback
-
The QualifiedAgents 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.
- 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(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.
- ALIVE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The signal to check for whether an executable component is still alive.
- allowedConsumerTypes - Static variable in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
- 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.
- AM_ATD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AM_ATD_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AM_ATD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AM_ATD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AM_CS - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- 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
-
- 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.
- 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.
- appendFunction(NavFunctionInstance) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
Append the given function instance to the function chain.
- APPLICATION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- APPLICATION_KILLED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- 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.
- applicationClosed() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Called by the application to tell the runtime manager about its successful
termination.
- 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, 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.
- 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, 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- applicationSignalled(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Enables the application to signal a special event to the runtime
manager.
- 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.
- 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.
- 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_STRING - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
An arbitrary string, the semantic depends on the state change.
- 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 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
-
- 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) - Method in interface de.aristaflow.adept2.core.executionmanager.ExecutionManager
-
- 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.
- areEqual(StorageExecutableComponentDescription, StorageExecutableComponentDescription) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two StorageExecutableComponentDescriptions 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 StorageOperations for functional equality, i.e.
- areEqual(StorageConfigurationSet, StorageConfigurationSet) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two StorageConfigurationSets for functional equality, i.e.
- areEqual(StorageActivityTemplateDefinition, StorageActivityTemplateDefinition) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two StorageActivityTemplateDefinitions for functional
equality, i.e. ignoring their ID, state and revision.
- areEqual(Identifier, Identifier) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
Compares two Identifiers for functional equality, i.e. ignoring
their state and revision.
- areEqual(ResourceDescriptor, ResourceDescriptor) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
-
- areEqual(IconDescriptor, IconDescriptor) - 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
IllegalArgumentExceptions,
NullArgumentException,
IndexOutOfBoundsExceptions etc..
- 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.
- AristaFlowBundle - Class in de.aristaflow.adept2.util.i18n
-
An AristaFlowBundle provides the localisation for localised
resources.
- AristaFlowBundle() - Constructor for class de.aristaflow.adept2.util.i18n.AristaFlowBundle
-
Creates a new resource bundle containing all localisable resources and
adds a default for each resource.
- AristaFlowBundle_de_DE - Class in de.aristaflow.adept2.util.i18n
-
Provides all resources for the locale de_DE.
- AristaFlowBundle_de_DE() - Constructor for class de.aristaflow.adept2.util.i18n.AristaFlowBundle_de_DE
-
Sets the public holidays to the corresponding class.
- AristaFlowBundle_de_DE_BW - Class in de.aristaflow.adept2.util.i18n
-
Provides all resources for the locale de_DE.
- AristaFlowBundle_de_DE_BW() - Constructor for class de.aristaflow.adept2.util.i18n.AristaFlowBundle_de_DE_BW
-
Sets the public holidays to the corresponding class.
- AristaFlowBundle_en - Class in de.aristaflow.adept2.util.i18n
-
Provides default resources for the locale en.
- AristaFlowBundle_en() - Constructor for class de.aristaflow.adept2.util.i18n.AristaFlowBundle_en
-
- 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
-
- 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(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(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.
- 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(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.
- array - Variable in class de.aristaflow.adept2.util.ArrayTools.ArrayWrapper
-
The wrapped array.
- 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
-
- ArrayWrapper(T[]) - Constructor for class de.aristaflow.adept2.util.ArrayTools.ArrayWrapper
-
Creates a new wrapped array for designated array.
- aseBlocker - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
An AbortServiceException that occurred and blocks the cluster node from
continuing.
- assignAndUpdateActivity(EBPInstanceReference, ProcessConstants.NodeState, QualifiedAgent) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Assign and updates the designated activity.
- 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
-
- assureWorklistItemAdded(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
- assureWorklistItemChanged(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
- assureWorklistItemRemoved(ClientWorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
- 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
-
- AT_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AT_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- AT_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- ATDReference - Interface in de.aristaflow.adept2.model.activitymodel
-
The lightweight representation of an ActivityTemplateDefinition
for usage in the activity repository.
- atLeastOneIsExecutedBefore(HashSet<Integer>, int) - Method in class de.aristaflow.adept2.model.processmodel.tools.NodeRelations
-
Returns true, if one of the predecessors is executed for sure.
- 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 like id=5 or
lastName 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 a Parameter 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 a
ParameterTemplate 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.
- 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.
- attachmentLists - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
- attachments - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
- 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_IMPORTED - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column which contains whether the attribute is imported from an external data
source.
- 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 org model extension, the meta attribute belongs to.
- ATTR_READ_ONLY - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
The name of the column which contains whether the attribute in the org model is read-only.
- 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_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.
- Attribute - Annotation Type in de.aristaflow.adept2.model.common.viewer
-
Annotates a method of a view interface, including the name of the attribute.
- 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.Type - Enum in de.aristaflow.adept2.model.common.viewer
-
Type specialisation.
- ATTRIBUTE_NO_DEFAULT_VALUE - Static variable in annotation type de.aristaflow.adept2.model.common.viewer.Attribute
-
Constant expressing that no default value is provided.
- 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.
- AttributeMetaData - Class in de.aristaflow.adept2.core.orgmodelmanager
-
AttributeMetaData is a simple immutable container class for
AttributeMetaData.MetaDataElement-objects, supposed to conveniently hold all available
meta information about the attributes of one entity type.
- AttributeMetaData(AttributeMetaData.MetaDataElement[]) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
- AttributeMetaData.MetaDataElement - Class in de.aristaflow.adept2.core.orgmodelmanager
-
Used to hold information about a single attribute.
- attributes - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
The file attributes of the path.
- AttributeSetter - Annotation Type in de.aristaflow.adept2.model.common.viewer
-
Setter for the model viewer attribute.
- 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, 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, 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, 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, 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, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
- authenticate(String, long, String, byte[], AFCallbackHandler, String, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
- authenticate(String, String, byte[], AFCallbackHandler) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
-
- 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) - 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 class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
-
- 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) and
Authentication.authenticate(String, long, String, byte[], AFCallbackHandler) or
Authentication.authenticate(String, long, String, byte[], AFCallbackHandler, String) in one step.
- authenticateCombined(String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.Authentication
-
Performs a combined authentication that is
Authentication.authenticate(String, byte[], AFCallbackHandler) and
Authentication.authenticate(String, long, String, byte[], AFCallbackHandler) or
Authentication.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
-
- AuthenticatedInjectedService - Class in de.aristaflow.adept2.core.registry
-
- 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.
- authenticatePrivileged(String, long, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
- 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.
- authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler, InjectedCommContext) - Method in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
- authenticatePrivilegedCombined(String, String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.SecurityManager
-
- authenticatePrivilegedCombined(String, byte[], AFCallbackHandler) - Method in interface de.aristaflow.adept2.base.security.SecurityManager
-
- authenticateService() - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
- authenticateService() - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
- 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.
- 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() - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Constructs a new AuthenticationException with
null as detail message and the authentication being a possible
attack.
- AuthenticationException(boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Constructs a new AuthenticationException with
null as detail message.
- AuthenticationException(String, boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Creates a new AuthenticationException having the designated
message.
- AuthenticationException(Throwable, boolean) - Constructor for exception de.aristaflow.adept2.base.security.AuthenticationException
-
Creates a new AuthenticationException having the designated
cause.
- 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.
- AuthMethod - Interface in de.aristaflow.adept2.base.security
-
This interfaces declares and describes various authentication methods that
may be supported by implementations of
Authentication and
SecurityManager.
- AuthPrioComparator - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
A comparator based on the authentication priority of
OrgModelExtensions.
- AuthPrioComparator() - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.AuthPrioComparator
-
- 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, 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, 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.
- autoStartEnabled(Template, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
- autoStartPending(EBPInstanceReference, long, QualifiedAgent, URI[], boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceStateNotification
-
Notifies that the designated activity may be autostarted.
- 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
-
InputStream.available()
- 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.
- 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.
- await() - Method in class de.aristaflow.adept2.util.locking.ConditionLatch
-
- await(long, TimeUnit) - Method in class de.aristaflow.adept2.util.locking.ConditionLatch
-
- 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.
- 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(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() - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
- awaitTermination() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Waits and blocks until this pool is terminated.
- 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() - 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(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 (!)
- awaitTermination() - Method in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.
Awaits the termination of this runnable.
- 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.