- c_pred(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
The direct predecessors of the given node following control edges
only, as described in Reic00 page 333.
- c_pred_trans(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns all direct and transitive predecessors, following control
edges, cf.
- c_succ(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
The direct successors of the given node following control edges
only, as described in Reic00 page 333.
- c_succ_trans(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns all direct and transitive predecessors, following control
edges, cf.
- Cache<K,V> - Class in de.aristaflow.adept2.util
-
Cache implementation.
- Cache(long) - Constructor for class de.aristaflow.adept2.util.Cache
-
Constructor, taking the size of the cache as argument.
- CachedThreadPoolExecutor - Class in de.aristaflow.adept2.util.threading
-
A ThreadPoolExecutor with a special behaviour:
Creates new threads to run a new task, if the amount of threads is less
than the corePoolSize.
- CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
-
Creates a new CachedThreadPoolExecutor with the given initial
parameters and default rejected execution handler.
- CachingRemoteIterator<T> - Class in de.aristaflow.adept2.model.common.collection
-
- CachingRemoteIterator(RemoteIterator<List<T>>) - Constructor for class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
-
Creates a new caching remote iterator for the designated iterator.
- CalendarTools - Class in de.aristaflow.adept2.util.time
-
CalendarTools provides methods useful for determining
public holidays and calculating dates.
- CalendarTools() - Constructor for class de.aristaflow.adept2.util.time.CalendarTools
-
- CalendarTools.DayOfYear - Class in de.aristaflow.adept2.util.time
-
Represents a day of an unspecific year, that is just a month and a day.
- call() - Method in class de.aristaflow.adept2.core.eventmanager.common.ConcurrentEventHandling
-
- call() - Method in class de.aristaflow.adept2.util.threading.CleanupCallable
-
- call() - Method in class de.aristaflow.adept2.util.threading.ExceptionConvertingCallable
-
- call() - Method in class de.aristaflow.adept2.util.threading.ExceptionLoggingCallable
-
- call() - Method in class de.aristaflow.adept2.util.threading.executor.ObjectSpecificFlushCallable
-
- call() - Method in interface de.aristaflow.adept2.util.threading.ProducingRunnable
-
- callable - Variable in class de.aristaflow.adept2.util.threading.CleanupCallable
-
The callable executed normally.
- callable - Variable in class de.aristaflow.adept2.util.threading.ExceptionLoggingCallable
-
The wrapped callable.
- callbackExport - Variable in class de.aristaflow.adept2.base.communication.InvocationTarget.InvocationHandling
-
The callback export of a specific communication service for replacing
callback objects by an appropriate URI.
- CallbackHandlerWrapper - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A wrapper for CallbackHandler treated as
AFCallbackHandler.
- CallbackHandlerWrapper(CallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.CallbackHandlerWrapper
-
Creates a new AFCallbackHandler that wraps the designated
CallbackHandler appropriately.
- CallbackObjectNotRegistered - Exception in de.aristaflow.adept2.base.communication
-
This method is thrown if there is no exported callback object registered with
the given callbackID within the requested callback export module.
- CallbackObjectNotRegistered(String, URI) - Constructor for exception de.aristaflow.adept2.base.communication.CallbackObjectNotRegistered
-
Sets up the exception that indicates that there is no callback object
registered with the given callbackID.
- callerAgent - Variable in exception de.aristaflow.adept2.model.execution.WrongAgentException
-
The agent that called the operation.
- CallerTrace - Class in de.aristaflow.adept2.util.objectpool.generic
-
Records information about the caller of a method: the current thread, its
stack trace at the moment this trace was created (unless a custom stack trace
is explicitly specified in the constructor) and a timestamp.
- CallerTrace() - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Constructs a new CallerTrace for the current thread and its current
stack trace.
- CallerTrace(Thread) - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Constructs a new CallerTrace for the given thread and its current
stack trace.
- CallerTrace(int) - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Constructs a new CallerTrace for the current thread and its current
stack trace.
- CallerTrace(Thread, int) - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Constructs a new CallerTrace for the given thread and its current
stack trace.
- CallerTrace(Thread, StackTraceElement[]) - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Constructs a new CallerTrace for the given thread and the given
stack trace.
- CallerTrace(StackTraceElement[], Thread, int) - Constructor for class de.aristaflow.adept2.util.objectpool.generic.CallerTrace
-
Creates a new CallerTrace for the designated stack trace,
thread and trims the stack appropriately.
- cancel(boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingFuture
-
- cancel(boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledFuture
-
- cancel(boolean) - Method in class de.aristaflow.adept2.util.threading.ResultExchange
-
- cancelAndFlush(boolean, Map<O2, R>, Callable<T>, Collection<ObjectRunnable<O1, O2>>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Cancels the designated pending work (if appropriate), flushes (i. e. waits for or aborts the
designated runnables) and executes the designated task.
- cancelAndFlush(boolean, Map<P, Queue<Runnable>>, Callable<T>, Collection<ObjectRunnable<O, P>>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
- cancelAndFlush(boolean, Map<O, Pair<Runnable, Runnable>>, Callable<T>, Collection<ObjectRunnable<O, O>>) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
- canCompare(DataType) - Method in enum de.aristaflow.adept2.model.logmanagement.CmpOperator
-
Returns whether this comparison operator can generally work on the given
data type.
- canCompare(DataType, DataType) - Method in enum de.aristaflow.adept2.model.logmanagement.CmpOperator
-
Returns whether this operator can compare the two given data types.
- canCompare(DataType, DataType) - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
-
Returns whether this operator can compare the two given data types.
- canCompare(DataType) - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
-
Returns whether this comparison operator can generally work on the given
data type.
- canHandle(Event, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
Gets whether the designated event can be handled by this (sub-)class.
- canHandle(Event, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
- canHandle(Event, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
- Capabilities - Class in de.aristaflow.adept2.base.sessionmanagement
-
This class provides constants for capabilities of security tokens.
- Capabilities() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.Capabilities
-
- CFG_EARLY_SERVICEAUTH_ORGPOSID - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the organisational position ID of this service in the early phase
(before the global security manager is available).
- CFG_EARLY_SERVICEAUTH_ORGPOSNAME - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the organisational position of this service in the early phase
(before the global security manager is available).
- CFG_EARLY_SERVICEAUTH_PASSWORD - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the password of this service in the early phase (before the global
security manager is available.
- CFG_EARLY_SERVICEAUTH_USERNAME - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the user name of this service in the early phase (before the global
security manager is available.
- CFG_SERVICEAUTH_ORGPOSID - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the organisational position ID of this service.
- CFG_SERVICEAUTH_ORGPOSNAME - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the organisational position of this service identified by its name.
- CFG_SERVICEAUTH_PASSWORD - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the password of this service.
- CFG_SERVICEAUTH_USERNAME - Static variable in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
The configuration key for the user name of this service.
- change(T, ChangeType) - Method in class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
-
Tracks a change of the designated type for the designated property value
and combines the change with an existing one.
- CHANGE_FLAG_ANSWERED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the answered flag of the messages from mail events.
- CHANGE_FLAG_DELETED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the deleted flag of the messages from mail events.
- CHANGE_FLAG_DRAFT - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the draft flag of the messages from mail events.
- CHANGE_FLAG_FLAGGED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the flagged flag of the messages from mail events.
- CHANGE_FLAG_RECENT - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the recent flag of the messages from mail events.
- CHANGE_FLAG_SEEN - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the seen flag of the messages from mail events.
- CHANGE_FLAG_USER - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether to change the user flag of the messages from mail events.
- ChangeableActivityConfiguration - Interface in de.aristaflow.adept2.model.common
-
This interface unifies a ChangeableConfiguration and an
ActivityConfiguration and allows to change the attributes of the
ActivityConfiguration, that is whether a configuration value
stems from an input parameter or the corresponding process configuration.
- ChangeableConfiguration - Interface in de.aristaflow.adept2.model.common
-
This interface extends the Configuration by the means to change
the configuration values.
- ChangeableConfigurationDescription - Interface in de.aristaflow.adept2.model.common
-
This interface extends the ConfigurationDescription by the means
to add or remove configuration entries.
- ChangeableIconDescriptor - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface extends IconDescriptor by the means to change
its attributes.
- ChangeableInstance - Interface in de.aristaflow.adept2.model.processmodel
-
An instance which provides all necessary change primitives
for modifications on instance level.
- ChangeablePluginDataContainer - Interface in de.aristaflow.adept2.model.common
-
- ChangeableResourceDescriptor - Interface in de.aristaflow.adept2.model.activitymodel
-
/**
This interface extends ResourceDescriptor by the means to change
its attributes.
- ChangeableTemplate - Interface in de.aristaflow.adept2.model.processmodel
-
- changeAndUnlockInstance(SessionToken, ChangeableInstance, Locale...) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceChanging
-
Validates the instance and if this is successful, the designated instance will be changed,
unlocked, resumed and the worklist and data managers will be informed about the new instance
structure and state.
- changeAndUnlockInstance(SessionToken, ChangeableInstance, Locale...) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Releases the lock of the designated instance and incorporates the made changes.
- ChangeCombiner - Interface in de.aristaflow.adept2.model.common.changetracking
-
Combines two changes depending on how they relate to each other.
- changeCombiner - Variable in class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
-
The change combiner used for combining several changes to a property value.
- changedProperties - Variable in class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
-
Change tracker for worklist item, cf.
- ChangedProperty<T extends java.io.Serializable> - Class in de.aristaflow.adept2.model.common.changetracking
-
Class to track property changes.
- ChangedProperty(String) - Constructor for class de.aristaflow.adept2.model.common.changetracking.ChangedProperty
-
Creates a new changed property of the designated type without tracking
inner elements.
- ChangedProperty(String, Map<T, ChangeType>) - Constructor for class de.aristaflow.adept2.model.common.changetracking.ChangedProperty
-
Creates a new changed property of the designated type with the designated
map tracking inner elements.
- changeInstance(SessionToken, ChangeableInstance, Locale...) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceChanging
-
Validates the instance and if this is successful, the designated instance will be changed and
the worklist and data managers will be informed about the new instance structure and state.
- changeInstance(SessionToken, ChangeableInstance, Locale...) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Changes the instance and returns a new UUID but does not release the lock.
- ChangeListener - Interface in de.aristaflow.adept2.core.updatemanager
-
- changeLogContext(String) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
- changeLogContext(EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
- changeLogContext(String, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
- changeLogContext(SessionToken, QualifiedAgent, QualifiedAgent, String, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.DebugLogger
-
Changes the current log record parameter values intermediately for the
designated session to the designated values.
- changeLogContext(String) - Method in interface de.aristaflow.adept2.base.service.LogService
-
- changeLogContext(EBPInstanceReference) - Method in interface de.aristaflow.adept2.base.service.LogService
-
- changeLogContext(String, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in interface de.aristaflow.adept2.base.service.LogService
-
Changes the current log record parameter values for the designated session
intermediately to the designated values.
- changeLogContext(String) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- changeLogContext(EBPInstanceReference) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- changeLogContext(String, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- changeMailAddress(SessionToken, String) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ClientAdministration
-
Changes the mail address of the user identified by the session token.
- ChangeOperationTools - Class in de.aristaflow.adept2.core.changeoperations
-
A helper class with tools which are used by the change operations.
- ChangeOperationTools() - Constructor for class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
- changePassword(SessionToken, String, String) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ClientAdministration
-
This method changes the password of the user identified by the session
token.
- changePreferredLocale(SessionToken, Locale) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ClientAdministration
-
Changes the preferred locale of the user identified by the session token.
- ChangePrimitives - Interface in de.aristaflow.adept2.model.processmodel
-
The ProcessChangePrimitive interface provides all basic functions for
changing a process (template or instance).
- ChangeReport - Class in de.aristaflow.adept2.model.processmodel
-
A ChangeReport provides a CheckReport together
with the old and the new ID of the instance and the new changeable instance
object.
- ChangeReport(URI, UUID) - Constructor for class de.aristaflow.adept2.model.processmodel.ChangeReport
-
Sets up a change report which is a check report providing the old and the
new ID of the changed instance.
- ChangeReport(URI, UUID, Locale) - Constructor for class de.aristaflow.adept2.model.processmodel.ChangeReport
-
Sets up a change report which is a check report providing the old and the new ID of the changed
instance.
- ChangeTrackingMap<T extends java.io.Serializable> - Class in de.aristaflow.adept2.model.common.changetracking
-
This map extends a normal HashMap by the means to track and
combine changes for property values.
- ChangeTrackingMap(ChangeCombiner) - Constructor for class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
-
Creates a new ChangeTrackingMap with the designated change
combiner.
- ChangeTrackingMap(ChangeCombiner, int) - Constructor for class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
-
Creates a new ChangeTrackingMap with the designated change
combiner and the designated initial capacity.
- ChangeTrackingMap(ChangeCombiner, Map<? extends T, ChangeType>) - Constructor for class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
-
Creates a new ChangeTrackingMap with the designated change
combiner containing the content of the designated map.
- ChangeType - Enum in de.aristaflow.adept2.model.common.changetracking
-
A type for specifying changes to elements of a collection-based property.
- charset - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
The name of the character set to be used for decoding the bytes read from
the file.
- check(boolean, String, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Rejects any expression that evaluates to true.
- CHECK_REPORT_AFFECTED_ELEMENTS - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
-
The index for localisations of check reports listing the elements affected by a check report
entry.
- CHECK_REPORT_ID - Static variable in interface de.aristaflow.adept2.core.processrepository.ProcessTemplateManager
-
The ID used by process repository specific process check reports.
- CHECK_REPORT_NO_PROBLEMS - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
-
The index for localisations of check reports indicating no problems.
- checkAllPluginTypes(Configuration) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
-
Checks whether the designated configuration declares plugin types and if
so, whether they are configured properly, that is all declared plugin
instances have an implementation class or in case of runtime plugins, the
plugin type provides a plugin classpath and a valid anonymous instance.
- checkAndGetAgent(SessionToken) - Method in interface de.aristaflow.adept2.base.sessionmanagement.SessionFactory
-
Checks the integrity of the (security token of the) designated session
token and returns the agent of the (child level) session token.
- checkAndGetTopLevelAgent(SessionToken) - Method in interface de.aristaflow.adept2.base.sessionmanagement.SessionFactory
-
Checks the integrity of the (security token of the) top-level session of
the designated session token and returns the agent of the corresponding
top-level session token.
- checkAndStoreProvidedObject(String, AbstractRegistry.InstanceInformation) - Method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Checks whether the designated instance that is provided as object via
injection corresponds to its declared component interface and if so, stores
it for the classloader of this class in the singleton instances.
- checkBranch(SessionToken, long, Locale...) - Method in interface de.aristaflow.adept2.core.activityrepository.RevisionManager
-
Checks the designated branch for inheritance conflicts.
- checkClass(CheckReport, Class<?>) - Static method in class de.aristaflow.adept2.model.common.viewer.ViewCheck
-
Checks the integrity of the annotations in the class class.
- checkClientTrusted(X509Certificate[], String) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkConfiguration(Configuration, String, Class<?>) - Static method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Check the configuration description of the implementation class and whether
the configuration contains the necessary values.
- checkConfigurationForNulls(Configuration, StringBuilder, String[]) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Checks whether the given configuration contains every given key and if
every property is set.
- checkConsistency() - Method in class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Checks the consistency of this path completion, that is, whether it
contains a cycle.
- CheckConstants - Class in de.aristaflow.adept2.model.globals
-
Constants and enums that are used in checks like data flow checks and are
used to report the kinds of messages of checks in a check report.
- CheckConstants() - Constructor for class de.aristaflow.adept2.model.globals.CheckConstants
-
- checkData(Map<String, String>, CheckReport, Class<?>, Logger) - Method in class de.aristaflow.adept2.model.common.viewer.ViewCheck
-
pre con: run checkClass
- checkEntry(String, String, String, CheckReport, Map<String, String>, Class<?>, Logger) - Method in class de.aristaflow.adept2.model.common.viewer.ViewCheck
-
- checkException(Throwable) - Static method in class de.aristaflow.adept2.base.mail.EmailToolkit
-
Deprecated.
If the given Throwable or one of its causes is either a
ConnectException or an UnknownHostException, this method
will return true, to indicate, that there may be a temporary problem with
sending emails and that it is worth to retry.
- checkForAndFixInconsistencies(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Checks the designated instance for inconsistencies and tries to fix them.
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.ReadOnlyRSEventSource
-
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
- checkForAndHandleEvent() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
- checkForNonExportedLocal(Configuration, String) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ConfigurationValidator
-
Checks whether the instances of the designated service type are exported
or published in the designated properties.
- checkForValidExecutorThread() - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
Checks if the method is called by the main thread of the application.
- checkImplementingClass(String, String) - Method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Checks whether the implementing class has the right interface.
- checkIn(T) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
- checkIn(T, boolean) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Besides returning an object to the pool, this method allows the borrower to
indicate that the object being checked in is or may be
invalid.
- checkIn(T) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
-
Returns an object to the pool.
- checkInputExistence(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Checks whether the designated parameter is an input parameter (exists in
the input parameter map).
- checkInputExistenceAndType(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Checks whether the designated parameter is an input parameter (exists in
the input parameter map) and whether it is of the Java-type corresponding
to the designated expected ADEPT-data type.
- checkIntegrity(SessionToken) - Method in interface de.aristaflow.adept2.base.sessionmanagement.SessionFactory
-
Checks the integrity of the (security token of the) designated session
token.
- checkJava(String, String, String, String) - Static method in class de.aristaflow.adept2.util.RequiredJavaVersion
-
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
- checkJavaMessage(String, String) - Static method in class de.aristaflow.adept2.util.RequiredJavaVersion
-
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
- checkJavaMessage(String, String, String) - Static method in class de.aristaflow.adept2.util.RequiredJavaVersion
-
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
- checkJavaProduct(String) - Static method in class de.aristaflow.adept2.util.RequiredJavaVersion
-
Checks for whether the product with the current JVM is the right JVM
version for the designated product.
- checkLicenceManager(Configuration) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry.ConfigurationValidator
-
Checks the designated configuration for the licence manager.
- checkOut() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Returns an available object from the object pool.
- checkOut() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
-
Retrieves an object from the pool or throws a
NoSuchElementException if the pool can't (or just won't
for some reason) currently provide an object and does not block until one
becomes available.
- checkOutInterruptibly() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
- checkOutInterruptibly(long) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
This method is equivalent to
GenericObjectPool.checkOut() except that the calling
thread may be interrupted and that it only ways for the given amount of
time for an object to become available.
- checkOutputExistence(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Checks whether the designated parameter is an output parameter (exists in
the output parameter map).
- checkOutputExistenceAndType(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Checks whether the designated parameter is an output parameter (exists in
the output parameter map) and whether it is of the Java-type corresponding
to the designated expected ADEPT-data type.
- checkPluginDeclaration(Configuration, String, String) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
-
Checks whether there is an implementation configured for the designated
plugin instance.
- checkPluginInstances(Configuration, String) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
-
Checks whether the instances of the designated plugin type are configured
properly, that is they have an implementation class or in case of runtime
plugins, the plugin type provides a plugin classpath and a valid
anonymous instance.
- CheckReport - Class in de.aristaflow.adept2.util
-
The check report is used for collection of check results.
- CheckReport(URI) - Constructor for class de.aristaflow.adept2.util.CheckReport
-
Sets up the check report and assigns it to the given template or instance.
- CheckReport(URI, Locale) - Constructor for class de.aristaflow.adept2.util.CheckReport
-
Sets up the check report and assigns it to the given template or instance.
- CheckReport.ReportEntry - Class in de.aristaflow.adept2.util
-
Represents an entry in the check report.
- CheckReport.ResultType - Enum in de.aristaflow.adept2.util
-
Constants that define whether the corresponding report or report
entry contains an error message (FAILURE), a warning message
(WARNING), an info message (INFO) or simply a success message (OK).
- checkResolvability(SessionToken, String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.PolicyResolution
-
Tests whether the given OrgPolicy is resolvable for the current state of
the OrgModel.
- checkRuntimePluginDeclaration(Configuration, String) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
-
Checks whether the designated plugin type declaring runtime plugins ('*')
has a classpath configured.
- CHECKS_BASIC_MODELLING - Static variable in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
-
The plug-in ID for the basic modelling checks.
- CHECKS_CONSISTENCY - Static variable in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
-
The plug-in ID for the consistency checks.
- CHECKS_EXECUTION_PRODUCTION - Static variable in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
-
The plug-in ID for the execution / production checks.
- CHECKS_EXECUTION_TEST_CLIENT - Static variable in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
-
The plug-in ID for the execution / test client checks.
- CHECKS_STRUCTURE - Static variable in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
-
The plug-in ID for the structure checks.
- checkServerTrusted(X509Certificate[], String) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class de.aristaflow.adept2.util.net.TrustAllManager
-
- checkServiceInterface(String, ADEPT2Service) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Checks whether the designated service object does fulfill the
ADEPT2Service-interface appropriately.
- checkServiceURI(URI) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
-
Validates whether the designated URI is well-formed and may identify a
service instance.
- checkServiceURI(SessionToken, URI) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Validates whether the designated URI is local, well-formed and may identify
a service instance.
- checkServiceURI(SessionToken, URI) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Validates whether the designated URI is well-formed and may identify a
service instance.
- checkServiceUriSyntax(URI) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Validates whether the designated URI is well-formed and may identify a
service instance.
- checkStartupRequiredService(String) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Checks whether the current thread is starting a service right now and
whether this service has declared the designated service as a
startup-required service type.
- checkSupertype(String, Class<?>, Class<?>) - Method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Checks, if the given subType is an assignable form of
superType.
- checkSyntax(String, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.PolicyResolution
-
This method checks whether the syntax of the given OrgPolicy is correct.
- CheckTools - Class in de.aristaflow.adept2.core.checks.processmodel
-
Some helper methods, required by all checks.
- CheckTools() - Constructor for class de.aristaflow.adept2.core.checks.processmodel.CheckTools
-
- checkType(Class<?>, CheckReport) - Static method in class de.aristaflow.adept2.model.common.viewer.ViewCheck
-
- checkType(Object, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Checks whether the designated value is of the Java-type corresponding to
the designated ADEPT-data type.
- ChildSessionIDLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.ChildSessionIDLockCount
-
Creates a new LockCountManager for session tokens, which
is based on child session ID equality, that is only a specific child
session token or copies of the very same object are considered equal.
- childTemplateIDs - Variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
-
The child templates ID of the template this template information belongs to.
- chooseAppropriateURI(URI[]) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Chooses an appropriate URI, that is a local URI or null in case no local
URI is found.
- chooseAppropriateURI(URI[]) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Chooses an appropriate URI for retrieving the service having the designated
URIs.
- CLASS_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- CLASS_PATH_ENTRY_FILTER - Static variable in class de.aristaflow.adept2.util.FileTools
-
- CLASS_PATH_SEPARATOR - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The separator for multi-valued class paths.
- ClassLoaderUsage - Enum in de.aristaflow.adept2.model.common
-
What classloader to use for the execution of an activity.
- classLoaderUsage - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'classLoaderUsage'.
- ClassNameFilter - Class in de.aristaflow.adept2.util.logging
-
A filter for log records only allowing log records with source classes having
a specific prefix and at least a specific level.
- ClassNameFilter(String, Level) - Constructor for class de.aristaflow.adept2.util.logging.ClassNameFilter
-
Creates a new filter based on a class name and a log level.
- classPath - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'classPath'.
- classPaths - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'classPaths'.
- classShared - Variable in class de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
-
Whether the unloaded class was shared.
- classShared() - Method in class de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
-
Gets whether the unloaded class was shared.
- cleanDirectory(File) - Static method in class de.aristaflow.adept2.util.FileTools
-
- cleanup - Variable in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
The cleanup runnable injected into all created threads to be executed just
before the thread terminates.
- cleanup - Variable in class de.aristaflow.adept2.util.threading.CleanupCallable
-
The cleanup runnable executed after the normal execution has terminated.
- cleanup - Variable in class de.aristaflow.adept2.util.threading.CleanupRunnable
-
The cleanup runnable executed after the normal execution has terminated.
- CleanupCallable<V> - Class in de.aristaflow.adept2.util.threading
-
A cleanup callable executes a callable and afterwards a special cleanup
consuming runnable finally after the first callable.
- CleanupCallable(Callable<V>, ConsumingRunnable<V, Throwable>, Logger) - Constructor for class de.aristaflow.adept2.util.threading.CleanupCallable
-
Creates a new cleanup runnable executing the callable and the cleanup
runnable finally after the callable.
- CleanupRunnable - Class in de.aristaflow.adept2.util.threading
-
A cleanup runnable executes a runnable and afterwards a special cleanup
runnable finally after the first runnable.
- CleanupRunnable(Runnable, Runnable, Logger) - Constructor for class de.aristaflow.adept2.util.threading.CleanupRunnable
-
Creates a new cleanup runnable executing the first runnable and the
cleanup runnable finally after the first runnable.
- clear() - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
-
Clears all selections from this filter so that it's empty again.
- clear() - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.TokenInfoContainer
-
Removes all token infos from this container.
- clearAbortedPendingWork(boolean) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Removes all pending work that should be aborted for an aborting flush, that is, it removes the
from the data structures, e. g.
- clearAbortedPendingWork(boolean) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
- clearAbortedPendingWork(boolean) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Removes all pending work that should be aborted for an aborting flush, that is, it removes the
from the data structures, e. g.
- clearChangedProperties() - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker
-
Clears (resets) all properties to be unchanged.
- clearCompletionsFor(EntityType, boolean) - Method in class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Clears the completions for the given entity type and optionally resets them
back to the default values.
- CLIENT_APPLICATION - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
-
Identifier for an activity that is to be executed by a specific client
application and does not represent an ExecutableComponent.
- CLIENT_DELAY - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
the delay in case the client could not contact the server immediately
- ClientAdministration - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
The client administration interface allows controlled access to data in the
organisational model, thus allowing end-user to easily change their own data.
- ClientQA - Class in de.aristaflow.adept2.core.client
-
A lot of frameworks use a session ID to identify users.
- ClientQA(QualifiedAgent) - Constructor for class de.aristaflow.adept2.core.client.ClientQA
-
Creates a new client agent wrapping the designated
QualifiedAgent.
- ClientService - Interface in de.aristaflow.adept2.core.client
-
This interface provides the basic logic for client components/plugins for an
AristaFlow-server.
- clientService - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
The client service to retrieve a session token from to access the HTTP
service.
- ClientService.ActiveAgentChangedListener - Interface in de.aristaflow.adept2.core.client
-
Listener for events that the active agent has changed.
- ClientService.ServiceStateListener - Interface in de.aristaflow.adept2.core.client
-
Listener for events that the availability of an ADEPT2Service has changed.
- ClientServiceSharedServices - Class in de.aristaflow.adept2.core.client
-
Sub-service implementation which implements some default behaviour for all
implementations of
ClientService.
- ClientServiceSharedServices(AbstractADEPT2Service, Configuration) - Constructor for class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
- ClientServiceSharedServices.ServiceAvailabilityTracker - Class in de.aristaflow.adept2.core.client
-
A tracker for the availability of a specific ADEPT2Services.
- ClientSessionFactory - Interface in de.aristaflow.adept2.base.sessionmanagement
-
A client session factory provides the user with a token needed for calling
the ADEPT2-API.
- ClientWorklist - Interface in de.aristaflow.adept2.model.worklistmodel
-
- ClientWorklistItem - Interface in de.aristaflow.adept2.model.worklistmodel
-
A worklist item with additional attributes, which are typically required by the worklist client.
- ClientWorklistListener - Interface in de.aristaflow.adept2.model.worklistmodel
-
Client-side listener interface to get notified when a
ClientWorklist is updated, e.g. to
refresh the UI.
- clone() - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
- clone() - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
-
- cloneConfiguration(Configuration) - Method in class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Clones the designated configuration by iterating all keys and storing the corresponding
property to a new BaseConfiguration.
- cloneInstanceStatus(InstanceStatus, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Clones an instance status object using the designated factory.
- cloneNode(Node, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Clones the designated node using the designated factory.
- clonePathCompletion() - Method in class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Clones this path completion by returning a new path completion object
having the same path completions as this object.
- cloneProcessModelParameter(ProcessModelParameter, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Clones the designated parameter using the designated factory.
- cloneStorageActivityTemplateDefinition(String, String, String, StorageActivityTemplateDefinition) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
'Clone' the given storage activity template definition, using the values
from the original ATD plus the given names.
- cloneStorageExecutableComponentDescription(String, StorageExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
'Clone' the given storage executable component description, using the
values from the original ECD plus the given name.
- cloneStorageOperation(String, String, StorageOperation) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
'Clone' the given storage operation, using the values from the original
operation plus the given names.
- cloneTemplate(Template, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Clones a given template using the given process model factory.
- cloneTemplateStatus(TemplateStatus, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Clones a template status object using the given factory.
- cloneViaByteArray(Serializable, Class<T>) - Static method in class de.aristaflow.adept2.util.StreamTools
-
- close(R) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given result set and returns null.
- close(S) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given statement and returns null.
- close(C) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given connection and returns null after attempting a
commit (only if auto-commit is turned off).
- close(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
- close(Folder) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Closes and expunges the designated folder if it is open.
- close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Returns false - overwrite this method to support closing.
- close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
-
- close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
-
- close(S) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated statement and returns null.
- close(R) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set and returns null.
- close() - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
- close() - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
-
InputStream.close()
This additionally removes the skeleton in the communication framework.
- close(String) - Method in interface de.aristaflow.adept2.model.events.handler.ActivityEventHandler
-
Instructs the activity handler to close the activity that is currently
running with the designated session ID.
- close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Instructs the component to terminate.
- CLOSE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The component should be closed normally (value is 7 << 0).
- close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.GUIContext
-
Closes the GUI for this context.
- close() - Method in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
- close() - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
-
Closes this HTMLContext.
- close() - Method in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
-
- close() - Method in class de.aristaflow.adept2.ui.nullgui.NullGUIContext
-
- close() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
Closes the GUI for this context.
- close() - Method in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
- close() - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
- close() - Method in class de.aristaflow.adept2.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close(C) - Static method in class de.aristaflow.adept2.util.FileTools
-
Closes the given Closeable and returns null.
- CLOSE_DESPITE_INCONSISTENCY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- closeGUIContext(EBPInstanceReference, String) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
Closes the local GUI context of the designated activity.
- closeIteratorTransaction(T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the iterator transaction started for the designated object and rolls
it back if no remote iterator exists.
- closeIteratorTransaction(Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated statement and the iterator transaction started for
the designated object and rolls it back if no remote iterator exists.
- closeIteratorTransaction(ResultSet, Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set, the designated statement and the iterator
transaction started for the designated object and rolls it back if no
remote iterator exists.
- closeQuietly(Connection, Statement, ResultSet) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given result set, statement and connection ignoring null
values and swallowing SQLExceptions.
- closeQuietly(Connection, Statement) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given connection and statement, ignoring null values and
swallowing SQLExceptions.
- closeQuietly(Statement, ResultSet) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given statement and result set, ignoring null values and
swallowing SQLExceptions.
- closeQuietly(Connection) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Attempts a rollback (if auto-commit is off) and then (in either case)
closes the given connection, ignoring null values and swallowing
SQLExceptions.
- closeQuietly(Statement...) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given statements, ignoring null values and swallowing
SQLExceptions.
- closeQuietly(Statement) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given statement, ignoring null values and swallowing
SQLExceptions.
- closeQuietly(ResultSet) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Closes the given result set, ignoring null values and swallowing
SQLExceptions.
- closeQuietly(Statement) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated statement and ignores any exception.
- closeQuietly(ResultSet) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set and ignores any exception.
- closeQuietly(ResultSet, Statement) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set and the statement and ignores any
exception.
- closeQuietly(Closeable) - Static method in class de.aristaflow.adept2.util.FileTools
-
Closes the given Closeable, swallowing a potential
IOException.
- closeQuietly(Closeable...) - Static method in class de.aristaflow.adept2.util.FileTools
-
Closes the given Closeables, swallowing a potential
IOException.
- closeStore() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Closes the message store of this event source.
- closeTransaction(T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the transaction started for the designated object on the current
level and rolls it back if not explicitly
finished.
- closeTransaction(Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated statement the transaction started for the designated
object on the current level and rolls it back if not explicitly
finished.
- closeTransaction(ResultSet, Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set, the designated statement and the
transaction started for the designated object on the current level and
rolls it back if not explicitly
finished.
- ClusterCommPoller - Interface in de.aristaflow.adept2.core.registry.cluster
-
Interface for polling a cluster node via communication.
- ClusterCommRequest - Enum in de.aristaflow.adept2.core.registry.cluster
-
Requests to the communication heartbeat, that is, what should the
communication heartbeat do.
- ClusterDbPoller - Interface in de.aristaflow.adept2.core.registry.cluster
-
Interface for polling a cluster node via DB and requesting a restart of the local cluster node if
required.
- ClusterInteractionRequest - Class in de.aristaflow.adept2.core.registry.cluster
-
Requests to the cluster heartbeat, that is, signals to the cluster database.
- ClusterInteractionRequest(ClusterInteractionRequest.Operation) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest
-
Creates a new request with the designated operation.
- ClusterInteractionRequest(String, String, long) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest
-
Creates a new force lost request for the designated (different) server node.
- ClusterInteractionRequest.Operation - Enum in de.aristaflow.adept2.core.registry.cluster
-
The operations which can be requested to be performed by the cluster
heartbeat.
- clusterName - Variable in class de.aristaflow.adept2.base.cluster.RegistryProviderDb
-
The name of the cluster of which to provide the global registry.
- clusterName - Variable in class de.aristaflow.adept2.base.registry.RegistryWrapper
-
The name of the cluster the component/service which uses this wrapper
belongs to.
- clusterName - Variable in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
The name of the cluster this registry belongs to.
- clusterName - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest
-
The name of the cluster if this is a force lost request for the server
within this cluster, null otherwise.
- clusterName - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The cluster name of the node.
- clusterName - Variable in class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
The name of this cluster.
- ClusterNode - Class in de.aristaflow.adept2.core.registry.cluster
-
- ClusterNode(Configuration, Configuration, Logger) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
Creates a new ClusterNode having the designated
configurations.
- ClusterNode(ConfigurationPropertyProvider, ConfigurationPropertyProvider, Logger) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
Creates a new ClusterNode having the designated configuration
providers.
- ClusterNode(Configuration, ConfigurationPropertyProvider, Configuration, ConfigurationPropertyProvider, Logger) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
Creates a new ClusterNode having the designated configurations
and the designated configuration providers.
- ClusterNodeInformation - Class in de.aristaflow.adept2.model.cluster
-
This class provides all information concerning a cluster node.
- ClusterNodeInformation(String, String, String, Status, long, long, long, long, long, URI[], URI[], long) - Constructor for class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
-
Creates information for a specific cluster node.
- ClusterNodeState - Class in de.aristaflow.adept2.core.registry.cluster
-
This class encapsulates the state of a cluster node in memory.
- ClusterPlatform - Class in de.aristaflow.adept2.core.registry.cluster
-
A TwoPhasePlatform used for bootstrapping a cluster node.
- ClusterPlatform() - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterPlatform
-
Creates a new ClusterPlatform.
- ClusterPlatform(ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterPlatform
-
Creates a new ClusterPlatform.
- ClusterPlatform(Configuration) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterPlatform
-
Creates a new ClusterPlatform.
- ClusterPlatform(Configuration, ConfigurationPropertyProvider) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterPlatform
-
Creates a new ClusterPlatform.
- ClusterService - Interface in de.aristaflow.adept2.core.cluster
-
This class allows for communication between different nodes of a cluster.
- CmpOperator - Enum in de.aristaflow.adept2.model.logmanagement
-
An enumeration that defines the comparison operations supported by the log
management facility, aka.
- CmpOperator - Enum in de.aristaflow.adept2.model.orgmodel
-
The comparison operators used within the OrgModelManager to select certain
entities based on their attribute values.
- code - Variable in exception de.aristaflow.adept2.base.licensing.InvalidLicenceException
-
The internal code that caused this InvalidLicenceException.
- code - Variable in exception de.aristaflow.adept2.base.service.LicenceViolationException
-
The internal code that caused this LicenceViolationException.
- CodeDescriptorComparator - Class in de.aristaflow.adept2.model.processmodel.xml
-
This comparator can be used to compare code descriptors.
- CodeDescriptorComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.CodeDescriptorComparator
-
Creates a new CodeDescriptorComparator with a UUID comparator
comparing UUIDs unsigned.
- CollectionTools - Class in de.aristaflow.adept2.util
-
Tool methods for collections
- Column - Class in de.aristaflow.adept2.model.logmanagement
-
Represents a column in the entry schema of a
log in the log
management facility, aka.
- Column(String, DataType) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
-
Constructs a new Column with the specified data type.
- Column(String, int) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
-
- Column(String, Schema) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
-
- columnExists(String, String) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Returns whether the column with the provided name exists in the provided
table.
- columnLabels - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
The labels of the columns of this MemoryResultSet.
- columnTypes - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
The data types of the columns of this MemoryResultSet.
- combineChanges(ChangeType, ChangeType) - Method in interface de.aristaflow.adept2.model.common.changetracking.ChangeCombiner
-
Combines two changes, for a property.
- combineChanges(ChangeType, ChangeType) - Method in class de.aristaflow.adept2.model.common.changetracking.DifferentChangeCombiner
-
- combineChanges(ChangeType, ChangeType) - Method in class de.aristaflow.adept2.model.common.changetracking.EqualChangeCombiner
-
- combineChanges(ChangeType, ChangeType) - Method in class de.aristaflow.adept2.model.common.changetracking.SimilarChangeCombiner
-
- comment - Variable in class de.aristaflow.adept2.model.common.Branch
-
The comment for this branch.
- comment - Variable in class de.aristaflow.adept2.model.common.Revision
-
The comment for this revision.
- commHeartBeat - Variable in class de.aristaflow.adept2.core.registry.cluster.HeartBeatControl
-
The daemon thread that polls the cluster server via communication.
- commit(C) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Performs a commit and returns null.
- commit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Throws an IsNotSupportedException - overwrite this method to
support committing.
- commit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
-
- commit(SessionToken, EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.runtimemanager.RuntimeManager
-
Instructs the runtime manager to inform the specified activity about the
commit of the transaction it participated.
- commit() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Instructs the component to commit its modifications not managed by
ADEPT.
- commitInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Commits the designated instance, that means, the instance is marked as
successfully completed.
- commitTransaction(T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Commits the transaction started for the designated object.
- CommonConstants - Class in de.aristaflow.adept2.model.globals
-
Constants which may be used across all data models.
- CommonConstants() - Constructor for class de.aristaflow.adept2.model.globals.CommonConstants
-
- CommonModelFactory - Interface in de.aristaflow.adept2.model.common
-
- commServer - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
Data related to the current server like URIs and the amount of lost
connections.
- CommStackInterceptor<I1,I2,O1,O2> - Interface in de.aristaflow.adept2.base.communication
-
An interceptor for a communication stack.
- CommStackTransformer<I1,I2,O1,O2> - Interface in de.aristaflow.adept2.base.communication
-
Interface to perform transformation before and after performing a communication.
- CommunicationService<I1,O1,I2,O2> - Interface in de.aristaflow.adept2.base.communication
-
This communication service provides all the technically necessary to do both
remote calls to remote services or remote callback objects and to publish
remote services itself.
- CommunicationStack<I,O> - Interface in de.aristaflow.adept2.base.communication
-
Marks the implementing class as layer within a communication stack.
- CommunicationStackException - Exception in de.aristaflow.adept2.base.communication
-
This exception is thrown if an exception occurs during request/response
processing within a certain communication stack.
- CommunicationStackException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
-
Creates a CommunicationStackException with the given error message and the
reason for this exception.
- CommunicationStackException(String) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
-
Creates a CommunicationStackException with the given description of the
error that caused this exception.
- CommunicationStackException(Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
-
Creates a CommunicationStackException for the designated
throwable.
- CommunicationStackLayer<I,O,T,V> - Class in de.aristaflow.adept2.base.communication
-
A class extending this class implements a layer within a communication
stack handling requests and responses and it represents the communication
stack consisting of this layer and all following layers.
- CommunicationStackLayer(CommunicationStack<T, V>, LogService) - Constructor for class de.aristaflow.adept2.base.communication.CommunicationStackLayer
-
Sets up this communication stack layer and sets the successor within the
communication stack this communication stack layer is assigned to.
- CommunicationStackTerminator<I,O> - Class in de.aristaflow.adept2.base.communication
-
Provides the base implementation for the last layer, i. e. the terminator,
within a
CommunicationStack.
- CommunicationStackTerminator(LogService) - Constructor for class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
Initialises the instance variables appropriately.
- compare(OrgModelExtension, OrgModelExtension) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AuthPrioComparator
-
- compare(QualifiedAgent, QualifiedAgent) - Method in class de.aristaflow.adept2.model.common.QualifiedAgentComparator
-
- compare(Parameter, Parameter) - Method in class de.aristaflow.adept2.model.common.tools.ParameterComparator
-
- compare(DataElement, DataElement) - Method in class de.aristaflow.adept2.model.processmodel.DataElementComparator
-
- compare(Node, Node) - Method in class de.aristaflow.adept2.model.processmodel.NodeComparator
-
- compare(StructuredDataEdge, StructuredDataEdge) - Method in class de.aristaflow.adept2.model.processmodel.StructuredDataEdgeComparator
-
- compare(StructuredEdge, StructuredEdge) - Method in class de.aristaflow.adept2.model.processmodel.StructuredEdgeComparator
-
- compare(InstanceReference, InstanceReference) - Method in class de.aristaflow.adept2.model.processmodel.tools.InstanceReferenceComparator
-
- compare(InstanceReference, InstanceReference) - Method in class de.aristaflow.adept2.model.processmodel.tools.InstanceRefTemplateComparator
-
- compare(ProcessType, ProcessType) - Method in class de.aristaflow.adept2.model.processmodel.tools.ProcessTypeComparator
-
- compare(TemplateReference, TemplateReference) - Method in class de.aristaflow.adept2.model.processmodel.tools.TemplateReferenceComparator
-
- compare(ResourceDescriptor, ResourceDescriptor) - Method in class de.aristaflow.adept2.model.processmodel.xml.CodeDescriptorComparator
-
- compare(WorklistItem, WorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.WorklistItemIdComparator
-
- compare(Locale, Locale) - Method in class de.aristaflow.adept2.util.i18n.LocaleComparator
-
- compare(String, String) - Method in class de.aristaflow.adept2.util.StringTools.NullableStringComparator
-
- compare(UUID, UUID) - Method in class de.aristaflow.adept2.util.UUIDTools.UUIDComparator
-
- compareTo(JavaVersion) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Compares this JavaVersion with the designated one.
- compareTo(Delayed) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledFuture
-
- compareUnsigned(long, long) - Method in class de.aristaflow.adept2.util.UUIDTools.UUIDComparator
-
Compares the designated longs unsigned, that is all negative longs will
be greater than all positive longs and negative longs will be reverse
ordered, that is numerical less will be more.
- ComparisonFilter - Interface in de.aristaflow.adept2.model.filter
-
Represents a filter that compares an attribute
to a constant value using a specified comparison operator
(i.e.
- ComparisonOperator - Enum in de.aristaflow.adept2.model.filter
-
Represents the comparison operators that can be used
in a ComparisonFilter
- completedTasks - Variable in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
The amount of all tasks that have been completed.
- completions - Variable in class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
holds all path completions
- ComplexEntityExpression - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
A
ComplexEntityExpression connects two or more
EntityExpressions, i.e. they themselves can be
ComplexEntityExpressions too.
- ComplexEntityExpression(ComplexEntityExpression.Type) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression
-
Constructs a new (and empty) ComplexEntityExpression of the given
type.
- ComplexEntityExpression.Type - Enum in de.aristaflow.adept2.core.orgmodelmanager.parser
-
Enumerates the possible types of complex entity expressions.
- ComplexSelection - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
A ComplexSelection consists of other (atomic or complex)
selections and combines them either conjunctively (AND) or disjunctively
(OR).
- ComplexSelection(ComplexSelection.Type) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection
-
Constructs a new (and empty) ComplexSelection of the given
type.
- ComplexSelection.Type - Enum in de.aristaflow.adept2.core.orgmodelmanager.parser
-
Enumerates the possible types of complex selections.
- COMPONENT_EXECUTOR_APPLICATION_ENVIRONMENT_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_EXECUTOR_INTERRUPTED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_EXECUTOR_RUNTIME_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_EXECUTOR_TERMINATION_MESSAGE_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_NOT_LOADED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_STOPPED_ROUGHLY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- COMPONENT_TYPE_BASE_MAIL_SERVICE - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the base mail service.
- COMPONENT_TYPE_COMMUNICATION_SERVICE - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the communication (skeletons and stubs).
- COMPONENT_TYPE_CONSOLE_LOGGER - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The name of the component type for console logging.
- COMPONENT_TYPE_FILE_LOGGER - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The name of the component type for file logging.
- COMPONENT_TYPE_GLOBAL_REGISTRY - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the global registry (there is exactly one instance).
- COMPONENT_TYPE_GLOBAL_REGISTRY_PROVIDER - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the global registry provider.
- COMPONENT_TYPE_JDBC_DATA_SOURCE - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for a JDBC-based data source.
- COMPONENT_TYPE_LICENCE_MANAGER - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the licence manager (there is exactly one instance).
- COMPONENT_TYPE_LOCAL_SECURITY_MANAGER - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the local security manager.
- COMPONENT_TYPE_OSGI_FRAMEWORK_PROVIDER - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the OSGi framework service.
- COMPONENT_TYPE_SECURITY_MANAGER - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the (global) security manager.
- COMPONENT_TYPE_SERVLET_SERVICE - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the component type for the servlet service.
- componentInterfaces - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Interfaces (and classes) of all components managed by this registry.
- ComponentObjectInputStream - Class in de.aristaflow.adept2.model.runtimeenvironment
-
This ObjectInputStream uses the context classloader of the
current thread instead of the last used classloader like the
ObjectInputStream.
- ComponentObjectInputStream(InputStream) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ComponentObjectInputStream
-
- componentType - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry.InstanceInformation
-
The type of the component instance, that is the type name in the
configuration.
- CompositeProcessTemplateCheck - Class in de.aristaflow.adept2.core.checks.processmodel
-
A composite check consisting of other checks.
- CompositeProcessTemplateCheck(ProcessTemplateCheck...) - Constructor for class de.aristaflow.adept2.core.checks.processmodel.CompositeProcessTemplateCheck
-
Constructs a new CompositeTemplateCheck.
- ConcurrentEventHandling<T extends Event> - Class in de.aristaflow.adept2.core.eventmanager.common
-
A simple class for handling events concurrently via an
executor service.
- ConcurrentEventHandling(EventHandler, T) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.ConcurrentEventHandling
-
Creates a new Callable for handling an event asynchronously.
- cond - Variable in class de.aristaflow.adept2.util.locking.ConditionLatch
-
The condition on which to wait for the latch.
- ConditionLatch - Class in de.aristaflow.adept2.util.locking
-
This is similar to a normal CountDownLatch but
it uses a wrapped lock for synchronising as well as a new corresponding
condition for signalling.
- ConditionLatch(Lock) - Constructor for class de.aristaflow.adept2.util.locking.ConditionLatch
-
Creates a new latch with the designated latch and a count of 1.
- ConditionLatch(Lock, long) - Constructor for class de.aristaflow.adept2.util.locking.ConditionLatch
-
Creates a new latch with the designated latch and the designated count.
- conf - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
The configuration containing all relevant values for this sharing event
source as retrieved from the registry and the activity.
- conf - Variable in class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
The configuration of which to save the contents when changed.
- CONF_ADD_EVENT_SOURCE_RETRY_COUNT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The number of retries for adding an event source.
- CONF_ADD_EVENT_SOURCE_RETRY_DELAY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The time in milliseconds to wait before retrying to add
an event source.
- CONF_ADD_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to add lock files for files from file events.
- CONF_AUTH_PRIORITY - Static variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
-
Configuration key for the priority to use this org model extension for
authentication compared to other org model extensions.
- CONF_BODY_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for the body filter.
- CONF_CHANGE_FLAG_ANSWERED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the answered flag of the messages
from mail events.
- CONF_CHANGE_FLAG_DELETED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the deleted flag of the messages
from mail events.
- CONF_CHANGE_FLAG_DRAFT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the draft flag of the messages from
mail events.
- CONF_CHANGE_FLAG_FLAGGED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the flagged flag of the messages
from mail events.
- CONF_CHANGE_FLAG_RECENT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the recent flag of the messages
from mail events.
- CONF_CHANGE_FLAG_SEEN - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the seen flag of the messages from
mail events.
- CONF_CHANGE_FLAG_USER - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether to change the user flag of the messages from
mail events.
- CONF_CLUSTER_NAME - Static variable in class de.aristaflow.adept2.base.cluster.RegistryProviderDb
-
Configuration key specifying the name of the cluster of which to provide
the global registry.
- CONF_CREATE_WORKLIST_RETRY_DELAY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The time in milliseconds to wait before retrying to
create (retrieve) a client worklist.
- CONF_CREATE_WORKLIST_SILENT_COUNT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The number of retries for creating (retrieving) a client
worklist before logging the exception as critical.
- CONF_CSV_LOGGING - Static variable in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Configuration key for the CSV logging.
- CONF_DATA_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Key for the platform data directory which is injected into each activity configuration.
- CONF_DATA_SOURCE_NAME - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the simple instance name of the configured JDBC data
source which to use for this event source.
- CONF_DELETE_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to delete files from file events.
- CONF_EXECUTOR_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
- CONF_EXPUNGE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether the folder of messages from mail events
should be expunged.
- CONF_FILE_STORE_PATH - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Configuration key for the path to store files to.
- CONF_FILENAME_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the file name filter.
- CONF_FLAG_ANSWERED_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the answered flag of messages from mail
events.
- CONF_FLAG_DELETED_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the deleted flag of messages from mail
events.
- CONF_FLAG_DRAFT_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the draft flag of messages from mail
events.
- CONF_FLAG_FLAGGED_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the flagged flag of messages from mail
events.
- CONF_FLAG_RECENT_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the recent flag of messages from mail
events.
- CONF_FLAG_SEEN_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the seen flag of messages from mail
events.
- CONF_FLAG_USER_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for how to set the user flag of messages from mail
events.
- CONF_FOLDER - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the folder in which to look for the mails that cause
the events of this event source.
- CONF_FROM_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for the from filter.
- CONF_GLOBAL_REGISTRY_URIS - Static variable in class de.aristaflow.adept2.base.cluster.RegistryProviderConf
-
Configuration key for the URIs of the possible global registries.
- CONF_GSM_KEY_MODULUS - Static variable in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
The configuration key for the modulus of the public/private key pair of the
global security manager.
- CONF_GSM_KEY_PRIVATE_EXPONENT - Static variable in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
The configuration key for the exponent of the private key of the global
security manager.
- CONF_GSM_KEY_PUBLIC_EXPONENT - Static variable in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
The configuration key for the exponent of the public key of the global
security manager.
- CONF_HANDLE_CONSUMED - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether this handler should also handle files of
which the corresponding file event has been consumed.
- CONF_HANDLE_CONSUMED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for whether this handler should also handle (set flags,
move, expunge) messages of which the corresponding mail event has been
consumed.
- CONF_HANDLER_MIN_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The minimal number of executor threads for handling
events by various sources.
- CONF_HANDLER_PRIORITY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The priority of the event handling threads used by
various sources.
- CONF_HANDLER_QUEUE_LIMIT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The number of tasks in the executor queue that are
allowed before warnings will be logged.
- CONF_HOST - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the host to connect to and from which to use as mail
source.
- CONF_IMPLICIT_NETWORK_PROT_IP_PEER - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_IMPLICIT_NETWORK_PROT_IP_ROUTE - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_IMPLICIT_NETWORK_PROTOCOL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
The configuration key for the protocol to use for the
GlobalAuthMethod.IMPLICIT_NETWORK authentication, that is whether one trusted IP
on the route suffices or whether the direct peer needs to be a trusted IP.
- CONF_IS_CRITICAL - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Configuration key: Whether the event handler is critical and problems
handling the event should abort all handling of the current event.
- CONF_IS_CRITICAL - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key: Whether the event handler is critical and problems
handling the event should abort all handling of the current event.
- CONF_IS_CRITICAL - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Configuration key: Whether the event handler is critical and problems
handling the event should abort all handling of the current event.
- CONF_IS_CRITICAL - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key: Whether the event handler is critical and problems
handling the event should abort all handling of the current event.
- CONF_IS_CRITICAL - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Configuration key: Whether the event handler is critical and problems
handling the event should abort all handling of the current event.
- CONF_IS_LOCK_FILE - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the is lock file flag.
- CONF_JDBC_CONNECTION_URL - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the URL of the JDBC connection to use for this event
source.
- CONF_JDBC_DRIVER - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the driver (class) name of the JDBC connection to
use for this event source.
- CONF_JDBC_PASSWORD - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the password of the JDBC connection to use for this
event source.
- CONF_JDBC_USER_NAME - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the user name of the JDBC connection to use for this
event source.
- CONF_KEEP_CONNECTION - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingMailSource
-
Configuration key for whether the mail storage should not be disconnected"
between polls.
- CONF_LIB_DIRECTORY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key for the name of the directory providing the JDBC libraries (actually one
level above the directory 'jdbc4' containing the drivers).
- CONF_LIB_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Key for the platform directory for external libraries which is injected into each activity
configuration.
- CONF_LOCK_FILE_EVENT - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the lock file event flag.
- CONF_LOCK_SUFFIX - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the lock suffix.
- CONF_LOCK_TABLE_POLL_TIME - Static variable in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Configuration key: The time in milliseconds when to poll for a table lock.
- CONF_LOCK_TIMEOUT - Static variable in class de.aristaflow.adept2.base.cluster.RegistryProviderDb
-
Configuration key for the lock timeout.
- CONF_LOG_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Key for the platform log directory which is injected into each activity configuration.
- CONF_LSM_KEY_MODULUS - Static variable in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
The configuration key for the modulus of the public/private key pair of the
local security manager.
- CONF_LSM_KEY_PUBLIC_EXPONENT - Static variable in interface de.aristaflow.adept2.base.security.GlobalSecurityManager
-
The configuration key for the exponent of the public key of the local
security manager.
- CONF_MARK_LOCK_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to mark the lock file or the data file.
- CONF_MAX_RESULTS - Static variable in interface de.aristaflow.adept2.model.events.sources.MemoryResultSetSource
-
Configuration key for how many results this source should add to the
MemoryResultSet.
- CONF_MAX_SEQ_COUNT - Static variable in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Configuration key: The amount of IDs (entries) in a sequence table before that table is
cleared.
- CONF_MIN_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The minimal number of executor threads for polling
events.
- CONF_MOVE_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to move files from file events.
- CONF_NET_LOCAL_ADDRESS - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
- CONF_NOTIFY_EMPTY_ONLY - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for whether the event should be caused in case the
result set is empty (or the result set contains at least one entry.
- CONF_OAUTH2_AUTH_SERVER_URL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_PASSWORD - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the password to connect to the host with.
- CONF_POLL_TIME - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingSource
-
Configuration key for the time in milliseconds between two polls.
- CONF_POLLER_PRIORITY - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Configuration key: The priority of the polling threads.
- CONF_PORT - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the port of the host to which to connect to.
- CONF_PREFIX_ADDITION - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The prefix for the configuration entries specifying additions to be
checked.
- CONF_PREFIX_FEATURE - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The prefix for the configuration entries specifying features to be checked.
- CONF_PREFIX_PRODUCT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The prefix for the configuration entries specifying products to be checked.
- CONF_PROCESS_TYPE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Configuration key: The process type of which to start the
"latest" template in case the appropriate event occurs.
- CONF_PROCESS_TYPE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Configuration key: The process type of which to start the
"latest" template in case the appropriate event occurs.
- CONF_PROCESS_TYPE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.InstanceStartEventHandler
-
Configuration key: The process type of which to start the
"latest" template in case the appropriate event occurs.
- CONF_PROTOCOL - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the protocol to use for this mail events, for
instance pop3, imap, ...
- CONF_RENAME_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to rename files from file events.
- CONF_REPLACE_EXISTING - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for whether to replace an existing target file or a file in the target
folder.
- CONF_RUNTIME_CONF_PREFIX - Static variable in interface de.aristaflow.adept2.base.service.ConfigurableService
-
A prefix for runtime configuration values that have defaults in the
normal configuration to be overridden by the runtime configuration.
- CONF_SCHEDULED_EXECUTOR_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
- CONF_SEARCH_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the directory in which to look for the files that
cause the events of this event source.
- CONF_SELECT_STATEMENT - Static variable in interface de.aristaflow.adept2.model.events.sources.ResultSetSource
-
Configuration key for the select statement to use for this event source.
- CONF_SERVICE_AVAILABILITY_POLL_RATE - Static variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
Configuration key for the rate at which to poll the availability of
services.
- CONF_SERVICE_AVAILABILITY_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
Configuration key for the amount of threads used for the service
availability check.
- CONF_SERVLET_CONTEXT - Static variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
The configuration key with which to store a servlet context in the
configuration.
- CONF_SERVLET_URL - Static variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
The configuration key with which to store the URL of the servlet.
- CONF_SET_FLAG_ANSWERED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the answered flag of messages from mail
events.
- CONF_SET_FLAG_DELETED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the deleted flag of messages from mail
events.
- CONF_SET_FLAG_DRAFT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the draft flag of messages from mail
events.
- CONF_SET_FLAG_FLAGGED - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the flagged flag of messages from mail
events.
- CONF_SET_FLAG_RECENT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the recent flag of messages from mail
events.
- CONF_SET_FLAG_SEEN - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the seen flag of messages from mail
events.
- CONF_SET_FLAG_USER - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for how to set the user flag of messages from mail
events.
- CONF_SIMPLE_SESSION_CONTEXT - Static variable in interface de.aristaflow.adept2.model.events.sources.ActivityEventSource
-
Configuration key for the simple session context of the activity that
is provided to the event source.
- CONF_SKIP_DIRECTORIES - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the skip directories filter.
- CONF_SKIP_FILES - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the skip files filter.
- CONF_SKIP_LOCKED - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingFileSource
-
Configuration key for the skip locked files filter.
- CONF_START_TIME - Static variable in interface de.aristaflow.adept2.model.events.sources.PollingSource
-
Configuration key for the absolute point in time to use for calculating the
start time.
- CONF_SUBJECT_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for the subject filter.
- CONF_SUBJECT_PRINCIPAL_SEPARATOR - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
The separator in the configuration values (String) between
principal class name and principal name.
- CONF_SUBJECT_SIGNED_ACCEPTED_PRINCIPAL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_SUBJECT_SIGNED_ID_PRINCIPAL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_TARGET_FOLDER - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for the name of the target folder in case the files of
file events should be moved.
- CONF_TARGET_FOLDER - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Configuration key for the name of the target folder in case the messages of
mail events should be moved.
- CONF_TARGET_NAME - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Configuration key for how to set the new name for files from file events.
- CONF_TERMINATION_TIMEOUT - Static variable in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
The key for the configuration value that specifies the total time in
milliseconds to wait for the component to terminate.
- CONF_TIMEOUT - Static variable in class de.aristaflow.adept2.base.cluster.RegistryProviderConf
-
Configuration key for the time in milliseconds to wait for the requested
URIs.
- CONF_TIMEOUT - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the timeout which to use for the connection.
- CONF_TO_FILTER - Static variable in interface de.aristaflow.adept2.model.events.sources.FilteredMailSource
-
Configuration key for the to filter.
- CONF_TRUSTED_NET_IP - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_TRUSTED_NET_MAC_SIGNED - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_TRUSTED_SHARED_UTF8_KEYS - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_USE_JAAS - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
Configuration key for whether to use JAAS.
- CONF_USE_JAAS - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
- CONF_USER_NAME - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
-
Configuration key for the user name to connect to the host with.
- confEntry - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'configurationEntry'.
- confEntryDataType - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'dataType'.
- confEntryIsOptional - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isOptional'.
- confEntryRestriction - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'restriction'.
- confFromConfiguration - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'fromConfiguration'.
- confFromParameter - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'fromParameter'.
- CONFIG_CONFIGURATION_MANAGER - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for the configuration of the configuration manager.
- CONFIG_DIRECTORY - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The name of the directory where usually all configurations are stored.
- CONFIG_FILE_BOOT - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The configuration file for booting and initialising bootstrap configuration
manager, logging, and registry.
- CONFIG_FILE_EXTENSION - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The file extension used for all configuration files
- CONFIG_PREFIX_RESOLVED_VARIABLES - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for configuration values that contain variables that are to be
resolved when loading the configuration.
- CONFIG_PROVIDED_POSITION - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The string identifying the position in the configuration directories/URLs
where to apply a provided configuration.
- CONFIG_TERMINATION_SYSTEM_EXIT_SECONDS - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for performing a System.exit() if termination does not
succeed.
- CONFIG_TERMINATION_THREAD_DUMP_INTERVAL_SECONDS - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for performing a thread dump in the given interval during
termination
- ConfigurableService - Interface in de.aristaflow.adept2.base.service
-
This interface extends an ADEPT2Servic by the means to retrieve
and change the configuration.
- configuration - Variable in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
The configuration of this service.
- Configuration - Interface in de.aristaflow.adept2.model.common
-
A configuration object provides the means to access configuration values
type-safe.
- configuration - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'configuration'.
- Configuration.ConfigurationIDs - Class in de.aristaflow.adept2.model.common
-
- CONFIGURATION_ENTRY_ILLEGAL_VALUE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- CONFIGURATION_ENTRY_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- CONFIGURATION_ENTRY_UNEXPECTED_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- CONFIGURATION_ENTRY_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- CONFIGURATION_RUNTIME_DB_COLUMN_KEY - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The column name for keys of runtime configuration tables.
- CONFIGURATION_RUNTIME_DB_COLUMN_VALUE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The column name for values of runtime configuration tables.
- CONFIGURATION_RUNTIME_DB_TABLE_PREFIX - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for the table names for runtime configuration tables.
- CONFIGURATION_VARIABLE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for the definition of configuration variables defined in the
configuration itself.
- ConfigurationConstants - Class in de.aristaflow.adept2.base.configuration
-
Configuration-related global constants for general use in configuration
files.
- ConfigurationConstants() - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
- ConfigurationConstants.CommunicationProtocol - Enum in de.aristaflow.adept2.base.configuration
-
The names for all supported communication protocols (which are equal to
the instance names of the corresponding communication services).
- ConfigurationDescription - Annotation Type in de.aristaflow.adept2.base.configuration
-
Classes specified as implementation for a component type may be annotated
with a ConfigurationDescription.
- ConfigurationDescription - Interface in de.aristaflow.adept2.model.common
-
The configuration description defines the entries of a corresponding
configuration, specifies the types and further restrictions for the
configuration values as well as a description for the user.
- configurationDescription - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'configurationDescription'.
- ConfigurationDescription.ConfigurationEntry - Interface in de.aristaflow.adept2.model.common
-
A configuration entry declares a configuration value and provides
additional information for it, that is a name for the entry, a description,
the data type and restrictions on the type as well as the usage of the
configuration value.
- ConfigurationDescriptionTools - Class in de.aristaflow.adept2.base.configuration
-
- ConfigurationException - Exception in de.aristaflow.adept2.base.configuration
-
A ConfigurationException will be thrown if an erroneous
configuration is discovered.
- ConfigurationException(String) - Constructor for exception de.aristaflow.adept2.base.configuration.ConfigurationException
-
Constructor call is forwarded to the corresponding constructor of the
superclass.
- ConfigurationException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.configuration.ConfigurationException
-
Constructor call is forwarded to the corresponding constructor of the
superclass.
- ConfigurationException(Throwable) - Constructor for exception de.aristaflow.adept2.base.configuration.ConfigurationException
-
Constructor call is forwarded to the corresponding constructor of the
superclass.
- ConfigurationIDs() - Constructor for class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
- ConfigurationManager - Class in de.aristaflow.adept2.base.configuration
-
This configuration manager handles configurations for components and services of the
AristaFlow-System.
- ConfigurationManager(String, Configuration, boolean, ConfigurationPropertyProvider, LoggerManager) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Creates a new configuration manager using the configuration
properties of the designated provider and either a root configuration
loaded from the designated file name, or the designated provided
configuration or a mixture of both respecting the order of the
configurations and configuration directories from the provider.
- ConfigurationManager(Configuration, Configuration, ConfigurationManager) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Creates a new configuration manager having the designated root and provided configuration and
the fields of the designated parent configuration manager.
- configurationManager - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
The configuration-manager used for this registry.
- configurationName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'configurationName'.
- ConfigurationPropertyProvider - Class in de.aristaflow.adept2.base.configuration
-
This provider extends a normal
PropertyProvider to support
configuration directories as URLs to load configuration files from, a
directory to write configurations changed at runtime to, a directory to write
the logs to and boolean flags for whether to load configuration files from
bundles (jar-files containing the AristaFlow-components), whether to use
debug logging while bootstrapping and whether to keep the registered log
handlers.
- ConfigurationPropertyProvider(Map<String, String>) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Creates a new ConfigurationPropertyProvider and parses all
corresponding global properties from the designated map and/or sets the
properties appropriately.
- ConfigurationPropertyProvider(Map<String, String>, String) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Creates a new ConfigurationPropertyProvider and parses all corresponding global
properties from the designated map and/or sets the properties appropriately.
- ConfigurationPropertyProvider(Map<String, String>, String, boolean) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Creates a new ConfigurationPropertyProvider and parses all corresponding global
properties from the designated map and/or sets the properties appropriately.
- ConfigurationPropertyProvider(Map<String, String>, boolean, boolean) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Creates a new ConfigurationPropertyProvider and parses all
corresponding global properties from the designated map and/or sets the
properties appropriately.
- ConfigurationPropertyProvider(Map<String, String>, boolean, String, boolean) - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Creates a new ConfigurationPropertyProvider and parses all corresponding global
properties from the designated map and/or sets the properties appropriately.
- ConfigurationSet - Interface in de.aristaflow.adept2.model.activitymodel
-
A ConfigurationSet is a collection of configurations,
configuration descriptions as well as a few other attributes.
- ConfigurationSetManager - Interface in de.aristaflow.adept2.core.activityrepository
-
This interface provides the means for managing ConfigurationSets
which includes retrieval, creation, updating and managing the states of
ConfigurationSets.
- ConfigurationTools - Class in de.aristaflow.adept2.util
-
This class provides methods for converting values used in
Configurations from the
corresponding type to strings and back.
- ConfigurationTools() - Constructor for class de.aristaflow.adept2.util.ConfigurationTools
-
- ConfigurationValidator - Class in de.aristaflow.adept2.base.configuration
-
A
ConfigurationValidator can be specified in a
ConfigurationDescription and (if specified) is used to validate a
configuration at application startup without having to wait until the
component (for which the configuration was intended) is instantiated.
- ConfigurationValidator() - Constructor for class de.aristaflow.adept2.base.configuration.ConfigurationValidator
-
- ConfigurationValidator() - Constructor for class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ConfigurationValidator
-
- ConfigurationValidator() - Constructor for class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
-
- ConfigurationValidator() - Constructor for class de.aristaflow.adept2.base.registry.ServiceRegistry.ConfigurationValidator
-
- ConfigurationValidator() - Constructor for class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService.ConfigurationValidator
-
- configuredLoggers - Variable in class de.aristaflow.adept2.base.configuration.LoggerManager
-
All loggers that have a special configuration.
- confIsFixed - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'fixed'.
- confMgr - Variable in class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
The configuration manager used for the bootstrapped platform.
- ConfMgrRegistry - Interface in de.aristaflow.adept2.base.registry
-
This interface marks an ADEPT2Service to require a configuration
manager in its constructor.
- connectAll() - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Tries to connect this client service to all AristaFlow-services.
- connectAll() - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
-
- CONNECTION_TIMEOUT - Static variable in class de.aristaflow.adept2.base.mail.EmailToolkit
-
Deprecated.
The attribute key for the socket connection timeout in milliseconds.
- connectToStore() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Connects to the configured store of this event source.
- consoleLog(String) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Prints a formatted service message to the console log and as info to the logger, use this for
service startup and shutdown progress.
- ConstPositionFilter - Interface in de.aristaflow.adept2.model.filter
-
The "POSITION op Value" filter
This filter compares the position of the first object matching the
specified filter in the list returned by the attribute to a given constant value.
- ConstraintViolationException - Exception in de.aristaflow.adept2.util
-
A ConstraintViolationException represents the violation of
some defined constraint, for example, deleting an entity that is referenced
by another entity.
- ConstraintViolationException() - Constructor for exception de.aristaflow.adept2.util.ConstraintViolationException
-
- constructor - Variable in class de.aristaflow.adept2.util.reflection.MethodWrapper
-
The wrapped constructor or null in case of a wrapped method.
- consumeException(E) - Method in interface de.aristaflow.adept2.util.threading.ConsumingRunnable
-
Consumes the designated exception.
- consumeResult(T) - Method in interface de.aristaflow.adept2.util.threading.ConsumingRunnable
-
Consumes the designated result.
- consuming - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Whether this handler may consume events.
- ConsumingRunnable<T,E extends java.lang.Throwable> - Interface in de.aristaflow.adept2.util.threading
-
A runnable consuming an object of type T or an exception of
type E.
- ContainerDescription - Annotation Type in de.aristaflow.adept2.model.common.viewer
-
A description of the container...
- contains(int[], int) - Static method in class de.aristaflow.adept2.util.ArrayTools
-
Gets whether the designated array contains the designated integer element.
- contains(T[], T) - Static method in class de.aristaflow.adept2.util.ArrayTools
-
Gets whether the designated array contains the designated element.
- ContainsAllFilter - Interface in de.aristaflow.adept2.model.filter
-
The "CONTAINS ALL" filter.
- containsAttribute(String) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Returns whether an attribute with the given name is contained in this
Entity-object.
- ContainsFilter - Interface in de.aristaflow.adept2.model.filter
-
The super interface for all filters that match on some kind of "contains" relation.
- containsParameterReferences(Script) - Static method in class de.aristaflow.adept2.model.scripts.ScriptTools
-
Returns whether the given script contains parameter references.
- content - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
The string content of the message if the content is a string.
- contentType - Variable in class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
The content type (MIME) of the attachment.
- contentType - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
- context - Variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
The servlet context to which to delegate to.
- contexts - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
All activities that are currently registered for event handling indexed by
the source IDs.
- continueBootstrap() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhaseBootstrap
-
Continues the bootstrap.
- continueBootstrap() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhasePlatform
-
Continues the bootstrap.
- continueRegularAfterException - Variable in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Whether regular executions should continue even in case of exceptions.
- controlLock - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
The lock required to control this cluster node.
- controlLock - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The lock required to control the cluster node.
- controlLock - Variable in class de.aristaflow.adept2.core.registry.cluster.HeartBeatControl
-
The lock required to control the cluster node.
- controlSignal - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The condition for the node control to wait for external signals, e. g.
- controlThread - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
The thread which executes the application using this context.
- ConversionException - Exception in de.aristaflow.adept2.model.datamanagement
-
This exceptions is thrown when the conversion of a value is not possible.
- ConversionException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ConversionException
-
Constructs a new ConversionException.
- ConversionException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ConversionException
-
Constructs a new ConversionException.
- convert(Serializable, ProcessConstants.AdeptDataType) - Static method in class de.aristaflow.adept2.model.datamanagement.AdeptDataConversion
-
Converts the given value to the specified target data type and returns it.
- convertActivityTemplateDefinition(Operation, ConfigurationSet, StorageActivityTemplateDefinition) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- ConvertActivityTemplateToActivity - Class in de.aristaflow.adept2.core.changeoperations
-
Helper class for the conversion of an activity template to an activity
- ConvertActivityTemplateToActivity() - Constructor for class de.aristaflow.adept2.core.changeoperations.ConvertActivityTemplateToActivity
-
- convertConfigurationSet(StorageConfigurationSet) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- convertExecutableComponentDescription(StorageExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- convertOperation(ExecutableComponentDescription, StorageOperation) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- convertTemplateParameters(ProcessModelFactory, ActivityTemplate, Collection<ProcessModelParameter>, Collection<ProcessModelParameter>) - Static method in class de.aristaflow.adept2.core.changeoperations.ConvertActivityTemplateToActivity
-
Converts the "activity model parameters" of the template to "process model
parameters" for the instance.
- copy(Path, FilenameFilter, Path, CopyOption...) - Static method in class de.aristaflow.adept2.util.FileTools
-
Copies the designated source path to the designated destination path.
- copy(File, File) - Static method in class de.aristaflow.adept2.util.FileTools
-
- copy(File, FilenameFilter, File) - Static method in class de.aristaflow.adept2.util.FileTools
-
- copy(File, FilenameFilter, File, boolean) - Static method in class de.aristaflow.adept2.util.FileTools
-
- copyConfiguration(Configuration, Configuration, String) - Static method in class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Gets all entries from the first configuration and stores it with the designated prefix in the
second configuration.
- CopyNode - Class in de.aristaflow.adept2.core.changeoperations
-
Change operation to copy a process node.
- CopyNode() - Constructor for class de.aristaflow.adept2.core.changeoperations.CopyNode
-
- CopyPasteTools - Class in de.aristaflow.adept2.core.activityrepository
-
These tool methods are used for the copy/paste and duplicate functionality of
the activity repository.
- CopyPasteTools() - Constructor for class de.aristaflow.adept2.core.activityrepository.CopyPasteTools
-
- copyStreamToByteArray(InputStream) - Static method in class de.aristaflow.adept2.util.StreamTools
-
Copy all content of the given InputStream to a new byte array.
- copyStreamToStream(InputStream, OutputStream) - Static method in class de.aristaflow.adept2.util.StreamTools
-
Copy all content of the given InputStream to the given OutputStream.
- CORRESPONDING_BLOCK_NODE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Node field for corresponding block node
- count(SessionToken, String) - Method in interface de.aristaflow.adept2.core.logmanager.Log
-
Counts all log entries that match the specified WHERE clause.
- count - Variable in class de.aristaflow.adept2.util.locking.ConditionLatch
-
The number of releases before this latch releases threads.
- countDown() - Method in class de.aristaflow.adept2.util.locking.ConditionLatch
-
- counterMeasuresRequired() - Method in exception de.aristaflow.adept2.base.security.AuthenticationException
-
Whether this authentication exception has been raised due to wrong
authentication data and thus be due to an authentication attack and
therefore counter measures (e.g. an increased wait time before the next
authentication try) should be taken.
- counterMeasuresTaken() - Method in exception de.aristaflow.adept2.base.security.AuthenticationException
-
Whether counter measures have been taken.
- countInstanceHistoryEntries(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory
-
- countMeasReq - Variable in exception de.aristaflow.adept2.base.security.AuthenticationException
-
Whether countermeasures should been taken for this authentication
exception.
- create(long, String, long, String) - Static method in class de.aristaflow.adept2.base.sessionmanagement.QualifiedAgent
-
Constructs a new QualifiedAgent for the designated agent and
organisational position ID.
- create(long, String, long, String, String) - Static method in class de.aristaflow.adept2.base.sessionmanagement.QualifiedAgent
-
Constructs a new QualifiedAgent for the designated agent and
organisational position ID as well as the user session ID.
- create() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectLifeCycle
-
Creates a new object.
- createActivity(UUID, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an activity object.
- createActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createActivityConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createActivityConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new ActivityConfiguration based on the designated
configuration, that is, the returned configuration contains the
very same entries and no value will be retrieved from a parameter or the
process configuration.
- createActivityData(ActivityInstance, DataContext, Logger) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Creates new activity data based on the designated information.
- createActivityInstance(UUID, String, String, String, String, String, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates an ActivityInstance object
- createActivityTemplate(UUID, String, String, String, String, String, String, State, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, String, ConfigurationDescription, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Collection<ATParameter>, Collection<ATParameter>, Collection<ATParameterTemplate>, String, Collection<Identifier>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createActivityTemplateDefinition(Operation, ConfigurationSet, UUID, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, Boolean, Boolean, UUID, String, InheritedConfigurationDescription, InheritedActivityConfiguration, InheritedActivityConfiguration, ParameterChangePolicy, Collection<ActivityModelParameter>, Collection<ActivityModelParameter>, Collection<ParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createAdhocTemplateMappingElement(Document, Map<UUID, UUID>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a adhoc template ID mapping element with the given ID mapping
- createAdministrativeWorklist(UUID, QualifiedAgent, List<AdministrativeWorklistItem>, WorklistRevision, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
- createAdministrativeWorklistIncrementally(UUID, QualifiedAgent, List<AdministrativeWorklistItem>, WorklistRevision, boolean, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates an incremental worklist for the worklist with the designated ID, agent and revision
containing the designated list of administrative worklist items.
- createAdministrativeWorklistItem(UUID, UUID[], String, String, ActivityReference, UUID, UUID, int, long, long, WorklistConstants.WorklistItemState, QualifiedAgent, int, String, String, String, long, long, long, int, List<WorklistItem.Delegation>, String, Enquiry, List<Enquiry>, String, String, String, String, ParameterDataContext, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
- createAgent(SessionToken, String, String) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Adds a new Agent with the given (unique!)
- createAndFilter(Filter...) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when all specified filters
match (i.e. that performs a logical AND).
- createAndStartInstance(SessionToken, UUID, InstanceDataContainer) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
- createAndStartInstance(SessionToken, UUID, InstanceDataContainer) - Method in interface de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager
-
Creates a new instance of the designated process template, starts the
instance and logs the designated user as initiator of the process instance.
- createAndStartInstance(SessionToken, UUID, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the
instance and logs the designated user as initiator of the process instance.
- createAndStartInstance(SessionToken, UUID, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the instance and logs the
designated user as initiator of the process instance.
- createAndStartInstance(SessionToken, UUID, ExecutionContext, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the instance and logs the
designated user as initiator of the process instance.
- createAndStartSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template as a subprocess
of the designated activity.
- createATDReference(UUID, String, String, String, String, String, String, long, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createATParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, boolean, boolean, boolean, String, ConfigurationDescription, ActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createATParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, ConfigurationDescription, Configuration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createAttributeFactory(Class<?>) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a new attribute factory for filters working on the specified root class
- createBaseTemplateMappingElement(Document, Map<UUID, UUID>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a baseBase template ID mapping element with the given ID mapping
- createBootstrapRegistry(UrlConfigurationManager) - Method in class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Creates a new bootstrap registry having the designated configuration
manager.
- createBootstrapRegistry(UrlConfigurationManager) - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhasePlatform
-
- createBoundedExecutor(int, String, Logger) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a thread pool that creates new threads as needed, but will reuse
previously constructed threads when they are available.
- createBranch(SessionToken, String) - Method in interface de.aristaflow.adept2.core.activityrepository.RevisionManager
-
Creates a new branch with the designated comment.
- createBrowser() - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
Creates and initialises the browser with the base URL of this context.
- createCachedExecutor(int, int, String, Logger) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new CachedThreadPoolExecutor with the given initial
parameters and default rejected execution handler.
- createCachedExecutor(int, int, boolean, Adept2ThreadFactory) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new CachedThreadPoolExecutor with the given initial
parameters and default rejected execution handler.
- createCallbackIdentifier(Class<?>) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
-
Creates a remote object identifier for an callback object of the specified
type.
- createChangeableActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createChangeableActivityConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createChangeableConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createChangeableConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createChangeableConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createChangeableIconDescriptor(UUID, String, String, IconDescriptor.Dimension[], long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createChangeableResourceDescriptor(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createChild(String, String) - Method in class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Creates a new configuration manager having all fields set to the same values as this
configuration manager.
- createChild(String, String) - Method in class de.aristaflow.adept2.base.registry.UrlConfigurationManager
-
- createChildSession(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Creates a new child session token to the given session using the session
factory assigned to this service.
- createChildSession(SessionToken) - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
-
- createClassPathElement(Document, String, String, List<String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
- createClientWorklist(SessionToken, UUID, WorklistUpdateConfiguration, boolean) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
-
Creates a client-side worklist for the designated worklist ID with the
designated configuration.
- createClientWorklist(UUID, long, QualifiedAgent, long, long, WorklistUpdateConfiguration, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new client worklist object.
- createClientWorklistItem(UUID, UUID, String, String, ActivityReference, UUID, UUID, WorklistConstants.WorklistItemState, int, long, long, long, QualifiedAgent, long, long, int, int, WorklistItem.Delegation, Enquiry, Enquiry, String, String, String, String, String, String, int, long, long, String, long, Map<String, Set<String>>, Map<String, PluginData>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>, Map<String, String>, Set<QualifiedAgent>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist item for client-side use.
- createClientWorklistItem(UUID, InternalWorklistItem, IndividualWorklistItemSettings, Set<QualifiedAgent>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new client worklist item by combining values from the internal
worklist item and the individual item settings.
- createComparisonFilter(Attribute, ComparisonOperator, Comparable<?>) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when a comparison of an attribute to a constant
value succeeds.
- createConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfiguration(Map<String, String>, Set<String>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a new ChangeableActivityConfiguration containing the values
from the given template.
- createConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfigurationDescriptionElement(Document, String, ConfigurationDescription, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
- createConfigurationElement(Document, String, Configuration, String, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create an XML element for the given configuration.
- createConfigurationEntry(String, String, ProcessConstants.AdeptDataType, boolean, String[], PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfigurationEntryElement(Document, String, String, ConfigurationDescription.ConfigurationEntry) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Despite the name implies, this creates an entry for a configuration description!
- createConfigurationManager(String, Configuration, boolean, ConfigurationPropertyProvider, LoggerManager) - Method in class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Gets a configuration manager having the designated file (file name without
path) as root configuration and/or the designated configuration.
- createConfigurationSet(String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
can't be completely initialised through constructor; use object methods instead
- createConfigurationWrapper(Configuration, String) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createConfigurationWrapper(Configuration, String) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new de.aristaflow.adept2.model.common.Configuration
for the designated
org.apache.commons.configuration2.Configuration which allows to
merge process model configurations (for instance of activities) and runtime
configurations (for instance from property files).
- createConstantFilter(boolean) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a constant filter that either matches all objects or no objects
based on the designated parameter.
- createConstPositionFilter(Attribute, Filter, ComparisonOperator, int) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when comparison between the position of the
first object in the list returned by the attribute matching the filter and the specified
integer succeeds.
- createContainsAllFilter(Attribute, Filter, Collection<Serializable>) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when all of the objects in the allObjects collection
matching the specified filter are also contained in the collection
returned by the attribute (i.e. if {o "in" allObjects | filter.matches(o)} is a subset
of the attribute value)
- createContainsAnyFilter(Attribute, Filter) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when any of the objects in the collection
returned by the specified attribute match the specified filter
(analogous to a existential quantifier)
- createContainsOnlyFilter(Attribute, Filter) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when all of the objects in the collection
returned by the specified attribute match the specified filter
(analogous to a universal quantifier)
- createCSReference(String, String, long, State, Map<String, Collection<String>>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createCurrentExecutor() - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new executor service executing commands by the submitting thread.
- createDataEdge(ActivityConstants.AccessType, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a data edge.
- createDataElement(int, String, ProcessConstants.AdeptDataType, String, String, UUID, UUID, boolean, boolean, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a DataElement.
- createDataType(SessionToken, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDTManager
-
Creates a new data type (UDT) in the data type manager/process repository
with the designated name.
- createDate(long) - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Creates a date from the given time in milliseconds, i.e. hours, minutes,
seconds and milliseconds will be set to 0; only year, month
and day remain.
- createDateFormat() - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Returns a new DateFormat to handle dates (w/o time) in the
format yyyy-MM-dd.
- createDecisionActivity(UUID, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>, ProcessModelParameter, Map<Long, Collection<DecisionStatement>>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a decision activity object.
- createDecisionActivity(Activity, ProcessModelParameter, Map<Long, Collection<DecisionStatement>>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a new decision activity object, based on the given activity.
- createDecisionActivityInstance(ActivityInstance, ProcessModelParameter, Collection<DecisionStatement>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a DecisionActivityInstance object.
- createDecisionStatement(String, String, long, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a new decision statement object.
- createDefaultTemplateStatus(UUID) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an initial TemplateStatus object with all comments set to "initial
template status".
- createDisplayTimestampFormat(TimeZone) - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Returns a new DateFormat to handle date + time (= timestamp)
in the format yyyy-MM-dd HH:mm:ss.
- createDocument() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Creates a document for the XML-representation of this UDT containing the
top-level element.
- createDocument() - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
-
Initialises the document object which will be used for constructing
elements.
- createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a new EBP instance reference object.
- createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[], URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a new EBP instance reference object.
- createEBPInstanceReference(int, Instance, URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a new EBP instance reference object for the designated node of the
designated instance being from the designated execution manager.
- createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[]) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Create a new EBP instance reference object.
- createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[], URI[]) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Create a new EBP instance reference object.
- createEBPInstanceReference(EBPType, UUID, UUID, int, int, URI[], URI[]) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Create a new EBP instance reference object.
- createEBPInstanceReferenceElement(Document, String, EBPInstanceReference, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Creates an ebp instance reference element, based on the given ebp instance
reference object.
- createECDReference(String, String, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createECPElement(Document, String, ExecutionControlProperties, ActivityConstants.ActivityModelEntityType) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create an XML element for the given execution control properties.
- createEdge(ProcessConstants.EdgeType, long, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an Edge.
- createEmbeddedProcess(Template, UUID, UUID, Configuration, Configuration, ExecutionControlProperties, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates an EmbeddedProcess object.
- createEmbeddedTemplateMappingElement(Document, Map<UUID, UUID>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a embedded template ID mapping element with the given ID mapping
- createEnquiry(QualifiedAgent, Set<QualifiedAgent>, String) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create an Enquiry object.
- createEnquiry(QualifiedAgent, Set<QualifiedAgent>, String, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create an Enquiry object.
- createEntity(SessionToken, Entity) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelChangeOperations
-
Creates a new entity with the type and attribute values provided in the
given
Entity object and returns the assigned ID.
- createExecutableComponentDescription(String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, UUID, String, InheritedConfigurationDescription, Collection<ParameterTemplate>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createExecutableInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
- createExecutableInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<Integer, List<Enquiry>>, Map<Integer, Enquiry>, URI[], Map<Integer, URI[]>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
- createExecutableInstance(UUID, UUID, String, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new executable instance without the need to specify all the
details.
- createExecutableInstance(Instance) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new ExecutableInstance from the given instance.
- createExecutableInstance(Instance, ExecutableInstance) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new ExecutableInstance from the given instance having the
designated template and the additional attributes; additional with respect
to the difference between a ChangeableInstance and an ExecutableInstance.
- createExecutableInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates an ExecutableInstance object.
- createExecutableInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<Integer, List<Enquiry>>, Map<Integer, Enquiry>, URI[], Map<Integer, URI[]>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates an ExecutableInstance object.
- createExecutionControlPropertiesElement(Document, String, ExecutionControlProperties) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Create an XML element for the given execution control properties.
- createExecutor(int, String, Logger, boolean) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new executor service with the designated core pool size using the
designated name and logger to create a
Adept2ThreadFactory for
creating threads.
- createExecutor(int, String, Logger, boolean, int) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new executor service with the designated core pool size using the
designated name and logger to create a
Adept2ThreadFactory for
creating threads.
- createExecutor(int, Adept2ThreadFactory, boolean) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new executor service with the designated core pool size using the
designated name and logger to create a
Adept2ThreadFactory for creating threads.
- createExecutor(int, Adept2ThreadFactory, boolean, int) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new executor service with the designated core pool size using the
designated name and logger to create a
Adept2ThreadFactory for creating threads.
- createExportedLocalService(String, AbstractRegistry.InstantiationMode, String, String[], boolean) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for an exported local service
with the designated attributes.
- createExportedLocalServiceForObject(String, ADEPT2Service, String[], boolean) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for an exported local service
provided as object with the designated attributes.
- createFileEvent(Path) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Creates a FileEvent for the designated path.
- createFileEvent(File) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
- createFileNameForEvent(MailEvent, boolean) - Static method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Creates a file name for storing a message.
- createFileWithParents(Path) - Static method in class de.aristaflow.adept2.util.FileTools
-
Creates the designated file including all parent directories.
- createFilter(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- createFilter(FilterFactory, Pair<ComparisonOperator, String>, Pair<ComparisonOperator, String>, Pair<ComparisonOperator, String>, Pair<ComparisonOperator, Integer>, Pair<ComparisonOperator, Long>, Pair<ComparisonOperator, Long>, Pair<ComparisonOperator, Long>, boolean) - Static method in class de.aristaflow.adept2.model.worklistmodel.WorklistFilters
-
Create a worklist filter based on the given pairs of ComparisonOperator and
value.
- createFormatter(boolean) - Method in class de.aristaflow.adept2.base.configuration.LoggerManager
-
Creates a formatter for a logger.
- createFormatter(boolean) - Method in class de.aristaflow.adept2.base.registry.CsvLoggerManager
-
- createFormatter(Class<? extends SystemDataFormatter>) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatterFactory
-
Returns a new system data formatter instance for the requested formatter
type.
- createForwardEvent(T) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
- createGUIContext(SessionToken, TransferableGUIContext, ExecutionControlManager) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
Creates a GUI context for the designated
TransferrableGUIContext and the designated
ExecutionControlManager.
- createGUIContext(SessionToken, TransferableGUIContext, ExecutionControlManager) - Method in class de.aristaflow.adept2.ui.guimanager.NullGUIManager
-
- createIconDescriptor(UUID, String, String, IconDescriptor.Dimension[], long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createIdentifier(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createIndividualWorklistItemSettings(UUID, String, String, long, long, String, int, long, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new Individual Worklist Item Settings object
- createInheritedActivityConfiguration(InheritedConfiguration, Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInheritedActivityConfiguration(InheritedConfiguration, InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInheritedActivityConfiguration(InheritedConfiguration, InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInheritedConfiguration(InheritedConfiguration, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInheritedConfiguration(InheritedConfiguration, InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInheritedConfigurationDescription(InheritedConfigurationDescription, Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createInitTabEntry(int, InitType, int, UUID, boolean, String, boolean) - Method in interface de.aristaflow.adept2.model.inittab.InitTabFactory
-
Creates a new init tab entry for providing it to the init tab manager.
- createInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, Integer>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
- createInstanceDataContainer(SessionToken, Template) - Method in interface de.aristaflow.adept2.core.datamanager.DataManager
-
Creates an instance data container for the input (and output) parameters of
the designated template.
- createInstanceDataContainer(SessionToken, UUID) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
- createInstanceDataContainer(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager
-
Creates an instance data container for the input (and output) parameters of
the designated template.
- createInstanceDataContainer(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates an instance data container for the input (and output) parameters of
the designated template.
- createInstanceForInterface(Class<? extends T>, Class<T>, Class<?>[], Object[]) - Method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Creates an new instance of the designated class having the designated
component interface or super class.
- createInstanceHistories(UUID, Document, Document) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates an object containing all histories of an instance.
- createInstanceLocksElement(Document, Map<UUID, ProcessModelXMLHelperTools.LockDescription>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a instance locks element containing all instance locks specified.
- createInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, Integer>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an Instance.
- createInstanceOf(SessionToken, UUID, String, QualifiedAgent, long) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Creates a new instance for execution.
- createInstanceReference(UUID, UUID, String, boolean, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, ProcessConstants.InstanceExecutionStatus, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an InstanceReference.
- createInstanceStatus(UUID, ProcessConstants.InstanceMigrationStatus, String, ProcessConstants.InstanceExecutionStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
- createInstanceStatus(UUID, ProcessConstants.InstanceMigrationStatus, long, String, ProcessConstants.InstanceExecutionStatus, long, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
- createInternalWorklist(UUID, long, QualifiedAgent, long, List<InternalWorklistItem>, String, long, long, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist for internal use.
- createInternalWorklist(UUID, long, QualifiedAgent, long, List<InternalWorklistItem>, String, long, long, Map<String, String>, Map<Long, ClientWorklist>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist for internal use, with existing client worklists.
- createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistConstants.WorklistItemState, boolean, UUID[], UUID[], Set<IndividualWorklistItemSettings>, int, long, long, long, QualifiedAgent, long, long, int, String, int, String, List<WorklistItem.Delegation>, Enquiry, List<Enquiry>, String, String, String, String, String, Map<String, Set<String>>, Map<String, PluginData>, ParameterDataContext, Map<String, String>, Map<UUID, Set<QualifiedAgent>>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist item for internal / server-side use.
- createItemHandler(ClientWorklistItem) - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
Creates an item handler for adding an event source for the designated
worklist item.
- createKeyPair(int) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a RSA key pair and returns the modulus, the public and the private
exponent.
- createLightWeightProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>, boolean, boolean) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create a LightWeightProcessInstance object.
- createListener(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- createLocalisedCheckReport(URI, LocalisationFactory, Locale...) - Static method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
Convenience method for creating a check report respecting localisation.
- createLocalisedView(Class<T>, T, Locale) - Method in interface de.aristaflow.adept2.model.common.i18n.LocalisationFactory
-
Create a localised view on the given target object.
- createLocalServiceURI(String) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Creates a local (i.e. not for remote usage) service URI for a given service
instance name.
- createLockFileEvent(Path, Path) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Creates a FileEvent for the designated file and its lock file.
- createLockFileEvent(File, File) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
- createMailEvent(Message) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Creates a MailEvent for the designated message.
- createMailEvent(Message) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Creates a MailEvent for the designated message.
- createMBeanName(String) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Creates the name for the designated service to be available as MBean.
- createMBeanName(String) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
- createMergingConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createMergingConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Creates a new MergingConfiguration with the designated initial
configuration.
- createNegativeRandomUUID() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
Creates a random UUID which has a negative sign, that means a special bit
for distinguishing two complementary cases.
- createNegativeRandomUUIDDebug() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
Creates a consecutive UUID having a negative sign.
- createNew(Class<V>) - Static method in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Create a new, empty view for performing changes.
- createNode(int, String, String, String, ExecutableBusinessProcess, boolean, UUID, String, String, Map<ActivityConstants.AccessType, Map<String, Integer>>, Map<ActivityConstants.AccessType, Set<ProcessModelParameter>>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a Node object.
- createNonExportedLocalService(String, AbstractRegistry.InstantiationMode, String) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for a non-exported local service
with the designated attributes.
- createNonExportedLocalServiceForObject(String, ADEPT2Service) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for a non-exported local service
provided as object with the designated attributes.
- createNotFilter(Filter) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when the specified filter does not
match (i.e. that performs a logical NOT).
- createNullTemplate(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a null template using the underlaying implementation.
- createOperation(ExecutableComponentDescription, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, String, InheritedConfigurationDescription, InheritedActivityConfiguration, InheritedActivityConfiguration, ParameterChangePolicy, Collection<ActivityModelParameter>, Collection<ActivityModelParameter>, Collection<ParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createOperationReference(String, String, String, String, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createOrFilter(Filter...) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when one of the specified filters
matches (i.e. that performs a logical OR).
- createOrUpdateTable(boolean) - Method in class de.aristaflow.adept2.base.registry.dbconfiguration.TableManager
-
Creates or updates the table for the runtime configuration.
- createParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createParameter(ActivityModelParameter, String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create a ParameterDataContext object.
- createParameterSystemValueMappingForNewEBP(ExecutableBusinessProcess, Map<ActivityConstants.AccessType, List<ProcessModelParameter>>, ProcessConstants.DataMappingType) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Returns an initial mapping between still unmapped parameters and the system
value given by initType.
- createParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createParameterTemplate(ParameterTemplate, String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createPattern(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Creates a pattern for the designated filter.
- createPluginData(String, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
Creates a new plug-in data object.
- createPluginDataContainer(Map<String, Set<String>>, Map<String, PluginData>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
Creates a standalone plug-in data container.
- createPluginDataContainerElement(Document, String, PluginDataContainer) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Creates a new container element for plugin data and
fills it with the given plugin data.
- createPluginLoader(String, URL[]) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry
-
Creates a new classloader for the designated plugin instance having the
appropriate classpaths.
- createPositiveUUID() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
Creates a random UUID which has a positive sign, that means a special bit
for distinguishing two complementary cases.
- createPositiveUUIDDebug() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
Creates a consecutive UUID having a positive sign.
- createPrivateRemoteService(String, URI) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for a private remote service
with the designated attributes.
- createProcessImageData(String, byte[], int, int) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates image data for the designated image having the designated values
without node and data element areas and no user attributes and no plugin
data.
- createProcessImageData(String, byte[], int, int, Map<Integer, Rectangle>, Map<Integer, Rectangle>) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates image data for the designated image having the designated values
and no user attributes and no plugin data.
- createProcessImageData(String, byte[], int, int, Map<Integer, Rectangle>, Map<Integer, Rectangle>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates image data for the designated image having the designated values.
- createProcessModelParameter(String, String, ProcessConstants.AdeptDataType, String, UUID, boolean, boolean, boolean, String, ActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a process model parameter object.
- createProcessType(SessionToken, String) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessRepository
-
Creates a new process type with the designated name, stores the liable user
and creates the root template, which is just a copy of the implicit null
template.
- createProcessType(String, TemplateProxy) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a new process type.
- createProcessTypesElement(Document, Set<ProcessModelXMLHelperTools.SerialisableProcessType>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a process types element containing all specified processTypes.
- createPublicRemoteService(String) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Creates a new service information instance for a public remote service with
the designated attributes.
- createPullWorklistConfiguration(Filter) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a default worklist configuration object with pull updates and the
designated filter.
- createPushWorklistConfiguration(long, Filter) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a default worklist configuration object with push updates having
the designated minimal interval between updates and the designated filter.
- createRandomisedParameterDataElementMappingForNewEBP(Template, int, ExecutableBusinessProcess) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a mapping between the parameters of the given EBP and already
existent data elements (where possible).
- createRandomUUID() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
- createRandomUUIDDebug() - Static method in class de.aristaflow.adept2.util.UUIDTools
-
Creates a consecutive UUID.
- createRecursionTable(ExtendedConnection, String[], String, String, ParentToChildConnection[], int) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Creates a (temporary) table or view containing tuples that match a
recursive/hierarchical SQL-query which is based on the specified
parameters.
- createRecursionTable(ExtendedConnection, String[], String[], String, String, ParentToChildConnection[]) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
- createRecursionTable(String[], String, String, ParentToChildConnection[], int) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Creates a (temporary) table or view containing tuples that match a
recursive/hierarchical SQL-query which is based on the specified
parameters.
- createRecursionTable(String[], String[], String, String, ParentToChildConnection[]) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
- createReferencedProcess(UUID, boolean, Configuration, Configuration, ExecutionControlProperties, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a ReferencedProcess object.
- createRegistryWrapper(String, boolean, InstanceToInstanceRegistry, ModelViewerProvider) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Creates a Registry which is a wrapper for this registry including the service
name.
- createRegistryWrapper(String, boolean, InstanceToInstanceRegistry, ModelViewerProvider) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Also provides the cluster name to the created registry wrapper.
- createRemoteObjectIdentifier(String, String) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
-
Creates a remote object identifier for the specified ADEPT2 service.
- createRenderOptions(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates render options with the designated values for the complete and unscaled image.
- createRenderOptions(String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates render options with the designated values for the complete image.
- createRenderOptions(String, int, int, Rectangle, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.graphical.GraphicalModelFactory
-
Creates render options with the designated values.
- createResourceDescriptor(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
-
- createResultSetEvent(ResultSet) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
Creates a ResultSetEvent for the designated result set.
- createScheduledExecutor(int, String, Logger, boolean) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new scheduled executor service with the designated minimal pool size using the
designated name and logger to create a ThreadFactory for creating threads.
- createScheduledExecutor(int, Adept2ThreadFactory, boolean) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
-
Creates a new scheduled executor service with the designated minimal pool size using the
designated factory for creating threads.
- createSeparatedClassPathElement(Document, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
- createSequence(ExtendedConnection, String, long, long) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Creates a new sequence in the database.
- createSequence(String, long, long) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Creates a new sequence in the database.
- createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Creates a new serialisable data context having the values of the designated
data container.
- createSerialisableDataContext(boolean, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Creates a new serialisable data context having the designated input and
output parameters.
- createServlet(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- createSession() - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Creates a new session token using the session factory assigned to this
service.
- createSession() - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Creates a new session token using the client session factory assigned to
this service.
- createSession() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
Creates a new session token using the client session factory assigned to
this service.
- createSession() - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
- createSession() - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
Creates a session token to start the synchronisation after starting.
- createSession() - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
-
- createSimpleDataEdgeObject(SessionToken, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a simple DataEdge container Object
- createSimpleDataElementObject(SessionToken, String, ProcessConstants.AdeptDataType) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a simple DataElement container object
- createSimpleEdgeObject(SessionToken, ProcessConstants.EdgeType) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a simple edge container object of the given type
- createSimpleNodeObject(SessionToken) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a simple node container object
- createSimpleProcessParameterObject(SessionToken, String, ProcessConstants.AdeptDataType, String, boolean, UUID, boolean) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Creates a simple process (in-/out-) parameter.
- createSimpleProgressMonitor() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Creates a new progress monitor without checking the thread for execution in
a runtime service.
- createSimpleSessionContext(String, EBPInstanceReference, SerialisableDataContext, ActivityInstance, ProcessConstants.ExecutionMode, Enquiry, Enquiry, Map<String, String>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Creates a new simple session context for starting an activity in a runtime
service.
- createSimpleSessionContext(String, String, EBPInstanceReference, SerialisableDataContext, ActivityInstance, ProcessConstants.ExecutionMode, Enquiry, Enquiry, Map<String, String>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
-
Creates a new simple session context for resuming an activity in a runtime
service.
- createSocket() - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createSocket(InetAddress, int) - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createSocket(String, int) - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class de.aristaflow.adept2.util.net.OvertrustfulSSLSocketFactory
-
- createStatement() - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- createStatement(int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- createStatement(int, int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- createStorageActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageActivityTemplateDefinition(String, String, String, UUID, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, Boolean, Boolean, UUID, String, StorageConfigurationDescription, StorageActivityConfiguration, StorageActivityConfiguration, ParameterChangePolicy, Map<String, StorageActivityModelParameter>, Map<String, StorageActivityModelParameter>, Map<String, StorageParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageConfigurationSet(String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
can't be completely initialised through constructor; use object methods
instead
- createStorageExecutableComponentDescription(String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, UUID, String, StorageConfigurationDescription, Collection<StorageParameterTemplate>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageOperation(String, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, String, StorageConfigurationDescription, StorageActivityConfiguration, StorageActivityConfiguration, ParameterChangePolicy, Collection<StorageActivityModelParameter>, Collection<StorageActivityModelParameter>, Map<String, StorageParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, StorageConfigurationDescription, StorageActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStorageParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, StorageConfigurationDescription, StorageConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
-
- createStructuralNodeData(int, ProcessConstants.NodeType, int, int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a temporary object, containing all structural information
of a node.
- createStructuredDataEdge(DataEdge, int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a structured data edge (a container for a data edge and its
structural information).
- createStructuredEdge(Edge, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a structured edge (a container for an edge and its
structural information).
- createSubInstanceOf(SessionToken, UUID, String, QualifiedAgent, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Creates a new instance as subprocess for execution.
- CreateSurroundingBlock - Class in de.aristaflow.adept2.core.changeoperations
-
This change operation offers the possibility to surround nodes with a block
of the following types:
AND-Split -> AND-Join
XOR-Split -> XOR-Join
LOOP-Start -> LOOP-End
Call isPossible first to check if the insertion of the surrounding block is
valid, than call perform operation to execute the change.
- CreateSurroundingBlock() - Constructor for class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
- createSyncRunnable() - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
Creates a runnable that performs the actual synchronisation.
- createTempFile(File, String, boolean) - Static method in class de.aristaflow.adept2.util.FileTools
-
Creates a new temporary file or directory as child of the designated
directory.
- createTemplate(UUID, String, String, ConfigurationDescription, Configuration, Configuration, String, QualifiedAgent, String, Set<ProcessModelParameter>, Set<ProcessModelParameter>, TemplateDeltaLayer, Collection<Node>, Collection<DataElement>, Set<StructuredEdge>, Set<StructuredDataEdge>, Map<Integer, ProcessModelFactory.StructuralNodeData>, Map<Integer, List<Integer>>, int, int, String, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a Template.
- createTemplateInformationsElement(Document, Map<UUID, ProcessModelXMLHelperTools.TemplateInformation>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a template informations element containing all specified template informations.
- createTemplateLocksElement(Document, Map<UUID, ProcessModelXMLHelperTools.LockDescription>) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
Create a template locks element containing all template locks specified.
- createTemplateProxy(TemplateReference, UUID, List<UUID>, Set<URI[]>, long, long, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Creates a new template proxy.
- createTemplateReference(UUID, String, String, String, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>, boolean, ProcessConstants.TemplateUsage, ProcessConstants.TemplateBuildtimeState, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a TemplateReference.
- createTemplateStatus(UUID, ProcessConstants.TemplateBuildtimeState, ProcessConstants.TemplateUsage, boolean, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create a TemplateStatus object with all comments set as provided.
- createTime(long) - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Creates a time from the given time in milliseconds, i.e. the year will be
set to 1970, month to 0, day to
1, milliseconds to 0; while hours, minutes
and seconds remain.
- createTimeFormat() - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Returns a new DateFormat to handle times (w/o date) in the
format HH:mm:ss.
- createTimestamp(long) - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Creates a timestamp from the given time in milliseconds, i.e. milliseconds
will be set to 0; all other values remain.
- createTimestampFormat() - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Returns a new DateFormat to handle date + time (= timestamp)
in the format yyyy-MM-dd HH:mm:ss.
- createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create a top-level process instance object.
- createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
-
Create a top-level process instance object.
- createTwoFiltersPositionFilter(Attribute, Filter, ComparisonOperator, Filter) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
-
Creates a filter that matches when comparison between the position of the
first object in the list returned by the attribute matching the first filter and
the first object matching the second filter succeeds.
- createUDF(SessionToken, String, String, ProcessConstants.AdeptDataType, String, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDTManager
-
Creates a user-defined function that is able to interpret a specific data
type.
- createURIArrayElement(Document, String, URI[], String, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Creates an element representing an array of URIs, based on the given array.
- createUserAttributesElement(Document, String, Map<String, String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Creates a new container element for user attributes and fills it with the
given user attributes.
- createUTCCalendar() - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Returns a new Calendar with UTC as its time zone.
- createUtcCalendar(boolean) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Returns a new Calendar with UTC as its time zone, the current date and either the
current time or midnight.
- createVariableParallelismEBP(LightWeightProcess, Set<ProcessModelParameter>, Configuration, Configuration, ExecutionControlProperties, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Create an EBP for variable parallelism.
- createView(Map<String, String>, Class<V>) - Static method in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Creates a new view on the given data, implementing the given interface.
- createView(Map<String, String>, Class<V>, Locale) - Static method in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Creates a new view on the given data, implementing the given interface.
- createView(Map<String, String>, Class<V>, String, Locale) - Static method in class de.aristaflow.adept2.model.common.viewer.ModelViewer
-
Creates a translating view, returning the values for the given locale.
- createWorklistConfiguration(int, Map<Integer, Long>, boolean, Filter, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist configuration object.
- createWorklistRetryDelay - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The time in milliseconds to wait before retrying to create (retrieve) a
client worklist.
- createWorklistRevision(long, long) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a new worklist revision with the designated initialisation date and the designated
update count.
- createWorklistSilentCount - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The number of retries for creating (retrieving) a client worklist before
logging the exception as critical.
- createWorklistUpdate(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a worklist update object.
- createWorklistUpdate(UUID, WorklistRevision, long, int, Map<ClientWorklistItem, WorklistConstants.WorklistItemUpdateType>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates a worklist update object.
- createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates an incremental worklist update object.
- createWorklistUpdateIncrementally(WorklistUpdate) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
-
Creates an incremental worklist update object based on the designated
worklist update.
- creationAgent - Variable in class de.aristaflow.adept2.model.common.Branch
-
The agent creating this branch.
- creationTime - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
The time (in milliseconds, see System.currentTimeMillis()) this
result set has been created.
- creationTime - Variable in class de.aristaflow.adept2.model.common.Branch
-
The creation time of this branch.
- creationTime - Variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
-
The timestamp, the template was created
- critical - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Whether this handler is critical and failures should abort all event
handling.
- critical - Variable in exception de.aristaflow.adept2.model.events.EventHandlingException
-
Whether the exception is critical and therefore event handling should be
aborted.
- CSReference - Interface in de.aristaflow.adept2.model.activitymodel
-
The lightweight representation of a ConfigurationSet for usage
in the activity repository.
- CSVFormatter - Class in de.aristaflow.adept2.base.registry
-
This class formats a LogRecord to a CSV-record as specified in
RFC 4180.
- CSVFormatter() - Constructor for class de.aristaflow.adept2.base.registry.CSVFormatter
-
Creates a new formatter for CSV.
- CsvLoggerManager - Class in de.aristaflow.adept2.base.registry
-
- CsvLoggerManager(boolean, boolean) - Constructor for class de.aristaflow.adept2.base.registry.CsvLoggerManager
-
Creates a new LoggerManager providing a
CSVFormatter.
- csvLoggingEnabled() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
- csvLoggingEnabled() - Method in interface de.aristaflow.adept2.base.service.LogService
-
Whether the debug/CSV-logging is being used.
- csvLoggingEnabled() - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- current - Variable in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
-
The reference to the current element which is to be retrieved next.
- current - Variable in class de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator
-
The reference to the current element which is to be retrieved next.
- currentLockingObject() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.Lock
-
Retrieves a string representation of the object that is currently
holding the lock.
- currentRun - Variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
The number of times the event source has been tried to add.
- currentStatusChangeWaiters - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The threads that await statusChange which has been signalled.
- CurrentThreadPoolExecutor - Class in de.aristaflow.adept2.util.threading
-
A thread pool for executing the tasks by the submitting thread.
- CurrentThreadPoolExecutor() - Constructor for class de.aristaflow.adept2.util.threading.CurrentThreadPoolExecutor
-
Creates a new thread pool executing commands by the submitting thread.
- CustomInstanceFilters - Class in de.aristaflow.adept2.core.processmanager
-
A factory for custom filters that can't be constructed using the regular
FilterFactory.
- CustomInstanceFilters() - Constructor for class de.aristaflow.adept2.core.processmanager.CustomInstanceFilters
-