- FAIL - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The component should be failed/aborted (value is 7 << 10).
- failComputation(Throwable) - Method in class de.aristaflow.adept2.util.threading.ResultExchange
-
Computation has failed with the designated throwable to be provided by this
ResultExchange unless the designated throwable is null.
- FAILED_PROVIDE_FOR_RESUME - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FAILED_PROVIDE_FOR_START - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- failedSaves - Variable in class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
The amount of consecutive failures when saving the file.
- failedSavesWarning - Variable in class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
The amount of failed saves leading to a warning in the log.
- failedServices - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
All services that failed to start, mapping from name to the exception that occurred when
starting.
- fatalError(SAXParseException) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
-
- FEATURE_ESCALATION - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the escalation feature.
- FEATURE_PROCESS_FLEXIBILITY - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the process flexibility feature.
- FEATURE_RUNTIME_FLEXIBILITY - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the runtime flexibility feature.
- FEATURE_WEB_CLIENT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the webclient feature.
- feed(boolean) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a boolean to the computed hash code.
- feed(char) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a char to the computed hash code.
- feed(byte) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a byte to the computed hash code.
- feed(short) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a short to the computed hash code.
- feed(int) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a int to the computed hash code.
- feed(long) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a long value to the computed hash code.
- feed(float) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a float to the computed hash code.
- feed(double) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a double to the computed hash code.
- feed(Object) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds an Object to the computed hash code.
- feed(boolean[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a boolean array to the computed hash code.
- feed(byte[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a byte array to the computed hash code.
- feed(short[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a short array to the computed hash code.
- feed(int[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a int array to the computed hash code.
- feed(long[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a long array to the computed hash code.
- feed(float[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a float array to the computed hash code.
- feed(double[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds a double array to the computed hash code.
- feed(Object[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds an Object array to the computed hash code.
- feedShallow(Object[]) - Method in class de.aristaflow.adept2.util.HashCalc
-
Feeds an Object array to the computed hash code.
- file - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
Deprecated.
- FILE_PROTOCOL - Static variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
The protocol for a file.
- fileAccessible(File, String) - Static method in class de.aristaflow.adept2.util.FileTools
-
Checks whether the designated file can be accessed (written to).
- FileDescriptor(String, boolean) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
Creates a new FileDescriptor for the designated file which
may be other binary content or character content.
- FileDescriptor(String, Charset) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
Creates a new FileDescriptor for the designated character
file with the designated character set for decoding the read bytes.
- FileEvent - Interface in de.aristaflow.adept2.model.events
-
An event that is produced to indicate the presence of a file or a sub-directory.
- FileEventActivityHandler - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
An event handler for file events, that stores data from an occurred file
event as output parameter in the data context of the corresponding activity.
- FileEventActivityHandler(Configuration, ActivityEventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Creates a new handler for file events that starts or resumes activities and
stores data from the file in their output data context.
- FileEventActivitySource - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
A file event source that takes its configuration from an activity
configuration provided from a process step.
- FileEventActivitySource(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivitySource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- FileEventFilter(boolean, boolean, Pattern, boolean, String) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
Creates a new file filter for applying the restrictions for the file
event source to the searched directory.
- FileEventImpl - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
An event for files, that is, an event is produced and sent as soon as a file
(or a directory) is created or stored in a specific folder.
- FileEventImpl(URI[], String, String, String, File) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
- FileEventImpl(URI[], String, String, String, Path) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
Creates a new event for the designated path.
- FileEventSource - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
A source for events based on files in a specific folder (configured).
- FileEventSource(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- FileEventSource.FileEventFilter - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
A file filter applying the configured restrictions for the file event
source to the searched directory.
- fileHandler - Variable in class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
The handler for the configuration file.
- fileLock - Variable in class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
The lock to synchronise file access.
- FileMarkHandler - Class in de.aristaflow.adept2.core.eventmanager.fileevents
-
An event handler for marking files from file events.
- FileMarkHandler(Configuration, EventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.fileevents.FileMarkHandler
-
Default constructor for a plugin of an EventManager called by
a service registry.
- fileName - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
The name of the file of this descriptor.
- fileName - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
-
The name of the file this UDT stems from.
- fileName - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
- FileroDataSource - Interface in de.aristaflow.adept2.extensions.filerodatasource
-
Creates and manages connections to a FILERO server.
- fileStore - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.InstanceStartEventHandler
-
The configured file store path, used for providing the mail content as file
URI to the started process or null in case no files should be
stored.
- fileStore - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
The configured file store path, used for providing the mail content as file
URI to the started process or null in case no files should be
stored.
- FileSuffixFilter - Class in de.aristaflow.adept2.util
-
Simple filename filter based on file suffix.
- FileSuffixFilter(String) - Constructor for class de.aristaflow.adept2.util.FileSuffixFilter
-
Simple constructor.
- FileTools - Class in de.aristaflow.adept2.util
-
Utility class containing file-related helper methods, mostly concerning file
names and paths.
- FileUDT - Class in de.aristaflow.adept2.extensions.datatypes
-
A simple object that wraps a file and provides access to all needed
information to view a file in a form environment.
- FileUDT(File) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
-
Default constructor that initialises the fields from the given file.
- FileUDT(File, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
-
Default constructor that initialises the fields from the given file,
but using a different file name than actually provided by the file object.
- FileUDT(InputStream) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
-
- FileUDT(UDTValue) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
-
- FileUDT(byte[], String, String, String, long) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
-
Default constructor that initialises the fields directly.
- FileUDTValue - Class in de.aristaflow.adept2.model.datamanagement
-
A FileUDTValue extends a UDTValue by file
support.
- FileUDTValue(String, FileUDTValue.FileDescriptor) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue
-
Creates a new FileUDTValue with the designated user-defined
type name and the input of the file represented by the designated file
descriptor.
- FileUDTValue.FileDescriptor - Class in de.aristaflow.adept2.model.datamanagement
-
Represents a file by its name as well as an optional charset which is used
to decode the bytes read from the file.
- fileValid() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
Returns whether this descriptor represents a valid file, that is whether
the file with the designated name really exists.
- fillLocalisedMessage(Map<Locale, String>, String, String, List<Locale>, Class<?>, LocalisationFactory, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.i18n.LocalisationTools
-
Loads the designated message key from the designated bundle for the designated locales and
stores them in the designated map.
- fillLocalisedMessage(Map<Locale, String>, String, String, List<Locale>, Class<?>, Object...) - Static method in class de.aristaflow.adept2.util.LocaleTools
-
Loads the designated message key from the designated bundle for the designated locales and
stores them in the designated map.
- fillQualifiedAgentElement(Document, String, Element, QualifiedAgent, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Creates an element representing a qualified agent, based on the given agent
- fillUserAttributesElement(Document, String, Map<String, String>, Element, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Fill the given XML element with values of the given user attributes.
- Filter - Class in de.aristaflow.adept2.core.orgmodelmanager
-
- Filter() - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.Filter
-
Creates a new conjunction filter.
- Filter(boolean) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.Filter
-
Creates a new filter either a conjunction or a disjunction.
- Filter - Interface in de.aristaflow.adept2.model.filter
-
Super interface for all filter classes.
- Filter.Selection - Class in de.aristaflow.adept2.core.orgmodelmanager
-
A simple container class for a selection/condition, consisting of an
attribute name, a comparison operator and a value object.
- filterBody - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Regex for filtering on the body or null if not set.
- FilteredMailEventActivitySource - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
A mail event source that allows for filtering mails and additionally provides
the means to get the configuration from an activity.
- FilteredMailEventActivitySource(Configuration, DefaultEventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventActivitySource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- FilteredMailEventSource - Class in de.aristaflow.adept2.core.eventmanager.mailevents
-
A mail event source that filters mails and only creates the corresponding
events if the filters apply.
- FilteredMailEventSource(Configuration, DefaultEventManager, Registry) - Constructor for class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Default constructor for a plugin of an EventManager called by
a service registry.
- FilteredMailSource - Interface in de.aristaflow.adept2.model.events.sources
-
A mail event source that filters mails before creating the corresponding mail
events.
- filterFactory - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The filter factory required for retrieving the "latest" template
of a specific process type.
- FilterFactory - Interface in de.aristaflow.adept2.model.filter
-
A factory to create filters
- filterFlagAnswered - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the answered flag set to this value should cause an
event.
- filterFlagDeleted - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the deleted flag set to this value should cause an
event.
- filterFlagDraft - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the draft flag set to this value should cause an
event.
- filterFlagFlagged - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the flagged flag set to this value should cause an
event.
- filterFlagRecent - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the recent flag set to this value should cause an
event.
- filterFlagSeen - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the seen flag set to this value should cause an
event.
- filterFlagUser - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Whether only mails with the user flag set to this value should cause an
event.
- filterFrom - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Regex for filtering on the senders or null if not set.
- filterName - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Regex for filtering on the file name or null if not set.
- FilterNotSupportedException - Exception in de.aristaflow.adept2.model.filter
-
A FilterNotSupportedException indicates that a provided filter
cannot be transformed to another representation, for instance SQL.
- FilterNotSupportedException(String) - Constructor for exception de.aristaflow.adept2.model.filter.FilterNotSupportedException
-
Creates a new FilterNotSupportedException with the designated
message.
- FilterNotSupportedException(Throwable) - Constructor for exception de.aristaflow.adept2.model.filter.FilterNotSupportedException
-
Creates a new FilterNotSupportedException for the designated
cause.
- FilterNotSupportedException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.filter.FilterNotSupportedException
-
Creates a new FilterNotSupportedException for the designated
cause with the designated message.
- filters - Variable in class de.aristaflow.adept2.util.logging.NameWrappingLogger
-
The name filters of the (parent) handlers of the wrapped logger or
null in case there is no name filter.
- filtersApply(Message, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Checks whether the configured message filters apply to the designated
message.
- filtersApply(Message, Pattern, Pattern, Pattern, Pattern, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Checks whether the designated message filters apply to the designated
message.
- filterSubject - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Regex for filtering on the subject or null if not set.
- filterTo - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Regex for filtering on the recipients or null if not set.
- finalize() - Method in class de.aristaflow.adept2.base.sessionmanagement.QualifiedAgent
-
Removes the entry from the intern cache if this object instance is the
JVM-wide used.
- finalize() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
-
Closes the input stream if the stream still exists and thus the data has
not been read yet.
- finalize() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
- finalize() - Method in class de.aristaflow.adept2.util.threading.LoggingFuture
-
- finalResponse - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
The final response that will be used for all HTTP-request after the reply
handler has been shut down.
- findBestMatch(Locale, Collection<Locale>) - Static method in class de.aristaflow.adept2.util.LocaleTools
-
Returns a locale from the given collection of available locales that best
matches the given target locale or null if either the target locale is null
or no locale matches the target locale.
- findFileAtDefaultLocation(String[], String[]) - Static method in class de.aristaflow.adept2.util.FileTools
-
Tries to find one of the given relative or absolute paths and returns the
first match.
- findInstanceIDsOf(SessionToken, UUID[], boolean, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Finds all instances of the designated templates matching the two filters on
Instance and
InstanceStatus and returns their instance IDs.
- findInstanceIDsOfIterator(SessionToken, UUID[], boolean, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
- findInstanceRefsOf(SessionToken, UUID[], boolean, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Finds all instances of the designated templates matching the two filters on
Instance and
InstanceStatus and returns lightweight
objects.
- findInstanceRefsOfIterator(SessionToken, UUID[], boolean, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
- findIOParameterReferences(String, EnumSet<ProcessConstants.AdeptDataType>) - Static method in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
Finds all IO parameter references in the given string and returns them.
- findNext() - Method in class de.aristaflow.adept2.model.common.paramref.IOParameterRefParser
-
Finds the next parameter reference.
- findNext() - Method in class de.aristaflow.adept2.model.common.paramref.IOParameterRefReplacer
-
Finds the next parameter reference.
- findNext() - Method in class de.aristaflow.adept2.model.common.paramref.ParameterRefParser
-
Finds the next parameter reference.
- findNext() - Method in class de.aristaflow.adept2.model.common.paramref.ParameterRefReplacer
-
Finds the next parameter reference.
- findNext() - Method in class de.aristaflow.adept2.util.VariableReplacer
-
Finds the next variable.
- findNodes(int, int, boolean, Template) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Find all nodes between start and end using the topological sorting
- findNodesRecursive(int, int, Template) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Recursively find all nodes between the start node and the end node, and
return their IDs.
- findNodesSlow(int, int, boolean, Template) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Find nodes the hard way, without relying on the topological sorting
- findParameterReferences(String, EnumSet<ProcessConstants.AdeptDataType>) - Static method in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
Finds all simple parameter references (see
SystemDataConsumer)
in the given string and returns them.
- findParameterReferences(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
-
Finds all parameter references (see
SystemDataConsumer)
in the given string and returns them.
- findSplitNode(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Finds the split node of the given node, cf.
- findTemplates(SessionToken, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
Finds all templates (except embedded and instance-specific ones) matching
the two filters on
Template and
TemplateStatus and returns
their template references.
- findTemplatesIterator(SessionToken, Filter, Filter) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
- findUsageOfActivityTemplate(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessRepository
-
Finds all process templates which use the designated activity template in a
process step.
- findUsageOfActivityTemplateIterator(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessRepository
-
- findUsageOfDataType(SessionToken, String) - Method in interface de.aristaflow.adept2.core.processrepository.DataTypeManager
-
Finds all process templates (including instance-specific templates) in this
process repository which contain a data element of the designated
user-defined data type.
- findUsageOfDataTypeIterator(SessionToken, String) - Method in interface de.aristaflow.adept2.core.processrepository.DataTypeManager
-
- findUsageOfProcessTemplate(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessRepository
-
Finds all process templates which reference the designated process template
as subprocess.
- findUsageOfProcessTemplateIterator(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessRepository
-
- finish() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
-
Finishes the execution of the inner component by resetting context fields
and logging an info message.
- finishActivity(SessionToken, EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
-
Instructs the execution control manager to stop the specified activity.
- finishActivity(SessionToken, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteExecutionControlManager
-
- finishIteratorTransaction(M) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Finishes the iterator transaction of the designated connection.
- finishRunningState() - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
If true, the item shall also be finished, if the activity currently is
running.
- finishSelectedState() - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
If true, the item shall also be finished, if the activity currently is
selected.
- finishSuspendedState() - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
If true, the item shall also be finished, if the activity currently is
suspended.
- finishTransaction(T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Finishes the transaction started for the designated object on the current
level.
- finishTransaction(Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated statement and finishes the transaction started for
the designated object on the current level.
- finishTransaction(ResultSet, Statement, T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Closes the designated result set, the designated statement and finishes the
transaction started for the designated object on the current level.
- FinishWithDefaultData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Data for the finish with default values measure.
- fireNodeStateChangedEvent(UpdateManager, Instance, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Fires updates for changed node states
- firePropertyChange(Object, Object) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Notify all interested parties of changes to a Process element
- firePropertyChange(Object, Object, Object) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Notify all interested parties of changes to a Process element
- firePropertyChange(Object, Object, Object, Object) - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Notify all interested parties of changes to a Process element
- firePropertyChange(Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
Notify all interested parties of changes to a Process element
- firePropertyChange(Object, Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
Notify all interested parties of changes to a Process element
- firePropertyChange(Object, Object, Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
Notify all interested parties of changes to a Process element
- first - Variable in class de.aristaflow.adept2.util.types.Pair
-
The first element of the pair.
- first - Variable in class de.aristaflow.adept2.util.types.Triple
-
The first element of the triple.
- firstRow - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.WindowedMemoryResultSet
-
The first row in the wrapped result set being part of the window.
- fixedHolidays - Variable in class de.aristaflow.adept2.util.time.nl.LocalPublicHolidays_de_DE
-
The fixed holidays cached internally for convenient handling.
- floatToNativeTypedValue(Double, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an instance of Double to an instance of the
corresponding native type.
- flush(SessionToken) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Flushes all the internally stored values that have not been saved to the
data manager yet.
- flushAndExecute(boolean, Runnable) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.
Flushes all pipelines and executes the designated task.
- flushAndExecute(boolean, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Flushes all work and executes the designated task.
- flushAndExecuteUnchecked(boolean, Runnable) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.
- flushAndExecuteUnchecked(boolean, boolean, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
- flushBase64() - Method in class de.aristaflow.adept2.util.Base64.OutputStream
-
Method added by PHIL.
- flushDataContainer(SessionToken, Instance, int, int, DataContainer, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Flushes all values from the designated data container and persists them in
this data manager (if the corresponding data container stems from this data
manager) referring to it by the designated savepoint ID.
- flushDataContainer(SessionToken, EBPInstanceReference, DataContainer) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Flushes the current state of the designated data container, that is, the values of the output
parameters and the application states and stores them internally with the last savepoint ID of
the designated data container.
- flushPending - Variable in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.
A counter for pending flushs.
- flushPending - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
A counter for pending flushs.
- flushPending - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkRunnable
-
The amount of pending flushs.
- flushSavepoint(SessionToken, Instance, int, int, DataContainer, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Flushes the designated safepoint only.
- flushSavepoint(SessionToken, EBPInstanceReference, DataContainer, String) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityTermination
-
Flushes the state of the designated savepoint in the designated data container, that is, the
values of the output parameters and the application states for the designated savepoint and
stores them internally.
- folderName - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The name of the folder which causes an event when a new mail is received.
- FORBIDDEN_LONG - Static variable in class de.aristaflow.adept2.util.UUIDTools
-
The constant value that must not occur as part of a created UUID.
- forceShutdown() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
- forceShutdown(long) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Initiates a shutdown of this object pool, i.e. no more objects can be
checked out, but objects can still be checked back in.
- forceShutdown() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
-
Forces a shutdown of this object pool, i.e. no more objects can be checked
out.
- fork() - Method in interface de.aristaflow.adept2.model.execution.LightWeightProcessInstance
-
Returns whether the referenced template should be instantiated as separated
top-level process instead of a "real" process.
- fork() - Method in interface de.aristaflow.adept2.model.processmodel.ReferencedProcess
-
Returns whether the referenced template should be instantiated as separated
top-level process instead of a "real" process.
- forLocale(Locale) - Method in class de.aristaflow.adept2.util.i18n.MessagesCache
-
Returns the messages for the specified locale.
- FORM - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
Name of the FormEnvironment
- FORM_GEN_ENV_CLOSE_INCONSISTENCY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FORM_GEN_ENV_RT_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FORM_GEN_ENV_RT_KILL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FORM_GEN_ENV_USER_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FORM_GEN_ENV_USER_KILL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- FORM_GEN_ENV_WRONG_GUI - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- format(LogRecord) - Method in class de.aristaflow.adept2.base.registry.CSVFormatter
-
- format(StringBuilder) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.AtomicEntityExpression
-
- format(StringBuilder) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression
-
- format(StringBuilder) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.DynamicEntityExpression
-
- format() - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.EntityExpression
-
Formats this object-based representation of an entity expression to a
(policy) string.
- format(StringBuilder) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.EntityExpression
-
Formats this object-based representation of an entity expression to a
(policy) string.
- format(StringBuilder) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.NavFunctionInstance
-
Formats this function instance to a string that is usably in OrgPolicies.
- format(EntityExpression) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.OrgPolicyParser
-
Takes the given EntityExpression and formats it back to an
OrgPolicy string.
- format(String, Map<String, Serializable>, Locale) - Method in class de.aristaflow.adept2.model.common.plugindata.LongDateSystemDataFormatter
-
- format(String, Map<String, Serializable>) - Method in class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
-
- format(String, Map<String, Serializable>, Locale) - Method in class de.aristaflow.adept2.model.common.systemdata.BasicSystemDataFormatter
-
- format(String, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatter
-
Formats the given parameterised string according to the needs of the
SystemDataConsumer it is used by.
- format(String, Map<String, Serializable>, Locale) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatter
-
Formats the given parameterised string according to the needs of the
SystemDataConsumer it is used by.
- format(String, Map<String, Serializable>, Locale) - Method in class de.aristaflow.adept2.model.orgmodel.OrgPolicySystemDataFormatter
-
- formatCondition(SessionToken, String, Serializable...) - Method in interface de.aristaflow.adept2.core.logmanager.Log
-
- formatCondition(SessionToken, Log, String, Serializable...) - Method in interface de.aristaflow.adept2.core.logmanager.LogManager
-
- formatDate(long) - Static method in class de.aristaflow.adept2.util.time.DateTimeFormat
-
Returns a formatted date.
- formatDateTime(long) - Static method in class de.aristaflow.adept2.util.time.DateTimeFormat
-
Format the given timestamp either as absolute date or a relative time,
depending on the signature of the value.
- formatTime(long) - Static method in class de.aristaflow.adept2.util.time.DateTimeFormat
-
Returns a formatted string representing the relative time.
- formatValue(Object, int) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Formats the given value to a string that can be used in SQL statements and
queries.
- formatValue(Object, int) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Formats the given value to a string that can be used in SQL statements and
queries.
- FORWARD_SUBJECT - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
The authentication data is a
Subject
but it is not provided to the local JAAS but just forwarded to the global
security manager using
GlobalAuthMethod.JAAS_SUBJECT on
server-side.
- forwardEvent(T, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
Sends the designated event to all registered event handler.
- fromAdeptDataType(ProcessConstants.AdeptDataType) - Static method in enum de.aristaflow.adept2.model.orgmodel.DataType
-
- fromByteArray(byte[]) - Static method in class de.aristaflow.adept2.util.StreamTools
-
Deserialises the object contained in the designated byte array.
- fromByteArray(byte[], String) - Static method in class de.aristaflow.adept2.util.StringTools
-
Decodes the given byte array to a string using the specified encoding.
- fromIdentifierID(UUID) - Static method in enum de.aristaflow.adept2.model.orgmodel.EntityType
-
Returns the EntityType for a given identifier ID or null if
the identifier ID is not recognised.
- fromInputParameter(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
-
Gets the name of the input parameter, the configuration value for the
designated entry is provided at runtime.
- fromInputParameter(String) - Method in interface de.aristaflow.adept2.model.common.ActivityConfiguration
-
Gets the name of the input parameter, the configuration value for the
designated entry is provided at runtime.
- fromPolicyToken(String) - Static method in enum de.aristaflow.adept2.model.orgmodel.EntityType
-
Returns the EntityType for a given policy token or null if
the policy token is not recognised.
- fromProcessConfiguration(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
-
Gets the name of the entry of the process configuration, the value for this
configuration and the designated entry is provided at runtime.
- fromProcessConfiguration(String) - Method in interface de.aristaflow.adept2.model.common.ActivityConfiguration
-
Gets the name of the entry of the process configuration, the value for this
configuration and the designated entry is provided at runtime.
- fromString(String) - Static method in enum de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
-
Tries to convert the designated scheme to a corresponding communication
protocol.
- fromTypeKey(String) - Static method in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
Returns the data type associated to the given type key or null if
the type key is not recognised.
- fullSize - Variable in class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
-
Whether the pool (its amount of core threads) is set to the maximum size.
- furtherHandling - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NameHandler
-
The callback handler for all other callbacks.
- furtherHandling - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NamePasswordHandler
-
The callback handler for all other callbacks.
- furtherHandling - Variable in class de.aristaflow.adept2.base.security.callbackhandler.PasswordHandler
-
The callback handler for all other callbacks.
- futures - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
/**
All the event sources mapped to the corresponding futures from the poll
service.