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

C

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 - Variable in class de.aristaflow.adept2.util.i18n.ResourceBundleProvider
A cache for retrieved bundles or alike.
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.
CACHE - de.aristaflow.adept2.base.dbaccess.DatabaseName
Deprecated, for removal: This API element is subject to removal in a future version.
Use DatabaseName.IRIS instead.
CachedThreadPoolExecutor - Class in de.aristaflow.adept2.util.threading
A ThreadPoolExecutor which comes in two flavours: 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
Deprecated, for removal: This API element is subject to removal in a future version.
CachedThreadPoolExecutor(int, int, boolean, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
CachedThreadPoolExecutor(int, int, boolean, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
CachedThreadPoolExecutor(int, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Creates a new CachedThreadPoolExecutor with the given initial parameters and default rejected execution handler.
CachedThreadPoolExecutor(int, int, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Creates a new CachedThreadPoolExecutor with the designated initial parameters and default rejected execution handler.
CachedThreadPoolExecutor(int, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Creates a new CachedThreadPoolExecutor with the designated initial parameters and default rejected execution handler.
CachedThreadPoolExecutor(int, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
Creates a new CachedThreadPoolExecutor with the designated initial parameters and default rejected execution handler.
CachingIncWorklistUpdate - Class in de.aristaflow.adept2.model.worklistmodel
This incremental worklist update implements a cache for the underlying incremental worklist update, that is, when iterating via CachingIncWorklistUpdate.getNext(int), all retrieved item updates will be cached.
CachingIncWorklistUpdate(IncrementalWorklistUpdate) - Constructor for class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
Deprecated, for removal: This API element is subject to removal in a future version.
CachingIncWorklistUpdate(IncrementalWorklistUpdate, long, long, Logger) - Constructor for class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
Creates a new caching incremental worklist update for the designated incremental worklist update.
CachingIncWorklistUpdate.CachingIncWorklistUpdateCloseTask - Class in de.aristaflow.adept2.model.worklistmodel
The clean-up task for closing/dropping the IncrementalWorklistUpdate.
CachingIncWorklistUpdateCloseTask(CachingIncWorklistUpdate) - Constructor for class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate.CachingIncWorklistUpdateCloseTask
Creates new clean-up for closing/dropping the IncrementalWorklistUpdate of the designated CachingIncWorklistUpdate.
CachingRemoteIterator<T> - Class in de.aristaflow.adept2.model.common.collection
This iterator implements a cache for the underlying iterator, that is, when iterating via AbstractRemoteIterator.getNext(int), all retrieved elements will be cached.
CachingRemoteIterator(RemoteIterator<List<T>>) - Constructor for class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
Deprecated, for removal: This API element is subject to removal in a future version.
CachingRemoteIterator(RemoteIterator<List<T>>, long, long, Logger) - Constructor for class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
Creates a new caching remote iterator for the designated iterator.
CachingRemoteIterator.CachingRemoteIteratorCloseTask - Class in de.aristaflow.adept2.model.common.collection
The clean-up task for closing the wrapped RemoteIterator.
CachingRemoteIteratorCloseTask(CachingRemoteIterator<?>) - Constructor for class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator.CachingRemoteIteratorCloseTask
Creates new clean-up for closing the wrapped RemoteIterator of the designated CachingRemoteIterator.
calculateThreshold(long) - Static method in class de.aristaflow.adept2.util.io.SwitchingOutputStream
Gets the threshold for switching from memory to file storage based on the designated estimated size of the stream.
CALCULATING - de.aristaflow.adept2.model.runtimeenvironment.TaskState
Application is busy.
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.core.registry.cluster.ServiceStateTracker.PlatformAvailabilityNotifier
 
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.
callback - Variable in class de.aristaflow.adept2.base.communication.invocation.InvocationHandler
Whether this invocation handler is a callback object, that is, it is a stub that has been created for a callback parameter in an invocation message.
Callback - Annotation Type in de.aristaflow.ilm.ws.rest.base.service.openapi
This annotation marks a parameter as callback having a callback interface and an URL where the callback is expected.
callbackAfterResume - Variable in class de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
The ID of the notification callback used after the current resume.
callbackAfterResume - Variable in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
The ID of the notification callback used after the current resume.
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
Deprecated.
Use CallbackObjectNotRegistered instead. This class will be removed in the future.
CallbackObjectNotRegistered(String, URI) - Constructor for exception de.aristaflow.adept2.base.communication.CallbackObjectNotRegistered
Deprecated.
Sets up the exception that indicates that there is no callback object registered with the given callbackID.
callbackUrlExpression() - Method in annotation type de.aristaflow.ilm.ws.rest.base.service.openapi.Callback
 
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(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(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.
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(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.
callerUri - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
 
callerUris - Variable in class de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
 
callerUris - Variable in class de.aristaflow.ilm.base.sessionmanagement.Session
Set this to URIs identifying your client uniquely.
callingAgent - Variable in exception de.aristaflow.adept2.model.execution.WrongAgentException
The agent who called the operation.
callingAgent - Variable in exception de.aristaflow.ilm.model.execution.WrongAgentException
 
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<O, ScheduledObjectOneWorkExecutor.ScheduledRuntimeData>, Callable<T>, Collection<ObjectRunnable<O, O>>) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
 
cancelAndFlush(boolean, Map<O, R>, Callable<T>, Collection<ObjectRunnable<O, O>>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
 
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
 
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) - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
Returns whether this comparison operator can generally work on the given data type.
canCompare(DataType, DataType) - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
Returns whether this operator can compare the two given data types.
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
 
CapabilityChecker - Interface in de.aristaflow.adept2.base.sessionmanagement
Interface for providing methods to check capabilities of session tokens.
causeClass - Variable in exception de.aristaflow.ilm.util.IlmException
The class of the cause of the exception or null.
cc(String) - Method in class de.aristaflow.adept2.model.mail.Email
Sets an address to which to send a copy of the mail.
cc(String, String) - Method in class de.aristaflow.adept2.model.mail.Email
Sets an address to which to send a copy of the mail.
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_RETRY_MAX - Static variable in class de.aristaflow.adept2.base.service.AbstractConfigurableAuthenticatedService
The maximum of retries for getConfiguration.
CFG_RETRY_MAX - Static variable in class de.aristaflow.adept2.base.service.AbstractConfigurableService
The maximum of retries for getConfiguration.
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.
CHANGE_PARAMETERS - de.aristaflow.adept2.model.common.ParameterChangePolicy
Parameters may be changed, but no parameters may be added or removed.
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 - Variable in class de.aristaflow.adept2.model.common.changetracking.ChangeTrackingMap
The change combiner used for combining several changes to a property value.
ChangeCombiner - Interface in de.aristaflow.adept2.model.common.changetracking
Combines two changes depending on how they relate to each other.
changed - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
The values that have been changed in this wrapping entity indexed by the corresponding (simple) lower-case attribute name.
CHANGED - de.aristaflow.adept2.model.common.changetracking.ChangeType
A specific element has been changed in a collection-based property.
CHANGED - de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Entities that are changed by the delta layer.
CHANGED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
The worklist item has been changed.
changedProperties - Variable in class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
Change tracker for worklist item, cf.
ChangedProperty<T extends 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(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(EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
 
changeLogContext(EBPInstanceReference) - Method in interface de.aristaflow.adept2.base.service.LogService
changeLogContext(EBPInstanceReference) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
 
changeLogContext(String) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
 
changeLogContext(String) - Method in interface de.aristaflow.adept2.base.service.LogService
changeLogContext(String) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
 
changeLogContext(String, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
 
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, SessionToken, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
 
changeMailAddress(String) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ClientAdministrationRest
 
changeMailAddress(SessionToken, String) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ClientAdministrationWebService
 
changeMailAddress(SessionToken, String) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ClientAdministration
Changes the mail address of the user identified by the session token.
changeMailAddress(SessionToken, String) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
 
changeMailAddress(SessionToken, String) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
 
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 class de.aristaflow.ilm.ws.core.orgmodelmanager.ClientAdministrationWebService
 
changePassword(String, String) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ClientAdministrationRest
 
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.
changePassword(SessionToken, String, String) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
 
changePassword(SessionToken, String, String) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
 
changePreferredLocale(String) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ClientAdministrationRest
 
changePreferredLocale(SessionToken, String) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ClientAdministrationWebService
 
changePreferredLocale(SessionToken, Locale) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ClientAdministration
Changes the preferred locale of the user identified by the session token.
changePreferredLocale(SessionToken, String) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
 
changePreferredLocale(SessionToken, String) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
 
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 - Class in de.aristaflow.ilm.model.processmodel
 
ChangeReport() - Constructor for class de.aristaflow.ilm.model.processmodel.ChangeReport
 
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.
changeSessionId() - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
 
ChangeTrackingMap<T extends 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.
charsetPattern - Static variable in class de.aristaflow.adept2.util.net.HttpTools
The pattern determining the character set from the Content-Type.
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
 
checkCollection(Attribute, Class<? extends Collection>) - Static method in interface de.aristaflow.adept2.model.filter.ContainsFilter
Checks that the value of the designated attribute is either an array or an instance of the designated collection class.
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
 
checkForAndFixInconsistencies(SessionToken, UUID, Boolean) - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
 
checkForAndFixInconsistencies(UUID, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
 
checkForAndFixInconsistencies(SessionToken, UUID, boolean) - 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
Checks for an event and handles it (usually by using AbstractEventSource.forwardEvent(Event, boolean, boolean)).
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.
checkId - Variable in class de.aristaflow.ilm.model.common.CheckReport.Entry
 
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) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
Returns an object to the pool.
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.
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.
checkName(String) - Method in class de.aristaflow.adept2.util.logging.ClassesNameFilter
Checks for the designated name being in the collection of prefixes and/or class names that may pass this filter.
checkName(String) - Method in class de.aristaflow.adept2.util.logging.NameFilter
Checks whether the name (prefix) of this filter applies to the designated name.
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
This method is equivalent to GenericObjectPool.checkOut() except that the calling thread may be interrupted.
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.
checkOutputIgnored(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Check whether the actual output parameter is null.
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 - Class in de.aristaflow.ilm.model.common
 
CheckReport() - Constructor for class de.aristaflow.ilm.model.common.CheckReport
The constructor required for bean deserialisation.
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.Entry - Class in de.aristaflow.ilm.model.common
 
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 class de.aristaflow.ilm.ws.core.orgmodelmanager.PolicyResolutionWebService
 
checkResolvability(String, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.PolicyResolutionRest
 
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.
checkResolvability(SessionToken, String, Boolean, Boolean) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
 
checkResolvability(SessionToken, String, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
 
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(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.
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.
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.
checkState() - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
Checks the state by throwing an IllegalArgumentException if the servlet has already been initialised.
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 class de.aristaflow.ilm.ws.core.orgmodelmanager.PolicyResolutionWebService
 
checkSyntax(String, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.PolicyResolutionRest
 
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.
checkSyntax(String, Boolean, Boolean) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
 
checkSyntax(String, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
 
checkThreshold(long) - Method in class de.aristaflow.adept2.util.io.SwitchingOutputStream
Checks whether writing the designated amount of bytes will exceed the threshold and if so, switches to file storage.
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.
chooseFavourite(List<Class<?>>, JsonParser, DeserializationContext, TokenBuffer) - Method in class de.aristaflow.ilm.model.orgmodel.FlatAttributeSelection.JsonTypeDeducingTypeDeserialiser
 
chooseFavourite(List<Class<?>>, JsonParser, DeserializationContext, TokenBuffer) - Method in class de.aristaflow.ilm.util.jackson.MultiCandidateDeducingTypeDeserialiser
Chooses the favourite of the designated classes to use for deserialisation.
chooseSubtypeHierarchy(JsonParser, DeserializationContext) - Method in class de.aristaflow.ilm.util.jackson.DistFieldDeserialiser
Determines whether the designated stream has a field (at the current object) with the DistFieldDeserialiser.distFieldName by returning whether the field has been found.
ciwuLogger - Variable in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate.CachingIncWorklistUpdateCloseTask
CLASS_LOADER_USAGE - de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
CLASS_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
CLASS_PATH_SEPARATOR - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
The separator for multi-valued class paths.
ClassesNameFilter - Class in de.aristaflow.adept2.util.logging
A filter for log records only allowing log records with source classes having one of several specific prefixes or class names and at least a specific level.
ClassesNameFilter(Level, String...) - Constructor for class de.aristaflow.adept2.util.logging.ClassesNameFilter
Creates a new filter based on several prefixes and/or class names and a log level.
ClassesNameFilter(Level, Collection<String>) - Constructor for class de.aristaflow.adept2.util.logging.ClassesNameFilter
Creates a new filter based on several prefixes and/or class names and a log level.
ClassesNameSubFilter - Class in de.aristaflow.adept2.util.logging
This is a combination of ClassesNameFilter and ClassNameSubFilter, that is, it allows for several root classes and will only allow different log record source classes.
ClassesNameSubFilter(Collection<String>, Level, String...) - Constructor for class de.aristaflow.adept2.util.logging.ClassesNameSubFilter
Creates a new filter having the designated root classes (prefixes) and several prefixes and/or class names for filtering log record source classes.
ClassesNameSubFilter(Collection<String>, Level, Collection<String>) - Constructor for class de.aristaflow.adept2.util.logging.ClassesNameSubFilter
Creates a new filter having the designated root classes (prefixes) and several prefixes and/or class names for filtering log record source classes.
classLoader - Variable in class de.aristaflow.adept2.util.i18n.ResourceBundleProvider
The class loader used to retrieve the resource bundles.
classLoaderName - Variable in class de.aristaflow.ilm.util.IlmStackTraceElement
 
classLoaderUsage - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'classLoaderUsage'.
ClassLoaderUsage - Enum in de.aristaflow.adept2.model.common
What classloader to use for the execution of an activity.
className - Variable in class de.aristaflow.ilm.util.IlmStackTraceElement
 
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.
ClassNameSubFilter - Class in de.aristaflow.adept2.util.logging
A filter for log records only allowing log records with source classes having one of several specific prefixes or class names and at least a specific level while the root class, that is, the class requesting the logger, is different.
ClassNameSubFilter(String, Level, String...) - Constructor for class de.aristaflow.adept2.util.logging.ClassNameSubFilter
Creates a new filter having the designated root class and several prefixes and/or class names for filtering log record source classes.
ClassNameSubFilter(String, Level, Collection<String>) - Constructor for class de.aristaflow.adept2.util.logging.ClassNameSubFilter
Creates a new filter having the designated root class and several prefixes and/or class names for filtering log record source classes.
classPath - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'classPath'.
classPath - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
 
classPath - Variable in class de.aristaflow.ilm.model.processmodel.Activity
 
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.
clean() - Method in class de.aristaflow.adept2.util.Cleanup
Triggers the clean-up and invokes all registered clean-up tasks.
cleaner(Cleaner) - Method in class de.aristaflow.adept2.util.Cleanup.Builder
Sets a specific cleaner to be used.
cleanup - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
The clean-up for closing the Closeable MemoryResultSetImpl.values.
cleanup - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
The clean-up called after as post-mortem action of this ExecutionEnvironment.
cleanup - Variable in class de.aristaflow.adept2.extensions.datatypes.FileUDT
The clean-up for closing the RereadableContent as post-mortem action of this FileUDT instance.
cleanup - Variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The clean-up for closing the elements of ListUdt.list as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
The clean-up for closing the Fields as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
The clean-up for closing the closeables as post-mortem task for this instance or when closing.
cleanup - Variable in class de.aristaflow.adept2.model.common.communication.ServerInputStream
The clean-up for closing the wrapped input stream as post-mortem action of this ServerInputStream.
cleanup - Variable in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
The clean-up called after as post-mortem action of this ADEPT2UDTValue.
cleanup - Variable in class de.aristaflow.adept2.model.mail.Email
The clean-up for closing the Email.attachments as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.model.mail.SerialisableAttachmentDataSource
The clean-up for closing the SerialisableAttachments SerialisableAttachmentDataSource.att as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.model.mail.UDTAttachment
The clean-up for closing the UDTValue as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
The clean-up for closing the Closeables.
cleanup - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
The clean-up for closing the Closeable parameter values.
cleanup - Variable in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
The clean-up for closing the wrapped update as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
The clean-up for closing the SWTContext as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
The clean-up for closing all replies and responses of an AbstractHTMLContext.
cleanup - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
The clean-up for closing the data as post-mortem action of this Attachment.
cleanup - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
The clean-up for closing the attachments as post-mortem action of this HTTPReply.
cleanup - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
The clean-up for closing the parent context and the browser as post-mortem task for this instance.
cleanup - Variable in class de.aristaflow.adept2.util.io.AttributedInputStream
The clean-up for closing the wrapped input stream as post-mortem action of this AttributedInputStream or null to only InputStream.close() the wrapped input stream.
cleanup - Variable in class de.aristaflow.adept2.util.io.BufferedRereadableContent
Deprecated.
The clean-up for closing the BufferedRereadableContent.createdStreams and the temporary file.
cleanup - Variable in class de.aristaflow.adept2.util.io.CloseInCleanupInputStream
The clean-up for closing the wrapped input stream as post-mortem action of this CloseInCleanupInputStream.
cleanup - Variable in class de.aristaflow.adept2.util.io.RereadableContent
The clean-up called as post-mortem action of this RereadableContent.
cleanup - Variable in class de.aristaflow.adept2.util.io.RereadableContentBuilder
The clean-up called as post-mortem action of this RereadableContentBuilder closing the streams (if not used) and deleting the temporary file if appropriate.
cleanup - Variable in class de.aristaflow.adept2.util.io.SwitchingOutputStream
The clean-up called as post-mortem action of this SwitchingOutputStream which closes the SwitchingOutputStream.currentOutputStream if present.
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.
cleanup - Variable in class de.aristaflow.adept2.util.threading.LoggingFuture
The Cleanup called as post-mortem action for this future.
cleanup() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
 
cleanup() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Performs all necessary cleanup of this ExecutableComponent.
cleanup() - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
Removes this wrapper from the map of listeners and from the global activity state listener for a specific activity.
cleanup(boolean) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl.MrsiCleanup
 
cleanup(boolean) - Method in class de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator.ResultSetRemoteIteratorCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator.CachingRemoteIteratorCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.model.common.collection.TransformingRemoteIterator.TransformingRemoteIteratorCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate.CachingIncWorklistUpdateCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext.HtmlContextCleanupTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext.BrowserCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext.BrowserCloseTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
 
cleanup(boolean) - Method in interface de.aristaflow.adept2.util.CleanupTask
Performs the actual clean-up.
cleanup(boolean) - Method in class de.aristaflow.adept2.util.CleanupTask.CloseAndResetTask
 
cleanup(boolean) - Method in class de.aristaflow.adept2.util.io.BufferedRereadableContent.BrcCleanup
Deprecated.
 
cleanup(boolean) - Method in class de.aristaflow.adept2.util.io.RereadableContent.RrcCleanup
 
cleanup(boolean) - Method in class de.aristaflow.adept2.util.io.RereadableContentBuilder.RcbCleanup
Closes the output stream and deletes the temporary file if no RereadableContent has been built.
cleanup(boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingFuture.IgnoredResultLogger
 
cleanup(UUID) - Method in class de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
Removes this wrapper from the map of listeners and from the global instance state listener for a specific instance.
Cleanup<EX extends Exception> - Class in de.aristaflow.adept2.util
Cleanup aims to complement the functionality of Cleaner and provide some answers to questions that Cleaner left open.
CLEANUP_NAME - Static variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
The object descriptor for the clean-up registered for SettableDataContext instances.
CLEANUP_NAME - Static variable in class de.aristaflow.adept2.extensions.datatypes.FileUDT
The object descriptor for the clean-ups registered for FileUDT instances.
CLEANUP_NAME - Static variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
The object descriptor for the clean-up registered for SettableDataContext instances.
CLEANUP_NAME - Static variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
The object descriptor for the clean-up registered for SWTEmbeddedAWTContext instances.
Cleanup.Builder - Class in de.aristaflow.adept2.util
A builder for Cleanup that provides some additional options and generally easier usage than complex constructors.
Cleanup.CollectionCloseTask - Class in de.aristaflow.adept2.util
A cleanup task for cleaning up a collection of objects possibly being AutoCloseable.
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 (or several ones) 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.
CleanupRunnable(Runnable, AtomicLong, Runnable, Logger) - Constructor for class de.aristaflow.adept2.util.threading.CleanupRunnable
Creates a new cleanup runnable executing the first runnable (and similar runnables concurrently) and the cleanup runnable finally right after the last of these runnables have terminated.
CleanupTask<EX extends Exception> - Interface in de.aristaflow.adept2.util
This interface provides the means for clean-up logic as normal or as post-mortem action.
CleanupTask.AbstractCleanupTask<EX extends Exception> - Class in de.aristaflow.adept2.util
Convenient base class for CleanupTask with the option to provide a custom descriptor for the clean-up task and/or a logger.
CleanupTask.AtomicCloseTask - Class in de.aristaflow.adept2.util
A simple cleanup task for cleaning up an AtomicReference.
CleanupTask.CloseAndResetTask - Class in de.aristaflow.adept2.util
An abstract cleanup task for closing a supplied AutoCloseable and resetting it via a Runnable.
CleanupTask.MutableCloseTask - Class in de.aristaflow.adept2.util
A simple cleanup task for cleaning up a Mutable.
clear() - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
Deprecated, for removal: This API element is subject to removal in a future version.
clear() - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.TokenInfoContainer
Removes all token infos from this container.
clear() - Method in class de.aristaflow.adept2.model.orgmodel.Entity
 
clearAbortedPendingWork(boolean) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
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.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.ScheduledObjectOneWorkExecutor
Removes all pending work that should be aborted for an aborting flush, that is, it removes the from the data structures, e. g.
clearAttachments() - Method in class de.aristaflow.adept2.model.mail.Email
Removes all attachments from this mail.
clearBcc() - Method in class de.aristaflow.adept2.model.mail.Email
Removes all addresses to which to send copies of the mail unaware of the other recipients.
clearBounceTo() - Method in class de.aristaflow.adept2.model.mail.Email
Removes the address to which to send problems that occur on the way of the mail to its recipient.
clearCc() - Method in class de.aristaflow.adept2.model.mail.Email
Removes all addresses to which to send copies of the mail.
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.
clearFilters() - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
Clears all sub-filters from this filter so that it has no sub-filters any more.
clearFrom() - Method in class de.aristaflow.adept2.model.mail.Email
Removes the address of the sender.
clearHeaders() - Method in class de.aristaflow.adept2.model.mail.Email
Removes all additional headers from this mail.
clearPriority() - Method in class de.aristaflow.adept2.model.mail.Email
Removes the priority.
clearReplyTo() - Method in class de.aristaflow.adept2.model.mail.Email
Removes the address to which to reply to.
clearSelections() - Method in class de.aristaflow.adept2.core.orgmodelmanager.Filter
Clears all selections from this filter so that it has no selections any more.
clearTo() - Method in class de.aristaflow.adept2.model.mail.Email
Removes all addresses to which to send the mail.
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.
ClientAdministrationRest - Class in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
 
ClientAdministrationRest(ClientAdministrationWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ClientAdministrationRest
 
ClientAdministrationWebService - Class in de.aristaflow.ilm.ws.core.orgmodelmanager
 
ClientAdministrationWebService(ClientAdministration, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.core.orgmodelmanager.ClientAdministrationWebService
 
ClientCredentialsAccessTokenProvider - Class in de.aristaflow.adept2.core.eventmanager.mailevents
An implementation of OAuth2AccessTokenProvider that acquires an access token via the OAuth 2.0 client credentials grant.
ClientCredentialsAccessTokenProvider(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Creates a new provider for an OAuth 2.0 token from a specific endpoint.
clientDelay - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
 
clientDelay - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
 
clientDelay - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
 
clientItems - Variable in class de.aristaflow.ilm.model.worklistmodel.ClientWorklist
 
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 - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
The client service to retrieve a session token from to access the HTTP service.
ClientService - Interface in de.aristaflow.adept2.core.client
This interface provides the basic logic for client components/plugins for an AristaFlow-server.
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.
ClientSessionDetails - Class in de.aristaflow.ilm.base.sessionmanagement
These are the details for a ClientSessionFactory.
ClientSessionDetails - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
This class contains a token as Base64-encoded string.
ClientSessionDetails() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.ClientSessionDetails
 
ClientSessionDetails() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
 
ClientSessionFactory - Interface in de.aristaflow.adept2.base.sessionmanagement
A client session factory provides the user with a token needed for calling the ADEPT2-API.
clientTimeout - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
The HttpClient timeout.
ClientWorklist - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklist - Interface in de.aristaflow.adept2.model.worklistmodel
A worklist used at the client-side and therefore supporting ClientWorklistItems.
ClientWorklist() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklist
 
ClientWorklistCallback - Interface in de.aristaflow.ilm.core.worklistmanager
This is a simplified callback for client worklist update notifications.
ClientWorklistCallbackData - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
The data used to register a REST or SSE callback for a ClientWorklist.
ClientWorklistCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistCallbackData
 
clientWorklistId - Variable in class de.aristaflow.ilm.model.worklistmodel.ClientWorklist
 
clientWorklistId - Variable in class de.aristaflow.ilm.model.worklistmodel.IncClientWorklistData
 
clientWorklistId - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncClientWorklistData
 
clientWorklistId - Variable in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
The client worklist ID of the callback.
clientWorklistId - Variable in class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist
The client worklist ID of the client worklist for unregistering.
clientWorklistId - Variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.ClientWorklistRestStub
The client worklist ID allowing exception messages to identify the callback.
clientWorklistId - Variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.ClientWorklistSseStub
The client worklist ID allowing exception messages to identify the callback.
clientWorklistId - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistCallbackData
 
clientWorklistId - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncClientWorklistData
 
ClientWorklistItem - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItem - Interface in de.aristaflow.adept2.model.worklistmodel
A worklist item with additional attributes, which are typically required by the worklist client.
ClientWorklistItem() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItem
 
ClientWorklistItemFilter - Interface in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemFilter - Interface in de.aristaflow.ilm.ws.rest.model.worklistmodel
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
ClientWorklistItemFilter.AndCwiFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemFilter.AndCwiFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
ClientWorklistItemFilter.ClientWorklistItemSelection - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemFilter.ClientWorklistItemSelection - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemFilter.OrCwiFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemFilter.OrCwiFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
ClientWorklistItemFilter.PredefinedClientWorklistItemSelection - Enum in de.aristaflow.ilm.model.worklistmodel
Some pre-defined filters for worklists.
ClientWorklistItemFilter.TypeResolverBuilder - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemSelection() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemSelection
 
ClientWorklistItemSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemSelection
 
ClientWorklistItemTypeDeserialiser(JavaType, TypeIdResolver, JavaType, DeserializationConfig, Collection<NamedType>) - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser
 
ClientWorklistItemTypeDeserialiser(ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser, BeanProperty) - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser
 
ClientWorklistItemUpdate - Class in de.aristaflow.ilm.model.worklistmodel
 
ClientWorklistItemUpdate() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemUpdate
 
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.
ClientWorklistRest - Interface in de.aristaflow.ilm.ws.rest.core.worklistmanager
 
ClientWorklistRestCallbackData - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
The data used to register a REST callback for a ClientWorklist.
ClientWorklistRestCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistRestCallbackData
 
ClientWorklistRestStub - Class in de.aristaflow.ilm.ws.rest.core.worklistmanager
A stub implementing ClientWorklistRevRespectingCallback and calling a REST service conforming to ClientWorklistRest.
ClientWorklistRestStub(long, URL, Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.core.worklistmanager.ClientWorklistRestStub
 
ClientWorklistRevRespectingCallback - Interface in de.aristaflow.ilm.core.worklistmanager
This callback requires communication in both directions.
ClientWorklistSseCallbackData - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
The data used to register a SSE callback for a ClientWorklist.
ClientWorklistSseCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistSseCallbackData
 
ClientWorklistSseStub - Class in de.aristaflow.ilm.ws.rest.core.worklistmanager
A stub implementing ClientWorklistCallback and sending server-sent events.
ClientWorklistSseStub(long, UUID, SseHandler, Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.core.worklistmanager.ClientWorklistSseStub
 
ClientWorklistWrapper - Class in de.aristaflow.ilm.ws.model.worklistmodel
This class wraps a ClientWorklist used for asynchronously notifying worklist updates.
ClientWorklistWrapper(ClientWorklist, Long, ClientWorklistCallback, WorklistModelFactory) - Constructor for class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
Creates a new wrapper for a client worklist to send or notify updates to a callback.
clone() - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
 
clone() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
clone() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
clone() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Clones this DataContainer in case it is Cloneable, otherwise a CloneNotSupportedException will be thrown (which is what this default implementation does).
clone() - Method in interface de.aristaflow.adept2.model.datamanagement.UDTValue
Clones this UDTValue in case it is Cloneable, otherwise a CloneNotSupportedException will be thrown (which is what this default implementation does).
clone() - Method in class de.aristaflow.adept2.model.orgmodel.Entity
 
clone() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
 
clone() - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
 
clone() - Method in interface de.aristaflow.adept2.util.TypedCloneable
Clones this object (usually via Object.clone()).
clone(UDTValue, boolean) - Static method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Clones or recreates the designated UDTValue depending on the designated recreate and whether ccloning is supported.
clone(T, Class<T>) - Static method in class de.aristaflow.adept2.util.StreamTools
Clone the designated object either via TypedCloneable.clone() or in case of incompatible type via StreamTools.cloneViaStream(Serializable, Class).
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.
cloneInstance(Instance, ProcessModelFactory) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
Clones a given instance using the given process model factory.
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.
cloneUnchecked(UDTValue, boolean) - Static method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Clones or recreates the designated UDTValue depending on the designated recreate and whether ccloning is supported.
cloneViaByteArray(Serializable, Class<T>) - Static method in class de.aristaflow.adept2.util.StreamTools
Deprecated, for removal: This API element is subject to removal in a future version.
cloneViaStream(Serializable, Class<T>) - Static method in class de.aristaflow.adept2.util.StreamTools
Clone the designated object by serialising it to stream and deserialising it again.
closable - Variable in class de.aristaflow.ilm.model.common.ExecutionControlProperties
 
closable - Variable in class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.ExecutionControlPropertiesSelection
 
closable - Variable in class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.ExecutionControlPropertiesSelection
 
CLOSABLE - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
If the activity is closable, isClosable().
close() - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
 
close() - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.WindowedMemoryResultSet
 
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() - Method in class de.aristaflow.adept2.core.transactionmanager.ResultSetRemoteIterator
 
close() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
close() - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
 
close() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
 
close() - Method in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
 
close() - Method in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
 
close() - Method in class de.aristaflow.adept2.model.common.collection.EmptyRemoteIterator
 
close() - Method in class de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator
 
close() - Method in interface de.aristaflow.adept2.model.common.collection.RemoteIterator
Explicitly closes this iterator which allows to release occupied memory and resources.
close() - Method in class de.aristaflow.adept2.model.common.collection.TransformingRemoteIterator
 
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() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Closes the rereadable content and thus all created input streams (if not closed yet).
close() - Method in interface de.aristaflow.adept2.model.datamanagement.UDTValue
 
close() - Method in class de.aristaflow.adept2.model.mail.Email
 
close() - Method in class de.aristaflow.adept2.model.mail.SerialisableAttachment
 
close() - Method in class de.aristaflow.adept2.model.mail.SerialisableAttachmentDataSource
 
close() - Method in class de.aristaflow.adept2.model.mail.UDTAttachment
 
close() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
 
close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to terminate.
close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.GUIContext
Closes the GUI for this context.
close() - Method in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
 
close() - Method in interface de.aristaflow.adept2.model.worklistmodel.IncrementalWorklist
Explicitly closes this incremental worklist which allows to release occupied memory and resources.
close() - Method in interface de.aristaflow.adept2.model.worklistmodel.IncrementalWorklistUpdate
Explicitly closes this worklist update which allows to release occupied memory and resources.
close() - Method in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
 
close() - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
 
close() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
 
close() - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
Closes this HTMLContext.
close() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment
 
close() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
 
close() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
 
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.statushandling.ErrorDialogue
 
close() - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
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() - Method in class de.aristaflow.adept2.util.io.AttributedInputStream
 
close() - Method in class de.aristaflow.adept2.util.io.BufferedRereadableContent
Deprecated.
Releases all resources and deletes the temporary file if one has been created.
close() - Method in class de.aristaflow.adept2.util.io.CloseInCleanupInputStream
 
close() - Method in class de.aristaflow.adept2.util.io.FileContent.FileCloseable
 
close() - Method in class de.aristaflow.adept2.util.io.IoTools.Quiet
Closes the wrapped AutoCloseable and logs any Exception.
close() - Method in class de.aristaflow.adept2.util.io.IoTools.Unchecked
Closes the wrapped AutoCloseable and wraps any Exception.
close() - Method in class de.aristaflow.adept2.util.io.MemoryContent.MutableNuller
 
close() - Method in class de.aristaflow.adept2.util.io.RereadableContent
Closes the underlying stream or deletes the underlying file if there is no unclosed RereadableContent.getInputStream().
close() - Method in class de.aristaflow.adept2.util.io.RereadableContentBuilder
 
close() - Method in class de.aristaflow.adept2.util.io.SwitchingOutputStream
 
close() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
 
close() - Method in class de.aristaflow.adept2.util.types.CloseablePair
 
close(UUID) - Method in class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
Calls ServerSideProxy.close() on the designated iterator and removes it from this handler.
close(UUID) - Method in class de.aristaflow.ilm.model.common.collection.RemoteIteratorHandler
Calls ServerSideProxy.close() on the designated iterator and removes it from this handler.
close(UUID) - Method in class de.aristaflow.ilm.model.worklistmodel.IncWorklistHandler
Calls ServerSideProxy.close() on the designated iterator and removes it from this handler.
close(UUID) - Method in class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateHandler
Calls ServerSideProxy.close() on the designated iterator and removes it from this handler.
close(UUID) - Method in class de.aristaflow.ilm.ws.model.common.collection.AddDataTransformatorRemoteIteratorWebService
 
close(UUID) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.IncWorklistsWebService
 
close(UUID) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.IncWorklistUpdateWebService
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.common.collection.RemoteIteratorRest
This method is public to allow for inheriting the OperationResponse annotations.
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.IncWorklistRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.IncWorklistUpdateRest
 
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(C) - Static method in class de.aristaflow.adept2.util.FileTools
Deprecated, for removal: This API element is subject to removal in a future version.
Use try-with-resources appropriately instead.
close(C) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the designated Closeable and returns null.
close(SessionToken) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
Closes this HTML context by deregistering it from reply handling and closing all replies and responses.
close(RemoteIterator<?>, Throwable) - Static method in class de.aristaflow.adept2.model.common.collection.LegacyHandling
Tries to close the designated RemoteIterator by trying the legacy method RemoteIterator.drop() if appropriate since the designated Throwable indicates that RemoteIterator.close() does not exist.
close(AutoCloseable...) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
close(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
 
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(Collection<? extends Object>) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QaRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.RaRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ArchInstIdRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ArchTemplIdRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.globalprovider.NamespaceRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ErrorDataRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecHistEntryRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.WorkHistEntryRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.TemplKindRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.DelRecRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.PossAbsRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.execution.EcRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.InstanceRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.InstIdRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.InstRefRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.InstStatusRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplateRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplIdRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplRefRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplStatusRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.resourcemodel.IdUdtRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResExprEvalRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResInstRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.AsRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.NsRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ScRemoteIteratorRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.IncAdminWorklistRest
 
close(UUID) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.IncClientWorklistRest
 
close(Folder) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
Closes and expunges the designated folder if it is open.
close(R) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Closes the given result set and returns null.
close(R) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
Closes the designated 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(S) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
Closes the designated statement and returns null.
CLOSE - de.aristaflow.ilm.model.runtimeenvironment.messages.execution.BooleanReplyMessage.ReplyMessageType
 
CLOSE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component should be closed normally (value is 7 << 0).
CLOSE_DESPITE_INCONSISTENCY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
CloseablePair<F,​S> - Class in de.aristaflow.adept2.util.types
A pair that implements Closeable and will propagate Closeable.close() to each element (if it is a Closeable).
CloseablePair(F, S) - Constructor for class de.aristaflow.adept2.util.types.CloseablePair
Constructor.
closeables - Variable in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
The elements that are AutoCloseable that should be closed at the next traversal or when closing.
closeables - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
The AutoCloseable values that are created internally, for instance via conversion which are not controlled by the ActivityData.dataContext.
closeAuto(AutoCloseable...) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
closeAuto(Collection<? extends Object>) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
closed - Variable in class de.aristaflow.adept2.model.common.collection.EmptyRemoteIterator
Whether this remote iterator has been closed yet.
closed - Variable in class de.aristaflow.ilm.model.common.collection.AbstractRemoteIteratorData
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data.
closed - Variable in class de.aristaflow.ilm.model.worklistmodel.AbstractIncWorklistData
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data.
closed - Variable in class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData
Whether the corresponding iterator has been closed (dropped) since all data is being transferred with this initial data.
CLOSED - de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
The activity has terminated and is closed now.
closeElemsIfCreated(Collection<?>, Object...) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Closes the elements of the designated collection via IoTools.closeLogged(Logger, AutoCloseable...) if the element should be close by this ActivityData, that is, it is in ActivityData.closeables.
closeGUIContext(EBPInstanceReference, String) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
Closes the local GUI context of the designated activity.
closeIfCreated(Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Closes the designated object via IoTools.closeLogged(Logger, AutoCloseable...) if the object should be close by this ActivityData, that is, it is in ActivityData.closeables.
CloseIgnoringAttachment(HTMLContext.Attachment) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.CloseIgnoringAttachment
Creates a new Attachment that ignores closing.
CloseInCleanupInputStream - Class in de.aristaflow.adept2.util.io
This stream ensures post-mortem clean-up of resources by closing the wrapped input stream.
CloseInCleanupInputStream(InputStream) - Constructor for class de.aristaflow.adept2.util.io.CloseInCleanupInputStream
Creates a new stream that ensures post-mortem clean-up of the designated stream.
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.
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(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.
closeLogged(Logger, AutoCloseable...) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects logging all exceptions as Level.INFO to the designated logger.
closeLogged(Logger, Collection<? extends Object>) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects logging all exceptions as Level.INFO to the designated logger.
closeOnTraversal() - Method in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
 
closeOnTraversal() - Method in interface de.aristaflow.adept2.model.common.collection.RemoteIterator
Gets whether this remote iterator closes elements of AutoCloseable type when traversing to the next elements.
closeOrDefer(boolean, UUID, T) - Method in class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
Closes the designated iterator immediately or registers for close notification so that the iterator will be removed from AbstractIteratorHandler.iterators.
closeOrDefer(boolean, UUID, T, ServerSideProxy.LegacySspCloser) - Method in class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Use AbstractIteratorHandler.closeOrDefer(boolean, UUID, ServerSideProxy) instead unless having a proxy object of which the server-side object does not have ServerSideProxy.close() yet.
closeQuietly(Closeable) - Static method in class de.aristaflow.adept2.util.FileTools
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.aristaflow.adept2.util.io.IoTools#close(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
closeQuietly(Closeable...) - Static method in class de.aristaflow.adept2.util.FileTools
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.aristaflow.adept2.util.io.IoTools#close(Logger, AutoCloseable...) or IoTools.closeUnchecked(AutoCloseable...) instead.
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(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(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(ResultSet) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Closes the given result set, ignoring null values and swallowing SQLExceptions.
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(Statement) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Closes the given statement, 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(Statement...) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Closes the given statements, 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(Collection<? extends Closeable>) - Static method in class de.aristaflow.adept2.util.FileTools
Deprecated, for removal: This API element is subject to removal in a future version.
Use de.aristaflow.adept2.util.io.IoTools#close(Logger, Collection) or IoTools.closeUnchecked(Collection) instead.
closeStore() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
Closes the message store of this event source.
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.
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(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.
closeUnchecked(AutoCloseable...) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
closeUnchecked(Collection<? extends Object>) - Static method in class de.aristaflow.adept2.util.io.IoTools
Closes the AutoCloseables in the designated objects, delaying any encountered Exceptions or Errors until the end, where the first exception or error will be thrown with all subsequent exceptions or errors being suppressed.
closeUnknown(Object...) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Closes all of the designated instances which are AutoCloseable and which are not known by this ActivtiyData (have not been created by it and thus are not within ActivityData.closeables).
closeWrapped(boolean) - Method in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
Closes the wrapped incremental worklist update either since it is explicitly closed or the cache contains all items and the wrapped incremental worklist update is no longer required.
closeWrappedDse() - Method in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
CachingRemoteIterator.closeWrappedException(boolean) keeping this iterator alive and wrapping IOException in a DataSourceException or unwrapping a DataSourceException from an IOException if appropriate.
closeWrappedIoe(boolean) - Method in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
CachingRemoteIterator.closeWrappedException(boolean) closing this iterator implicitly and wrapping a DataSourceException in a IOException or unwrapping a IOException from an DataSourceException if appropriate.
clsPrefixes - Variable in class de.aristaflow.adept2.util.logging.ClassesNameFilter
A collection of prefixes and/or class names that will pass this filter.
clUsage - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
 
clUsage - Variable in class de.aristaflow.ilm.model.processmodel.Activity
 
clUsageOrigin - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
 
clUsageOrigin - Variable in class de.aristaflow.ilm.model.processmodel.Activity
 
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.
clusterName - Variable in class de.aristaflow.ilm.base.service.ServiceInstanceName
 
clusterName - Variable in exception de.aristaflow.ilm.base.service.ServiceNotKnownException
 
ClusterNode - Class in de.aristaflow.adept2.core.registry.cluster
Deprecated.
This class is subject of change and must not be used yet except for testing purpose. Its interface and implementation may change any time!
ClusterNode(ConfigurationPropertyProvider, ConfigurationPropertyProvider, int, long, 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, int, long, 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.
ClusterNode(Configuration, Configuration, int, long, Logger) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ClusterNode
Deprecated.
Creates a new ClusterNode having the designated configurations.
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, long, URI[], URI[], long) - Constructor for class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
Creates information for a specific cluster node.
ClusterNodeInformation(String, String, String, Status, long, long, long, long, long, URI[], URI[], long) - Constructor for class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
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.
cmf - Variable in class de.aristaflow.ilm.ws.core.globalprovider.GlobalUserConfigurationWebService
 
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.
cns - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
The cluster node state for the platform availability tracker.
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.
COL_COMP_TEMPL - Static variable in class de.aristaflow.ilm.core.logmanager.logs.Transformation
 
coll - Variable in class de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
The collection of which to close its elements which implement AutoCloseable.
COLLECTION_ELEMENT_ATTRIBUTE - Static variable in interface de.aristaflow.adept2.model.filter.AttributeFactory
The name of the (dummy) attribute for values inside collections, that is, you get an Attribute for the element of a collection.
CollectionAttributeFilter<T,​F extends AtomicAttributeFilter<?>> - Class in de.aristaflow.ilm.model.filter
A filter applied to a collection, getting a simple attribute from the collection and applying a normal attribute filter.
CollectionAttributeFilter() - Constructor for class de.aristaflow.ilm.model.filter.CollectionAttributeFilter
 
CollectionAttributeFilter.CollectionSizeFilter<T> - Class in de.aristaflow.ilm.model.filter
 
CollectionCloseTask(String, Collection<?>) - Constructor for class de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
Creates a new Cleanup.CollectionCloseTask for the designated Collection and the designated descriptor using Cleanup's default logger.
CollectionCloseTask(String, Logger, Collection<?>) - Constructor for class de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
Creates a new Cleanup.CollectionCloseTask for the designated Collection, the designated descriptor and the designated logger.
CollectionCloseTask(String, Logger, Collection<?>, Function<? super AutoCloseable, AutoCloseable>) - Constructor for class de.aristaflow.adept2.util.Cleanup.CollectionCloseTask
Creates a new Cleanup.CollectionCloseTask for the designated Collection, the designated conversion applied to the collection elements before closing them, the designated descriptor and the designated logger.
CollectionDelFilter - Interface in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter - Interface in de.aristaflow.ilm.ws.rest.model.worklistmodel
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
CollectionDelFilter.AllDelFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.AllDelFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.AndCollDelFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.AndCollDelFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.CollectionDelNullEq - Class in de.aristaflow.ilm.model.worklistmodel
A comparison for Collection<Delegation> being null
CollectionDelFilter.CollectionDelNullEq - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.CollectionDelNullNe - Class in de.aristaflow.ilm.model.worklistmodel
A comparison for Collection<Delegation> being not null
CollectionDelFilter.CollectionDelNullNe - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.CollectionDelSizeFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.CollectionDelSizeFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.ExistsDelFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.ExistsDelFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelFilter.NullPreDeserialiser - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.OrCollDelFilter - Class in de.aristaflow.ilm.model.worklistmodel
 
CollectionDelFilter.OrCollDelFilter - Class in de.aristaflow.ilm.ws.rest.model.worklistmodel
 
CollectionDelNullEq() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelNullEq
 
CollectionDelNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.CollectionDelNullEq
 
CollectionDelNullNe() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelNullNe
 
CollectionDelNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.CollectionDelNullNe
 
CollectionDelSizeFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.CollectionDelSizeFilter
 
CollectionDelSizeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.CollectionDelSizeFilter
 
CollectionFilter<T> - Interface in de.aristaflow.ilm.model.filter
This class serves as common interface for the Java classes separating the filters applied to atomic attributes from the ones applied to collection attributes.
CollectionFilter.NullCollectionComparison<T extends Serializable> - Class in de.aristaflow.ilm.model.filter
This class provides the means to create a filter comparing a collection attribute with null.
CollectionQaFilter - Interface in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter - Interface in de.aristaflow.ilm.ws.rest.base.sessionmanagement
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
CollectionQaFilter.AllQaFilter - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.AllQaFilter - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.AndCollQaFilter - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.AndCollQaFilter - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.CollectionQaNullEq - Class in de.aristaflow.ilm.base.sessionmanagement
A comparison for Collection<QualifiedAgent> being null
CollectionQaFilter.CollectionQaNullEq - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.CollectionQaNullNe - Class in de.aristaflow.ilm.base.sessionmanagement
A comparison for Collection<QualifiedAgent> being not null
CollectionQaFilter.CollectionQaNullNe - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.CollectionQaSizeFilter - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.CollectionQaSizeFilter - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.ExistsQaFilter - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.ExistsQaFilter - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaFilter.NullPreDeserialiser - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.OrCollQaFilter - Class in de.aristaflow.ilm.base.sessionmanagement
 
CollectionQaFilter.OrCollQaFilter - Class in de.aristaflow.ilm.ws.rest.base.sessionmanagement
 
CollectionQaNullEq() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaNullEq
 
CollectionQaNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.CollectionQaNullEq
 
CollectionQaNullNe() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaNullNe
 
CollectionQaNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.CollectionQaNullNe
 
CollectionQaSizeFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.CollectionQaSizeFilter
 
CollectionQaSizeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.CollectionQaSizeFilter
 
CollectionSizeFilter() - Constructor for class de.aristaflow.ilm.model.filter.CollectionAttributeFilter.CollectionSizeFilter
 
CollectionSpFilter - Interface in de.aristaflow.ilm.model.common
 
CollectionSpFilter - Interface in de.aristaflow.ilm.ws.rest.model.common
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
CollectionSpFilter.AllSpFilter - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.AllSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.AndCollSpFilter - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.AndCollSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.CollectionSpNullEq - Class in de.aristaflow.ilm.model.common
A comparison for Collection<SimpleParameter> being null
CollectionSpFilter.CollectionSpNullEq - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.CollectionSpNullNe - Class in de.aristaflow.ilm.model.common
A comparison for Collection<SimpleParameter> being not null
CollectionSpFilter.CollectionSpNullNe - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.CollectionSpSizeFilter - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.CollectionSpSizeFilter - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.ExistsSpFilter - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.ExistsSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpFilter.NullPreDeserialiser - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.OrCollSpFilter - Class in de.aristaflow.ilm.model.common
 
CollectionSpFilter.OrCollSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
 
CollectionSpNullEq() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpNullEq
 
CollectionSpNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.CollectionSpNullEq
 
CollectionSpNullNe() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpNullNe
 
CollectionSpNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.CollectionSpNullNe
 
CollectionSpSizeFilter() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.CollectionSpSizeFilter
 
CollectionSpSizeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.CollectionSpSizeFilter
 
CollectionTools - Class in de.aristaflow.adept2.util
Tool methods for collections
CollectionTools.EnumerationIterator<T> - Class in de.aristaflow.adept2.util
An iterator wrapping an Enumeration in an Iterator.
CollectionTools.FilteringIterator<T> - Class in de.aristaflow.adept2.util
An iterator wrapping an Iterator, filtering the results according to a Predicate and transforming them using a Function.
CollectionTools.IdentityMap<K,​V> - Class in de.aristaflow.adept2.util
A map considering equalling keys and values based on object identity instead of Object.equals(Object).
CollectionTools.IteratorEnumeration<T> - Class in de.aristaflow.adept2.util
An enumeration wrapping one or several iterators (and enumerations), i. e. the enumeration just forwards to the underlying iterator(s) (and enumeration(s)).
CollectionUriFilter - Interface in de.aristaflow.ilm.util
 
CollectionUriFilter - Interface in de.aristaflow.ilm.ws.rest.util
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
CollectionUriFilter.AllUriFilter - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.AllUriFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.AndCollUriFilter - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.AndCollUriFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.CollectionUriNullEq - Class in de.aristaflow.ilm.util
A comparison for Collection<URI> being null
CollectionUriFilter.CollectionUriNullEq - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.CollectionUriNullNe - Class in de.aristaflow.ilm.util
A comparison for Collection<URI> being not null
CollectionUriFilter.CollectionUriNullNe - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.CollectionUriSizeFilter - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.CollectionUriSizeFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.ExistsUriFilter - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.ExistsUriFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriFilter.NullPreDeserialiser - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.OrCollUriFilter - Class in de.aristaflow.ilm.util
 
CollectionUriFilter.OrCollUriFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUriNullEq() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriNullEq
 
CollectionUriNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.CollectionUriNullEq
 
CollectionUriNullNe() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriNullNe
 
CollectionUriNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.CollectionUriNullNe
 
CollectionUriSizeFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.CollectionUriSizeFilter
 
CollectionUriSizeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.CollectionUriSizeFilter
 
CollectionUuidFilter - Interface in de.aristaflow.ilm.util
 
CollectionUuidFilter - Interface in de.aristaflow.ilm.ws.rest.util
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
CollectionUuidFilter.AllUuidFilter - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.AllUuidFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.AndCollUuidFilter - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.AndCollUuidFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.CollectionUuidNullEq - Class in de.aristaflow.ilm.util
A comparison for Collection<UUID> being null
CollectionUuidFilter.CollectionUuidNullEq - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.CollectionUuidNullNe - Class in de.aristaflow.ilm.util
A comparison for Collection<UUID> being not null
CollectionUuidFilter.CollectionUuidNullNe - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.CollectionUuidSizeFilter - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.CollectionUuidSizeFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.ExistsUuidFilter - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.ExistsUuidFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidFilter.NullPreDeserialiser - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.OrCollUuidFilter - Class in de.aristaflow.ilm.util
 
CollectionUuidFilter.OrCollUuidFilter - Class in de.aristaflow.ilm.ws.rest.util
 
CollectionUuidNullEq() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidNullEq
 
CollectionUuidNullEq() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.CollectionUuidNullEq
 
CollectionUuidNullNe() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidNullNe
 
CollectionUuidNullNe() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.CollectionUuidNullNe
 
CollectionUuidSizeFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.CollectionUuidSizeFilter
 
CollectionUuidSizeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.CollectionUuidSizeFilter
 
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, int) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
Constructs a string column with the specified size.
Column(String, DataType) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
Constructs a new Column with the specified data type.
Column(String, Schema) - Constructor for class de.aristaflow.adept2.model.logmanagement.Column
Constructs a complex column with the specified subschema.
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
 
combineFilters(boolean, Filter...) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
Creates a conjunction or disjunction filter of the designated filters if appropriate.
combineFilters(boolean, Collection<Filter>) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
Creates a conjunction or disjunction filter of the designated filters if appropriate.
combineFilters(List<BooleanFilter>) - Method in class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanFilterTypeDeserialiser
 
combineFilters(List<DoubleFilter>) - Method in class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleFilterTypeDeserialiser
 
combineFilters(List<InstantFilter>) - Method in class de.aristaflow.ilm.model.filter.InstantFilter.InstantFilterTypeDeserialiser
 
combineFilters(List<IntegerFilter>) - Method in class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerFilterTypeDeserialiser
 
combineFilters(List<LongFilter>) - Method in class de.aristaflow.ilm.model.filter.LongFilter.LongFilterTypeDeserialiser
 
combineFilters(List<StringFilter>) - Method in class de.aristaflow.ilm.model.filter.StringFilter.StringFilterTypeDeserialiser
 
combineFilters(List<UuidFilter>) - Method in class de.aristaflow.ilm.util.UuidFilter.UuidFilterTypeDeserialiser
 
combineFilters(List<F>) - Method in class de.aristaflow.ilm.model.filter.Deserialisers.FilterTypeDeserialiser
Combines the designated filters (stemming from array values) to one filter.
COMM_GLOBAL - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol for an address resolved by the global registry.
COMM_LOCAL - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol for local communication.
COMM_NETTY - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol using Netty and Java serialisation.
COMM_NETTY_ONE_CONN_ONLY - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol using Netty, Java serialisation and no server port for a client (the one and only connection is used from both directions).
COMM_NETTY_ONE_CONN_SSL - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol using Netty, Java serialisation, no server port for a client (the one and only connection is used from both directions) and SSL.
COMM_NETTY_SSL - de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
The name of the communication protocol using Netty, Java serialisation and SSL.
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.
comment - Variable in class de.aristaflow.ilm.model.worklistmodel.Delegation
 
comment - Variable in class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.DelegationSelection
 
comment - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelegationFilter.DelegationSelection
 
comment - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelgRecWithComment
 
commHeartBeat - Variable in class de.aristaflow.adept2.core.registry.cluster.HeartBeatControl
The daemon thread that polls the cluster server via communication.
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() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to commit its modifications not managed by ADEPT.
commit(C) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Performs a commit and returns null.
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 - de.aristaflow.adept2.model.execution.Vote
The application votes for the commitment of the current transaction.
commitChangeTransaction(SessionToken, UUID) - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelChangeOperationsWebService
 
commitChangeTransaction(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelChangeOperationsRest
 
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.
CommitMessage - Class in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
 
CommitMessage() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.CommitMessage
 
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
 
CommonTools - Class in de.aristaflow.adept2.model.common.tools
This class offers tool methods for several models.
CommonTools() - Constructor for class de.aristaflow.adept2.model.common.tools.CommonTools
 
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
Deprecated.
Use CommunicationStackException instead. This class will be removed in the future.
CommunicationStackException(String) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
Deprecated.
Creates a CommunicationStackException with the given description of the error that caused this exception.
CommunicationStackException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
Deprecated.
Creates a CommunicationStackException with the given error message and the reason for this exception.
CommunicationStackException(Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.CommunicationStackException
Deprecated.
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(QualifiedAgent, QualifiedAgent) - Method in class de.aristaflow.adept2.model.common.QualifiedAgentComparator
 
compare(OrgModelExtension, OrgModelExtension) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AuthPrioComparator
 
compare(Parameter, Parameter) - Method in class de.aristaflow.adept2.model.common.tools.ParameterComparator
 
compare(ResourceDescriptor, ResourceDescriptor) - Method in class de.aristaflow.adept2.model.processmodel.xml.CodeDescriptorComparator
 
compare(DataElement, DataElement) - Method in class de.aristaflow.adept2.model.processmodel.DataElementComparator
 
compare(DecisionStatement, DecisionStatement) - Method in class de.aristaflow.adept2.model.processmodel.DecStatementComparator
 
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(Node, Node) - Method in class de.aristaflow.adept2.model.processmodel.NodeComparator
 
compare(ProcessType, ProcessType) - Method in class de.aristaflow.adept2.model.processmodel.tools.ProcessTypeComparator
 
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(TemplateProxy, TemplateProxy) - Method in class de.aristaflow.adept2.model.processmodel.TemplateProxyComparator
 
compare(TemplateReference, TemplateReference) - Method in class de.aristaflow.adept2.model.processmodel.TemplateReferenceComparator
 
compare(TemplateReference, TemplateReference) - Method in class de.aristaflow.adept2.model.processmodel.tools.TemplateReferenceComparator
 
compare(WorklistItem, WorklistItem) - Method in class de.aristaflow.adept2.model.worklistmodel.WorklistItemIdComparator
 
compare(Class<?>, Class<?>) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
Compares the designated classes, -1 if c1 is assignable (a subclass/implementation) of c2, 1 if c2 is assignable (a subclass/implementation) of c1, 0 if they are unrelated and Byte.MIN_VALUE if they are equal.
compare(Integer, Integer) - Method in class de.aristaflow.adept2.model.processmodel.tools.TopologicalNodeIdComparator
 
compare(String, String) - Method in class de.aristaflow.adept2.util.StringTools.NullableStringComparator
 
compare(Locale, Locale) - Method in class de.aristaflow.adept2.util.i18n.LocaleComparator
 
compare(UUID, UUID) - Method in class de.aristaflow.adept2.util.UUIDTools.UUIDComparator
 
compare(T, T) - Method in class de.aristaflow.adept2.util.StringTools.GenericStringComparator
 
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
 
compareToNullSafe(T, T) - Static method in class de.aristaflow.adept2.util.ObjectTools
Compares the designated objects checking for null before applying Comparable.compareTo(Object).
compareToNullSafe(T, T, Comparator<? super T>) - Static method in class de.aristaflow.adept2.util.ObjectTools
Compares the designated objects using the designated comparator.
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.
ComparisonDeserialiser(Class<F>) - Constructor for class de.aristaflow.ilm.model.filter.Deserialisers.ComparisonDeserialiser
Creates a new deserialiser for instances of the designated class (or instances of subclasses).
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 - Class in de.aristaflow.ilm.model.filter
 
ComparisonOperator - Enum in de.aristaflow.adept2.model.filter
Represents the comparison operators that can be used in a ComparisonFilter
ComparisonOperator() - Constructor for class de.aristaflow.ilm.model.filter.ComparisonOperator
 
ComparisonOperator.Collection - Enum in de.aristaflow.ilm.model.filter
 
ComparisonOperator.Equality - Enum in de.aristaflow.ilm.model.filter
 
ComparisonOperator.Number - Enum in de.aristaflow.ilm.model.filter
 
ComparisonOperator.String - Enum in de.aristaflow.ilm.model.filter
Some comparison operators for strings.
comparisonType - Variable in class de.aristaflow.ilm.model.filter.Deserialisers.FilterTypeDeserialiser
The ID of the type for the filter created for a plain value.
COMPLETED - de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
 
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
completionTime - Variable in class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry
 
COMPLEX - de.aristaflow.adept2.model.logmanagement.DataType
represents a complex column which is itself a relational table
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.
complexity - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
 
complexity - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
 
complexity - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
 
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_TEST - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
The activity should be executed in the test mode, whereas the assigned application is called itself.
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_JAVADOC_SERVICE - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
The name of the component type for the javadoc service.
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_REMOTE_SHUTDOWN - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
The name of the component type for the remote shutdown.
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.
computeIfAbsent(String, Function<? super String, Object>) - Method in interface de.aristaflow.adept2.util.Attributable
Computes the value of the attribute with the designated name if the attribute is not present yet and returns the value (or the current value if already present and not computed).
computeIfAbsent(String, Function<? super String, Object>) - Method in class de.aristaflow.adept2.util.io.AttributedInputStream
 
ConcreteExecutionMessage - Interface in de.aristaflow.ilm.ws.rest.model.runtimeenvironment.messages.execution
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
ConcreteReplyMessage - Interface in de.aristaflow.ilm.ws.rest.model.runtimeenvironment.messages.execution
These classes override the schema appropriately using Schema.oneOf() and avoiding inheritance issues with the ILM model.
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 - Variable in class de.aristaflow.ilm.model.execution.ExecutableBusinessProcessInstance
 
conf - Variable in class de.aristaflow.ilm.model.processmodel.ProcessModelParameter
 
conf - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.MailNotificationData
 
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_MECHANISM - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
The configuration key for the authentication mechanism.
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_CLIENT_ID - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the client ID.
CONF_CLIENT_SECRET - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the client secret.
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_DISPATCH_CALLBACK_TIMEOUT - Static variable in interface de.aristaflow.adept2.core.runtimeservice.ExecutionMessageNotification
The configuration name for the time to wait in ExecutionMessageNotification.dispatch(ExecutionMessage) for a reply.
CONF_EXECUTOR_POOL_SIZE - Static variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
Configuration key for the amount of threads used for the ClientServiceSharedServices.executorService.
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_EXT_RESOURCE_DIR - Static variable in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebResourceComponent
The configuration entry for a specific external resource directory.
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
Configuration value for GlobalAuthMethod.CONF_IMPLICIT_NETWORK_PROTOCOL where the direct peer needs to have a trusted IP, that is only the first communication context is checked for a trusted IP.
CONF_IMPLICIT_NETWORK_PROT_IP_ROUTE - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
Configuration value for GlobalAuthMethod.CONF_IMPLICIT_NETWORK_PROTOCOL allowing one trusted IP on the route, that is one communication context needs to have a trusted IP.
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_INCREMENTAL_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistManagerWebService
Configuration key for the time in milliseconds to extend the incremental worklists and incremental worklist updates alive time after each access.
CONF_INITIAL_INCREMENTAL_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistManagerWebService
Configuration key for the time in milliseconds to keep incremental worklists and incremental worklist updates alive after creating them and before accessing them.
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_LOG_LEVEL_POOL_STATISTICS - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
Configuration key: The log level which need to be reached for logging pool statistics.
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
Configuration key for network-based authentication (AuthMethod.NET_IP_ADDRESS and AuthMethod.NET_MAC_ADDRESS).
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_ACCESS_TOKEN_PROVIDER_ID - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
The configuration key for the ID (simple instance name) of the OAuth2AccessTokenProvider to be used when the "XOAUTH2" authentication mechanism is configured.
CONF_OAUTH2_AUTH_SERVER_URL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
The configuration key for the OAuth2 authentication server used for the GlobalAuthMethod.OAUTH2_TOKEN authentication method.
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
Deprecated.
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_QUEUE_LIMIT_POOL_STATISTICS - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
Configuration key: The total amount of tasks being the threshold for logging pool statistics.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.executionmanager.ExecutionManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgModelManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.processmanager.ProcessManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.runtimemanager.RuntimeManagerWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_ALIVE_TIME_EXTENSION - Static variable in class de.aristaflow.ilm.ws.core.runtimeservice.RuntimeServiceWebService
Configuration key for the time in milliseconds to extend the remote iterator alive time after each access.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.executionmanager.ExecutionManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgModelManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.processmanager.ProcessManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.runtimemanager.RuntimeManagerWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
CONF_REM_IT_INIT_ITERATOR_ALIVE_TIME - Static variable in class de.aristaflow.ilm.ws.core.runtimeservice.RuntimeServiceWebService
Configuration key for the time in milliseconds to keep a remote iterator alive after creating it and before accessing it.
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_REQUEST_TIMEOUT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the HttpRequest timeout.
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
Configuration key for the amount of threads used for the ClientServiceSharedServices.scheduledExecutorService.
CONF_SCOPE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the scope.
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_SERVICE_TYPES_FOR_EVENTS - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
Configuration key for the names of service types that are required for event sources and/or event handlers.
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_SSL_PROTOCOLS - Static variable in interface de.aristaflow.adept2.model.events.sources.MailSource
Configuration key for the SSL protocols used for secure protocols.
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
Configuration key (prefix) for GlobalAuthMethod.SUBJECT_SIGNED.
CONF_SUBJECT_SIGNED_ID_PRINCIPAL - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
Configuration key (prefix) for GlobalAuthMethod.SUBJECT_SIGNED.
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 class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the HttpClient timeout.
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_TOKEN_ENDPOINT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Configuration key for the token endpoint.
CONF_TRUSTED_NET_IP - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
Configuration key (prefix) for trusted IP address-based authentication (GlobalAuthMethod.TRUSTED_NET_IP_SIGNED, GlobalAuthMethod.TRUSTED_NET_IP_UNSIGNED and GlobalAuthMethod.IMPLICIT_NETWORK).
CONF_TRUSTED_NET_MAC_SIGNED - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
Configuration key (prefix) for GlobalAuthMethod.TRUSTED_NET_MAC_SIGNED.
CONF_TRUSTED_SHARED_UTF8_KEYS - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
Configuration key (prefix) for trusted shared key-based authentication (GlobalAuthMethod.SHARED_UTF8_KEY).
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_USE_ONE_WORK_EXECUTOR - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
Configuration key: Whether to use the one-work executor which prevents duplicate worklist item handling.
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.
confEntries - Variable in class de.aristaflow.ilm.model.processmodel.Template
 
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'.
confExt - Variable in class de.aristaflow.ilm.model.processmodel.Activity
This is never null and thus ExecutableBusinessProcess.confValues is also never null.
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 - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
The config of this servlet.
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 - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'configuration'.
Configuration - Interface in de.aristaflow.adept2.model.common
A configuration object provides the means to access configuration values type-safe.
CONFIGURATION - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
The activity configuration (meta data) of the activity, Activity.getConfiguration().
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_NAME - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
 
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.
Configuration.ConfigurationIDs - Class in de.aristaflow.adept2.model.common
The IDs for configurations, see Configuration.getConfigurationID(String).
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).
ConfigurationDescEntry - Class in de.aristaflow.ilm.model.common
 
ConfigurationDescEntry() - Constructor for class de.aristaflow.ilm.model.common.ConfigurationDescEntry
 
configurationDescription - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name '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 - Annotation Type in de.aristaflow.adept2.base.configuration
Classes specified as implementation for a component type may be annotated with a 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
Provides the functionality for the validation of configuration descriptions and configurations.
ConfigurationException - Exception in de.aristaflow.adept2.base.configuration
A ConfigurationException will be thrown if an erroneous configuration is discovered.
ConfigurationException - Exception in de.aristaflow.ilm.base.configuration
 
ConfigurationException() - Constructor for exception de.aristaflow.ilm.base.configuration.ConfigurationException
The constructor required for bean deserialisation.
ConfigurationException(ConfigurationException) - Constructor for exception de.aristaflow.ilm.base.configuration.ConfigurationException
 
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 - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry
The configuration-manager used for this registry.
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.
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>, 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.
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.
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.
configureShell(Shell) - Method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
 
configureShell(Shell) - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
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.
confName - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
 
confName - Variable in class de.aristaflow.ilm.model.processmodel.Activity
 
confValues - Variable in class de.aristaflow.ilm.model.processmodel.ExecutableBusinessProcess
 
confValues - Variable in class de.aristaflow.ilm.model.processmodel.Template
 
CONJUNCTION - de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection.Type
conjunction (AND)
CONNECT_LATER - de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
the parameter should be connected later
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
 
CONNECTED_CLIENT - de.aristaflow.adept2.model.cluster.Status
AristaFlow is running as client on its node and it is connected to the AristaFlow-server.
connectionRouter - Variable in class de.aristaflow.adept2.ui.processvisualisation.model.ModelGlue
a connection router for adept connection figures
connectionRouter - Variable in class de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn.BPMNSymbols
a connection router for BPMN connection figures
CONNECTOR_MAPPING - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
Field connectorMapping for a node.
CONNECTOR_PARAMETER_MAPPING - de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
The mapping between parameters and the connector IDs, Node.getConnectorMapping(ActivityConstants.AccessType).
connectToStore() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
Connects to the configured store of this event source.
connId - Variable in class de.aristaflow.ilm.model.processmodel.StructuralDataEdge
 
ConsistencyCheckResponse - Class in de.aristaflow.ilm.model.execution
ConsistencyCheckResponse() - Constructor for class de.aristaflow.ilm.model.execution.ConsistencyCheckResponse
 
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
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 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(String) - Method in interface de.aristaflow.adept2.util.Attributable
Gets whether this Attributable contains an attribute value for the designated attribute name.
contains(String) - Method in class de.aristaflow.adept2.util.io.AttributedInputStream
 
contains(T[], T) - Static method in class de.aristaflow.adept2.util.ArrayTools
Gets whether the designated array contains the designated element.
contains(T, Enumeration<? extends T>) - Static method in class de.aristaflow.adept2.util.CollectionTools
Gets whether the designated enumeration contains the designated object.
contains(T, Iterator<? extends T>) - Static method in class de.aristaflow.adept2.util.CollectionTools
Gets whether the designated iterator contains the designated object.
ContainsAllFilter - Interface in de.aristaflow.adept2.model.filter
The "CONTAINS ALL" filter.
containsAttribute(String) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
 
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<T,​F extends AtomicAttributeFilter<T>> - Class in de.aristaflow.ilm.model.filter
 
ContainsFilter - Interface in de.aristaflow.adept2.model.filter
The super interface for all filters that match on some kind of "contains" relation.
ContainsFilter(boolean) - Constructor for class de.aristaflow.ilm.model.filter.ContainsFilter
 
ContainsFilter.AllFilter<T,​F extends AtomicAttributeFilter<T>> - Class in de.aristaflow.ilm.model.filter
Applies a filter to a collection, all elements have to match.
ContainsFilter.ExistsFilter<T,​F extends AtomicAttributeFilter<T>> - Class in de.aristaflow.ilm.model.filter
Applies a filter to a collection, one element has to match.
containsKey(Object) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
 
containsKey(String) - Method in interface de.aristaflow.adept2.util.i18n.Messages
Gets whether this Messages contains the designated key.
containsKey(String) - Method in class de.aristaflow.adept2.util.i18n.ResBundleMessages
 
containsKey(String) - Method in class de.aristaflow.adept2.util.i18n.SubMessages
 
containsKey(K) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets whether this collection (or one of its parents) contains the designated key.
containsParameterReferences(Script) - Static method in class de.aristaflow.adept2.model.scripts.ScriptTools
Returns whether the given script contains parameter references.
containsType(String, Class<?>) - Method in interface de.aristaflow.adept2.util.Attributable
Gets whether this Attributable contains an attribute value for the designated attribute name of the designated type.
containsType(String, Class<?>) - Method in class de.aristaflow.adept2.util.io.AttributedInputStream
 
containsValue(Object) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
 
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.
context - Variable in class de.aristaflow.ilm.model.execution.ExecutionContextResponse
 
context - Variable in class de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
 
contextCleanup - Variable in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
The clean-up for closing the context and all related resources.
contextCleanup - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
The clean-up for closing the context and all related resources.
contextPath - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
The (inner) context path, i. e. the path of the deferred servlet context.
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.
control - Variable in class de.aristaflow.adept2.util.i18n.ResourceBundleProvider
The control with which to load the resource bundle.
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.
To avoid memory leaks this is just a weak reference.
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.
convert(Locale, ResourceBundle) - Method in class de.aristaflow.adept2.util.i18n.MessagesProvider
 
convert(Locale, ResourceBundle) - Method in class de.aristaflow.adept2.util.i18n.ResBundleSubclassProvider
 
convert(Locale, ResourceBundle) - Method in class de.aristaflow.adept2.util.i18n.ResourceBundleProvider
Converts the designated resource bundle to the corresponding localising object.
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
 
convertEnum(AdministrativeWorklistItemFilter.PredefinedAdministrativeWorklistItemSelection) - Method in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdminWorklistItemTypeDeserialiser
 
convertEnum(ClientWorklistItemFilter.PredefinedClientWorklistItemSelection) - Method in class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemTypeDeserialiser
 
convertEnum(WorklistItemFilter.PredefinedWorklistItemSelection) - Method in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.WorklistItemTypeDeserialiser
 
convertEnum(E) - Method in class de.aristaflow.ilm.model.filter.Deserialisers.EnumValueTypeDeserialiser
Converts the deserialised enum value to the corresponding expected type.
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.
convertToMap(List<Pair<URI[], Long>>) - Method in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
Converts the designated list of services containing null elements to a sorted map containing the same elements (without null elements) indexed by the position in the list.
convertWildcardsToSql(String) - Static method in class de.aristaflow.ilm.util.Transformation
 
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_OR_REFERENCE - de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
The process template can be used either as copied subprocess or as referenced subprocess.
copyConfiguration(Configuration, int, Logger) - Static method in interface de.aristaflow.adept2.base.service.ConfigurableService
Creates a new serialisable configuration containing the values of the designated configuration.
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.
copyMapWrapUdts(Map<String, Serializable>) - Static method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Creates a copy of the designated map, wraps all UDTValue to prevent their closing and makes the copy unmodifiable.
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
Deprecated.
CORRESPONDING_BLOCK_NODE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
Node field for corresponding block node
count - Variable in class de.aristaflow.adept2.util.locking.ConditionLatch
The number of releases before this latch releases threads.
count(SessionToken, String) - Method in interface de.aristaflow.adept2.core.logmanager.Log
Counts all log entries that match the specified WHERE clause.
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 class de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService
 
countInstanceHistoryEntries(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionLogManagerRest
 
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.
countMeasReq - Variable in exception de.aristaflow.ilm.base.security.AuthenticationException
 
create() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectLifeCycle
Creates a new object.
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.
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(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.
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
 
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, Collection<ProcessModelParameter>, Collection<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
 
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 class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelChangeOperationsWebService
 
createAgent(SessionToken, Entity) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess
Adds the designated entity as new agent to the org model.
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 interface de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager
Deprecated, for removal: This API element is subject to removal in a future version.
createAndStartInstance(SessionToken, UUID, ExecutionContext, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
Deprecated, for removal: This API element is subject to removal in a future version.
createAndStartInstance(SessionToken, UUID, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
Deprecated, for removal: This API element is subject to removal in a future version.
createAndStartInstance(SessionToken, UUID, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
Deprecated, for removal: This API element is subject to removal in a future version.
createAndStartSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
Deprecated, for removal: This API element is subject to removal in a future version.
createAnnotationInstance(Class<T>, Map<String, Object>) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.Enricher
Creates a new instance of the designated annotation class.
createArrayList(int) - Static method in class de.aristaflow.adept2.util.CollectionTools
Creates a new array list of the designated initial size.
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(SWTContext) - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
Creates and initialises the browser with the base URL of this context.
createBrowserFunction(String, Runnable) - Method in class de.aristaflow.adept2.ui.swtgui.SelectedBrowser
Creates a new BrowserFunction for the selected browser with the designated name and executing the designated runnable.
createBrowserFunction(String, Consumer<Object[]>) - Method in class de.aristaflow.adept2.ui.swtgui.SelectedBrowser
Creates a new BrowserFunction for the selected browser with the designated name and calling the designated consumer.
createButtonsForButtonBar(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
 
createButtonsForButtonBar(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
createCachedExecutor(int, int, boolean, Adept2ThreadFactory) - Static method in class de.aristaflow.adept2.util.threading.ExecutorTools
Deprecated, for removal: This API element is subject to removal in a future version.
createCachedExecutor(int, int, 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.
createCachedExecutor(int, int, String, int, Level, 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, 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.
createCallbackIdentifier(Class<?>) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
createCallbackIds(Class<?>) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
Creates a URI as remote object identifier and a name for a callback object of the designated type.
createChangeableActivityConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableActivityConfiguration(Map<String, String>, Map<String, String>, 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
 
createChangeableConfiguration(Map<String, String>, Set<String>) - 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 class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
 
createClientWorklist(UUID, Integer, WorklistUpdateConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
 
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.
createClientWorklistIncrementally(SessionToken, UUID, Integer, WorklistUpdateConfiguration) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
 
createClientWorklistInternal(SessionToken, UUID, WorklistUpdateConfiguration, Boolean) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
 
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.
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.
createCloseMessage() - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
Create a string with HTML content to be displayed as final message to the user, e.g. telling him to close the browser window, for the case the activity was opened in a pop-up which wasn't closed by the client application.
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(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new ChangeableActivityConfiguration containing the values from the given template.
createConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
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
 
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)
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.Deserialisers.FilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.InstantFilter.InstantFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.LongFilter.LongFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.filter.StringFilter.StringFilterTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.model.orgmodel.FlatAttributeSelection.JsonTypeDeducingTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.util.jackson.MultiCandidateDeducingTypeDeserialiser
Creates a copy of this type deserialiser handling the designated property.
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.util.jackson.ScalarArrayHandlingTypeDeserialiser
 
createCopy(BeanProperty) - Method in class de.aristaflow.ilm.util.UuidFilter.UuidFilterTypeDeserialiser
 
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(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.
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.
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.
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.BooleanFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.DoubleFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.InstantFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.IntegerFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.LongFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.filter.StringFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.orgmodel.FlatAttributeSelection.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.TypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.util.jackson.MostCommonTypeResolverBuilder
Creates a new deducing deserialiser for the designated parameters.
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.util.jackson.MostSpecificTypeResolverBuilder
 
createDeducingDeserialiser(DeserializationConfig, JavaType, Collection<NamedType>, TypeIdResolver, JavaType) - Method in class de.aristaflow.ilm.util.UuidFilter.TypeResolverBuilder
 
createDefaultClientWorklist(UUID, Integer) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
 
createDefaultTemplateStatus(UUID) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an initial TemplateStatus object with all comments set to "initial template status".
createDelegation(QualifiedAgent, Set<QualifiedAgent>, String) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Creates a new delegation from the designated delegator to the designated recipients with the designated comment.
createDetailsArea(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
 
createDetailsArea(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
createDetailsButton(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
 
createDetailsButton(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
createDialogArea(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
 
createDialogArea(Composite) - Method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
 
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.
createdStreams - Variable in class de.aristaflow.adept2.util.io.BufferedRereadableContent
Deprecated.
All streams that have been created by this BufferedRereadableContent.
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.processmodel.ProcessModelFactory
Create a new EBP instance reference object.
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.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.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
createEmptyParameterDataContext() - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create an empty ParameterDataContext object.
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, TransientEntity) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelChangeOperationsWebService
 
createEntity(SessionToken, Entity) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess
Adds the designated entity to the org model.
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.
createEntityForm(EntityType, MultivaluedMap<String, String>) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelChangeOperationsRest
This operation allows to send the entity content directly via #APPLICATION_FORM_URLENCODED.
createEntityJson(EntityType, Map<String, Object>) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.ModelChangeOperationsRest
This operation has an explicit JSON parameter which is respected by Swagger when generating stubs.
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(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.
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.
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.
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.
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, 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.
createExecutor(int, Adept2ThreadFactory, boolean, int, Level) - 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) - 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, String, Logger, boolean, int, Level) - 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.
createExportedPrivateRemoteService(String, URI, String[]) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
Creates a new service information instance for an exported private remote service with the designated attributes.
createExportedPublicRemoteService(String, String[]) - Static method in class de.aristaflow.adept2.base.registry.ServiceInformation
Creates a new service information instance for an exported public remote service with the designated attributes.
createFigureForEdge(ProcessConstants.EdgeType) - Method in class de.aristaflow.adept2.ui.processvisualisation.model.ModelGlue
Create an appropriate ProcessConnection
createFigureForEdge(ProcessConstants.EdgeType) - Method in class de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn.BPMNSymbols
 
createFigureForEdge(ProcessConstants.EdgeType) - Method in interface de.aristaflow.adept2.ui.processvisualisation.widgets.GraphFigureProvider
Create an appropriate ProcessConnection depending on the given edge type
createFileEvent(Path) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
Creates a FileEvent for the designated path.
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(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.
createFilter(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
 
createFilter(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
 
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
Create a copy of the given event for forwarding it, i. e. replacing the source ID with AbstractEventSource.getID().
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
 
createInCompFromEnumValues(List<ExecutionHistory.StateChange>) - Method in class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.Deserialiser
 
createInCompFromEnumValues(List<EBPType>) - Method in class de.aristaflow.ilm.model.globals.EbpTypeFilter.Deserialiser
 
createInCompFromEnumValues(List<ProcessConstants.AdeptDataType>) - Method in class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.Deserialiser
 
createInCompFromEnumValues(List<WorklistConstants.WorklistItemState>) - Method in class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.Deserialiser
 
createInCompFromEnumValues(List<ActivityReferenceType>) - Method in class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.Deserialiser
 
createInCompFromEnumValues(List<T>) - Method in class de.aristaflow.ilm.model.filter.Deserialisers.NullableEnumComparisonDeserialiser
Creates an ComparisonOperator.Collection.IN comparison for several compared values thus creating a combined enum comparison for these values.
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, InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedActivityConfiguration(InheritedConfiguration, InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedActivityConfiguration(InheritedConfiguration, Map<String, String>, Map<String, String>, 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
 
createInheritedConfiguration(InheritedConfiguration, Map<String, String>, Set<String>) - 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.
createInputStream() - Method in class de.aristaflow.adept2.util.io.FileContent
 
createInputStream() - Method in class de.aristaflow.adept2.util.io.MemoryContent
 
createInputStream() - Method in class de.aristaflow.adept2.util.io.RereadableContent
Creates a new input stream for the content.
createInputStream() - Method in class de.aristaflow.adept2.util.io.WrappingContent
 
createInstanceDataContainer(SessionToken, UUID) - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
 
createInstanceDataContainer(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
 
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.
createInstanceNode(InstanceReference, UUID) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates an instance node that allows for building instance trees for a top-level instance.
createInstanceNode(InstanceReference, UUID, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates an instance node that allows for building instance trees for a child instance outside of a var par.
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, long, String, ProcessConstants.InstanceExecutionStatus, long, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
 
createInstanceStatus(UUID, ProcessConstants.InstanceMigrationStatus, String, ProcessConstants.InstanceExecutionStatus, 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
Deprecated.
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.demux.DeferredServletContext
 
createListener(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
 
createListUdt(String, Collection<? extends Serializable>) - Static method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new UDTValue with the designated user-defined type representing a ListUdt for the designated collection.
createListUdt(Collection<? extends Serializable>, ProcessConstants.AdeptDataType, String) - Static method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new UDTValue representing a ListUdt for the designated collection having values of the designated ProcessConstants.AdeptDataType or (userdefined) type.
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.
createLocPdc(CommonModelFactory, Map<String, String>) - Static method in class de.aristaflow.ilm.model.common.i18n.Transformation
 
createLocPlugin(CommonModelFactory, Map<String, String>) - Static method in class de.aristaflow.ilm.model.common.i18n.Transformation
 
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.
createNewEntity(String, AttributeMetaData, Entity) - Static method in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
Creates a new entity by propagating all allowed (for the designated OM extension) attributes to a new entity of the same type.
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).
createNullFilter(boolean, Attribute) - Method in interface de.aristaflow.adept2.model.filter.FilterFactory
Creates a filter that matches the designated attribute being null (or not null).
createNullTemplate(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a null template using the underlaying implementation.
createObjectOneWorkRunnable(O) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
Creates a new object runnable.
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(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
 
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
 
createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>, Logger) - 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(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
 
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
 
createParamMaps(List<ParameterValue>) - Static method in class de.aristaflow.ilm.model.common.Transformation
 
createPattern(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
Creates a pattern for the designated filter.
NOTE: This method is used by filtered event sources.
createPendingAfterFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
Creates runtime data having the designated runnable as pending after flush.
createPendingAfterFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
 
createPendingAfterFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
 
createPendingBeforeFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
Creates runtime data having the designated runnable as pending before flush.
createPendingBeforeFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
 
createPendingBeforeFlush(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
 
createPipelineRunnable(O, P, Queue<Runnable>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
Creates a new pipeline runnable.
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.
createProcessNodeContext(Instance, int, Integer, ParameterDataContext, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a ProcessNodeContext for the designated node (with process instance).
createProcessNodeContext(UUID, int, Integer, ParameterDataContext, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a ProcessNodeContext for the designated node (without process instance).
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
Creates a simple random UUID with no part of it being UUIDTools.FORBIDDEN_LONG.
createRandomUUIDDebug() - Static method in class de.aristaflow.adept2.util.UUIDTools
Creates a consecutive UUID.
createRecursionTable(ExtendedConnection, String[], String[], String, String, ParentToChildConnection[]) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
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(String[], String[], String, String, ParentToChildConnection[]) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
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.
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.
createRemoteHtmlContext(SessionToken, ActivityInstance, EBPInstanceReference, String, ExecutionContext, Thread, HTTPService) - Method in class de.aristaflow.adept2.ui.guimanager.RemoteHTMLGUIManager
Creates a new HTMLContext for handling the interaction between webserver and ExecutableComponent and also to provide the URL to a client allowing to call the URL remotely.
createRemoteObjectIdentifier(String, String) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
createRemoteObjectIds(String, String) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2RemoteObjectIdentifierFactory
Creates a URI and a service name with which to export and register the designated designated 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.
createRequestData(Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.ClientCredentialsAccessTokenProvider
Creates a HttpRequest.BodyPublisher that turns the values from the designated configuration into appropriate URL-encoded form data.
createResourceDescriptor(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createResponseForInconsistentSend(HTMLContext.HTTPReply) - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
Create the response for telling the browser side that the data is not consistent, after the user sent the "send" user signal.
createResponseForInvalidSend(HTMLContext.HTTPReply, Throwable) - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
Create the response for telling the browser that data submitted with the "send" user signal was invalid, e. g. failed to parse.
createResultSetEvent(ResultSet) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
Creates a ResultSetEvent for the designated result set.
createRootTemplateNode(TemplateReference, Set<DataElement>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a root template node that allows for building template trees for the designated top-level template.
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.
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.
createScheduledObjectRunnable(O) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
Creates a new object runnable.
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(boolean, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
createSerialisableDataContext(boolean, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createSerialisableDataContext(boolean, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>, Logger) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new serialisable data context having the designated input and output parameters.
createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new serialisable data context having the values of the designated data container.
createServerLogId() - Method in class de.aristaflow.ilm.ws.rest.base.service.ExceptionHandling
Creates a unique ID to be set in the message log and in the exception that is sent to the client.
createServlet(Class<T>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
 
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.OneWorkWorklistHandler
 
createSession() - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
Deprecated.
 
createSession() - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess
Creates a session token for usage by the OM extension.
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.
createSimpleProcessParameterObject(ProcessModelFactory, 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.
createSingletonComparison(ExecutionHistory.StateChange) - Method in class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.Deserialiser
 
createSingletonComparison(EBPType) - Method in class de.aristaflow.ilm.model.globals.EbpTypeFilter.Deserialiser
 
createSingletonComparison(ProcessConstants.AdeptDataType) - Method in class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.Deserialiser
 
createSingletonComparison(WorklistConstants.WorklistItemState) - Method in class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.Deserialiser
 
createSingletonComparison(ActivityReferenceType) - Method in class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceTypeFilter.Deserialiser
 
createSingletonComparison(Boolean) - Method in class de.aristaflow.ilm.model.filter.BooleanFilter.Deserialiser
 
createSingletonComparison(Double) - Method in class de.aristaflow.ilm.model.filter.DoubleFilter.Deserialiser
 
createSingletonComparison(Integer) - Method in class de.aristaflow.ilm.model.filter.IntegerFilter.Deserialiser
 
createSingletonComparison(Long) - Method in class de.aristaflow.ilm.model.filter.LongFilter.Deserialiser
 
createSingletonComparison(String) - Method in class de.aristaflow.ilm.model.filter.StringFilter.Deserialiser
 
createSingletonComparison(Instant) - Method in class de.aristaflow.ilm.model.filter.InstantFilter.Deserialiser
 
createSingletonComparison(UUID) - Method in class de.aristaflow.ilm.util.UuidFilter.Deserialiser
 
createSingletonComparison(T) - Method in class de.aristaflow.ilm.model.filter.Deserialisers.AbstractNullableDeserialiser
Creates a comparison for the designated value (may be the empty value stemming from JsonToken.VALUE_NULL).
createSocket() - 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(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(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
 
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.
createTemplateNode(TemplateReference, Set<DataElement>, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a template node as child of another template node.
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, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
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
createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, 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.
createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, String, String, PluginDataContainer, 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(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.
createUTCCalendar() - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
Returns a new Calendar with UTC as its time zone.
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.
createVarParInstanceNode(InstanceReference, UUID, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates an instance node of a varpar that allows for building instance trees.
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>, String, Locale) - Static method in class de.aristaflow.adept2.model.common.viewer.ModelViewer
Creates a translating view, returning the values for the given locale.
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.
createWebService(LicenceManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.base.licensing.LicenceManagerRest
 
createWebService(ExecutionManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
 
createWebService(GlobalProvider, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.globalprovider.GlobalProviderRest
 
createWebService(OrgModelManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
 
createWebService(ProcessImageRenderer, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
 
createWebService(SimpleProcessImageRenderer, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
 
createWebService(ProcessManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
 
createWebService(ResModelManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
 
createWebService(RuntimeManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.RuntimeManagerRest
 
createWebService(RuntimeService, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RuntimeServiceRest
 
createWebService(WorklistManager, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
 
createWebService(S, ServiceMetaData) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRootResource
Creates the generic web service implementation for the designated service.
createWorklistConfiguration(int, Map<Integer, Long>, int, Filter, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Creates a new worklist configuration object.
createWorklistIncrementally(Worklist<T>, boolean) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createWorklistIncrementally(Worklist<T>, boolean, long, long) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Creates a new incremental worklist from the designated worklist.
createWorklistIncrementally(UUID, QualifiedAgent, List<T>, WorklistRevision, boolean, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createWorklistIncrementally(UUID, QualifiedAgent, List<T>, WorklistRevision, boolean, boolean, Map<String, String>, long, long) - 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 worklist items.
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(WorklistUpdate) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createWorklistUpdateIncrementally(WorklistUpdate, long, long) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Creates an incremental worklist update object based on the designated worklist update.
createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Deprecated, for removal: This API element is subject to removal in a future version.
createWorklistUpdateIncrementally(UUID, WorklistRevision, long, int, Collection<WorklistItemUpdate<ClientWorklistItem>>, Map<String, String>, long, long) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistModelFactory
Creates an incremental worklist update object.
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
creationTime - Variable in class de.aristaflow.ilm.model.processmodel.Instance
 
creationTime - Variable in class de.aristaflow.ilm.model.processmodel.InstanceReference
 
criLogger - Variable in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator.CachingRemoteIteratorCloseTask
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
This subclass refers to the CSVFormatter and decouples LoggerManager from AristaFlow-specific classes in CSVFormatter.
CsvLoggerManager(boolean, boolean) - Constructor for class de.aristaflow.adept2.base.registry.CsvLoggerManager
Creates a new LoggerManager providing a CSVFormatter if appropriate.
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.
current - Variable in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
The reference to the current item update which is to be retrieved next.
currentDelegation - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
 
currentDelegation - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
 
currentDelegation - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
 
currentDelegationLevel - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
 
currentDelegationLevel - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
 
currentDelegationLevel - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
 
currentEnq - Variable in class de.aristaflow.ilm.model.execution.ExecutionContext
 
currentEnq - Variable in class de.aristaflow.ilm.model.runtimeenvironment.IncompleteSessionContext
 
currentEnquiry - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
 
currentEnquiry - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
 
currentEnquiry - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
 
currentEscalationLevel - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
 
currentEscalationLevel - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
 
currentEscalationLevel - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
 
currentLockingObject() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.Lock
Retrieves a string representation of the object that is currently holding the lock.
currentOutputStream - Variable in class de.aristaflow.adept2.util.io.SwitchingOutputStream
The output stream to which data will be written at any given time.
currentRun - Variable in class de.aristaflow.adept2.core.eventmanager.common.AddSourceRunnable
The number of times the event source has been tried to add.
currentRun - Variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
Deprecated.
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.
customerId - Variable in class de.aristaflow.ilm.model.common.LicenceInformation
 
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
 
cwc - Variable in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
The callback for the client worklist.
cwIds - Variable in class de.aristaflow.ilm.ws.model.worklistmodel.IncClientWorklistsWebService
The IDs of the client worklists indexed by the ID of the incremental worklist iterator.
cwItems - Variable in class de.aristaflow.ilm.model.worklistmodel.IncClientWorklistData
 
cwItems - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncClientWorklistData
 
cwItems - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncClientWorklistData
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes All Packages