A B C D E F G H I J K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- s - Variable in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
The object representation (usually a string) not needing localisation.
- sanitise(String) - Static method in class de.aristaflow.adept2.util.StringTools
-
Removes bad characters from the designated string.
- sanitise(String, String) - Static method in class de.aristaflow.adept2.util.FileTools
-
Sanitises the name of a file (i.e. without any path) by replacing every illegal character with the given string.
- sanitise(String, String, FileTools.Compatibility) - Static method in class de.aristaflow.adept2.util.FileTools
-
Sanitises the name of a file (i.e. without any path) by replacing every illegal character with the designated replacement.
- satisfiesMinimumSpecification(String) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Gets whether the specification version of this
JavaVersion
satisfies at least the designated specification version. - satisfiesMinimumVersion(String) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Gets whether the version of this
JavaVersion
satisfies at least the designated version. - satisfiesMinimumVmVersion(String) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Gets whether the VM version of this
JavaVersion
satisfies at least the designated VM version. - satisfiesRange(String, String) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Gets whether the version of this
JavaVersion
lies between the specified lower and upper version limit, both boundaries included. - satisfiesVersion(String) - Method in class de.aristaflow.adept2.util.JavaVersion
-
Gets whether the version of this
JavaVersion
satisfies the designated partial version. - save() - Method in class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Saves the configuration to the underlying properties file.
- savedSavepoints(String[]) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Signals this data container that the designated savepoints have been saved.
- savepoint - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
-
The Savepoint to resume from if resume is true.
- savepoint - Variable in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
-
The savepoint in case this component has been resumed or
null
in case of normal execution. - savepoint - Variable in class de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
- savepoints - Variable in class de.aristaflow.ilm.model.datamanagement.ReadingDataContainer
- saveToStream() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
-
Serialises the data of this WebForm container and returns an input stream from which the data can be read.
- saveToStream() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Serialises the data of this WebForm subtable and returns an input stream from which the data can be read.
- saveToStream() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
-
Deprecated.Serialises the data of this WJP container and returns an input stream from which the data can be read.
- saveToStream() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Serialises the data of this WJP subtable and returns an input stream from which the data can be read.
- saveToStream(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Serialises the data of this UDT as XML to the designated output stream.
- saveToStream(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
-
Serialises the data of this WebForm container to the given output stream.
- saveToStream(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Serialises the data of this WebForm subtable to the given output stream.
- saveToStream(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
-
Deprecated.Serialises the data of this WJP container to the given output stream.
- saveToStream(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Serialises the data of this WJP subtable to the given output stream.
- saveToUdtValue() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
-
Serialises the data of this UDT as XML and returns it as
UDTValue
. - saveToUDTValue() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
-
Serialises the data of this WebForm container to a
UDTValue
. - saveToUDTValue() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Serialises the data of this WebForm subtable to a
UDTValue
. - saveToUDTValue() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
-
Deprecated.Serialises the data of this WJP container to a
UDTValue
. - saveToUDTValue() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Serialises the data of this WJP subtable to a
UDTValue
. - SAXEXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- sc - Variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
The context of the outer servlet.
- ScalarArrayHandlingTypeDeserialiser<D extends ScalarArrayHandlingTypeDeserialiser<D>> - Class in de.aristaflow.ilm.util.jackson
-
This class extends a
MultiCandidateDeducingTypeDeserialiser
by the means to handle scalar values and arrays. - ScalarArrayHandlingTypeDeserialiser(JavaType, TypeIdResolver, JavaType, DeserializationConfig, Collection<NamedType>, boolean) - Constructor for class de.aristaflow.ilm.util.jackson.ScalarArrayHandlingTypeDeserialiser
- ScalarArrayHandlingTypeDeserialiser(ScalarArrayHandlingTypeDeserialiser<D>, BeanProperty) - Constructor for class de.aristaflow.ilm.util.jackson.ScalarArrayHandlingTypeDeserialiser
- scalarDeserialiserType - Variable in class de.aristaflow.ilm.model.filter.Deserialisers.EnumValueTypeDeserialiser
-
The type for the filter allowed for a plain value.
- scalarDeserialiserTypeId - Variable in class de.aristaflow.ilm.model.filter.Deserialisers.EnumValueTypeDeserialiser
-
The ID of the type for the filter allowed for a plain value.
- schedule(Runnable, long, TimeUnit, boolean, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls
ScheduledThreadPoolExecutor.schedule(Runnable, long, TimeUnit)
and optionally wraps the runnable to log an occurring runtime exception and virtual machine error. - schedule(Callable<V>, long, TimeUnit, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls
ScheduledThreadPoolExecutor.schedule(Callable, long, TimeUnit)
and optionally wraps the callable to catch and log an occurred exception. - schedule(O, Runnable, long) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Schedules the designated runnable to be executed after the designated delay for the designated object.
- schedule(O, Callable<V>, long) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Schedules the designated callable to be executed after the designated delay for the designated object.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
- scheduled - Variable in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
The scheduled executor service executing runnables which add work that should be delayed.
- scheduledExecutorPoolSize - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The amount of threads used for the
ClientServiceSharedServices.scheduledExecutorService
. - scheduledExecutorService - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The scheduled executor service that is used for new threads scheduled by client components.
- ScheduledObjectOneWorkExecutor<O> - Class in de.aristaflow.adept2.util.threading.executor
-
This scheduled one work executor handles the usual pending work for before and after a flush.
- ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ScheduledObjectOneWorkExecutor(boolean, int, int, boolean, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ScheduledObjectOneWorkExecutor(boolean, int, int, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and unlimited objects), accepting exactly one piece of work per object.
- ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator<? super Runnable>, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads, accepting exactly one piece of work per object.
- ScheduledObjectOneWorkExecutor(boolean, int, int, int, Comparator<? super Runnable>, Adept2ThreadFactory, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads, accepting exactly one piece of work per object.
- ScheduledObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Creates a new thread pool executor with an unlimited amount of objects and the designated maximum amount of threads, accepting exactly one piece of work per object.
- ScheduledObjectOneWorkExecutor(boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ScheduledObjectOneWorkExecutor.ScheduledRuntimeData - Class in de.aristaflow.adept2.util.threading.executor
-
This class extends
RuntimeData
by a runnable which will be delayed and the corresponding future stemming from scheduling the runnable in the scheduling executor. - ScheduledObjectOneWorkRunnable<O> - Class in de.aristaflow.adept2.util.threading.executor
-
A runnable that will enqueue a delayed object runnable as soon as the delay elapsed.
- ScheduledObjectOneWorkRunnable(O, ScheduledObjectOneWorkExecutor<O>, AtomicInteger, Logger) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkRunnable
-
Creates a new
ObjectRunnable
that enqueues a delayed runnable to be executed for a specific object after a specific delay. - ScheduledRuntimeData(AbstractObjectOneWorkExecutor.RuntimeData) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the work of the designated runtime and no delayed runnable.
- ScheduledRuntimeData(ScheduledObjectOneWorkExecutor.ScheduledRuntimeData, boolean) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the work of the designated runtime data and the designated work pending for after the next flush and optionally blocks until the next flush.
- ScheduledRuntimeData(ScheduledObjectOneWorkExecutor.ScheduledRuntimeData, Runnable) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the work of the designated runtime data and the designated work pending for after the next flush.
- ScheduledRuntimeData(Runnable, ScheduledObjectOneWorkExecutor.ScheduledRuntimeData) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the work of the designated runtime data and the designated work pending for before the next flush.
- ScheduledRuntimeData(Runnable, Runnable) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the designated pending work and no delayed runnable.
- ScheduledRuntimeData(Runnable, Runnable, boolean, Runnable, ScheduledFuture<?>) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having the designated pending work and the designated delayed runnable (and the corresponding future).
- ScheduledRuntimeData(Runnable, ScheduledFuture<?>) - Constructor for class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor.ScheduledRuntimeData
-
Creates new scheduled runtime data having no pending work and the designated delayed runnable (and the corresponding future).
- scheduleOverride(O, Runnable, long) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Schedules the designated runnable to be executed after the designated delay for the designated object and overrides existing delayed work.
- scheduleOverride(O, Callable<V>, long) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
-
Schedules the designated callable to be executed after the designated delay for the designated object and overrides existing delayed work.
- scheduler - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
The executor service which runs the tracker regularly to check for the service availability.
- SchedulerData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for scheduling process steps.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
- Schema - Class in de.aristaflow.adept2.model.logmanagement
-
A
Schema
defines an ordered set of columns and is used in thelog manager
to describe the structure oflogs
complex columns
andLog.read(de.aristaflow.adept2.base.sessionmanagement.SessionToken, String, String, int, String...)
- Schema(Column...) - Constructor for class de.aristaflow.adept2.model.logmanagement.Schema
-
Constructs a new
Schema
with the specified columns. - SCHEMA - Static variable in interface de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory
-
The schema of the execution history.
- schemaNamespace - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The namespace of the schema.
- scheme - Variable in class de.aristaflow.ilm.util.UriFilter.UriSelection
- scheme - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.UriSelection
- schemeSpecificPart - Variable in class de.aristaflow.ilm.util.UriFilter.UriSelection
- schemeSpecificPart - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.UriSelection
- ScInitialRemoteIteratorData - Class in de.aristaflow.ilm.model.runtimeenvironment
- ScInitialRemoteIteratorData() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.ScInitialRemoteIteratorData
- score - Variable in class de.aristaflow.ilm.model.orgmodel.PasswordEstimation
- ScRemoteIteratorData - Class in de.aristaflow.ilm.model.runtimeenvironment
- ScRemoteIteratorData() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData
- ScRemoteIteratorRest - Class in de.aristaflow.ilm.ws.rest.model.runtimeenvironment
- ScRemoteIteratorRest(ScRemoteIteratorWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ScRemoteIteratorRest
- ScRemoteIteratorWebService - Class in de.aristaflow.ilm.ws.model.runtimeenvironment
- ScRemoteIteratorWebService(AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.model.runtimeenvironment.ScRemoteIteratorWebService
- Script - Class in de.aristaflow.adept2.model.scripts
-
Provides easy access to the components of a script declaration.
- Script - Class in de.aristaflow.ilm.model.scripts
- Script() - Constructor for class de.aristaflow.ilm.model.scripts.Script
- Script(String, String, LinkedHashMap<String, ? extends Serializable>, String, String) - Constructor for class de.aristaflow.adept2.model.scripts.Script
-
Constructs a new
Script
. - SCRIPT_PREFIX - Static variable in class de.aristaflow.adept2.model.globals.CommonConstants
-
the prefix for script declarations
- scriptBody - Variable in exception de.aristaflow.adept2.model.scripts.ScriptException
-
The actual script (its content) that caused this exception.
- scriptBody - Variable in exception de.aristaflow.ilm.model.scripts.ScriptException
- ScriptEnvironmentException - Exception in de.aristaflow.adept2.model.scripts
-
An exception indicating that there is a problem with the environment of a script, that are problems with input or output parameter or the configuration of environment variables.
- ScriptEnvironmentException - Exception in de.aristaflow.ilm.model.scripts
- ScriptEnvironmentException() - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptEnvironmentException
-
The constructor required for bean deserialisation.
- ScriptEnvironmentException(ScriptEnvironmentException) - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptEnvironmentException
- ScriptEnvironmentException(Script, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEnvironmentException
-
Creates a new script environment exception for the designated script declaration and the designated additional message.
- ScriptEnvironmentException(Script, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEnvironmentException
-
Creates a new script environment exception for the designated script declaration, the designated additional message and the cause.
- ScriptEnvironmentException(String, String, String, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEnvironmentException
-
Creates a new script environment exception with the designated details.
- ScriptEvaluationException - Exception in de.aristaflow.adept2.model.scripts
-
An exception indicating that there is a problem with the evaluation of a script.
- ScriptEvaluationException - Exception in de.aristaflow.ilm.model.scripts
- ScriptEvaluationException() - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptEvaluationException
-
The constructor required for bean deserialisation.
- ScriptEvaluationException(ScriptEvaluationException) - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptEvaluationException
- ScriptEvaluationException(Script, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEvaluationException
-
Creates a new script evaluation exception for the designated script declaration and the designated additional message.
- ScriptEvaluationException(Script, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEvaluationException
-
Creates a new script evaluation exception for the designated script declaration, the designated additional message and the cause.
- ScriptEvaluationException(String, String, String, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptEvaluationException
-
Creates a new script environment exception with the designated details.
- ScriptException - Exception in de.aristaflow.adept2.model.scripts
-
An exception indicating that there is a problem with a script.
- ScriptException - Exception in de.aristaflow.ilm.model.scripts
- ScriptException() - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptException
-
The constructor required for bean deserialisation.
- ScriptException(ScriptException) - Constructor for exception de.aristaflow.ilm.model.scripts.ScriptException
- ScriptException(Script, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script declaration and the designated additional message.
- ScriptException(Script, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script declaration, the designated additional message and the cause.
- ScriptException(String, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script.
- ScriptException(String, String, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script and the designated additional message.
- ScriptException(String, String, String, String) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script with the designated name.
- ScriptException(String, String, String, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script with the designated name, the designated additional message and the cause.
- ScriptException(String, String, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script, the designated additional message and the cause.
- ScriptException(String, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
-
Creates a new script exception for the designated script and the cause.
- scriptHandlerCallback - Variable in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolScriptHandlerCallbackData
- scriptName - Variable in exception de.aristaflow.adept2.model.scripts.ScriptException
-
The name of the script that caused this exception.
- scriptName - Variable in exception de.aristaflow.ilm.model.scripts.ScriptException
- ScriptTools - Class in de.aristaflow.adept2.model.scripts
-
Common functionality to detect and parse script declarations etc. in staff assignment rules.
- scriptType - Variable in exception de.aristaflow.adept2.model.scripts.ScriptException
-
The type of the script that caused this exception.
- scriptType - Variable in exception de.aristaflow.ilm.model.scripts.ScriptException
- scriptType - Variable in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolScriptHandlerCallbackData
- ScriptWithToken - Class in de.aristaflow.ilm.ws.rest.model.scripts
- ScriptWithToken() - Constructor for class de.aristaflow.ilm.ws.rest.model.scripts.ScriptWithToken
- scrir - Variable in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
- scrollToChanges() - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- searchForMethod(Class<?>, String, Class<?>[], Object[], Logger) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
-
Searches the designated method within the designated type and returns the corresponding
Method
object. - searchPath - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
The path to the directory which causes an event when a new file is inserted.
- second - Variable in class de.aristaflow.adept2.util.types.Pair
-
The second element of the pair.
- second - Variable in class de.aristaflow.adept2.util.types.Triple
-
The second element of the triple.
- SECOND - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
-
Deprecated.No longer required with
java.time
. - SECURITY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SecurityManager - Interface in de.aristaflow.adept2.base.security
-
Interface for providing session factories for system components.
- SecurityTokenIntegrityException - Exception in de.aristaflow.adept2.base.sessionmanagement
-
A
SecurityTokenIntegrityException
indicates that a security token has no integrity. - SecurityTokenIntegrityException(String) - Constructor for exception de.aristaflow.adept2.base.sessionmanagement.SecurityTokenIntegrityException
-
Creates a new
SecurityTokenIntegrityException
to indicate that a security token has no integrity. - SecurityTokenIntegrityException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.sessionmanagement.SecurityTokenIntegrityException
-
Creates a new
SecurityTokenIntegrityException
to indicate that a security token has no integrity. - SecurityTools - Class in de.aristaflow.adept2.util
-
Tool class for creating
java.security
related objects, ie. - SecurityTools() - Constructor for class de.aristaflow.adept2.util.SecurityTools
- sel - Variable in class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.EntitySelection
-
This maps from attribute name to corresponding attribute comparison using the appropriate type of the attribute.
- sel - Variable in class de.aristaflow.ilm.model.common.UserAttributesFilter.UserAttributesSelection
- sel - Variable in class de.aristaflow.ilm.ws.rest.model.common.UserAttributesFilter.UserAttributesSelection
- sel - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityFilter.EntitySelection
- selectActivity(SessionToken, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityStartingWebService
- selectActivity(EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityStartingRest
- selectActivity(SessionToken, EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityStarting
-
Selects the designated activity, that is, the designated user wants to execute the activity later.
- selectActivity(EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
Selects the designated activity and thus assigns it to this event manager.
- selectActivity(EBPInstanceReference) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- selectAttribute(String) - Method in interface de.aristaflow.adept2.model.filter.AttributeFactory
-
Finishes an attribute by adding the supplied primitive method to the method call path and generating an Attribute object
- selectAttribute(String, Serializable...) - Method in interface de.aristaflow.adept2.model.filter.AttributeFactory
-
The same as
AttributeFactory.selectAttribute(String)
but selecting by passing the given parameters to the method. - selectAttributeAndCast(String, Class<?>) - Method in interface de.aristaflow.adept2.model.filter.AttributeFactory
-
Finishes an attribute by adding the supplied primitive method to the method call path and generating an Attribute object.
At runtime it is checked if the return type is an instance of the desired type. - selectAttributeAndCast(String, Class<?>, Serializable...) - Method in interface de.aristaflow.adept2.model.filter.AttributeFactory
-
The same as
AttributeFactory.selectAttributeAndCast(String, Class)
but selecting by passing the given parameters to the method. - selectBrowser(int) - Static method in class de.aristaflow.adept2.ui.swtgui.SelectedBrowser
-
Selects the browser by adapting the style appropriately.
- SelectedBrowser - Class in de.aristaflow.adept2.ui.swtgui
-
This class selects the browser based on various criteria.
- SelectedBrowser(Composite) - Constructor for class de.aristaflow.adept2.ui.swtgui.SelectedBrowser
-
Creates a new browser with the designated
Composite
as parent. - SelectedBrowser(Composite, int) - Constructor for class de.aristaflow.adept2.ui.swtgui.SelectedBrowser
-
Creates a new browser with the designated
Composite
as parent and the designatedstyle
. - SelectedEBPChangedEvent - Class in de.aristaflow.adept2.ui.events
-
The event that is signaled to a listener when an executable business process has been selected (e.g. the selection of a work-list item).
- SelectedEBPChangedEvent(EBPInstanceReference, Object) - Constructor for class de.aristaflow.adept2.ui.events.SelectedEBPChangedEvent
-
Creates this event.
- selectedElement - Variable in class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
-
The element which is selected now.
- SelectedGUIElementChangedEvent - Class in de.aristaflow.adept2.core.client
-
An object for signalling the change in a graphical selection of a model element, for instance selecting a worklist item representing an executable business process.
- SelectedGUIElementChangedEvent(Object, Object) - Constructor for class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
-
Creates a new event for signalling that the designated element has been selected at the designated source.
- SelectedGUIElementChangedListener - Interface in de.aristaflow.adept2.core.client
-
This interface must be implemented by objects that are interested in being informed about a selection change in graphical user interfaces.
- Selection - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
- selectStatement - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
The statement which is executed and provides the result set for the event.
- senders - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
The senders of the message.
- senderWaits - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage
- sendEvent(String, Class<T>, T) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.ClientWorklistSseStub
- sendEvent(OutboundSseEvent.Builder) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub
- sendMail(SessionToken, Email, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends the designated mail which needs at least one recipient, a subject and a body/text.
- sendMail(SessionToken, Email, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends the designated mail which needs at least one recipient, a subject and a body/text.
- sendMail(SessionToken, Email, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends the designated mail which needs at least one recipient, a subject and a body/text.
- sendMail(SessionToken, Email, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends the designated mail which needs at least one recipient, a subject and a body/text.
- sendMail(SessionToken, String, List<String>, List<String>, List<String>, String, String, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated sender, subject and body.
- sendMail(SessionToken, String, List<String>, List<String>, List<String>, String, String, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated sender, subject and body.
- sendMail(SessionToken, String, List<String>, List<String>, List<String>, String, String, List<SerialisableAttachment>, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated sender, subject and body.
- sendMail(SessionToken, String, List<String>, List<String>, List<String>, String, String, List<SerialisableAttachment>, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated sender, subject and body.
- sendMail(SessionToken, List<String>, String, String, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body.
- sendMail(SessionToken, List<String>, String, String, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body.
- sendMail(SessionToken, List<String>, String, String, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.
- sendMail(SessionToken, List<String>, String, String, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.
- sendMail(SessionToken, List<String>, List<String>, List<String>, String, String, List<SerialisableAttachment>, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and body and the default sender from the
MailService
. - sendMail(SessionToken, List<String>, List<String>, List<String>, String, String, List<SerialisableAttachment>, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and body and the default sender from the
MailService
. - sendMail(SessionToken, List<String>, List<String>, List<String>, String, String, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.
- sendMail(SessionToken, List<String>, List<String>, List<String>, String, String, Map<String, String>, boolean) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
-
Sends a mail to the designated recipients having the designated subject and the designated body and the optional additional attributes.
- sendPropertyChanges() - Method in interface de.aristaflow.adept2.core.updatemanager.UpdateManager
-
Send all queued events and flush the queue.
- sendPropertyChanges() - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
- sendSignalToActivity(SessionToken, EbpInstanceReference, Integer) - Method in class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
- sendSignalToActivity(SessionToken, EbpInstanceReference, Integer, Long) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteExecutionControlManagerWebService
- sendSignalToActivity(Integer, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ExecutionControlManagerRest
- sendSignalToActivity(Integer, Long, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteExecutionControlManagerRest
- sendSignalToActivity(SessionToken, EBPInstanceReference, int) - Method in interface de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
-
Instructs the runtime manager to signal the specified event to the specified activity.
- sendSignalToActivity(SessionToken, EBPInstanceReference, int, long) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteExecutionControlManager
-
Sends a signal just like
ExecutionControlManager.sendSignalToActivity(SessionToken, EBPInstanceReference, int)
but only waits the designated time for a response to the signal. - sensor - Variable in class de.aristaflow.ilm.model.resourcemodel.SensorAttribute
- Sensor - Class in de.aristaflow.ilm.model.resourcemodel
- Sensor() - Constructor for class de.aristaflow.ilm.model.resourcemodel.Sensor
- SensorAttribute - Class in de.aristaflow.ilm.model.resourcemodel
- SensorAttribute() - Constructor for class de.aristaflow.ilm.model.resourcemodel.SensorAttribute
- sentDate - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
The date the message has been sent (if it has been sent and not been received or stored as draft).
- separateAttrName(String) - Static method in class de.aristaflow.adept2.model.orgmodel.OmeAttributes
-
Separates the designated attribute name and returns the first part of the name and optionally a second part.
- SEPARATOR - Static variable in class de.aristaflow.adept2.util.UriTools
-
The separator for the URIs in an URI[], which will be stored as string.
- sepClassPaths - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- sepClassPaths - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- SEQUENCE_INVOCATION - Static variable in class de.aristaflow.adept2.base.registry.BaseConstants
-
The name of the sequence counting invocations within the communication.
- sequenceExists(ExtendedConnection, String) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Returns whether a sequence with the given name exists.
- sequenceExists(String) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Returns whether a sequence with the given name exists.
- SER_MODE - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
-
The name of the optional XML-attribute for the serialisation of an inner UDT value.
- SerialisableAttachment - Class in de.aristaflow.adept2.model.mail
-
Attachments for sending via the
MailService
. - SerialisableAttachment(String, String) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
Creates an attachment having the designated name and description.
- SerialisableAttachment(String, String, boolean) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
Creates an attachment having the designated name and description.
- SerialisableAttachment(String, String, String) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
Creates an attachment having the designated name, description and content type (MIME).
- SerialisableAttachment(String, String, String, boolean) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
Creates an attachment having the designated name, description and content type (MIME).
- SerialisableAttachment(String, String, String, String) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
Creates an attachment having the designated name, description and content type (MIME).
- SerialisableAttachmentDataSource - Class in de.aristaflow.adept2.model.mail
-
This class wraps a
SerialisableAttachment
in aDataSource
to allow for easily attaching to messages created with Commons Mail. - SerialisableAttachmentDataSource(SerialisableAttachment) - Constructor for class de.aristaflow.adept2.model.mail.SerialisableAttachmentDataSource
-
Creates a new wrapper for a
SerialisableAttachment
. - SerialisableComparator<T> - Interface in de.aristaflow.adept2.util.types
-
A interface unifying
Comparator
andSerializable
. - SerialisableConfiguration - Class in de.aristaflow.adept2.util
-
Serialisable Apache Commons Configuration.
- SerialisableConfiguration() - Constructor for class de.aristaflow.adept2.util.SerialisableConfiguration
- SerialisableDataContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
-
A data context that is serialisable and therefore provides access to all managed parameters without having to know their names or their types.
- SerialisablePair<F,S> - Class in de.aristaflow.adept2.util.types
-
A pair that is serialisable.
- SerialisablePair(F, S) - Constructor for class de.aristaflow.adept2.util.types.SerialisablePair
-
Constructor.
- SerialisableProcessType(ProcessType) - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.SerialisableProcessType
-
Creates a new process type for serialising purpose.
- SerialisableProcessType(String, UUID) - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.SerialisableProcessType
-
Creates a new process type for serialising purpose.
- SerialisableTriple<F,S,T> - Class in de.aristaflow.adept2.util.types
-
A triple that is serialisable.
- SerialisableTriple(F, S, T) - Constructor for class de.aristaflow.adept2.util.types.SerialisableTriple
-
Constructor.
- SERIALISATION_NOT_POSSIBLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SERIALISED - de.aristaflow.adept2.extensions.datatypes.ListUdt.SerialisationMode
-
The inner UDT value is subject of object serialisation.
- SERIALISED_CLASS_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SERIALISED_CLIENT_SESSION_FACTORY - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
The user is identified via the own client session factory.
- SERIALISED_CLIENT_SESSION_FACTORY - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
- serialiseState(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
-
Serialise and return the current state of the component for suspension.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.base.sessionmanagement.ClientSessionFactory
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.base.sessionmanagement.SessionFactory
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.base.sessionmanagement.SessionToken
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.ATDReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.ATParameter
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.CSReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.ECDReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.activitymodel.OperationReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.ActivityConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.ChangeableActivityConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.ChangeableConfigurationDescription
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.changetracking.ChangeCombiner
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.Configuration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.ConfigurationDescription
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.MemoryResultSet
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.common.MergingConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.datamanagement.UDTValue
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.ActivityInstance
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.Enquiry
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.ExecutionContext
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.execution.ParameterDataContext
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.filter.Attribute
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.graphical.ProcessImageData
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.graphical.RenderOptions
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.ChangeableInstance
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.DecisionStatement
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.Instance
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.InstanceDeltaLayer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.InstanceNode
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.ProcessModelParameter
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.Template
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.TemplateDeltaLayer
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.TemplateNode
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.processmodel.WritableTemplateNode
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.SerialisableDataContext
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
-
Generated ID for serialisation.
- serialVersionUID - Static variable in class de.aristaflow.adept2.model.worklistmodel.ActivityGroupReference
-
ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.ActivityReference
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.AdministrativeWorklistItem
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.ClientWorklist
-
ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.ClientWorklistItem
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.GroupActivityReference
-
ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.IncrementalWorklistUpdate
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.WorklistItem.Delegation
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.WorklistItem
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.WorklistUpdate
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.model.worklistmodel.WorklistUpdateConfiguration
-
Generated ID for serialisation.
- serialVersionUID - Static variable in interface de.aristaflow.adept2.util.types.SerialisableComparator
-
Generated ID for serialisation.
- serialVersionUID - Static variable in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
-
ID for serialisation.
- serialVersionUID - Static variable in class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist
-
ID for serialisation.
- servAccess - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
The access for services within the platform used to retrieve the polled services.
- servAvailPollRate - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The rate in milliseconds at which to poll the availability of services
ClientServiceSharedServices.serviceAvailibilityChecker
. - servAvailPoolSize - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The amount of threads used for the
ClientServiceSharedServices.serviceAvailibilityChecker
. - ServerInputStream - Class in de.aristaflow.adept2.model.common.communication
-
This is a simple wrapper for an
InputStream
asServerStream
which allows for keeping anInputStream
locally and use it remotely. - ServerInputStream(InputStream) - Constructor for class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ServerInputStream(InputStream, long, long)
instead. - ServerInputStream(InputStream, long, long) - Constructor for class de.aristaflow.adept2.model.common.communication.ServerInputStream
-
Creates a new
ServerInputStream
providing the content of the designated stream incrementally on client side. - serverLogId - Variable in exception de.aristaflow.ilm.util.IlmException
-
The ID of the corresponding message in the server log.
- serverLogIds - Variable in class de.aristaflow.ilm.ws.rest.base.service.ExceptionHandling
-
The cache keeping the created server log IDs for unexpected exceptions until these exceptions are wrapped eventually.
- serverLostCommCount - Variable in class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
-
How often this node has lost communications with the server since the last server update.
- serverReturned(String, URI[]) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- serverReturned(String, URI[]) - Method in interface de.aristaflow.adept2.core.client.RemoteClient
-
Notifies this client (if it has not shutdown itself) that the designated server is running again.
- serverShutdown(String, URI[], long, long) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- serverShutdown(String, URI[], long, long) - Method in interface de.aristaflow.adept2.core.client.RemoteClient
-
Notifies this client that the designated server will be down in the designated period and for the estimated downtime.
- ServerStream - Interface in de.aristaflow.adept2.model.common.communication
-
A server stream establishes a connection between a client and a server and allows the client to access the stream via the AristaFlow-communication framework.
- ServerUDTInputStream - Class in de.aristaflow.adept2.model.datamanagement
-
This interface resembles a
UDTValue
but does not provide all data at once but as requested, that is, the value of this UDTValue will not be provided as a whole but incrementally as requested. - ServerUDTInputStream(UDTValue) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ServerUDTInputStream(UDTValue, long, long)
instead. - ServerUDTInputStream(UDTValue, long, long) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
-
Creates a new
ServerInputStream
for the designatedUDTValue
. - ServerUDTInputStream(InputStream, String) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ServerUDTInputStream(InputStream, String, long, long) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
-
Creates a new UDTValue as
ServerInputStream
that is all data will be transfered as requested. - service - Variable in class de.aristaflow.adept2.base.service.AbstractSubService
-
The corresponding main service this sub service belongs to.
- service - Variable in class de.aristaflow.adept2.base.service.SessionFactoryProviderWrapper
-
Deprecated.The wrapped service providing the session factory.
- service - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
The service of which to check its availability.
- service - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.ServiceAvailabilityTracker
-
The service of which to check its availability.
- service(ServletRequest, ServletResponse) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
-
Determines the target servlet for the designated request, wraps the request (to adapt the context and servlet paths appropriately, i. e. hide this servlet) and forward/demultiplex the request to the corresponding sub servlet.
- service(ServletRequest, ServletResponse) - Method in class de.aristaflow.adept2.base.servletcontainer.DynamicServletWrapper
- SERVICE_AUTOSTART_SERVICES - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The name of the property for the (simple) service names to start at startup.
- SERVICE_EXPORT_VIA - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The simple instance names, a service will be exported with.
- SERVICE_MULTI_THREAD_SERVICE_START_POOL_SIZE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The name of the property to configure the amount of threads used for multi-threaded service starting.
- SERVICE_PUBLISH_SERVICE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
Whether the service is to be published at the global registry.
- serviceAccess - Variable in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
-
The service access resolving the
URI[]
to the corresponding service instance (proxy). - serviceAccess - Variable in class de.aristaflow.ilm.ws.base.service.ServiceMetaData
-
The service access of the corresponding web service communication service providing model factories.
- ServiceAccess - Interface in de.aristaflow.adept2.base.service
-
This interface provides components and services initialised and started by the registry framework with access to other services and components.
- ServiceAccessControlException - Exception in de.aristaflow.adept2.base.service
-
Thrown if the access to the service, to the method, or to the method concerning the provided parameters, is denied
- ServiceAccessControlException(String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceAccessControlException
-
Constructor with an exception message.
- ServiceAccessControlException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceAccessControlException
-
Constructor with message and cause.
- ServiceAvailabilityTracker(ADEPT2Service, ScheduledExecutorService, long, Logger) - Constructor for class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
Creates a new tracker for the designated service using the designated executor service for checking the service availability.
- ServiceAvailabilityTracker(URI[], Class<? extends ADEPT2Service>) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.ServiceAvailabilityTracker
-
Creates a new service availability tracker for the designated service.
- serviceAvailable() - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
Checks whether our
ADEPT2Service
reacts toADEPT2Service.ping()
and gets the corresponding return value. - serviceAvailable() - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.ServiceAvailabilityTracker
-
Checks whether the platform and the service are available.
- serviceAvailibilityChecker - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The thread pool for checking the availability of services and notifying changes to the registered listeners.
- serviceAvailibilityChecker - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
The thread pool for checking the availability of services and notifying changes to the registered listeners.
- serviceClass - Variable in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
-
The class of the services handled by this class.
- serviceClass - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
The interfaces of the service.
- serviceClass - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.ServiceAvailabilityTracker
-
The interface of the service.
- ServiceConnectionException - Exception in de.aristaflow.adept2.base.communication
-
Deprecated.Use
ServiceConnectionException
instead. This class will be removed in the future. - ServiceConnectionException(String) - Constructor for exception de.aristaflow.adept2.base.communication.ServiceConnectionException
-
Deprecated.Create a new exception with just a message.
- ServiceConnectionException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.ServiceConnectionException
-
Deprecated.Create a new exception with a message and a cause.
- ServiceExportInformation(ADEPT2ServiceExport[], URI[]) - Constructor for class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceExportInformation
-
Creates a new object to encapsulate the information for exporting a service.
- ServiceExportInformation(ADEPT2ServiceExport[], URI[], URI[]) - Constructor for class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceExportInformation
-
Creates a new object to encapsulate the information for exporting a service.
- ServiceInformation - Class in de.aristaflow.adept2.base.registry
-
Service specific extension to the default instance information of the
AbstractRegistry
. - serviceInstance - Variable in exception de.aristaflow.ilm.base.service.ServiceNotKnownException
- ServiceInstanceName - Class in de.aristaflow.ilm.base.service
- ServiceInstanceName() - Constructor for class de.aristaflow.ilm.base.service.ServiceInstanceName
- serviceInstName - Variable in class de.aristaflow.adept2.base.service.DebugLogger
-
The name of the service for which to log.
- serviceIntName - Variable in class de.aristaflow.adept2.base.service.DebugLogger
-
The name of the service interface for which to log.
- serviceLogger - Variable in class de.aristaflow.adept2.util.locking.OptimisticObjectLockManager
-
Whether the constructor of the lock implementation accepts the service logger.
- serviceLogger - Variable in class de.aristaflow.adept2.util.locking.PessimisticObjectLockManager
-
Whether the constructor of the lock implementation accepts the service logger.
- ServiceMetaData - Class in de.aristaflow.ilm.ws.base.service
-
Service meta data provides data from the corresponding communication service.
- ServiceMetaData(LogService, Supplier<SessionFactory>, URI[], URL, ServiceAccess) - Constructor for class de.aristaflow.ilm.ws.base.service.ServiceMetaData
-
Creates new service meta data with the designated data.
- ServiceNameResolution(SessionToken) - Constructor for class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceNameResolution
-
Creates a new instance for provision of the necessary data for a service load graph.
- ServiceNotKnownException - Exception in de.aristaflow.adept2.base.service
-
A
ServiceNotKnownException
will be thrown if a service is requested but is unknown or at least not all needed information is known by the called registry. - ServiceNotKnownException - Exception in de.aristaflow.ilm.base.service
- ServiceNotKnownException() - Constructor for exception de.aristaflow.ilm.base.service.ServiceNotKnownException
-
The constructor required for bean deserialisation.
- ServiceNotKnownException(ServiceNotKnownException) - Constructor for exception de.aristaflow.ilm.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
-
Default constructor.
- ServiceNotKnownException(String, String, String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, String, String, String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, String, String, String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, String, String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, URI[], String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, URI[], Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(String, URI, String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(URI[], String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(URI[], Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceNotKnownException(URI, String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
- ServiceRegistry - Class in de.aristaflow.adept2.base.registry
-
A service registry extends the
LocalServiceRegistry
to support export and publishing of local services as well as accessing remote services. - ServiceRegistry(UrlConfigurationManager, Configuration, Registry) - Constructor for class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Constructs a new service registry by calling the super constructor.
- ServiceRegistry(UrlConfigurationManager, Configuration, Registry, SerialisablePair<String, String>) - Constructor for class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Constructs a new service registry by calling the super constructor.
- ServiceRegistry.ConfigurationValidator - Class in de.aristaflow.adept2.base.registry
-
Checks the configuration of the
ServiceRegistry
. - ServiceRelease - Class in de.aristaflow.ilm.base.service
- ServiceRelease() - Constructor for class de.aristaflow.ilm.base.service.ServiceRelease
- serviceResolver - Variable in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
-
The executor service used to resolve services concurrently.
- serviceStarterPool - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
A thread-pool service for starting services concurrently.
- serviceStartLocker - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
A count for the threads currently waiting to start or starting a service.
- serviceStateTracker - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.The service state tracker coupled to the lifecycle of this cluster node instead of the internal platform.
- ServiceStateTracker - Class in de.aristaflow.adept2.core.registry.cluster
-
This class resembles the service state tracking of
ClientService
. - ServiceStateTracker(int, long, ClusterNodeState) - Constructor for class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
Creates a new service state tracker for a cluster node.
- ServiceStateTracker.PlatformAvailabilityNotifier - Class in de.aristaflow.adept2.core.registry.cluster
-
A callable retrieving all listeners registered for platform state and submitting the corresponding notifications about the (un-)availability of the platform.
- ServiceStateTracker.PlatformAvailabilityTracker - Class in de.aristaflow.adept2.core.registry.cluster
-
A thread tracking the availability of the platform.
- ServiceStateTracker.PlatformStateListener - Interface in de.aristaflow.adept2.core.registry.cluster
-
Listener for events that the availability of the platform within the cluster node has changed.
- ServiceStateTracker.ServiceAvailabilityTracker - Class in de.aristaflow.adept2.core.registry.cluster
-
A tracker for the availability of a specific
ADEPT2Service
identified by itsURI[]
. - ServiceThreadHandling - Interface in de.aristaflow.adept2.base.service
-
This interface provides methods for handling threads properly in services.
- serviceType - Variable in exception de.aristaflow.ilm.base.service.ServiceNotKnownException
- serviceURI - Variable in class de.aristaflow.adept2.base.registry.ServiceInformation
-
The service URI of the service or
null
in case of a local or indirectly addressed service. - serviceUris - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
-
The URIs of the service the last time the service was available.
- serviceUris - Variable in class de.aristaflow.ilm.ws.base.service.ServiceMetaData
-
The service URIs of the corresponding web service communication service.
- servlet - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
-
The servlet this
DeferredDynamic
handles and initialises. - servlet - Variable in class de.aristaflow.adept2.base.servletcontainer.DynamicServletWrapper
-
The wrapped servlet.
- ServletConfigurationPropertyProvider - Class in de.aristaflow.adept2.base.configuration
-
A
ServletConfigurationPropertyProvider
provides the means to retrieve global properties and the variables to be substituted from system properties as well as the init parameter of a servlet configuration or of a servlet context. - ServletConfigurationPropertyProvider(ServletConfig) - Constructor for class de.aristaflow.adept2.base.configuration.ServletConfigurationPropertyProvider
-
Creates a new
ServletConfigurationPropertyProvider
and parses all corresponding properties from the init parameter of the designated servlet configuration and the system properties. - ServletConfigurationPropertyProvider(ServletContext) - Constructor for class de.aristaflow.adept2.base.configuration.ServletConfigurationPropertyProvider
-
Creates a new
ServletConfigurationPropertyProvider
and parses all corresponding properties from the init parameter of the designated servlet context and the system properties. - servletContext - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
-
The servlet context that creates this
DeferredDynamic
for initialising the servlet. - servletContext - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletConfig
-
The servlet context, i. e. the multiplexing servlet context for the (deferred) servlet.
- servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.base.servletcontainer.Default404Servlet
- servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
- servletDeployed(ServletContext, String) - Method in interface de.aristaflow.adept2.base.servletcontainer.DynamicServlet
-
Deprecated.
- servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.base.servletcontainer.DynamicServletWrapper
- servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
- servletDeployed(ServletContext, Collection<String>) - Method in interface de.aristaflow.adept2.base.servletcontainer.DynamicServlet
-
Notifies the servlet that it has been deployed with the designated context and the designated patterns.
- ServletDeploymentException - Exception in de.aristaflow.adept2.base.servletcontainer
-
This exception indicates that deploying or undeploying a servlet (web application) to a servlet service has failed.
- ServletDeploymentException(String) - Constructor for exception de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException
-
Creates a new exception for failing to deploy or undeploy a servlet having the designated message.
- ServletDeploymentException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException
-
Creates a new exception having the designated message and cause when deploying or undeploying a servlet to or from a servlet service.
- ServletDeploymentException(Throwable) - Constructor for exception de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException
-
Creates a new exception having the designated cause when deploying or undeploying a servlet to or from a servlet service.
- servletName - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletConfig
-
The name of the servlet.
- servletName - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
-
The name of this demultiplexing servlet for logging purpose.
- servletName - Variable in class de.aristaflow.adept2.base.servletcontainer.DynamicServletWrapper
-
The name of the servlet or
null
in case it should be retrieved from the wrapped servlet. - servletName - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
The name of the servlet if dynamically deployed,
null
otherwise. - servletPath - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
-
The servlet path, i. e. the last part of the
DeferredServletContext.innerContextPath
. - servletPath - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
-
The servlet path of the inner servlet.
- servlets - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
-
All sub servlets registered at this servlet (or rather the corresponding servlet context).
- servlets - Variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
All servlets deployed via this service.
- ServletService - Interface in de.aristaflow.adept2.base.servletcontainer
-
A
ServletService
provides the means to publish a servlet at runtime. - servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.base.servletcontainer.Default404Servlet
- servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
- servletUndeployed(ServletContext) - Method in interface de.aristaflow.adept2.base.servletcontainer.DynamicServlet
-
Notifies the servlet that it has been undeployed.
- servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.base.servletcontainer.DynamicServletWrapper
- servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
- sessConts - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ScInitialRemoteIteratorData
- sessConts - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData
- session - Variable in exception de.aristaflow.adept2.base.service.AbortTransactionException
-
The session token that initiated the transaction that is to be aborted.
- session - Variable in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
-
The session token for deregistering at the
HTTPService
. - session - Variable in exception de.aristaflow.ilm.base.service.AbortTransactionException
- session - Variable in class de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
-
The session token for unregistering in
InstanceStateNotificationWrapper.cleanup(UUID)
. - session - Variable in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
-
The session token for unregistering in
ActivityStateNotificationWrapper.cleanup()
. - Session - Class in de.aristaflow.ilm.base.sessionmanagement
-
A session is a session token without a token.
- Session() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.Session
- SESSION_CONTEXT_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- sessionActive(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Registers the designated session as active and also tracks the current thread.
- sessionActive(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Registers the designated session as active, tracks the current thread and registers the log context (if CSV-logging is configured).
- sessionActive(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
Forwards to
AbstractADEPT2Service.sessionActive(SessionToken)
of the main service. - sessionActive(SessionToken) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- sessionActive(SessionToken, int) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Similar to
AbstractADEPT2Service.sessionActive(SessionToken)
but allows the caller to remove additional stack elements stemming from internal method forwarding and hiding the actual called method. - sessionActive(SessionToken, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Registers the designated session as active, tracks the current thread and registers the log context (if CSV-logging is configured).
- sessionActive(SessionToken, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- sessionActive(SessionToken, UUID, UUID, UUID, UUID) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Registers the designated session as active, tracks the current thread and registers the log context (if CSV-logging is configured).
- sessionActive(SessionToken, UUID, UUID, UUID, UUID) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- sessionContext - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
The session context for this execution.
- SessionContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
-
The session context provides the component with services and information that is important for their execution.
- SessionContextResponse - Class in de.aristaflow.ilm.model.runtimeenvironment
-
This is the response to
RemoteActivityStartingWebService.getSimpleSessionContexts(de.aristaflow.ilm.base.sessionmanagement.SessionToken, java.util.Collection, de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode, Integer)
combining an activity and the corresponding simple session context or an exceptional response together in one object. - SessionContextResponse() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
- SessionFactory - Interface in de.aristaflow.adept2.base.sessionmanagement
-
A session factory provides the means to create session tokens, child session tokens as well as privileged child session tokens allowing to bypass security checks.
- SessionFactoryProvider - Interface in de.aristaflow.adept2.base.service
-
Deprecated.Will be replaced by
Supplier<SessionFactory>
. - SessionFactoryProviderWrapper - Class in de.aristaflow.adept2.base.service
-
Deprecated.Will be replaced by a lambda for
Supplier<SessionFactory>
. - SessionFactoryProviderWrapper(AbstractAuthenticatedService) - Constructor for class de.aristaflow.adept2.base.service.SessionFactoryProviderWrapper
-
Deprecated.Creates a new session factory provider wrapping the designated
AbstractAuthenticatedService
. - sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Deregisters the designated session and also removes the current thread.
- sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Unregisters the designated session, removes the current thread and the log context (if CSV-logging is configured).
- sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
Forwards to
AbstractADEPT2Service.sessionFinished(SessionToken)
of the main service. - sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- sessionFinished(SessionToken, int) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Similar to
AbstractADEPT2Service.sessionFinished(SessionToken)
but allows the caller to remove additional stack elements stemming from internal method forwarding and hiding the actual called method. - sessionHasAllCapabilities(SessionToken, String...) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Gets whether the designated session has all of the designated capabilities.
- sessionHasAllCapabilities(SessionToken, String...) - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
- sessionHasAllTopLevelCapabilities(SessionToken, String...) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Gets whether the top-level session of the designated session has all of the designated capabilities.
- sessionHasCapability(SessionToken, String) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Deprecated.
- sessionHasCapability(SessionToken, String) - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
-
Deprecated.
- sessionHasOneCapability(SessionToken, String...) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Gets whether the designated session has one of the designated capabilities.
- sessionHasOneCapability(SessionToken, String...) - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
- sessionHasOneTopLevelCapability(SessionToken, String...) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Gets whether the top-level session of the designated session has one of the designated capabilities.
- sessionId - Variable in class de.aristaflow.ilm.base.sessionmanagement.Session
-
Set this to an arbitrary value.
- sessionId - Variable in class de.aristaflow.ilm.model.runtimeenvironment.guicontext.GuiContext
- sessionId - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
- sessionId - Variable in class de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
- sessionId - Variable in exception de.aristaflow.ilm.model.runtimeenvironment.UnknownSessionException
- sessionId - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecData
- sessionID - Variable in exception de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException
-
The execution session ID that is unknown and lead to this exception.
- sessionID - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
The ID of the session in which the GUI context is needed (required for deregistering this reply handler).
- sessionID - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
-
The ID of the execution session this GUI context has been created for uniquely identifying the component execution on the (remote) runtime manager).
- SessionIdLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.SessionIdLockCount
-
Creates a new
LockCountManager
for session tokens, which considers parent and child sessions as equal. - sessionIDs - Variable in class de.aristaflow.adept2.base.security.callbacks.UserSessionIDCallback
-
The session IDs indexed by the corresponding agent.
- SessionLock - Class in de.aristaflow.adept2.base.sessionmanagement
-
Represents a reentrant read/write lock or exclusive lock based on session token.
- SessionLock(LockCountManager<SessionToken>, LockCountManager<SessionToken>, LockNotification<SessionToken>, Logger) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock
-
Creates either a new exclusive lock or a new read/write-lock and using the
LockCountManager
for counting locks as well as comparing objects. - SessionLock(LockCountManager<SessionToken>, LockNotification<SessionToken>, Logger) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock
-
Creates a new exclusive lock using the designated
LockCountManager
for counting locks as well as comparing objects. - SessionLock(LockCountManager<SessionToken>, Logger) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock
-
Creates a new exclusive lock using the designated
LockCountManager
for counting locks as well as comparing objects. - SessionLock(Class<? extends LockCountManager<SessionToken>>, boolean, LockNotification<SessionToken>, Logger) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock
-
Creates either a new exclusive lock or a new read/write-lock and using the designated
LockCountManager
for counting locks as well as comparing objects. - SessionLock(Class<? extends LockCountManager<SessionToken>>, boolean, Logger) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock
-
Creates either a new exclusive lock or a new read/write-lock and using the designated
LockCountManager
for counting locks as well as comparing sessions. - SessionLock.AbstractLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
A
LockCountManager
counting session tokens with an equality based on the UUID returned by aFunction
provided by subclasses. - SessionLock.ChildSessionIDLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
A
LockCountManager
counting session tokens with an equality based on child session IDs. - SessionLock.DownwardSubtreeLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
A
LockCountManager
considering session tokens and their subsessions (but not vice versa!) - SessionLock.SessionIdLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
A
LockCountManager
counting session tokens with an equality based on their UUIDs (of the corresponding top-level session token). - SessionLock.SessionTreePathLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
Deprecated.This does not work as intended. Use
SessionLock.DownwardSubtreeLockCount
instead. - SessionLock.SubsessionLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
Deprecated.This does not work as intended. Use
SessionLock.UpwardSubtreeLockCount
instead. - SessionLock.UpwardSubtreeLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
A
LockCountManager
considering session tokens and their subsessions (but not vice versa!) - SessionLock.UUIDLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
-
Deprecated.Use
SessionLock.SessionIdLockCount
instead. - sessionProvider - Variable in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
-
The provider for creating child session tokens.
- sessions - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Own session IDs.
- sessionServiceMapping - Variable in class de.aristaflow.adept2.core.client.MultiplexingClientService
-
Mapping between a user-session-ID and an ADEPT2 client service.
- SessionStateManager - Interface in de.aristaflow.adept2.core.datamanager
-
The session state manager provides the means to handle internal states of running applications.
- sessionStates - Variable in class de.aristaflow.ilm.model.datamanagement.ReadingDataContainer
- SessionToken - Class in de.aristaflow.ilm.base.sessionmanagement
- SessionToken - Interface in de.aristaflow.adept2.base.sessionmanagement
-
A session token identifies a session in ADEPT2.
- SessionToken() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.SessionToken
- SessionTreePathLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.SessionTreePathLockCount
-
Deprecated.Creates a new
LockCountManager
for session tokens, which considers child sessions as equal to parent sessions but not vice versa. - set(String, Object) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
- set(String, Object) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- set(K, V) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
-
Sets or updates the designated element having the designated key.
- SET_COOKIE_EXAMPLE - Static variable in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
The example string for a setting a session token cookie.
- SET_FLAG_ANSWERED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the answered flag of messages from mail events.
- SET_FLAG_DELETED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the deleted flag of messages from mail events.
- SET_FLAG_DRAFT - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the draft flag of messages from mail events.
- SET_FLAG_FLAGGED - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the flagged flag of messages from mail events.
- SET_FLAG_RECENT - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the recent flag of messages from mail events.
- SET_FLAG_SEEN - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the seen flag of messages from mail events.
- SET_FLAG_USER - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
How to set the user flag of messages from mail events.
- setAbandonedObjectTimeout(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setAbortStartedItem(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.AbortProcessStepMeasureData
- setAboutToBeSuppressed() - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets this worklist item is about to be suppressed.
- setAbsent(long, long, String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
-
Sets the absence of the agent of this internal worklist for the designated time.
- setAbsent(SessionToken, QualifiedAgent, Instant, Instant, String) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
- setAbsent(AbsenceData) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
- setAbsent(SessionToken, QualifiedAgent, long, long, String) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
-
Sets the absence of the designated agent (
absentee
). - setAccessType(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the access type for the parameter of this template.
- setActiveAgent(QualifiedAgent) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Sets the currently active agent.
- setActiveAgent(QualifiedAgent) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- setActivityReference(ActivityReference) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the activity reference of the item to the designated one.
- setAddressees(MailNotificationData.Addressees) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
-
Setter for
MailNotificationData.getAddressees()
. - setAggregateGroups(boolean) - Method in interface de.aristaflow.adept2.model.worklistmodel.Worklist
-
Sets whether this worklist aggregates all worklist groups and returns only the grouping items instead of the actual (flat) worklist items in
Worklist.getWorklistItems()
. - setAggregateGroups(boolean) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
- setAggregateGroups(boolean) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist
- setApplication(Application) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Sets the application and retrieves various configurations from the resource config.
- setApplicationState(byte[]) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Enables the application to store its internal state to the system.
- setApplicationState(SessionToken, String, byte[]) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- setApplicationState(String, @javax.validation.constraints.NotNull byte[]) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- setApplicationState(SessionToken, String, byte[]) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
- setApplicationState(Serializable) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Stores the application state as serialised Java object for the next savepoint.
- setApplicationState(String, Serializable) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Stores the application state for the designated savepoint as object.
- setAssignedAgent(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the agent to the designated agent when this item is assigned.
- setAssignedDelegationRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.DelegationMeasureData
- setAssignedRuntimeManager(int, URI[]) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Associates the node with the RuntimeManager that executes the activity assigned to the node.
- setAssignmentDate(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the timestamp when this item has been assigned to the current user and therefore the current worklist.
- setAssignmentRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Setter for
NotesAndTasksData.NoteTask.getAssignmentRule()
. - setAssociatedURL(URL) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setAsyncSupported(boolean) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setAttachedDataContext(ParameterDataContext) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the data context which provides the values of attached data elements.
- setAttribute(String, Object) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- setAttribute(String, Object) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
- setAttribute(String, Object) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setAuthenticatedAgents(ClientSessionFactory...) - Method in interface de.aristaflow.adept2.core.client.ClientService
-
Sets the client session factories for this service which provide the session tokens for the using components.
- setAuthenticatedAgents(ClientSessionFactory...) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
-
Sets the client session factories for this service which provide the session tokens for the using components.
- setAvailableObjectExpirationCheckPeriod(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setAvailableObjectExpirationPeriod(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setBaseURL(URL) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
- setBaseURL(URL) - Method in interface de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPReplyHandler
-
Deprecated.Use
HTTPReplyHandler.setBaseURL(URL, String)
instead. - setBaseURL(URL) - Method in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
- setBaseURL(URL, String) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
- setBaseURL(URL, String) - Method in interface de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPReplyHandler
-
Sets the base URL on which the reply handler is reachable via HTTP and the corresponding resource name, i. e. the last element of the URL path (before query parameters).
- setBaseURL(URL, String) - Method in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
- setBeginColumn(int) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.TokenInfo
-
Sets the begin column of this token.
- setBlocksRelease(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Setter for
NotesAndTasksData.NoteTask.blocksRelease()
. - setBody(String) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub.Request
-
Sets the body of this request to the designated string.
- setBoolean(int, boolean) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setBoolean(String, boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the boolean configuration value provided under the designated entry name.
- setBoolean(String, boolean) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the boolean configuration value provided under the designated entry name.
- setBoolean(String, boolean) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the BOOLEAN value of the designated instance input parameter.
- setBoolean(String, boolean) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setBooleanValue(String, boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setBranchID(int, int, boolean, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the branch ID attribute of the nodes between
startNodeID
andendNodeID
. - setByte(int, byte) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setByte(String, byte) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setCallbackAfterResume(UUID) - Method in class de.aristaflow.ilm.core.executionmanager.InstanceStateNotificationWrapper
-
Sets the ID of the callback used after resuming.
- setCallbackAfterResume(UUID) - Method in class de.aristaflow.ilm.core.runtimemanager.ActivityStateNotificationWrapper
-
Sets the ID of the callback used after resuming.
- setCategory(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setCharacterEncoding(String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
- setClassLoaderUsage(ClassLoaderUsage) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets what classloader to use for the executable component of this activity template definition.
- setClassLoaderUsage(ClassLoaderUsage) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets what classloader to use for the executable component of this operation.
- setClassLoaderUsage(ClassLoaderUsage) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets what classloader to use for the executable component of this operation.
- setClassPath(List<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the classpath to be used when instantiating and executing the
implementation class
for this executable component. - setClassPath(List<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets the classpath to be used when instantiating and executing the
implementation class
for the executable component of this activity template definition. - setClassPath(List<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets the classpath to be used when instantiating and executing the implementation class for the executable component of this operation.
- setClassPath(List<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets the part of the classpath that is added by this activity template definition to the one of the parent attribute.
- setClassPath(List<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets the part of the classpath that is added by this operation to the one of the parent attribute.
- setClientURIs(URI[]) - Method in interface de.aristaflow.adept2.base.sessionmanagement.ClientSessionFactory
-
Sets the URIs to be used when creating a session token without explicit URIs.
- setClientURIs(URI[]) - Method in class de.aristaflow.adept2.core.client.AddAttrSessionFactory
- setCloseOnTraversal(Boolean) - Method in class de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
-
Sets whether closing of elements should be applied when traversing (
Boolean.TRUE
), when closing this remote iterator (Boolean.FALSE
) or not at all (null
). - setCloseTime(long) - Method in class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
- setCloseTime(long) - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
- setCloseTime(long) - Method in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
- setCompletionsFor(EntityType, NavFunction...) - Method in class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Sets the path completions for the given entity type.
- setComplexity(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Setter for
NotesAndTasksData.NoteTask.getComplexity()
. - setComplexity(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getComplexity()
. - setComplexity(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the (estimated) complexity of the item to the designated one.
- setConfiguration(SessionToken, String, Long, Long, AfConfiguration) - Method in class de.aristaflow.ilm.ws.core.globalprovider.GlobalUserConfigurationWebService
- setConfiguration(String, Long, Long, AfConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.globalprovider.GlobalUserConfigurationRest
- setConfiguration(SessionToken, String, long, long, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalUserConfiguration
-
Sets the designated configuration for the designated agent and the designated namespace.
- setConfiguration(SessionToken, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the global configuration for all activities of the designated configuration namespace to the designated one.
- setConfiguration(SessionToken, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the configuration for all activities of the designated executable component description of the designated configuration namespace to the designated one.
- setConfiguration(SessionToken, String, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the configuration for all activities of the designated operationName of the designated configuration namespace to the designated one.
- setConfiguration(SessionToken, String, String, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the configuration for the designated activity of the designated configuration namespace to the designated one.
- setConfiguration(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelParameter
-
Sets the configuration for this activity model parameter.
- setConfiguration(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets the configuration of this activity template definition to the designated one.
- setConfiguration(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets the configuration of this operation to the designated one.
- setConfiguration(InheritedActivityConfiguration, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration for the activity template definitions of this configuration set that are based on the designated operation.
- setConfiguration(InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration for this whole configuration set.
- setConfiguration(InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ParameterTemplate
-
Sets the default configuration for the parameter of this template.
- setConfiguration(InheritedConfiguration, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
- setConfiguration(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityModelParameter
-
Sets the configuration for this activity model parameter.
- setConfiguration(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets the configuration of this activity template definition to the designated one.
- setConfiguration(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets the configuration of this operation to the designated one.
- setConfiguration(StorageActivityConfiguration, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration for the activity template definitions of this configuration set that are based on the designated operation.
- setConfiguration(StorageConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration for this whole configuration set.
- setConfiguration(StorageConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
-
Sets the default configuration for the parameter of this template.
- setConfiguration(StorageConfiguration, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
Adds the relevant values from the designated configuration in the own configuration of this sharing event source overriding existing values. and verifies the complete configuration if completed.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBActivityEventSource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivitySource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventActivitySource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivitySource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Sets the internal fields according to the values of the designated configuration.
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
- setConfiguration(Configuration, String) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
- setConfiguration(Configuration, String) - Method in interface de.aristaflow.adept2.model.events.sources.EventSource
-
Sets the (additional) configuration of this event source and its ID.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelParameter
-
Sets the configuration description for this activity model parameter.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets the configuration description for this activity template definition.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration description for this whole configuration set, that is a description of all configuration values that are needed or supported at runtime for all activity templates of this configuration set.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
-
Sets the configuration description for this executable component, that is a description of all configuration values that are needed or supported at runtime.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets the configuration description for this operation.
- setConfigurationDescription(InheritedConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ParameterTemplate
-
Sets the configuration description for the parameter of this template.
- setConfigurationDescription(InheritedConfigurationDescription, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration description for the activity template definitions of this configuration set that are based on the designated executable.
- setConfigurationDescription(InheritedConfigurationDescription, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the configuration description for the activity template definitions of this configuration set that are based on the designated operation.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityModelParameter
-
Sets the configuration description for this activity model parameter.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets the configuration description for this activity template definition.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration description for this whole configuration set, that is a description of all configuration values that are needed or supported at runtime for all activity templates of this configuration set.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
-
Sets the configuration description for this executable component description.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets the configuration description for this operation.
- setConfigurationDescription(StorageConfigurationDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
-
Sets the configuration description for the parameter of this template.
- setConfigurationDescription(StorageConfigurationDescription, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration description for the activity template definitions of this configuration set that are based on the designated executable.
- setConfigurationDescription(StorageConfigurationDescription, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the configuration description for the activity template definitions of this configuration set that are based on the designated operation.
- setConfigurationDirectories(ConfigurationPropertyProvider) - Method in class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
Sets the configuration directories so that configurations are loaded in the appropriate order, that is, configuration directories before and after the provided configuration.
- setConfigurationValue(SessionToken, String, String) - Method in class de.aristaflow.ilm.ws.base.service.AbstractRootResourceConfigurableWebService
- setConfigurationValue(String, String) - Method in class de.aristaflow.ilm.ws.rest.base.service.AbstractConfigurableRootResource
- setConfigurationValue(SessionToken, String, String) - Method in interface de.aristaflow.adept2.base.service.ConfigurableService
-
Sets the designated configuration value.
- setContentAbstract(List<T>) - Method in class de.aristaflow.ilm.model.common.collection.AbstractRemoteIteratorData
- setContentAbstract(List<TemplateManager.TemplateKind>) - Method in class de.aristaflow.ilm.core.processmanager.TemplKindInitialRemoteIteratorData
- setContentAbstract(List<TemplateManager.TemplateKind>) - Method in class de.aristaflow.ilm.core.processmanager.TemplKindRemoteIteratorData
- setContentAbstract(List<QualifiedAgent>) - Method in class de.aristaflow.ilm.base.sessionmanagement.QaInitialRemoteIteratorData
- setContentAbstract(List<QualifiedAgent>) - Method in class de.aristaflow.ilm.base.sessionmanagement.QaRemoteIteratorData
- setContentAbstract(List<RichAgent>) - Method in class de.aristaflow.ilm.base.sessionmanagement.RaInitialRemoteIteratorData
- setContentAbstract(List<RichAgent>) - Method in class de.aristaflow.ilm.base.sessionmanagement.RaRemoteIteratorData
- setContentAbstract(List<ErrorData>) - Method in class de.aristaflow.ilm.core.logmanager.logs.ErrorDataInitialRemoteIteratorData
- setContentAbstract(List<ErrorData>) - Method in class de.aristaflow.ilm.core.logmanager.logs.ErrorDataRemoteIteratorData
- setContentAbstract(List<ExecutionHistoryEntry>) - Method in class de.aristaflow.ilm.core.logmanager.logs.ExecHistEntryInitialRemoteIteratorData
- setContentAbstract(List<ExecutionHistoryEntry>) - Method in class de.aristaflow.ilm.core.logmanager.logs.ExecHistEntryRemoteIteratorData
- setContentAbstract(List<WorkHistoryEntry>) - Method in class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryInitialRemoteIteratorData
- setContentAbstract(List<WorkHistoryEntry>) - Method in class de.aristaflow.ilm.core.logmanager.logs.WorkHistEntryRemoteIteratorData
- setContentAbstract(List<ExecutionContextResponse>) - Method in class de.aristaflow.ilm.model.execution.EcInitialRemoteIteratorData
- setContentAbstract(List<ExecutionContextResponse>) - Method in class de.aristaflow.ilm.model.execution.EcRemoteIteratorData
- setContentAbstract(List<Entity>) - Method in class de.aristaflow.ilm.model.orgmodel.EntityInitialRemoteIteratorData
- setContentAbstract(List<Entity>) - Method in class de.aristaflow.ilm.model.orgmodel.EntityRemoteIteratorData
- setContentAbstract(List<Instance>) - Method in class de.aristaflow.ilm.model.processmodel.InstInitialRemoteIteratorData
- setContentAbstract(List<Instance>) - Method in class de.aristaflow.ilm.model.processmodel.InstRemoteIteratorData
- setContentAbstract(List<InstanceReference>) - Method in class de.aristaflow.ilm.model.processmodel.InstRefInitialRemoteIteratorData
- setContentAbstract(List<InstanceReference>) - Method in class de.aristaflow.ilm.model.processmodel.InstRefRemoteIteratorData
- setContentAbstract(List<InstanceStatus>) - Method in class de.aristaflow.ilm.model.processmodel.InstStatusInitialRemoteIteratorData
- setContentAbstract(List<InstanceStatus>) - Method in class de.aristaflow.ilm.model.processmodel.InstStatusRemoteIteratorData
- setContentAbstract(List<InstIdPair>) - Method in class de.aristaflow.ilm.model.processmodel.InstIdPairInitialRemoteIteratorData
- setContentAbstract(List<InstIdPair>) - Method in class de.aristaflow.ilm.model.processmodel.InstIdPairRemoteIteratorData
- setContentAbstract(List<Template>) - Method in class de.aristaflow.ilm.model.processmodel.TemplInitialRemoteIteratorData
- setContentAbstract(List<Template>) - Method in class de.aristaflow.ilm.model.processmodel.TemplRemoteIteratorData
- setContentAbstract(List<TemplateReference>) - Method in class de.aristaflow.ilm.model.processmodel.TemplRefInitialRemoteIteratorData
- setContentAbstract(List<TemplateReference>) - Method in class de.aristaflow.ilm.model.processmodel.TemplRefRemoteIteratorData
- setContentAbstract(List<TemplateStatus>) - Method in class de.aristaflow.ilm.model.processmodel.TemplStatusInitialRemoteIteratorData
- setContentAbstract(List<TemplateStatus>) - Method in class de.aristaflow.ilm.model.processmodel.TemplStatusRemoteIteratorData
- setContentAbstract(List<IdentifiedUdtValue>) - Method in class de.aristaflow.ilm.model.resourcemodel.IdUdtInitialRemoteIteratorData
- setContentAbstract(List<IdentifiedUdtValue>) - Method in class de.aristaflow.ilm.model.resourcemodel.IdUdtRemoteIteratorData
- setContentAbstract(List<Resource>) - Method in class de.aristaflow.ilm.model.resourcemodel.ResInitialRemoteIteratorData
- setContentAbstract(List<Resource>) - Method in class de.aristaflow.ilm.model.resourcemodel.ResRemoteIteratorData
- setContentAbstract(List<ResourceInstance>) - Method in class de.aristaflow.ilm.model.resourcemodel.ResInstInitialRemoteIteratorData
- setContentAbstract(List<ResourceInstance>) - Method in class de.aristaflow.ilm.model.resourcemodel.ResInstRemoteIteratorData
- setContentAbstract(List<ActivityWithActState>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.AsInitialRemoteIteratorData
- setContentAbstract(List<ActivityWithActState>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.AsRemoteIteratorData
- setContentAbstract(List<ActivityWithNodeState>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.NsInitialRemoteIteratorData
- setContentAbstract(List<ActivityWithNodeState>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.NsRemoteIteratorData
- setContentAbstract(List<SessionContextResponse>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.ScInitialRemoteIteratorData
- setContentAbstract(List<SessionContextResponse>) - Method in class de.aristaflow.ilm.model.runtimeenvironment.ScRemoteIteratorData
- setContentAbstract(List<Entity>) - Method in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityInitialRemoteIteratorData
- setContentAbstract(List<Entity>) - Method in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityRemoteIteratorData
- setContentAbstract(List<String>) - Method in class de.aristaflow.ilm.core.globalprovider.NamespaceInitialRemoteIteratorData
- setContentAbstract(List<String>) - Method in class de.aristaflow.ilm.core.globalprovider.NamespaceRemoteIteratorData
- setContentAbstract(List<UUID>) - Method in class de.aristaflow.ilm.model.processmodel.InstIdInitialRemoteIteratorData
- setContentAbstract(List<UUID>) - Method in class de.aristaflow.ilm.model.processmodel.InstIdRemoteIteratorData
- setContentAbstract(List<UUID>) - Method in class de.aristaflow.ilm.model.processmodel.TemplIdInitialRemoteIteratorData
- setContentAbstract(List<UUID>) - Method in class de.aristaflow.ilm.model.processmodel.TemplIdRemoteIteratorData
- setCorePoolSize(int) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
- setCorrespondingBlockNode(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the corresponding block node attribute for the split node with ID
split
to the value given byjoin
. - setCreateChangeable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
-
Configures the factory to either create changeable or not changeable objects.
- setCreationAgent(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setCreationTime(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setDataEdgesVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setDataElementsVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setDataType(ProcessConstants.AdeptDataType) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the data type for the parameter of this template.
- setDataType(ProcessConstants.AdeptDataType, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets the data type of this activity model parameter and the user-defined type name.
- setDate(String, Date) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the
Date
configuration value provided under the designated entry name. - setDate(String, Date) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the
Date
configuration value provided under the designated entry name. - setDate(String, Date) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the DATE value of the designated instance input parameter.
- setDate(String, Date) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- setDateInMillis(long, int, int, int) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Sets the designated year, month and day in the designated time (of long) and returns the new date/time.
- setDateInMillis(long, int, int, int, Locale) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Sets the designated year, month and day in the designated time (of long) and returns the new date/time.
- setDecisionDataEdgesVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setDecisionDataElementsVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setDefaultLockTimeout() - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Sets the default value for the lock timeout for this connection.
- setDefaultLockTimeout(ExtendedConnection) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Sets the default value for the lock timeout.
- setDefaultValue(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets the string representation of the default value for this activity model parameter.
- setDefaultValue(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the string representation for the default value parameter of this template.
- setDelegationComment(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.DelegationMeasureData
-
Setter for
DelegationMeasureData.getDelegationComment()
. - setDelegationHandlingProcedureID(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getDelegationHandlingProcedureID()
. - setDelegationRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getDelegationRule()
. - setDependencyVisiblityMode(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setDerivable(boolean, String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the designated template to derivable or not.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets a description for this activity model parameter for usage in the process model.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets a description for this activity template definition for usage in the process model.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets a description for this operation for usage in the process model.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the description for the parameter of this template.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.ChangeableIconDescriptor
-
Sets the description of the code descriptor.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.ChangeableResourceDescriptor
-
Sets the description of the resource (descriptor).
- setDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
-
Sets the description of the identifier.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setDescription(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
-
Set the description of the process.
- setDescription(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the description of the item.
- setDeveloperDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets a description of this activity model parameter for the developer/the administrator.
- setDeveloperDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets a description for the developer of the operation of this activity template definition and the administrator of the activity model.
- setDeveloperDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Sets a description for the developer of the configuration and the process modeler.
- setDeveloperDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets a description for the developer of the component and the administrator of the activity model.
- setDeveloperDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets a description for the developer of the operation and the administrator of the activity model.
- setDistributionHandlingProcedureID(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
- setDouble(int, double) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setDouble(String, double) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setDueDate(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getDueDate()
. - setDueDate(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the timestamp as absolute date when this item has to be finished.
- setDueDate(SessionToken, WorklistItem, long) - Method in interface de.aristaflow.adept2.core.worklistmanager.EscalationHandling.EscalationMeasures
-
Changes the due date of the specified worklist item for displaying to the user.
- setDueDateReference(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getDueDateReference()
. - setEndColumn(int) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.TokenInfo
-
Sets the end column of this token.
- setEnquiryRecipientsRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.EnquiryData
-
Setter for
EnquiryData.getEnquiryRecipientsRule()
- setEntityAttributes(String, Map<String, String>) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
-
Sets the designated attributes for the entity uniquely identified via the designated
uid
. - setEntry(ConfigurationDescription.ConfigurationEntry) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
-
Adds or updates the designated configuration entry to/of this description.
- setEntry(ConfigurationDescription.ConfigurationEntry) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfigurationDescription
-
Adds or updates the designated configuration entry to/of this description.
- setEntrySet(int, LogEntrySet) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setEntrySet(String, LogEntrySet) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setEscalation(long, String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the escalation which includes the timestamp as absolute date and the escalation handling procedure.
- setEscalation(SessionToken, WorklistItem, long, String) - Method in interface de.aristaflow.adept2.core.worklistmanager.EscalationHandling.EscalationMeasures
-
Changes the escalation date of the specified worklist item.
- setEscalationDate(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.EscalationData
-
Setter for
EscalationData.getEscalationDate()
. - setEscalationHandlingProcedureID(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.EscalationData
- setEscalationPluginData(PluginData) - Method in interface de.aristaflow.adept2.model.common.plugindata.MultiLevelEscalationData.LevelData
- setExecutableInstance(SessionToken, ExecutableInstance) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Saves the made changes for the designated instance but does not unlock the instance.
- setExecutionControlProperties(ExecutionControlProperties) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the interactions that the executable component of this activity template definition supports for controlling its execution, that is whether the corresponding component responds to signals from the outside to suspend, reset or close the component.
- setExecutionControlProperties(ExecutionControlProperties) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the interactions that the executable component supports for controlling its execution, that is whether the component responds to signals from the outside to suspend, reset or close the component.
- setExecutionControlProperties(ExecutionControlProperties) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the interactions that this operation supports for controlling its execution, that is whether the corresponding component responds to signals from the outside to suspend, reset or close the component.
- setExecutionMode(int, ProcessConstants.ExecutionMode) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Sets the designated execution mode for the designated node.
- setExecutionStatus(SessionToken, UUID, ProcessConstants.InstanceExecutionStatus, String) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Sets the execution status of the designated instance according to the designated values.
- setExecutionStatus(ProcessConstants.InstanceExecutionStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
-
Set the execution status of the instance.
- setExportService(Supplier<SessionFactory>, String, GlobalRegistryServiceProvider) - Method in interface de.aristaflow.adept2.base.communication.GlobalServiceExportConsumer
-
Sets the global service for exporting.
- setExpressionEngine(Configuration) - Static method in class de.aristaflow.adept2.util.AristaFlowExpressionEngine
-
Sets a new expression engine for the designated configuration.
- setExtDocUrl(Supplier<ExternalDocumentation>, Consumer<ExternalDocumentation>, Supplier<String>) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Sets the external reference to the corresponding javadoc.
- setFailure(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets whether the parameter is a failure parameter.
- setFailure(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets whether the parameter of this template is a failure parameter and therefore sets all other parameters to optional if explicitly mapped to a data element.
- setFigureProviderID(String) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setFilter(Filter) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
- setFilterMatches(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceNode
-
Sets whether the filter matches for one instance of this tree.
- setFinalResponse(HTMLContext.Response) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
- setFinalResponse(HTMLContext.Response) - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
-
Sets the designated response as feedback to currently open replies from previous calls to
HTMLContext.waitForHTTPReply(long)
and/or as general response for all following requests. - setFinalResponse(HTMLContext.Response, boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
Sets the final response to the designated one and optionally checks for the valid executor thread.
- setFinishRunningState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
Setter for
FinishWithDefaultData.finishRunningState()
. - setFinishSelectedState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
Setter for
FinishWithDefaultData.finishSelectedState()
. - setFinishSuspendedState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
Setter for
FinishWithDefaultData.finishSuspendedState()
. - setFixedForChildren(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the configuration value provided under the designated entry name to fixed, that is it must not be overridden in child configurations.
- setFloat(int, float) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setFloat(String, double) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the float configuration value provided under the designated entry name.
- setFloat(String, double) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the float configuration value provided under the designated entry name.
- setFloat(String, double) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the FLOAT value of the designated instance input parameter.
- setFloat(String, double) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- setFloat(String, float) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setFromInputParameter(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
-
Sets the name of the input parameter, the configuration value for the designated entry is taken from at runtime.
- setFromInputParameter(String, String) - Method in interface de.aristaflow.adept2.model.common.ChangeableActivityConfiguration
-
Sets the name of the input parameter, the configuration value for the designated entry is taken from at runtime.
- setFromProcessConfiguration(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
-
Sets the name of the entry of the process configuration, the value for this configuration and the designated entry provided from at runtime.
- setFromProcessConfiguration(String, String) - Method in interface de.aristaflow.adept2.model.common.ChangeableActivityConfiguration
-
Sets the name of the entry of the process configuration, the value for this configuration and the designated entry provided from at runtime.
- setFunctionalDocumentation(NotesAndTasksData.NoteTask) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
-
Set the functional ('fachliche') documentation.
- setGlobalConfiguration(SessionToken, String, AfConfiguration) - Method in class de.aristaflow.ilm.ws.core.globalprovider.GlobalUserConfigurationWebService
- setGlobalConfiguration(String, AfConfiguration) - Method in class de.aristaflow.ilm.ws.rest.core.globalprovider.GlobalUserConfigurationRest
- setGlobalConfiguration(SessionToken, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalUserConfiguration
-
Sets the designated global configuration for the designated namespace.
- setGlobalInvocationResolver(GlobalInvocationResolver) - Method in class de.aristaflow.adept2.base.communication.InvocationTarget.InvocationHandling
-
Sets the resolver for global URIs.
- setGraphOrientation(String) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setGroupId(UUID) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the group ID of the item to the designated one.
- setGUIContextID(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the ID of the GUI context the executable component of this activity template definition needs, for instance, an SWT or an AWT context; or
GUIConstants.NULL_CONTEXT
if no GUI context is required. - setGUIContextID(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the ID of the GUI context the executable component needs, for instance, an SWT or an AWT context; or
GUIConstants.NULL_CONTEXT
if no GUI context is required. - setGUIContextID(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the ID of the GUI context the executable component of this operation needs, for instance, an SWT or an AWT context; or
GUIConstants.NULL_CONTEXT
if no GUI context is required. - setHeaderDataDescription(Method, Operation) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Sets a description referring to the header data operation providing information on the implicit header data expected at most methods.
- setHiddenNodesVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setHorizontalSpacing(int) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setIconId(UUID) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the icon ID of the item to the designated one.
- setIconID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the ID of the icon to use for process steps and worklist items for this activity template definition.
- setIconID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the ID of the icon to use for process steps and worklist items of the underlying executable component.
- setIconID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the ID of the icon to use for process steps and worklist items for this operation.
- setIconID(UUID) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setID(long) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the ID of this log entry or
Long.MIN_VALUE
if this entry has no associated ID. - setID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
sets the (world-wide) unique ID of the
ActivityTemplateDefinition
this activity template definition is based upon. - setIdentifierID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets the ID of the identifier which describes the type of the parameter in detail.
- setIdentifierID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the ID of the identifier for the parameter of this template.
- setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the name of the class implementing
ExecutableComponent
for the physical counterpart of the component description of this activity template definition. - setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the name of the class implementing
ExecutableComponent
for the physical counterpart of this component description. - setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the name of the class implementing
ExecutableComponent
for the physical counterpart of the component description of this operation. - setIndividualDescription(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the individual description of the item by the user.
- setIndividualDueDate(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the individual due date of this client worklist item and the corresponding escalation handling procedure.
- setIndividualEscalation(long, String) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the escalation which includes the timestamp as absolute date and the escalation handling procedure.
- setIndividualPluginData(PluginData) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the data of the designated plugin.
- setIndividualPriority(int) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the individual priority of this client worklist item.
- setIndividualTitle(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the individual title of the item by the user.
- setInitialContent(String) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
- setInitialContent(String) - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
-
Sets the initial (HTML-)content of this context, that is the designated content is sent as response to the first to the client for visualising the executed application.
- setInitialContent(String) - Method in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
Sets the initial (HTML-)content of this context, that is the designated content is sent as response to the first to the client for visualising the executed application.
- setInitParameter(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setInitParameter(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
-
This will only set the designated init parameter if there is no init parameter of the same name.
- setInitParameter(String, String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setInitParameters(Map<String, String>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setInputParameters(Set<ProcessModelParameter>) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the input parameters of the process.
- setInstanceName(String, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Sets the instance name including its localisations to the designated ones.
- setInstanceNameTemplate(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
-
Set the pattern for an instance name of the process.
- setInstancesChangeable(boolean, boolean, String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the designated template to instances changeable to or not.
- setInstancesMigratableTo(boolean, boolean, String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the designated template to instances migratable to or not.
- setInstanceStateListener(URI[]) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Sets the communication protocol depended URIs of the callback interface that needs to be informed in case of state changes of this instance.
- setInstanceStatus(SessionToken, InstanceStatus) - Method in interface de.aristaflow.adept2.core.processmanager.InstanceManager
-
Sets the status of the instance (identified by the instance status object), to the new status.
- setInstantiable(boolean, boolean, String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the designated template to instantiable or not.
- setInteger(int, int) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setInteger(String, int) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setInteger(String, long) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the integer configuration value provided under the designated entry name.
- setInteger(String, long) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the integer configuration value provided under the designated entry name.
- setInteger(String, long) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the INTEGER value of the designated instance input parameter.
- setInteger(String, long) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- setIntValue(String, int) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setItemAbstract(ClientWorklistItem) - Method in class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemUpdate
- setItemAbstract(T) - Method in class de.aristaflow.ilm.model.worklistmodel.WorklistItemUpdate
- setItemsFlatAbstract(List<T>) - Method in class de.aristaflow.ilm.model.worklistmodel.AbstractIncWorklistData
- setItemsFlatAbstract(List<T>) - Method in class de.aristaflow.ilm.model.worklistmodel.Worklist
- setItemsFlatAbstract(List<AdministrativeWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.AdminWorklist
- setItemsFlatAbstract(List<AdministrativeWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.IncAdminWorklistData
- setItemsFlatAbstract(List<AdministrativeWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.InitialIncAdminWorklistData
- setItemsFlatAbstract(List<AdministrativeWorklistItem>) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncAdminWorklistData
- setItemsFlatAbstract(List<ClientWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.ClientWorklist
- setItemsFlatAbstract(List<ClientWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.IncClientWorklistData
- setItemsFlatAbstract(List<ClientWorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.InitialIncClientWorklistData
- setItemsFlatAbstract(List<ClientWorklistItem>) - Method in class de.aristaflow.ilm.ws.rest.model.worklistmodel.InitialIncClientWorklistData
- setItemsFlatAbstract(List<WorklistItem>) - Method in class de.aristaflow.ilm.model.worklistmodel.PlainWorklist
- setKeepCallerTrace(boolean) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
-
Sets whether a stack trace of the thread checking out an object should be kept.
- setLeaseCheckPeriod(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setLevel(Level) - Method in class de.aristaflow.adept2.util.logging.NameWrappingLogger
- setLevel(Level) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
- setLevel(Level, boolean) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
-
Sets the level of this logger to the designated one.
- setLevelData(MultiLevelEscalationData.LevelData[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.MultiLevelEscalationData
-
Setter for
MultiLevelEscalationData.getLevelData()
. - setLicenceInformation(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the licence information for this activity template definition.
- setLicenceInformation(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the licence information for this executable component.
- setLicenceInformation(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the licence information for this operation.
- setLoadOnStartup(int) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setLocalisation(Locale, Serializable) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
-
Sets the designated localisation value for the designated value.
- setLocalisationFactory(LocalisationFactory) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
Sets the localisation factory if it is not set yet.
- setLockTimeout(long) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Sets the lock timeout for the current transaction in this connection to the designated timeout (in milliseconds) and returns the current lock timeout.
- setLockTimeout(ExtendedConnection, long) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Sets the lock timeout for the current transaction or connection in the designated connection to the designated timeout (in milliseconds) and returns the current lock timeout.
- setLogExecuteCallStack(boolean) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
Sets whether to log the stack of the caller of
AFThreadPoolExecutor.execute(Runnable)
. - setLogId(UUID) - Method in exception de.aristaflow.ilm.util.IlmException
- setLoginTimeout(int) - Method in class de.aristaflow.adept2.base.registry.dbconfiguration.DataSourceWrapper
- setLogParameters(Object[], SessionToken, QualifiedAgent, QualifiedAgent, String, UUID, UUID, UUID, UUID, EBPInstanceReference) - Method in class de.aristaflow.adept2.base.service.DebugLogger
-
Sets the designated values as parameters for log records.
- setLogWriter(PrintWriter) - Method in class de.aristaflow.adept2.base.registry.dbconfiguration.DataSourceWrapper
- setLong(int, long) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setLong(String, long) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setMailAddresses(String[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
-
Setter for
MailNotificationData.getMailAddresses()
- setMailBody(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
-
Setter for
MailNotificationData.getMailBody()
. - setMailNotification(SessionToken, RichAgent, Boolean, WorklistUpdateConfiguration) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
- setMailNotification(MailNotificationData) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
- setMailNotification(SessionToken, RichAgent, boolean, WorklistUpdateConfiguration) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
-
Activates or deactivates the mail notification for the designated agent (the explicitly provided, not the one from the session token).
- setMailSubject(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
-
Setter for
MailNotificationData.getMailSubject()
. - setMaxAvailableObjectCount(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setMaximumIsolationLevel(Connection, int) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Sets the isolation level of the designated connection to at most the designated one.
- setMaximumPoolSize(int) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
- setMaxLeasePeriod(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setMaxObjectCount(int) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setMigrationStatus(ProcessConstants.InstanceMigrationStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
-
Set the migration status of the instance.
- setMinimumIsolationLevel(Connection, int) - Static method in class de.aristaflow.adept2.base.dbaccess.JDBCTools
-
Sets the isolation level of the designated connection to at least the designated one.
- setModificationAgent(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setModificationTime(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setMultipartConfig(MultipartConfigElement) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setMutable(Mutable<?>) - Method in class de.aristaflow.adept2.util.io.MemoryContent.MutableNuller
-
Sets the mutable since it is not created when creating this
MutableNuller
. - setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets the name of this activity model parameter.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the name of this activity template definition.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Sets the system-wide unique name of this configuration set, choose it with care.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the system-wide unique name of this executable component description.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the name of this operation.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the name for the parameter of this template.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.ChangeableIconDescriptor
-
Sets the name of the code descriptor.
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.ChangeableResourceDescriptor
-
Sets the name of the resource (descriptor).
- setName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
-
Sets the name of the identifier.
- setName(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Set the name of the process.
- setNewInstance(ChangeableInstance) - Method in class de.aristaflow.adept2.model.processmodel.ChangeReport
-
Sets the new instance.
- setNewInstanceID(UUID) - Method in class de.aristaflow.adept2.model.processmodel.ChangeReport
-
Sets the new ID of the instance.
- setNodeIteration(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableInstance
-
This function sets the iteration counter of the given node to the given value.
- setNodeState(int, ProcessConstants.NodeState) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Sets the designated node to the designated state.
- setNodeState(int, ProcessConstants.NodeState) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableInstance
-
Sets the state of the node.
- setNodeType(int, ProcessConstants.NodeType) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the type of the given node.
- setNotes(NotesAndTasksData.NoteTask[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
-
Setter for
NotesAndTasksData.getNotes()
. - setNull(int) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column to
null
. - setNull(String) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the value of the designated instance input parameter to NULL, which means the value is undefined.
- setNull(String) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column to
null
. - setNull(String) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- setNullApplicationState(String) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- setNullExternal(SessionToken, UUID, int) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Sets the value of the designated data element as external value to NULL, which means the value is undefined.
- setNullSavepoint(String, String, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- setObjectPoolListener(ObjectPoolListener<T>) - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
-
Registers the given listener with this pool.
- setOnlyReclaimWhenAbandonedAndExpired(boolean) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setOptional(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets whether the parameter is optional and therefore may be null at runtime.
- setOptional(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets whether the parameter of this template is optional and therefore may have a value of null at runtime.
- setOutdated(boolean, boolean, String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the designated template to outdated or active.
- setOutputParameters(Set<ProcessModelParameter>) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the output parameters of the process.
- setParameterChangePolicy(ParameterChangePolicy) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the parameter change policy for the operation of this activity template definition, that is the supported interface changes for the operation (add, change and/or remove parameters).
- setParameterChangePolicy(ParameterChangePolicy) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the parameter change policy for this operation, that is the supported interface changes for this operation (add, change and/or remove parameters).
- setParameters(ActivityConstants.AccessType, InheritedCollection<String, ActivityModelParameter>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets all the parameters of the designated access type of the operation of this activity template definition.
- setParameters(ActivityConstants.AccessType, InheritedCollection<String, ActivityModelParameter>) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets all the parameters of the designated access type of this operation.
- setParameters(ActivityConstants.AccessType, Collection<StorageActivityModelParameter>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets all the parameters of the designated access type of this operation.
- setParameters(ActivityConstants.AccessType, Map<String, StorageActivityModelParameter>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets all the parameters of the designated access type of the operation of this activity template definition.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets parameter templates that are defined for this activity template definition and its offspring.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets parameter templates that are defined for all activity template definitions of this configuration set.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
-
Sets parameter templates that are defined for this executable component description and its child entities.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets parameter templates that are defined for this operation and its child entities.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.
- setParameterTemplates(InheritedCollection<String, ParameterTemplate>, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.
- setParameterTemplates(Collection<StorageParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
-
Sets parameter templates that are defined for this executable component description and its child entities.
- setParameterTemplates(Map<String, StorageParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets parameter templates that are defined for this activity template definition and its offspring.
- setParameterTemplates(Map<String, StorageParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets parameter templates that are defined for all activity template definitions of this configuration set.
- setParameterTemplates(Map<String, StorageParameterTemplate>) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets parameter templates that are defined for this operation and its child entities.
- setParameterTemplates(Map<String, StorageParameterTemplate>, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.
- setParameterTemplates(Map<String, StorageParameterTemplate>, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.
- setParent(Logger) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
- setPerformingAgent(int, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
-
Sets the name of the agent who executes the designated node.
- setPluginData(PluginData) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the data of the designated plugin using an internal extension point.
- setPluginData(String, PluginData) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the data of the designated plugin for the designated extension point.
- setPosition(int) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Sets the cursor to the specified position, either an entry or one before first or one after last entry.
- setPresent() - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
-
Disables the absence of the agent of this internal worklist.
- setPresent(QualifiedAgent) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
- setPresent(SessionToken, QualifiedAgent) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
- setPresent(SessionToken, QualifiedAgent) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
-
Disables the current absence of the designated agent explicitly ignoring the
to
-time previously set. - setPriority(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Setter for
NotesAndTasksData.NoteTask.getPriority()
. - setPriority(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getPriority()
. - setPriority(int) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the priority of the item as a simple integer.
- setPriority(SessionToken, WorklistItem, int) - Method in interface de.aristaflow.adept2.core.worklistmanager.EscalationHandling.EscalationMeasures
-
Changes the priority of the specified worklist item.
- setProcessInstanceName(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the process instance name of the item.
- setProcessType(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
-
Sets the process type of the template.
- setRawApplicationState(byte[]) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Stores the raw application state for the next savepoint.
- setRawApplicationState(String, byte[]) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Stores the raw application state for the designated savepoint.
- setReclaimAction(ReclaimAction) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setRegistry(LocalServiceRegistry, SessionFactory, URI[]) - Method in class de.aristaflow.adept2.base.registry.UrlConfigurationManager
-
Sets the registry, the session factory and the URIs to be used for retrieving
JDBCDataSource
s for runtime configurations. - setReplyAbstract(Vote) - Method in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.PrepareCommitMessage
- setReplyAbstract(Boolean) - Method in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.AbstractBooleanReplyMessage
- setReplyAbstract(Object) - Method in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.NullReplyMessage
- setReplyAbstract(T) - Method in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage
- setRequestCharacterEncoding(String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- setRequestCharacterEncoding(String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setResponse(HTMLContext.HTTPReply, HTMLContext.Response) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
- setResponse(HTMLContext.HTTPReply, HTMLContext.Response) - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
-
Responds to the designated reply that has been received via
HTMLContext.waitForHTTPReply(long)
. - setResponseCharacterEncoding(String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- setResponseCharacterEncoding(String) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setResubmissionDate(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.IndividualWorklistItemSettings
-
Sets the date when the worklist item will be resubmitted, that is it is shown in the normal worklist again.
- setRunAsRole(String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setRuntimeManagerURIs(URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
-
Sets the communication protocol depended URIs of the
RuntimeManager
which is used for executing the referenced EBP-instance. - setRuntimeManagerURIs(URI[]) - Method in class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
- setSavepoint(SessionToken, String, String, Boolean, DataContext) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteRuntimeEnvironmentWebService
- setSavepoint(String, String, Boolean, DataContext) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteRuntimeEnvironmentRest
- setSavepoint(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Assigns the designated savepoint to the current state of the data, that is application state and data values.
- setSavepoint(SessionToken, String, String, boolean, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
- setSavepoint(String, boolean) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
-
Assigns the designated savepoint to the current state of the data, that is application state and data context.
- setSchemaVersion(String, int) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Sets the version number associated with the current database structure of the given service name.
- setScrollToChanges(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
-
Set the scrolling behaviour.
- setServletSecurity(ServletSecurityElement) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setSessionTimeout(int) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- setSessionTimeout(int) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
- setSharedSourceId(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
- setSharedSourceId(String) - Method in interface de.aristaflow.adept2.model.events.sources.SharingSource
-
Sets the ID of the shared event source, that is the ID of the event source used by this sharing source.
- setShort(int, short) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setShort(String, short) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setSiblings(TreeMap<Integer, InstanceNode>) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceNode
-
Sets the designated map as varpar sibling map of this instance node.
- setSpacing(int, int) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
-
Set the horizontal and vertical spacing
- setSplitNodeID(int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Sets the split node ID attribute of the nodes between
startNodeID
andendNodeID
. - setStackTrace(StackTraceElement[]) - Method in exception de.aristaflow.ilm.util.IlmException
- setStaffAssignmentRule(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the staff assignment rule that is proposed by the developer of the operation of this activity template definition or the administrator of the activity model.
- setStaffAssignmentRule(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Sets the staff assignment rule that is proposed by administrator of the activity model for all the activity template definitions of this configuration set.
- setStaffAssignmentRule(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the staff assignment rule that is proposed by the developer of the operation or the administrator of the activity model.
- setStaffAssignmentRule(String, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
-
Sets the staff assignment rule that is proposed by administrator of the activity model for the activity template definitions of this configuration set that are based on the designated operation.
- setStartedDelegationRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.DelegationMeasureData
-
Setter for
DelegationMeasureData.getStartedDelegationRule()
. - setStarterRule(String) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets the staff assignment rule which specifies which agent may create and start an instance of this template.
- setState(NotesAndTasksData.TaskState) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Setter for
NotesAndTasksData.NoteTask.getState()
. - setState(WorklistConstants.WorklistItemState) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the state of this worklist item (e.g. if it is started or available).
- setString(int, String) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setString(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the configuration value provided under the designated entry name as string which will always work even if the designated entry is of another type.
- setString(String, String) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the configuration value provided under the designated entry name as string which will always work even if the designated entry is of another type.
- setString(String, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the string value of the designated instance input parameter.
- setString(String, String) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setString(String, String) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
Sets the given attribute to the given value.
- setStringValue(String, String) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setSubprocessUsage(ProcessConstants.TemplateUsage) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets how the designated template may be used as subprocess.
- setSupervisorAgent(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Set the agent ID of the supervisor of the process.
- setSupportedLocales(String[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.LocalisationOptionsData
-
Set the locales supported by the object.
- setSupportsTestExecution(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets whether the operation of this activity template definition supports a test execution.
- setSupportsTestExecutionOnly(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets whether this operation supports a test execution.
- setSupportsViewOnly(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets whether the operation of this activity template definition supports a view only mode.
- setSupportsViewOnly(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets whether this operation supports a view only mode.
- setSuppressed(boolean) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets this worklist item to (not) suppressed indicating that the corresponding activity cannot be started, (un-)selected or resumed.
- setSuppressStack(boolean) - Method in exception de.aristaflow.ilm.util.IlmException
- setSyncEdgeVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setSystemComponent(byte[]) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Sets the signature for the executable component of this activity template which allows privileged access to system services.
- setSystemComponent(byte[]) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
-
Sets the signature for the executable component which allows privileged access to system services.
- setSystemComponent(byte[]) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Sets the signature for the executable component of this operation which allows privileged access to system services.
- setSystemDataEdgesVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setSystemDataElementsVisible(boolean) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- SettableDataContext - Class in de.aristaflow.adept2.model.runtimeenvironment
-
A
SettableDataContext
allows to set the arbitrary input and output parameters as well as the corresponding values. - SettableDataContext() - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
SettableDataContext(Logger)
instead. - SettableDataContext(Logger) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Creates a new
SettableDataContext
with no parameters and no values. - SettableDataContext(Map<String, Serializable>, Map<String, ProcessModelParameter>, Map<String, ProcessModelParameter>) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
SettableDataContext(Map, Map, Map, Logger)
instead. - SettableDataContext(Map<String, Serializable>, Map<String, ProcessModelParameter>, Map<String, ProcessModelParameter>, Logger) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
Creates a new
SettableDataContext
with the designated parameters and values. - setTag(Method, Operation) - Method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Sets the tag of the operation appropriately to the resource of the designated method.
- setTasks(NotesAndTasksData.NoteTask[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
-
Setter for
NotesAndTasksData.getTasks()
. - setTaskState(SessionToken, String, TaskState) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteProgressMonitorWebService
- setTaskState(String, TaskState) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteProgressMonitorRest
- setTaskState(SessionToken, String, TaskState) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteProgressMonitor
- setTaskState(TaskState) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Notify the progress monitor about the current state of the task.
- setTechnicalDocumentation(NotesAndTasksData.NoteTask) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
-
Set the technical (implementation) documentation.
- setTemplateDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets a description for the process modeler and the administrator of the activity model.
- setTemplateID(UUID) - Method in interface de.aristaflow.adept2.model.common.plugindata.ErrorHandlingProcessData
-
Set the error handling template ID.
- setTemplateID(UUID) - Method in interface de.aristaflow.adept2.model.common.plugindata.InstantiateProcessMeasureData
-
Setter for
InstantiateProcessMeasureData.getTemplateID()
. - setTemplateID(UUID) - Method in class de.aristaflow.adept2.model.processmodel.IDWrappingTemplate
-
Update the template ID.
- setTemplateName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the unique (with respect to the corresponding entity) name of this parameter template.
- setTemplateStatus(SessionToken, TemplateStatus) - Method in class de.aristaflow.ilm.ws.core.processmanager.TemplateManagerWebService
- setTemplateStatus(TemplateStatus) - Method in class de.aristaflow.ilm.ws.rest.core.processmanager.TemplateManagerRest
- setTemplateStatus(SessionToken, TemplateStatus) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
Sets the status of the template (identified by the template status object), to the new status.
- setTemplateStatus(SessionToken, TemplateStatus) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessTemplateManager
-
Sets the status of the template (identified by the template status object), to the new status.
- setTestConfiguration(SessionToken, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the global test configuration for all activities of the designated configuration namespace to the designated one.
- setTestConfiguration(SessionToken, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the test configuration for all activities of the designated executable component description of the designated configuration namespace to the designated one.
- setTestConfiguration(SessionToken, String, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the test configuration for all activities of the designated operationName of the designated configuration namespace to the designated one.
- setTestConfiguration(SessionToken, String, String, String, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
-
Deprecated.Sets the test configuration for the designated activity of the designated configuration namespace to the designated one.
- setTestConfiguration(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
-
Sets the test configuration of the operation of this activity template definition to the designated one.
- setTestConfiguration(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
-
Sets the test configuration of this operation to the designated one.
- setTestConfiguration(InheritedActivityConfiguration, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the test configuration for the activity template definitions of this configuration set that are based on the designated operation.
- setTestConfiguration(InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the test configuration for this whole configuration set.
- setTestConfiguration(InheritedConfiguration, String) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
-
Sets the test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
- setTestConfiguration(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
-
Sets the test configuration of the operation of this activity template definition to the designated one.
- setTestConfiguration(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
-
Sets the test configuration of this operation to the designated one.
- setTestConfiguration(StorageActivityConfiguration, String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the test configuration for the activity template definitions of this configuration set that are based on the designated operation.
- setTestConfiguration(StorageConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the test configuration for this whole configuration set.
- setTestConfiguration(StorageConfiguration, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
-
Sets the test configuration for the activity template definitions of this configuration set.
- setThreshold(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.MultiLevelEscalationData.LevelData
- setThresholdReference(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.MultiLevelEscalationData.LevelData
- setTimeInMillis(long, int, int, int) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Sets the designated hours, minutes and seconds in the designated date (of long) and returns the new date/time.
- setTimeInMillis(long, int, int, int, Locale) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Sets the designated hours, minutes and seconds in the designated date (of long) and returns the new date/time.
- setTimestamp(int, Timestamp) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setTimestamp(String, Timestamp) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setTitle(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
- setTitle(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets the title of the item.
- setTolerance(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
-
Setter for
SchedulerData.getTolerance()
. - setTopLevelUsage(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
-
Sets whether the designated template may be used and instantiated as top-level process.
- setTranslation(String, Map<String, String>) - Method in class de.aristaflow.adept2.model.common.viewer.ModelViewerTools
-
Set the translations for
- setType(PriorityIncreaseData.Type) - Method in interface de.aristaflow.adept2.model.common.plugindata.PriorityIncreaseData
-
Setter for
PriorityIncreaseData.getType()
. - setUDT(String, byte[]) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the
UDTValue
configuration value provided under the designated entry name. - setUDT(String, byte[]) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the
UDTValue
configuration value provided under the designated entry name. - setUDT(String, UDTValue) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the value of the designated instance input parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- setUDTName(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets the the user-defined type name for the parameter of this template.
- setUnassignedDelegationRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.DelegationMeasureData
- setURI(String, URI) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
-
Sets the URI configuration value provided under the designated entry name.
- setURI(String, URI) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Sets the URI configuration value provided under the designated entry name.
- setURI(String, URI) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
-
Sets the URI value of the designated instance input parameter.
- setURI(URI) - Method in interface de.aristaflow.adept2.model.common.UpdateableObject
-
Sets the system-wide unique URI identifying the designated object.
- setURL(URL) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Set the URL to be used for the HTML contexts.
- setUseParentHandlers(boolean) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
- setUserAttributeValue(String, String) - Method in interface de.aristaflow.adept2.model.common.UserAttributeContainer
-
Deprecated.This method may, depending on the data model, not be used except in some special cases.
- setUserAttributeValue(String, String) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
-
Deprecated.
- setUserAttributeValue(String, String) - Method in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
- setUserAttributeValue(String, String) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.ClientWorklistWrapper
- setUserAttributeValue(String, String) - Method in class de.aristaflow.ilm.ws.model.worklistmodel.UnregisterClientWorklist
- setUserSessionID(QualifiedAgent, String) - Method in class de.aristaflow.adept2.base.security.callbacks.UserSessionIDCallback
-
Sets the designated user session ID for the designated agent.
- setUUID(int, UUID) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setUUID(String, UUID) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
-
Sets the value of the specified column.
- setValidateOnCheckIn(boolean) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setValidateOnCheckOut(boolean) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setValidationInterval(long) - Method in class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
- setValue(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.PriorityIncreaseData
-
Setter for
PriorityIncreaseData.getValue()
. - setValue(String, int, Object) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Sets the value of the specified column and row to the given value.
- setValue(String, int, Object) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Sets the value of the specified column and row to the given value.
- setValue(String, Object) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
-
Sets the value of the field with the given name to the given value.
- setValue(String, Object) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
-
Deprecated.Sets the value of the field with the given name to the given value.
- setValue(String, String, Locale) - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
-
Sets the value of the specified attribute in the given locale to the given value.
- setValues(int, Serializable[]) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Sets the values of the designated row to the designated values.
- setValues(int, Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
-
Sets all values of the given row.
- setValues(int, Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
-
Deprecated.Sets all values of the given row.
- setValues(int, List<Serializable>) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
-
Sets the values of the designated row to the designated values.
- setValues(PluginData) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
-
Setter for
FinishWithDefaultData.getValues()
. - setVariables(XPathSelector) - Method in class de.aristaflow.adept2.model.common.xml.XPathVariableProvider
-
Sets all values of all variables of this provider in the designated
XPathSelector
. - setVersion(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
-
Sets the process version of the template.
- setVerticalSpacing(int) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
- setViolationShutdown(SessionToken, ADEPT2Service) - Method in interface de.aristaflow.adept2.base.licensing.LicenceManager
-
Sets the designated service to be the one to be shut down in case of severe licence violations.
- setVirtual(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
-
Sets whether the parameter is virtual.
- setVirtual(boolean) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
-
Sets whether the parameter of this template is virtual and therefore is not provided to the implementation of the corresponding operation.
- setWorklistConfiguration(SessionToken, UUID, Map<String, String>) - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistManagerWebService
- setWorklistConfiguration(UUID, Map<String, String>) - Method in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
- setWorklistConfiguration(SessionToken, UUID, Map<String, String>) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistManager
-
Sets or updates the configuration for the designated worklist with the designated configuration values.
- setWrappingServletContext(ServletContext, ServletContext) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredDynamic
- setWrappingServletContext(ServletContext, ServletContext) - Method in interface de.aristaflow.adept2.base.servletcontainer.WrapSupportingDynamic
-
Set the designated wrapping servlet context if this
Dynamic
contains the designatedwrapped
servlet context. - sfSupplier - Variable in class de.aristaflow.ilm.ws.base.service.ServiceMetaData
-
The supplier for a privileged session factory of the corresponding web service communication to unmarshal session token.
- sha512hash - Variable in class de.aristaflow.adept2.util.io.RereadableContent
-
The SHA-512 hash of the content.
- SHARE_ACTIVITY_INSTANCES - de.aristaflow.adept2.model.common.ClassLoaderUsage
-
A classloader will be used for all instances of the very same activity executed on the same runtime manager independent from process instances and templates but separated between system and non-system component.
- SHARE_EXECUTABLE_COMPONENT - de.aristaflow.adept2.model.common.ClassLoaderUsage
-
A classloader will be used for all activities having the same executable component name (
AbstractActivity.getExecutableComponentName()
) and system component (AbstractActivity.getSystemComponent()
). - SHARE_IMPLEMENTATION_CLASS - de.aristaflow.adept2.model.common.ClassLoaderUsage
-
A classloader will be used for all activities having the same implementation class (
AbstractActivity.getImplementationClass()
) and system component (AbstractActivity.getSystemComponent()
). - SHARE_RUNTIME_MANAGER - de.aristaflow.adept2.model.common.ClassLoaderUsage
-
The classloader for the runtime manager will be used and thus all classes will be shared among all activities.
- SHARED_UTF8_KEY - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
The clients provide a shared key (a string provided as UTF-8).
- SHARED_UTF8_KEY - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
- SharedPollingSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
A
SharedPollingSource
unifies the polling for severalSharingSource
-instances. - sharedSources - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
All shared polling sources.
- sharedSourceType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
The type of the event source.
- SharingComponentClassLoader - Interface in de.aristaflow.adept2.model.runtimeenvironment
-
This interface provides information on whether a class from an
ExecutableComponent
is shared between different invocations or not. - sharingCount - Variable in class de.aristaflow.adept2.util.threading.CleanupRunnable
-
A count for concurrently executed runnables sharing a common resource cleaned up in
CleanupRunnable.cleanup
. - SharingSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
A sharing source is an event source that does not poll itself but shares another event source that unifies several sharing sources, polls for them and signals them separately.
- sharingSourceClass - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
The
SharingSource
type this event source is using. - SHORT - de.aristaflow.adept2.model.logmanagement.DataType
-
equivalent to Java
short
- showConfigDialog(Shell) - Method in class de.aristaflow.adept2.ui.processvisualisation.UISettings
-
Open modal config dialog
- shutdown - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
Whether a shutdown has been requested from the outside or becomes necessary due to internal problems.
- shutdown() - Method in interface de.aristaflow.adept2.base.communication.CommStackInterceptor
-
Initiate the shutdown of the communication stack interceptor.
- shutdown() - Method in interface de.aristaflow.adept2.base.communication.CommStackTransformer
-
Notifies the termination of this communication transformer.
- shutdown() - Method in interface de.aristaflow.adept2.base.communication.CommunicationStack
-
Initiate the shutdown of the communication stack.
- shutdown() - Method in class de.aristaflow.adept2.base.communication.CommunicationStackLayer
-
Shuts down this communication stack layer and delegates the call to the delegate.
- shutdown() - Method in class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
Initiate the shutdown of this communication stack layer.
- shutdown() - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
-
Shuts the org model extension down, for instance a synchronisation service.
- shutdown() - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
Signals the shutting down of the platform of the cluster node.
- shutdown() - Method in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
- shutdown() - Method in interface de.aristaflow.adept2.util.objectpool.ObjectPool
-
Initiates an orderly shutdown of this object pool, i.e. no more objects can be checked out, but objects can still be checked back in.
- shutdown() - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Shutting down will reject new work (normal or flushing).
- shutdown() - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Shutting down will reject new work (normal or flushing).
- shutdown() - Method in class de.aristaflow.ilm.model.common.collection.AbstractIteratorHandler
-
Shuts the executor service down and waits for the termination of running threads.
- shutdown() - Method in class de.aristaflow.ilm.ws.base.service.AbstractSubResourceWebService
-
Shuts down this sub resource web service.
- shutdown() - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityStartingWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.executionmanager.ExecutionManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.globalprovider.GlobalProviderWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.globalprovider.GlobalUserConfigurationWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.logmanager.logs.ExecutionLogManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.ModelExplorerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgModelManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.PolicyResolutionWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.processmanager.InstanceManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.processmanager.ProcessManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.processmanager.TemplateManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelExplorerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelExpressionEvaluationWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.runtimemanager.RuntimeManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteActivityStartingWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RuntimeServiceWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistAdministrationWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistManagerWebService
- shutdown() - Method in class de.aristaflow.ilm.ws.core.worklistmanager.WorklistUpdateManagerWebService
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.cluster.RegistryProviderConf
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
Signals the shutdown of this registry.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Shut down all started services.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry
-
Signals the shutdown of this registry.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
This implementation waits 10 seconds in case of an emergency and otherwise indefinitely for the termination of the active sessions.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
-
Awaits the termination of the active sessions and nulls the session factory.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Awaits the termination of the active sessions and nulls the session factory.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
Signals this service that it is being shut down.
- shutdown(boolean) - Method in interface de.aristaflow.adept2.base.service.ADEPT2Service
-
Signals this service that it is being shut down.
- shutdown(boolean) - Method in class de.aristaflow.adept2.base.service.DynamicServiceRegistration
-
Terminates the executor service for concurrently connecting to registered service and returns the currently registered services (rather their URIs) including the last contact time.
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.BootstrapRegistry
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
- shutdown(boolean) - Method in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
- shutdown(boolean) - Method in class de.aristaflow.adept2.model.ModelFactoryRegistry
- shutdown(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Not forwarded since no client component should control the service.
- shutdown(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
-
Removes the HTTP-service-servlet from the
ServletService
. - SHUTDOWN - de.aristaflow.adept2.model.inittab.InitType
-
Execute an instance on shutdown.
- SHUTDOWN_HEARTBEAT - de.aristaflow.adept2.core.registry.cluster.ClusterCommRequest
-
The communication heartbeat should shutdown.
- SHUTDOWN_HEARTBEAT - de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest.Operation
-
The cluster heartbeat should shutdown.
- shutdownNow() - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.This shutdown will reject new work (normal or flushing) and abort the current work except of pending flushs.
- shutdownNow() - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
This shutdown will reject new work (normal or flushing) and abort the current work except of pending flushs.
- shutdownPending - Variable in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Whether a shutdown has been requested.
- shutdownPending - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Whether a shutdown has been requested.
- shutdownRunnableRun() - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
This method is the
run()
method of the shutdown runnable. - shutdownRunnableRun() - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- shutdownStackLayer() - Method in class de.aristaflow.adept2.base.communication.CommunicationStackLayer
-
Shuts down this CommunicationStackLayer.
- shutdownStackLayer() - Method in class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
Shuts down this CommunicationStackLayer.
- shutdownToInitialService() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhaseBootstrap
-
Shuts down all services until the initial service.
- shuttingDown - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Signals when this registry is shutting down and must not start any further service.
- signal - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.SignalMessage
- signal - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecSignalledData
- signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Returns false - overwrite this method to support signalling.
- signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
- signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
- signal(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Signals an event to the application.
- signal(int) - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
- signal(String, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
- signal(String, int) - Method in interface de.aristaflow.adept2.model.events.handler.ActivityEventHandler
-
Signals the designated signal to the activity that is currently running with the designated session ID.
- SIGNALLED - de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
-
The activity has been sent a signal and it has terminated due to this signal.
- SignalMessage - Class in de.aristaflow.ilm.model.runtimeenvironment.messages.execution
- SignalMessage() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.SignalMessage
- signalShutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
- signalShutdown(boolean) - Method in interface de.aristaflow.adept2.base.service.ServiceThreadHandling
-
Privileges the current thread, sets the shutdown flag and in case of emergency interrupts all active threads without the privileged ones since they are shutting down this service.
- signalShutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- signalStart() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
- signalStart() - Method in interface de.aristaflow.adept2.base.service.ServiceThreadHandling
-
Signals the successful start by counting down the latch and removing privileged threads.
- signalStart() - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- SignedSecurityToken - Class in de.aristaflow.adept2.base.sessionmanagement
-
A security token provides all security-relevant data.
- SignedSecurityToken(QualifiedAgent, Collection<String>, PrivateKey) - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken
-
Creates a new security token for the qualified agent providing the designated capabilities and signs it with the designated private key.
- SIMILAR_CHANGES - Static variable in interface de.aristaflow.adept2.model.common.changetracking.ChangeCombiner
-
The changes are similar, for instance
ADDED
andREMOVED
is a no-op butREMOVED
andADDED
isCHANGED
. - SimilarChangeCombiner - Class in de.aristaflow.adept2.model.common.changetracking
-
Combines similar changes, for instance the changes refer to the same property value.
- SimilarChangeCombiner() - Constructor for class de.aristaflow.adept2.model.common.changetracking.SimilarChangeCombiner
-
Creates a new combiner for similar changes.
- SimpleClusterNodeInformation - Class in de.aristaflow.adept2.model.cluster
-
This class provides partial information concerning a cluster node.
- SimpleClusterNodeInformation(String, String, String, Status, long, long) - Constructor for class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
Creates simple information for a specific cluster node.
- simpleInit(URI[], URI[]) - Method in class de.aristaflow.adept2.base.service.AbstractNonPrivilegedService
-
Initialises this service but does not explicitly authenticate.
- SimpleParameter - Class in de.aristaflow.ilm.model.common
- SimpleParameter() - Constructor for class de.aristaflow.ilm.model.common.SimpleParameter
-
The constructor required for bean deserialisation.
- SimpleParameterFilter - Interface in de.aristaflow.ilm.model.common
- SimpleParameterFilter - 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. - SimpleParameterFilter.AndSpFilter - Class in de.aristaflow.ilm.model.common
- SimpleParameterFilter.AndSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
- SimpleParameterFilter.OrSpFilter - Class in de.aristaflow.ilm.model.common
- SimpleParameterFilter.OrSpFilter - Class in de.aristaflow.ilm.ws.rest.model.common
- SimpleParameterFilter.SimpleParameterSelection - Class in de.aristaflow.ilm.model.common
- SimpleParameterFilter.SimpleParameterSelection - Class in de.aristaflow.ilm.ws.rest.model.common
- SimpleParameterSelection() - Constructor for class de.aristaflow.ilm.model.common.SimpleParameterFilter.SimpleParameterSelection
- SimpleParameterSelection() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.SimpleParameterFilter.SimpleParameterSelection
- SimpleProcessImageRenderer - Interface in de.aristaflow.adept2.core.processimagerenderer
-
Service interface for getting template and instance process graphs rendered as images.
- SimpleProcessImageRendererRest - Class in de.aristaflow.ilm.ws.rest.core.processimagerenderer
- SimpleProcessImageRendererRest() - Constructor for class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
- SimpleProcessImageRendererWebService - Class in de.aristaflow.ilm.ws.core.processimagerenderer
- SimpleProcessImageRendererWebService(SimpleProcessImageRenderer, ServiceMetaData) - Constructor for class de.aristaflow.ilm.ws.core.processimagerenderer.SimpleProcessImageRendererWebService
- SimpleSessionContext - Class in de.aristaflow.ilm.model.runtimeenvironment
- SimpleSessionContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
-
A session context that is simpler than the normal one.
- SimpleSessionContext() - Constructor for class de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
- simulateUpdateOfDevelopmentATD(SessionToken, String, String, String, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ActivityTemplateDefinitionManager
-
Simulates updating of the designated activity template definition in the designated branch, that is only the designated activity template definition of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentCS(SessionToken, String, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ConfigurationSetManager
-
Simulates updating of the designated configuration set in the designated branch, that is only the designated configuration set of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentECD(SessionToken, String, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ExecutableComponentDescriptionManager
-
Simulates updating of the designated executable component description in the designated branch, that is only the designated executable component description of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentIcon(SessionToken, UUID, long) - Method in interface de.aristaflow.adept2.core.activityrepository.IconManager
-
Simulates updating of the designated icon (and its descriptor) in the designated branch, that is only the designated icon of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentIdentifier(SessionToken, UUID, long) - Method in interface de.aristaflow.adept2.core.activityrepository.IdentifierManager
-
Simulates updating of the designated identifier in the designated branch, that is only the designated identifier of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentOperation(SessionToken, String, String, long) - Method in interface de.aristaflow.adept2.core.activityrepository.OperationManager
-
Simulates updating of the designated operation in the designated branch, that is only the designated operation of the branch is checked for whether it can be updated to the latest revision.
- simulateUpdateOfDevelopmentResource(SessionToken, UUID, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ResourceManager
-
Simulates updating of the designated resource (and its descriptor) in the designated branch, that is only the designated resource of the branch is checked for whether it can be updated to the latest revision.
- sinceLastForeignUpdate - Variable in class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
-
The milliseconds that elapsed since the last update by a different node.
- sinceLastOwnUpdate - Variable in class de.aristaflow.adept2.model.cluster.ClusterNodeInformation
-
The milliseconds that elapsed since the last update by the node itself.
- sinceRevision - Variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.SinceRevisionWithFilter
- SinceRevisionWithFilter - Class in de.aristaflow.ilm.ws.rest.core.worklistmanager
-
This class combines several parameters to one (POST) parameter.
- SinceRevisionWithFilter() - Constructor for class de.aristaflow.ilm.ws.rest.core.worklistmanager.SinceRevisionWithFilter
- SINGLETON - de.aristaflow.adept2.base.registry.AbstractRegistry.InstantiationMode
-
Singleton mode.
- singletonInstances - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
All singleton instances of all managed components.
- singletonPlugins - Variable in class de.aristaflow.adept2.base.registry.PluginRegistry
-
All plugins are singletons relative to the using/requesting component.
- size - Variable in class de.aristaflow.adept2.extensions.datatypes.FileUDT.FileMetaData
-
The size of the wrapped file.
- size - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
Field for
HTMLContext.Attachment.getSize()
. - size - Variable in class de.aristaflow.adept2.util.io.RereadableContent
-
The size of the content.
- size - Variable in class de.aristaflow.adept2.util.io.RereadableContentBuilder
-
The estimated size of (the contents of) the created stream, a negative value if the size is unknown.
- size - Variable in class de.aristaflow.ilm.model.filter.CollectionAttributeFilter.CollectionSizeFilter
- size - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.CollectionQaSizeFilter
- size - Variable in class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.CollectionSpSizeFilter
- size - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.CollectionDelSizeFilter
- size - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.CollectionUriSizeFilter
- size - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.CollectionUuidSizeFilter
- size() - Method in class de.aristaflow.adept2.model.orgmodel.Entity
- size(Collection<E>, int, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection has the specified minimum and maximum size.
- size(Collection<E>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection has exactly the specified size.
- size(Map<K, V>, int, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map has the specified minimum and maximum size.
- size(Map<K, V>, int, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map has exactly the specified size.
- sizeHint - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
A hint for the size of the data type of the attribute (in the OM).
- sizeHint - Variable in class de.aristaflow.ilm.core.orgmodelmanager.AttributeMetaData
- skip(long) - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
- skip(long) - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
- skipClosing() - Static method in class de.aristaflow.adept2.util.StreamTools
-
Deprecated, for removal: This API element is subject to removal in a future version.Do only use if absolutely required. This will be removed as soon as closing works reliable.
- skipDirectories - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
Whether directories should be skipped.
- skipDirectories - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Whether directories should be skipped.
- skipFiles - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
Whether files should be skipped.
- skipFiles - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Whether files should be skipped.
- skipLocked - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
Whether locked files should be skipped.
- skipLocked - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Whether locked files should be skipped.
- snapshot - Variable in class de.aristaflow.adept2.model.common.collection.AbstractTimeTrackingRemoteIterator
-
Whether the iterator is a snapshot.
- snapshot - Variable in class de.aristaflow.ilm.model.common.collection.InitialRemoteIteratorData
- softUpdateTypes() - Static method in enum de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
-
Gets the update item types of which the change is unsure.
- sort(Map<String, T>) - Static method in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Sorts the entries in the designated map.
- sortCollection(Collection<? extends T>, Comparator<? super T>) - Static method in class de.aristaflow.adept2.util.CollectionTools
-
Creates a new sorted collection containing the contents of the designated collection whereas sorting is delegated to the designated comparator.
- sorted - Variable in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
Whether to return the OpenAPI sorted.
- sortedKeySet(Set<String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
-
Sort a given set of map keys.
- sortNodes(int[], Template) - Method in class de.aristaflow.adept2.ui.processvisualisation.model.ModelGlue
-
Sort a list of Nodes by their branch ID and return the sorted Collection as a new List.
- sortNodes(int[], Template) - Method in class de.aristaflow.adept2.ui.processvisualisation.widgets.bpmn.BPMNSymbols
- sortNodes(int[], Template) - Method in interface de.aristaflow.adept2.ui.processvisualisation.widgets.GraphFigureProvider
-
Sort a list of Nodes by their branch ID and return the sorted Collection as a new List.
- sortSubclassRelation(Collection<Class<?>>) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
-
Sorts the designated classes according to their relation, that is, subclasses are successors of the corresponding parent classes/interfaces.
- source - Variable in class de.aristaflow.adept2.core.client.SelectedGUIElementChangedEvent
-
The graphical object where the selection occurred.
- source() - Method in class de.aristaflow.adept2.model.orgmodel.NavFunction
-
Returns the source entity type of this function, i.e. the type this function can be applied to.
- sourceCount - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The amount of sources per source ID.
- sourceDocument - Variable in class de.aristaflow.adept2.util.xml.NamespaceLookup
-
The document in which to lookup the namespace.
- sourceID - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
The ID of the source of this event.
- sourceLock - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
The lock for synchronising access to the sources (
AbstractSharedEventSource.sources
andAbstractSharedEventSource.sourceIds
). - sourceOrigins - Variable in class de.aristaflow.ilm.model.common.AfConfiguration
- sourceRevision - Variable in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
-
The source revision of the update.
- sourceRevision - Variable in class de.aristaflow.adept2.model.worklistmodel.CachingIncWorklistUpdate
-
The source revision of the worklist update.
- sourceRevision - Variable in class de.aristaflow.ilm.model.worklistmodel.InitialIncWorklistUpdateData
- sourceRevision - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistUpdateNotification
- sources - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
All existing event sources indexed by event type and source type mapped to source ID and source.
- sources - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
All sharing sources registered at this shared source, indexed by their identifying values and in the order they have been added to this sharing event source.
- sourceType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
The type of the source of this event.
- sourceType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
The type of this event source.
- sourceType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
The type of this shared DB event source.
- sp - Variable in class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithSpData
- sp4Dc - Variable in class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithDcSpData
- spawnCommHeartBeat(ClusterCommPoller, String, String, long) - Method in class de.aristaflow.adept2.core.registry.cluster.HeartBeatControl
-
Creates a new thread for polling the cluster server via communication.
- spawnHeartBeat(ClusterDbPoller, String, String, long) - Method in class de.aristaflow.adept2.core.registry.cluster.HeartBeatControl
-
Creates a new thread for sending an alive signal to the cluster as well as polling the cluster server via database.
- SPEC_PATTERN - Static variable in class de.aristaflow.adept2.util.JavaVersion
-
Pattern used to verify the specification version strings.
- spInstanceChangeable - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- spInstanceChangeable - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spInstanceChangeableComment - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spInstantiable - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- spInstantiable - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spInstantiableComment - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- split(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Finds the split node of a given join node.
- splitClasspath(List<String>) - Static method in class de.aristaflow.adept2.util.StringTools
-
Splits each element of the designated list at ";".
- splitExecutionManagerURIs(String) - Static method in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryTools
- splitExecutionManagerURIsNullSafe(String) - Static method in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryTools
- splitNodeId - Variable in class de.aristaflow.ilm.model.processmodel.StructuralNode
- splitNodes(Template) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns all nodes which are split nodes, as defined in Reic00 having an exit behaviour of ALL_OF_ALL or ONE_OF_ALL.
- spMigratableTo - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- spMigratableTo - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spMigratableToComment - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spOutdated - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- spOutdated - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- spOutdatedComment - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- SQL - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
Activity type ID for extension-sqlsupport
- SQL_SERVER - de.aristaflow.adept2.base.dbaccess.DatabaseName
-
Microsoft SQL Server
- srcAttrs - Variable in class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
The source OM extensions attributes (all lower case).
- srcClsPrefixes - Variable in class de.aristaflow.adept2.util.logging.ClassesNameSubFilter
-
A collection of prefixes and/or class names that will pass this filter.
- srcClsPrefixes - Variable in class de.aristaflow.adept2.util.logging.ClassNameSubFilter
-
A collection of prefixes and/or class names that will pass this filter.
- srcNodeId - Variable in class de.aristaflow.ilm.model.processmodel.StructuralEdge
- sriws - Variable in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteActivityStartingWebService
-
The web service for remote iterator handlers for simple session contexts.
- SSE_NAME_ACTIVITY_CLOSED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying closing of an activity.
- SSE_NAME_ACTIVITY_FAILED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying failing of an activity.
- SSE_NAME_ACTIVITY_RESET - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying reset of an activity.
- SSE_NAME_ACTIVITY_RESUMED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying resuming of an activity.
- SSE_NAME_ACTIVITY_SIGNALLED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying signalling of an activity.
- SSE_NAME_ACTIVITY_SUSPENDED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying suspension of an activity.
- SSE_NAME_ACTIVITY_TIMED_SUSPENDED - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
-
The name of the SSE for notifying suspension with automatic resume of an activity.
- SSE_NAME_AUTOSTART_PENDING - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
The name of the SSE for notifying a pending autostart.
- SSE_NAME_EXECUTION_MESSAGE - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
-
The name of the SSE for an execution message notification.
- SSE_NAME_INSTANCE_FAILED - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
The name of the SSE for notifying failing of an instance.
- SSE_NAME_INSTANCE_FINISHED - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
The name of the SSE for notifying closing of an instance.
- SSE_NAME_INSTANCE_RESUMED - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
The name of the SSE for notifying resuming of an instance.
- SSE_NAME_INSTANCE_SUSPENDED - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
-
The name of the SSE for notifying suspension of an instance.
- SSE_NAME_WORKLIST_UPDATE - Static variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
-
The name of the SSE for a worklist update.
- SSE_NAME_WORKLIST_UPDATE_NOTIFICATION - Static variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistUpdateManagerRest
-
The name of the SSE for a worklist update notification.
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationSseData
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InstanceResumedSseData
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecResumedSseData
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivitySseCallbackData
- sseConn - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistSseCallbackData
- sseHandler - Variable in class de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub
- sslProtocols - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The SSL protocols used for secure protocols.
- stackSize - Variable in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
The desired stack size (in Bytes) for any new thread in bytes of address space.
- stackTrace - Variable in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
- stackTrace - Variable in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
- stackTracesToString(StackTraceElement[]) - Static method in class de.aristaflow.adept2.util.StackTraceTools
-
Returns the designated stack trace as string.
- StackTraceTools - Class in de.aristaflow.adept2.util
-
Provides tools to manipulate stack traces (i.e. arrays of
StackTraceElement
s. - stackTraceToString(Throwable) - Static method in class de.aristaflow.adept2.util.StackTraceTools
-
Returns the output of
Throwable.printStackTrace(PrintWriter)
in a string. - STAFF_ASSIGNMENT_RULE - de.aristaflow.adept2.model.common.viewer.Attribute.Type
-
The type is a staff assignment rule (String)
- STAFF_ASSIGNMENT_RULE - de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
-
The staff assignment rule,
Node.getStaffAssignmentRule()
. - staffAssignmentRule - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'staffAssignmentRule'.
- staffAssignmentRule - Variable in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItem
- staffAssignmentRule - Variable in class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- staffAssignmentRule - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.AdministrativeWorklistItemSelection
- start() - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Starts the services (and the corresponding required services that this registry should start when it is itself started.
- start() - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Allows threads waiting for the start to proceed and initialises, starts and exports the services to be exported.
- start() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Method setting the status to the current time.
- start() - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
Starts the sub service.
- start() - Method in interface de.aristaflow.adept2.base.service.ADEPT2Service
-
Starts the service.
- start() - Method in class de.aristaflow.adept2.core.checks.processmodel.DefaultProcessCheckService
- start() - Method in class de.aristaflow.adept2.core.client.MultiplexingClientService
- start() - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- start() - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
-
Starts the org model extension, for instance a synchronisation service.
- start() - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.Start the service state tracker after starting this injected service.
- start() - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
- start() - Method in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
- start() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Not forwarded since no client component should control the service.
- start() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
-
Adds the HTTP-service-servlet to the
ServletService
. - start(AbstractAuthenticatedService, ServiceAccess) - Method in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker
-
Starts this service state tracker each time the platform becomes available (again).
- startActivity(SessionToken, EbpInstanceReference, ProcessConstants.ExecutionMode) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityStartingWebService
- startActivity(SessionToken, EbpInstanceReference, ProcessConstants.ExecutionMode, ActivityStateCallback) - Method in class de.aristaflow.ilm.ws.core.runtimemanager.SynchronousActivityStartingWebService
- startActivity(SessionToken, EbpInstanceReference, ProcessConstants.ExecutionMode, ExecutionMessageCallback) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteActivityStartingWebService
- startActivity(SessionToken, EBPInstanceReference, ExecutionContext) - Method in interface de.aristaflow.adept2.core.runtimemanager.RuntimeManager
-
Instructs the runtime manager to start the Application assigned to the specified activity.
- startActivity(SessionToken, EBPInstanceReference, ProcessConstants.ExecutionMode) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityStarting
-
Starts the designated activity in the designated execution mode and logs the agent, the organisational position.
- startActivity(SessionToken, EBPInstanceReference, ProcessConstants.ExecutionMode, URI[]) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteActivityStarting
-
Starts the designated activity if it is appropriate for a
RuntimeService
and provides its process context and the execution session ID. - startActivity(ProcessConstants.ExecutionMode, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityStartingRest
- startActivity(ProcessConstants.ExecutionMode, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- startActivity(ProcessConstants.ExecutionMode, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
-
Since this method does not have a callback for execution messages,
RemoteRuntimeEnvironmentRest.getUnrepliedRequests(String)
has to be called regularly while executing to get asynchronous execution messages.this messages may require a reply. - startActivity(EBPInstanceReference, ProcessConstants.ExecutionMode) - Method in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
Starts the designated activity if it is appropriate for a
RuntimeService
and provides its process context. - startActivity(EBPInstanceReference, ProcessConstants.ExecutionMode) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- startActivityCallback(ProcessConstants.ExecutionMode, ActivityRestCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- startActivityCallback(ProcessConstants.ExecutionMode, ActivityRestCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
- startActivitySse(ProcessConstants.ExecutionMode, ActivitySseCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- startActivitySse(ProcessConstants.ExecutionMode, ActivitySseCallbackData) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteActivityStartingRest
-
It the callback data is set, this operation will start sending notifications in case execution messages arrive for the started execution session.
- startActivitySynchronously(SessionToken, EBPInstanceReference, ProcessConstants.ExecutionMode, URI[]) - Method in interface de.aristaflow.adept2.core.runtimemanager.SynchronousActivityStarting
-
Starts the designated activity in the designated execution mode and logs the agent, the organisational position.
- startAsync() - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
- startAsync(ServletRequest, ServletResponse) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxRequest
- startBootstrap() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhasePlatform
-
Bootstraps the platform partially, that is, just for retrieving the initial service.
- startChangeTransaction(SessionToken) - Method in class de.aristaflow.ilm.ws.core.resmodelmanager.ResModelChangeOperationsWebService
- startChangeTransaction(Application) - Method in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelChangeOperationsRest
- startDelayedSync(SessionToken, long, boolean, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.SyncService
-
Starts the synchronisation to run asynchronously after the designated delay in milliseconds.
- STARTED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
-
The item has been started.
- startedInsts - Variable in class de.aristaflow.ilm.model.resourcemodel.ProcessStartRef
- startedInsts - Variable in class de.aristaflow.ilm.model.resourcemodel.TimedProcessTrigger
- startedServices - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
All started services (hierarchical service name and service), pushed on the stack in order of their start.
- starterRule - Variable in class de.aristaflow.ilm.model.processmodel.TemplateStatus
- STARTING - de.aristaflow.adept2.model.cluster.Status
-
AristaFlow is starting on its node.
- STARTING_CLIENT - de.aristaflow.adept2.model.cluster.Status
-
AristaFlow is starting as client on its node.
- STARTING_SERVER - de.aristaflow.adept2.model.cluster.Status
-
AristaFlow is starting as server on its node.
- startingLock - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
While starting and while checking for started, a service a write lock is needed.
- startingRequiredServices - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
The names of the startup required services declared by the service which is currently started by the corresponding thread.
- startingService - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
The hierarchical name of the service which is currently started by the corresponding thread.
- startInstance(SessionToken, UUID, DataContainer, ProcessConstants.ExecutionMode, List<URI>, InstanceStateCallback) - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
- startInstance(UUID, InstanceCreationData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- startInstance(SessionToken, UUID, InstanceDataContainer) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
- startInstance(SessionToken, UUID, InstanceDataContainer) - Method in interface de.aristaflow.adept2.core.eventmanager.InstanceStartEventManager
-
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.
- startInstance(SessionToken, UUID, ExecutionContext, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.
- startInstance(SessionToken, UUID, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.
- startInstance(SessionToken, UUID, URI[], URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance of the designated process template, starts the instance and logs the designated user as initiator of the process instance.
- startInstanceCallback(UUID, InstanceCreationRestData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- startInstanceSimple(UUID) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- startInstanceSse(UUID, InstanceCreationSseData) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- startIteratorTransaction(T) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Starts a new iterator transaction for the designated object and returns the corresponding connection.
- startLocalService(SessionToken, String, ADEPT2Service, ServiceLoadGraph) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Initialises, starts and exports (not relevant in this registry but in subclasses) the designated local service as well as the services that are startup-required by the designated service.
- startNewAttribute() - Method in interface de.aristaflow.adept2.model.filter.AttributeFactory
-
Tells the factory to start a new attribute.
- startNodeId - Variable in class de.aristaflow.ilm.model.processmodel.Template
- startNodeProduced() - Static method in enum de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer
-
Gets all the values that are produced by the start node, that is, the data stems from template or instance objects.
- startPoint - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
The start point (in milliseconds) this event should start polling.
- startPoint - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The start point (in milliseconds) this event should start polling.
- startSubInstance(SessionToken, EBPInstanceReference, ExecutionContext, URI[]) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Creates a new instance as subprocess of the designated activity/lightweight process referring to the corresponding subprocess template ID.
- startSync(SessionToken, boolean) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.SyncService
-
Starts the synchronisation to run asynchronously right after calling this method.
- startSynchronisation(SessionToken) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
-
Starts a synchronisation manually for the org model data of this extension.
- startTime - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
The start point (in milliseconds) this event should start polling.
- startTransaction() - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Signals the beginning of a change transaction.
- startTransaction(T, boolean) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Starts a read-only or writable transaction for the designated object and returns the corresponding connection.
- startTransaction(T, boolean, boolean) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Starts a read-only or writable transaction and possibly a hierarchical transaction for the designated object and returns the corresponding connection.
- startTransaction(T, boolean, boolean, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Starts a read-only or writable transaction and possibly a hierarchical transaction for the designated object having the designated isolation level.
- startTransaction(T, boolean, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.TxManager
-
Starts a read-only or writable transaction for the designated object having the designated isolation level.
- StartTransaction - Class in de.aristaflow.adept2.core.changeoperations
-
Signals the beginning of a change transaction
- StartTransaction() - Constructor for class de.aristaflow.adept2.core.changeoperations.StartTransaction
- startupRequiredServices - Variable in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
The services which are required for starting the service.
- startupRequiredServices - Variable in class de.aristaflow.adept2.base.service.AbstractSubService
-
The service type names of services required at runtime (after startup time) by this sub service.
- startupRequiredServices - Variable in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
-
The services which are required for starting the injected service.
- state - Variable in class de.aristaflow.adept2.util.io.RereadableContentBuilder.RcbCleanup
-
The state of the
RereadableContentBuilder
containing all mutable fields required for clean-up. - state - Variable in class de.aristaflow.ilm.model.processmodel.NodeInstanceData
- state - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ActivityState
- state - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ActivityWithNodeState
- state - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
- state - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.AbstractWorklistItemSelection
- state - Variable in class de.aristaflow.ilm.ws.rest.model.execution.ActivityRefWithFailureData
- state - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InstanceFailedData
- state - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecFailedData
- state - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.WorklistItemSelection
- State - Enum in de.aristaflow.adept2.model.common
-
A state specifies how an entity of the activity model (
ExecutableComponentDescription
,Operation
,ConfigurationSet
andActivityTemplateDefinition
) may be used. - STATE - de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
- STATE_CHANGE - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
node state change
- stateChange - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
- stateChange - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- stateChange - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- StateChangeComparison() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeComparison
- StateChangeFilter - Interface in de.aristaflow.ilm.core.logmanager.logs
- StateChangeFilter - Interface in de.aristaflow.ilm.ws.rest.core.logmanager.logs
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - StateChangeFilter.Deserialiser - Class in de.aristaflow.ilm.core.logmanager.logs
-
A deserialiser for instances of
StateChangeComparison
. - StateChangeFilter.StateChangeComparison - Class in de.aristaflow.ilm.core.logmanager.logs
-
An abstract class handling all comparisons with
ExecutionHistory.StateChange
. - StateChangeFilter.StateChangeIn - Class in de.aristaflow.ilm.core.logmanager.logs
-
A comparison for a data attribute being one of several specified
StateChange
values. - StateChangeFilter.StateChangeIn - Class in de.aristaflow.ilm.ws.rest.core.logmanager.logs
- StateChangeFilter.StateChangeNotIn - Class in de.aristaflow.ilm.core.logmanager.logs
-
A comparison for a data attribute being not one of several specified
StateChange
values. - StateChangeFilter.StateChangeNotIn - Class in de.aristaflow.ilm.ws.rest.core.logmanager.logs
- StateChangeIn() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeIn
- StateChangeIn() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.StateChangeFilter.StateChangeIn
- StateChangeNotIn() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.StateChangeFilter.StateChangeNotIn
- StateChangeNotIn() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.StateChangeFilter.StateChangeNotIn
- statement - Variable in class de.aristaflow.ilm.model.processmodel.DecisionStatement
- status - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The current status of the cluster node.
- status - Variable in class de.aristaflow.adept2.core.registry.cluster.ServiceStateTracker.PlatformAvailabilityNotifier
-
The new status of the cluster node.
- status - Variable in class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
The status of this cluster node.
- status - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
-
HTTP status code after processing, e. g
- status - Variable in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
- status - Variable in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
- status - Variable in class de.aristaflow.ilm.model.execution.ConsistencyCheckResponse
- status - Variable in class de.aristaflow.ilm.model.processmodel.Instance
- status - Variable in class de.aristaflow.ilm.model.processmodel.Template
- Status - Enum in de.aristaflow.adept2.model.cluster
-
Status information for synchronising the cluster nodes where only one provides the AristaFlow server (singleton) while all others are clients of this server.
- statusChange - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The condition of the control lock for threads that wait for a specific status,
ClusterNodeState.awaitStatus(long, Status...)
. - statusChangeWaitersLeft - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The condition of the control lock to let node control wait for all threads currently waiting for
statusChange
. - stopAndAbortInstance(SessionToken, UUID, Long, String, String, Boolean) - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
- stopAndAbortInstance(UUID, Long, String, String, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- stopAndAbortInstance(SessionToken, UUID, boolean, String, String, long) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Stops the designated instance and if appropriate also the running activities.
- StorageActivityConfiguration - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
InheritedActivityConfiguration
by using very simple data structures while simultaneously providing all information needed for inheritance and overriding. - StorageActivityModelParameter - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
ActivityModelParameter
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceActivityModelParameter
. - StorageActivityTemplateDefinition - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
ActivityTemplateDefinition
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceActivityTemplateDefinition
. - StorageConfiguration - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store a
InheritedConfiguration
by using very simple data structures while simultaneously providing all information needed for inheritance and overriding. - StorageConfigurationDescription - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store a
InheritedConfigurationDescription
by using very simple data structures while simultaneously providing all information needed for inheritance and overriding. - StorageConfigurationSet - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
ActivityModelParameter
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceActivityModelParameter
. - StorageExecutableComponentDescription - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
ExecutableComponentDescription
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceExecutableComponentDescription
. - StorageOperation - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store an
Operation
which is supported by not inheriting any attributes from a parent parameter (in contrast to the interfaceOperation
. - StorageParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
-
This interface provides the means to store
ParameterTemplate
which is supported by not inheriting any attributes from a parent parameter template (in contrast to the interfaceParameterTemplate
. - store - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The mail server which to check for mails.
- storeBoolean(SessionToken, String, boolean) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the BOOLEAN value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeBoolean(SessionToken, String, int, boolean) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the BOOLEAN value to the element at the designated index at the output parameter list of the designated name.
- storeBoolean(SessionToken, UUID, int, int, int, boolean) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate BOOLEAN value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeBoolean(SessionToken, UUID, int, int, int, String, boolean) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate BOOLEAN value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeBooleanExternal(SessionToken, UUID, int, boolean) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the boolean value of the designated data element of the process instance as external value.
- storeBooleanParameterValue(String, boolean) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of the type boolean to the data container of the process management system.
- storeBooleanParameterValue(String, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeCurrentState(boolean) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Stores the current state of the worklists this item currently belongs to (including delegation target worklists).
- storeDate(SessionToken, String, int, Date) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the DATE value to the element at the designated index at the output parameter list of the designated name.
- storeDate(SessionToken, String, Date) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the DATE value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeDate(SessionToken, UUID, int, int, int, String, Date) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate DATE value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeDate(SessionToken, UUID, int, int, int, Date) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate DATE value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeDateExternal(SessionToken, UUID, int, Date) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the date value of the designated data element of the process instance as external value.
- storeDateParameterValue(String, Date) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of the type date to the data context of the process management system.
- storeDateParameterValue(String, Date) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedBoolean(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the boolean value of the designated output parameter of type BOOLEAN stored before.
- storedBoolean(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the boolean value of the element at the designated index at the output parameter list of the designated name stored before.
- storedBooleanParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the boolean value of the designated output parameter.
- storedBooleanParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedDate(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the date value of the designated output parameter of type DATE stored before.
- storedDate(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the date value of the element at the designated index at the output parameter list of the designated name stored before.
- storedDateParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the date value of the designated output parameter.
- storedDateParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeDevelopmentATD(SessionToken, StorageActivityTemplateDefinition, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ActivityTemplateDefinitionManager
-
Stores the designated (storage representation of the) activity template definition in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentCS(SessionToken, StorageConfigurationSet, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ConfigurationSetManager
-
Stores the designated (storage representation of the) configuration set in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentECD(SessionToken, StorageExecutableComponentDescription, long) - Method in interface de.aristaflow.adept2.core.activityrepository.ExecutableComponentDescriptionManager
-
Stores the designated (storage representation of the) executable component description in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentIconDescriptor(SessionToken, IconDescriptor, long) - Method in interface de.aristaflow.adept2.core.activityrepository.IconManager
-
Stores the designated icon descriptor in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentIdentifier(SessionToken, Identifier, long) - Method in interface de.aristaflow.adept2.core.activityrepository.IdentifierManager
-
Stores the designated identifier in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentOperation(SessionToken, StorageOperation, long) - Method in interface de.aristaflow.adept2.core.activityrepository.OperationManager
-
Stores the designated (storage representation of the) operation in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storeDevelopmentResourceDescriptor(SessionToken, ResourceDescriptor, byte[], long) - Method in interface de.aristaflow.adept2.core.activityrepository.ResourceManager
-
Stores the designated resource descriptor in the designated branch and sets it
IN_DEVELOPMENT
if not done yet. - storedFloat(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the double value of the designated output parameter of type FLOAT stored before.
- storedFloat(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the double value of the element at the designated index at the output parameter list of the designated name stored before.
- storedFloatParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the double value of the designated output parameter.
- storedFloatParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedInteger(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the long value of the designated output parameter of type INTEGER stored before.
- storedInteger(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the long value of the element at the designated index at the output parameter list of the designated name stored before.
- storedIntegerParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the long value of the designated output parameter.
- storedIntegerParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedString(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the string value of the designated output parameter of type STRING stored before.
- storedString(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the String value of the element at the designated index at the output parameter list of the designated name stored before.
- storedStringParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the string value of the designated output parameter.
- storedStringParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedUDT(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves (the proxy of) the value of the designated output parameter of user-defined type (UDT) stored before.
- storedUDT(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves (the proxy of) the value of the element of user-defined type at the designated index at the output parameter list of the designated name stored before.
- storedUDTParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the value of the designated output parameter of user-defined type.
- storedUDTParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storedURI(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Retrieves the URI value of the designated output parameter of type URI stored before.
- storedURI(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Retrieves the URI value of the element at the designated index at the output parameter list of the designated name stored before.
- storedURIParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Reads the URI value of the designated output parameter.
- storedURIParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeFloat(SessionToken, String, double) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the FLOAT value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeFloat(SessionToken, String, int, double) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the FLOAT value to the element at the designated index at the output parameter list of the designated name.
- storeFloat(SessionToken, UUID, int, int, int, double) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate FLOAT value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeFloat(SessionToken, UUID, int, int, int, String, double) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate FLOAT value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeFloatExternal(SessionToken, UUID, int, double) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the double value of the designated data element of the process instance as external value.
- storeFloatParameterValue(String, double) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of the type float to the data container of the process management system.
- storeFloatParameterValue(String, double) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeInteger(SessionToken, String, int, long) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the INTEGER value to the element at the designated index at the output parameter list of the designated name.
- storeInteger(SessionToken, String, long) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the INTEGER value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeInteger(SessionToken, UUID, int, int, int, long) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate INTEGER value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeInteger(SessionToken, UUID, int, int, int, String, long) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate INTEGER value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeIntegerExternal(SessionToken, UUID, int, long) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the long value of the designated data element of the process instance as external value.
- storeIntegerParameterValue(String, long) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of the type integer (in java: long) to the data context of the process management system.
- storeIntegerParameterValue(String, long) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeNewTemplate(SessionToken, Template, TemplateStatus, Locale...) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
Stores the designated template and the corresponding status object in the process manager.
- storeNewTemplates(SessionToken, Template[], TemplateStatus[], Locale...) - Method in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
Stores the designated templates and the corresponding status objects in the process manager.
- storeSessionState(SessionToken, byte[]) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the state of the suspended activity this data container is associated with in order to enable the resume of the activity.
- storeSessionState(SessionToken, String, UUID, int, int, byte[]) - Method in interface de.aristaflow.adept2.core.datamanager.SessionStateManager
-
Stores the state of a running application so that the application can be suspended, this resembles hibernating a system.
- storeString(SessionToken, String, int, String) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the STRING value to the element at the designated index at the output parameter list of the designated name.
- storeString(SessionToken, String, String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the string value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeString(SessionToken, UUID, int, int, int, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate string value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeString(SessionToken, UUID, int, int, int, String, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate string value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeStringExternal(SessionToken, UUID, int, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the string value of the designated data element of the process instance as external value.
- storeStringParameterValue(String, String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of type String to the data container of the process management system.
- storeStringParameterValue(String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeTemplate(SessionToken, Template, boolean, Document, TemplateDeltaLayer, Locale...) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessTemplateManager
-
Stores (but does not unlock) a modified template (which has been checked out for modification beforehand.
- storeUDT(SessionToken, String, int, UDTValue) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the value of user-defined type to the element at the designated index at the output parameter list of the designated name.
- storeUDT(SessionToken, String, UDTValue) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the value of user-defined type of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeUDT(SessionToken, UUID, int, int, int, UDTValue) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeUDT(SessionToken, UUID, int, int, int, String, UDTValue) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeUDTExternal(SessionToken, UUID, int, UDTValue) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the value of the designated data element of the process instance as external value.
- storeUDTParameterValue(String, UDTValue) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of an user defined type to the data container of the process management system.
- storeUDTParameterValue(String, UDTValue) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- storeURI(SessionToken, String, int, URI) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
-
Stores the URI value to the element at the designated index at the output parameter list of the designated name.
- storeURI(SessionToken, String, URI) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
-
Stores the URI value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeURI(SessionToken, UUID, int, int, int, String, URI) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate URI value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeURI(SessionToken, UUID, int, int, int, URI) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
-
Stores an intermediate URI value of the designated data element of the process instance and the corresponding metadata which is the writing node and its current iteration.
- storeURIExternal(SessionToken, UUID, int, URI) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessUnawareAccess
-
Stores the URI value of the designated data element of the process instance as external value.
- storeURIParameterValue(String, URI) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
-
Writes an output parameter of type URI to the data container of the process management system.
- storeURIParameterValue(String, URI) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
- stream - Variable in class de.aristaflow.adept2.util.io.RereadableContent.RrcCleanup
-
The (object of the) stream for which this
CleanupTask
has been registered. - STREAM - de.aristaflow.adept2.model.common.viewer.Attribute.Type
-
Only a hint for the UI?
- StreamTools - Class in de.aristaflow.adept2.util
-
InputStream
andOutputStream
related tool methods. - StreamTools() - Constructor for class de.aristaflow.adept2.util.StreamTools
- streamUrl - Variable in class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
The URL of a stream; the file handler does not have on in case of an input stream.
- STRING - de.aristaflow.adept2.base.configuration.Property.Type
-
Enum constant for the string property type.
- STRING - de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
-
A string.
- STRING - de.aristaflow.adept2.model.logmanagement.DataType
-
equivalent to Java
String
- STRING - de.aristaflow.adept2.model.orgmodel.DataType
-
a Java
String
which is equivalent toProcessConstants.AdeptDataType.STRING
- STRING_LIST_TYPE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
The name of the UDT type for String lists.
- StringComparison() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringComparison
- StringEq() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringEq
- StringEq() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringEq
- StringFilter - Interface in de.aristaflow.ilm.model.filter
- StringFilter - Interface in de.aristaflow.ilm.ws.rest.model.filter
-
These classes override the schema appropriately using
Schema.oneOf()
and avoiding inheritance issues with the ILM model. - StringFilter.AndStringFilter - Class in de.aristaflow.ilm.model.filter
- StringFilter.AndStringFilter - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.Deserialiser - Class in de.aristaflow.ilm.model.filter
-
A deserialiser for instances of
StringComparison
. - StringFilter.OrStringFilter - Class in de.aristaflow.ilm.model.filter
- StringFilter.OrStringFilter - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringComparison - Class in de.aristaflow.ilm.model.filter
-
An abstract class handling all string comparisons.
- StringFilter.StringEq - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being equal to a string value.
- StringFilter.StringEq - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringFilterTypeDeserialiser - Class in de.aristaflow.ilm.model.filter
- StringFilter.StringiEq - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being equal ignoring case to a string value.
- StringFilter.StringiEq - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringiLike - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being like a string value (possibly with the usual wildcards
?
- StringFilter.StringiLike - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringiNe - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being different ignoring case from a string value.
- StringFilter.StringiNe - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringiUnlike - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being different from some similar string value (possibly with the usual wildcards
?
- StringFilter.StringiUnlike - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringLike - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being like a string value (possibly with the usual wildcards
?
- StringFilter.StringLike - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringNe - Class in de.aristaflow.ilm.model.filter
-
A comparison for a data attribute value being different from a string value.
- StringFilter.StringNe - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringRegExp - Class in de.aristaflow.ilm.model.filter
-
A comparison for a string data attribute value matching a regular expression.
- StringFilter.StringRegExp - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.StringUnlike - Class in de.aristaflow.ilm.model.filter
-
/** A comparison for a data attribute value being different from some similar string value (possibly with the usual wildcards
?
- StringFilter.StringUnlike - Class in de.aristaflow.ilm.ws.rest.model.filter
- StringFilter.TypeResolverBuilder - Class in de.aristaflow.ilm.model.filter
- StringFilterTypeDeserialiser(JavaType, TypeIdResolver, JavaType, DeserializationConfig, Collection<NamedType>) - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringFilterTypeDeserialiser
- StringFilterTypeDeserialiser(StringFilter.StringFilterTypeDeserialiser, BeanProperty) - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringFilterTypeDeserialiser
- StringiEq() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringiEq
- StringiEq() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringiEq
- StringiLike() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringiLike
- StringiLike() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringiLike
- StringiNe() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringiNe
- StringiNe() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringiNe
- StringiUnlike() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringiUnlike
- StringiUnlike() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringiUnlike
- StringLike() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringLike
- StringLike() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringLike
- StringNe() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringNe
- StringNe() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringNe
- StringRegExp() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringRegExp
- StringRegExp() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringRegExp
- stringToNativeTypedValue(String, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an instance of
String
to an instance of the corresponding native type. - StringTools - Class in de.aristaflow.adept2.util
-
This class provides some useful string-related tool methods.
- StringTools.GenericStringComparator<T> - Class in de.aristaflow.adept2.util
-
A comparator for objects which are mapped and compared by appropriate strings.
- StringTools.NullableStringComparator - Class in de.aristaflow.adept2.util
-
A comparator for strings including
null
. - StringUnlike() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.StringUnlike
- StringUnlike() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.StringUnlike
- stringValid(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Checks whether the designated string is not null and not the empty string.
- StructuralDataEdge - Class in de.aristaflow.ilm.model.processmodel
- StructuralDataEdge() - Constructor for class de.aristaflow.ilm.model.processmodel.StructuralDataEdge
- StructuralEdge - Class in de.aristaflow.ilm.model.processmodel
- StructuralEdge() - Constructor for class de.aristaflow.ilm.model.processmodel.StructuralEdge
- structurallyModified - Variable in class de.aristaflow.ilm.model.processmodel.Instance
- StructuralNode - Class in de.aristaflow.ilm.model.processmodel
- StructuralNode() - Constructor for class de.aristaflow.ilm.model.processmodel.StructuralNode
- StructuredDataEdge - Interface in de.aristaflow.adept2.model.processmodel
-
A data edge with structural information.
- StructuredDataEdgeComparator - Class in de.aristaflow.adept2.model.processmodel
-
This comparator can be used to compare StructuredDataEdges.
- StructuredDataEdgeComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.StructuredDataEdgeComparator
- StructuredEdge - Interface in de.aristaflow.adept2.model.processmodel
-
An edge with structural information.
- StructuredEdgeComparator - Class in de.aristaflow.adept2.model.processmodel
-
This comparator can be used to compare StructuredEdges.
- StructuredEdgeComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.StructuredEdgeComparator
- subClass - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.base.sessionmanagement.Session
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.common.AfConfiguration
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.common.CheckReport
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.common.collection.AbstractRemoteIteratorData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.common.SimpleParameter
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.datamanagement.DataContainer
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.datamanagement.UdtValue
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.execution.ExecutableBusinessProcessInstance
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.execution.InputDataContext
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.AtomicAttributeFilter.NullComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.BooleanFilter.BooleanComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.CollectionAttributeFilter
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.CollectionFilter.NullCollectionComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.ContainsFilter
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.DoubleFilter.DoubleComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.InstantFilter.InstantComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.IntegerFilter.IntegerComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.LongFilter.LongComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.MultipleCollFilter
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.MultipleFilter
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.filter.StringFilter.StringComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.globals.AdeptDataTypeFilter.AdeptDataTypeComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.globals.WorklistItemStateFilter.WorklistItemStateComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.orgmodel.TransientEntity
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.processmodel.DataEdge
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.processmodel.Edge
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.processmodel.ExecutableBusinessProcess
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.processmodel.Node
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.resourcemodel.Attribute
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.resourcemodel.ProcessStartRef
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.resourcemodel.ProcessTemplateRef
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.resourcemodel.TimeTrigger
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.runtimeenvironment.ActivityState
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.runtimeenvironment.IncompleteSessionContext
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.AbstractIncWorklistData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.ActivityReference
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.IncWorklistUpdateData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.Worklist
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItem
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistItemUpdate
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.model.worklistmodel.WorklistUpdateNotification
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in exception de.aristaflow.ilm.util.IlmException
-
This is used by Jackson for deserialising subclasses.
- subClass - Variable in class de.aristaflow.ilm.util.UuidFilter.UuidComparison
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentLocales
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.execution.ActivityReferenceData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.execution.EnquiryData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InstanceStateData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.TransientEntity
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.Attribute
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityCallbackData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.runtimeenvironment.ActivityExecData
-
This is used as additional information for rich type hierarchies.
- subClass - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistCallbackData
-
This is used as additional information for rich type hierarchies.
- subEquals(Object) - Method in class de.aristaflow.adept2.core.client.AddAttrSessionFactory
-
An implementation of
Object.equals(Object)
for various purpose. - subEquals(Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
An implementation of
Object.equals(Object)
for various purpose. - subHashCode() - Method in class de.aristaflow.adept2.core.client.AddAttrSessionFactory
-
An implementation of
Object.hashCode()
for various purpose. - subHashCode() - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
An implementation of
Object.hashCode()
for various purpose. - SubInstanceStateListener - Interface in de.aristaflow.adept2.core.executionmanager
-
An
SubInstanceStateListener
provides access to anSubInstanceStateNotification
which is notified when there are changes in the observed subprocess instance. - SubInstanceStateNotification - Interface in de.aristaflow.adept2.core.executionmanager
-
This interface is used as a callback for the events when a subprocess instance has changed its state.
- subInstIds - Variable in class de.aristaflow.ilm.model.processmodel.NodeInstanceData
-
A list of the corresponding subprocess instance IDs, the index of the outer list is the iteration (starting with 0), the inner list is just a collection of subprocess instances without any specific order.
- subject - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
-
The subject of the message.
- subject(String) - Method in class de.aristaflow.adept2.model.mail.Email
-
Sets the subject of the mail.
- SUBJECT_SIGNED - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
-
The caller provides a
Subject
that has been locally authenticated and is forwarded to the server for global authentication. - subMessages(String) - Method in interface de.aristaflow.adept2.util.i18n.Messages
-
Gets a new
Messages
for the designated prefix, that are all messages of thisMessage
of which the keys start with the designated prefix. - SubMessages - Class in de.aristaflow.adept2.util.i18n
-
Messages class wrapping another
Messages
and prepending all requested keys with the same prefix. - submit(Runnable, boolean, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls
ScheduledThreadPoolExecutor.submit(Runnable)
and optionally wraps the runnable to log an occurring exception. - submit(Runnable, T, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls
ScheduledThreadPoolExecutor.submit(Runnable, Object)
and optionally wraps the runnable to log an occurring exception. - submit(Callable<T>, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls
ScheduledThreadPoolExecutor.submit(Callable)
and optionally wraps the callable to catch and log an occurred exception. - submit(O1, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Submits the designated task for the designated object.
- submit(O1, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Submits the designated task for the designated object.
- submit(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Submits the designated task for the designated object.
- submit(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- submit(O, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Submits the designated task for the designated object.
- submit(O, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- submitAddEventSource(ClientWorklistItem) - Method in class de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler
-
Creates a new runnable for adding an event source for the designated worklist item.
- submitAndFlush(boolean, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.Submits the designated task and flushes all pipelines.
- submitAndFlush(boolean, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Submits the designated task and flushes all work.
- submitAndFlush(boolean, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- submitOverride(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Submits the designated task for the designated object and overrides existing pending work.
- submitOverride(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- submitOverride(O, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Submits the designated task for the designated object and overrides existing pending work.
- submitOverride(O, Callable<T>) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- submittedTasks - Variable in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
The amount of all tasks that have been submitted (known via
AFThreadPoolExecutor.execute(Runnable)
. - SUBPROCESS_MANAGER_ABORT_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_INTERNAL_ERROR_LOCK_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_INDEXED_ACCESS_DATA - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_PARENT_DATA - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_RUNTIME_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUB_DATA - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUB_INSTANCE_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUB_INSTANCE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUB_INSUFFICIENT_DATA - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUB_TEMPLATE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SUBPROCESS_MANAGER_LWP_SUP_LOCK - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- SubprocessManager - Interface in de.aristaflow.adept2.core.subprocessmanager
-
This interface must be implemented by a manager that is responsible for executing sub processes.
- subRes - Variable in class de.aristaflow.ilm.model.resourcemodel.Resource
- subRes - Variable in class de.aristaflow.ilm.model.resourcemodel.ResourceInstance
- subRes - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.Resource
- subRes - Variable in class de.aristaflow.ilm.ws.rest.model.resourcemodel.ResourceInstance
- subResTags - Variable in class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
-
The tags for sub resources set for operations.
- subServletDeployed(DynamicServlet, String) - Method in class de.aristaflow.adept2.base.servletcontainer.demux.DemuxServlet
-
Signals that the designated sub servlet has been deployed now.
- SubsessionLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.SubsessionLockCount
-
Deprecated.Creates a new
LockCountManager
for session tokens, which considers child sessions as equal to parent sessions but not vice versa. - SUBSTITUTED_TEST - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
-
The activity should not be executed, instead it is substituted by a generic form that displays the values of the declared input parameters and provides edit fields to generate the value for output parameters manually.
- substitutedFrom - Variable in class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItem
- substitutedFrom - Variable in class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemSelection
- substitutedFrom - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.ClientWorklistItemSelection
- SUBSTITUTION_ORIGINATORS - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
-
The substitution originators have changed for specific worklists.
- SUBSTITUTION_RULE - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the SubstitutionRole entity type
- SUBSTITUTION_RULE - de.aristaflow.ilm.model.orgmodel.EntityType
- substitutionRule - Variable in class de.aristaflow.ilm.model.worklistmodel.AbsenceInformation
- substitutionRule - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AbsenceData
- SUBTABLE_NAME_MAIL_ADDRESSES - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
The name of the subtable that is created for mail addresses.
- subtypeFingerprints - Variable in class de.aristaflow.ilm.util.jackson.MultiCandidateDeducingTypeDeserialiser
-
Bitmaps of all required fields in each subtype mapped to all fields (required and optional) mapped to the corresponding subtype names (class names).
- succ(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
The direct successors of the given node, as described in Reic00 page 333.
- succ_trans(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns all direct and transitive successors, following control and sync edges, cf.
- successful() - Method in class de.aristaflow.adept2.model.mail.EmailResult
- SUCCESSFULLY_STORED - Static variable in interface de.aristaflow.adept2.core.processmanager.TemplateManager
-
The (prefix for the) check report message for the entry that all templates have been successfully stored.
- suffix(String, String...) - Static method in class de.aristaflow.adept2.util.StringTools
-
Appends the given suffix to each string and returns them in a new array.
- suffix(String, Collection<String>) - Static method in class de.aristaflow.adept2.util.StringTools
-
Appends the given suffix to each string and returns them in a new list.
- suggestions - Variable in class de.aristaflow.ilm.model.orgmodel.PasswordEstimation
- supervisor - Variable in class de.aristaflow.ilm.model.processmodel.Instance
- supervisor - Variable in class de.aristaflow.ilm.model.processmodel.InstanceReference
- supervisor - Variable in class de.aristaflow.ilm.model.processmodel.Template
- supervisor - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- SUPERVISOR_AGENT - de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
-
The supervisor agent,
Instance.getSupervisorAgent()
. - SUPERVISOR_AGENT - de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
-
The supervisor agent,
Template.getSupervisorAgent()
. - SUPERVISOR_AGENT_ID - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The ID of the supervisor system.
- SUPERVISOR_AGENT_NAME - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The name of the supervisor agent.
- SUPERVISOR_ORGPOSITION_ID - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The ID of the organisational position of the supervisor agent.
- SUPERVISOR_ORGPOSITION_NAME - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The name of the organisational position of the supervisor agent.
- SUPERVISOR_ROLE - Static variable in class de.aristaflow.adept2.base.sessionmanagement.Capabilities
-
The security token stems from an agent having the supervisor role which is for human users having nearly all privileges in the system.
- SUPERVISOR_ROLE_ID - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The ID of the supervisor role.
- SUPERVISOR_ROLE_NAME - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The name of the supervisor role.
- supervisorAgent - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
- supplier - Variable in class de.aristaflow.adept2.util.CleanupTask.CloseAndResetTask
-
The supplier providing an
AutoCloseable
which toAutoCloseable.close()
ornull
or a different interface. - supportedEventTypes - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
All event types that are supported by this event manager.
- SUPPORTS_TEST_EXECUTION - de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
- SUPPORTS_VIEW_ONLY - de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
- SUPPORTS_VIEW_ONLY - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
whether the executed activity supports a view only mode; this is e.g.
- supportsIntersect() - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Gets whether the underlying DBMS supports intersect.
- supportsIntersect() - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Gets whether the underlying DBMS supports intersect.
- supportsSharingSource(SharingSource<?>) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
Gets whether this shared source can handle the designated sharing source and combine it with the already registered sharing sources.
- supportsSharingSource(SharingSource<?>) - Method in interface de.aristaflow.adept2.model.events.sources.SharedPollingSource
-
Gets whether this shared source can handle the designated sharing source and combine it with the already registered sharing sources.
- supportsSqlXml() - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Gets whether the underlying DBMS supports the data type
Types.SQLXML
. - supportsSqlXml() - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Gets whether the underlying DBMS supports the data type
Types.SQLXML
. - supportsTestExecution - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'supportsTestExecution'.
- supportsTestExecution - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- supportsTestExecution() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Gets whether the operation if this activity template definition supports a test execution.
- supportsTestExecution() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Gets whether this operation supports a test execution.
- supportsTestExecution() - Method in interface de.aristaflow.adept2.model.common.BuildtimeActivity
-
Gets whether this buildtime activity supports a test execution.
- supportsTestExecutionOrigin - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- supportsViewOnly - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'supportsViewOnly'.
- supportsViewOnly - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryEntry
- supportsViewOnly - Variable in class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- supportsViewOnly - Variable in class de.aristaflow.ilm.core.logmanager.logs.WorkHistoryEntry
- supportsViewOnly - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- supportsViewOnly - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- supportsViewOnly - Variable in class de.aristaflow.ilm.model.worklistmodel.AfActivityReference
- supportsViewOnly - Variable in class de.aristaflow.ilm.model.worklistmodel.AfActivityReferenceSelection
- supportsViewOnly - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.ExecutionHistorySelection
- supportsViewOnly - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.AfActivityReferenceSelection
- supportsViewOnly() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
-
Gets whether the operation of this activity template definition supports a view only mode.
- supportsViewOnly() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
-
Gets whether this operation supports a view only mode.
- supportsViewOnly() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
-
Gets whether the operation of this abstract activity supports a view only mode.
- supportsViewOnly() - Method in class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference
-
Whether the activity supports the view-only-mode.
- supportsViewOnlyOrigin - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- supportsViewOnlyOrigin - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- suppressActivity(EBPInstanceReference, boolean) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Suppresses the designated activity, that is, the activity is removed from all worklists but is kept within the worklist manager.
- suppressServerStack - Variable in class de.aristaflow.ilm.ws.rest.base.service.ExceptionHandling
-
Whether the communication service is set to suppress the exception stacks so that they do not reach the caller.
- suppressStack - Variable in exception de.aristaflow.ilm.util.IlmException
-
Whether to suppress the stack trace when serialising this exception.
- surround(String, String, String...) - Static method in class de.aristaflow.adept2.util.StringTools
-
Surrounds the given strings with the specified prefix and suffix and returns them in a new array.
- surround(String, String, List<String>) - Static method in class de.aristaflow.adept2.util.StringTools
-
Surrounds the given strings with the specified prefix and suffix and returns them in a new list.
- suspend() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Returns false - overwrite this method to support suspending.
- suspend() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
- suspend() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
- suspend() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Instructs the component to store its internal state to the data context and to terminate at once.
- suspend() - Method in class de.aristaflow.adept2.ui.htmlgui.executionenvironments.AbstractWebComponent
- suspend(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
- suspend(String) - Method in interface de.aristaflow.adept2.model.events.handler.ActivityEventHandler
-
Instructs the activity handler to suspend the activity that is currently running with the designated session ID.
- SUSPEND - de.aristaflow.ilm.model.runtimeenvironment.messages.execution.BooleanReplyMessage.ReplyMessageType
- SUSPEND - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The component should be suspended (value is 7 << 1).
- SUSPEND_SAVEPOINT - Static variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
The name of the savepoint that will be used to store the state of the environment when suspending.
- suspendActivity(SessionToken, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.core.runtimemanager.ExecutionControlManagerWebService
- suspendActivity(SessionToken, EbpInstanceReference, Boolean, Boolean) - Method in class de.aristaflow.ilm.ws.core.executionmanager.ActivityExecutionControlWebService
- suspendActivity(SessionToken, EbpInstanceReference, Long) - Method in class de.aristaflow.ilm.ws.core.runtimeservice.RemoteExecutionControlManagerWebService
- suspendActivity(EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimemanager.ExecutionControlManagerRest
- suspendActivity(SessionToken, EBPInstanceReference, boolean) - Method in interface de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
-
Instructs the execution control manager to suspend the specified activity and propagate the suspension if appropriate, e. g. to subprocess instances.
- suspendActivity(SessionToken, EBPInstanceReference, boolean, boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityExecutionControl
-
Instructs the ActivityExecutionControl to suspend the specified activity and propagate the suspension if appropriate, e. g. to subprocess instances.
- suspendActivity(SessionToken, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteExecutionControlManager
-
Sends a suspend request just like
ExecutionControlManager.suspendActivity(SessionToken, EBPInstanceReference, boolean)
but only waits the designated time for a response to the suspend request. - suspendActivity(Boolean, Boolean, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.ActivityExecutionControlRest
- suspendActivity(Long, EbpInstanceReference) - Method in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RemoteExecutionControlManagerRest
- SUSPENDED - de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
-
The item has been suspended and will be resumed later.
- SUSPENDED - de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
-
The activity has suspended.
- suspendEncoding() - Method in class de.aristaflow.adept2.util.Base64.OutputStream
-
Suspends encoding of the stream.
- suspendInstance(SessionToken, UUID, Boolean) - Method in class de.aristaflow.ilm.ws.core.executionmanager.InstanceControlWebService
- suspendInstance(UUID, Boolean) - Method in class de.aristaflow.ilm.ws.rest.core.executionmanager.InstanceControlRest
- suspendInstance(SessionToken, UUID, boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Suspends the designated instance and if appropriate also the running activities.
- suspensible - Variable in class de.aristaflow.ilm.model.common.ExecutionControlProperties
- suspensible - Variable in class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.ExecutionControlPropertiesSelection
- suspensible - Variable in class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.ExecutionControlPropertiesSelection
- SUSPENSIBLE - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
-
If the activity is suspensible,
isSuspensible()
. - SwapDataElementParameterConnections - Class in de.aristaflow.adept2.core.changeoperations
-
The intended task of this change operation is to swap the already existent logical mapping between two data elements and their parameters of an EBP.
- SwapDataElementParameterConnections() - Constructor for class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
- SwitchingOutputStream - Class in de.aristaflow.adept2.util.io
-
This class is an
OutputStream
that stores to memory or file (depending on the data size). - SwitchingOutputStream(long, Path, String) - Constructor for class de.aristaflow.adept2.util.io.SwitchingOutputStream
-
Creates a new
SwitchingOutputStream
accepting data and storing it either in memory or in a file. - switchPendingAfterFlush(AbstractObjectOneWorkExecutor.RuntimeData) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
- switchPendingAfterFlush(ScheduledObjectOneWorkExecutor.ScheduledRuntimeData) - Method in class de.aristaflow.adept2.util.threading.executor.ScheduledObjectOneWorkExecutor
- switchPendingAfterFlush(R) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
Creates runtime data having pending before flush taken from pending after flush from the designated runtime and pending after flush being
null
. - switchToFileStorage() - Method in class de.aristaflow.adept2.util.io.SwitchingOutputStream
-
Switches to file storage since the threshold has been reached.
- SWT_BROWSER_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
-
Identifier for an GUI context which provides an application with a SWT frame and acts as a file server.
- SWT_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
-
Identifier for an GUI context which provides an application with a SWT frame.
- SWTBrowserContext - Interface in de.aristaflow.adept2.ui.swtgui
-
The
SWTBrowserContext
provides aSWTContext
and allows to deploy content for downloading either as local file or as download from a webservice. - swtContext - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
The SWT context the AWT GUI could be integrated into
- SWTContext - Interface in de.aristaflow.adept2.ui.swtgui
-
This interface defines a graphical context that could be used by application components to integrate them into a SWT-GUI on a workflow-client.
- SWTEmbeddedAWTContext - Class in de.aristaflow.adept2.ui.awtgui
-
This class makes it possible to integrate an application component with an AWT-GUI into a SWT environment.
- SWTEmbeddedAWTContext(Thread, SWTContext) - Constructor for class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
Constructs an graphical context for an AWT based application component up on an existing swt graphical context.
- SwtHtmlContext - Class in de.aristaflow.adept2.ui.swtgui
-
This
GUIContext
encapsulates the HTML of this context in a browser widget in SWT. - SwtHtmlContext(Thread, SWTContext, HTTPService, ClientService, String) - Constructor for class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
Creates a new HTML context based on the Eclipse-Browser-widget.
- SwtHtmlContext.BrowserCloseTask - Class in de.aristaflow.adept2.ui.swtgui
-
The clean-up task for closing the browser.
- SwtUrlContext - Class in de.aristaflow.adept2.ui.swtgui
-
This
GUIContext
provides a browser widget in SWT for a specific URL based on a parent context. - SwtUrlContext(URL, SWTContext) - Constructor for class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
Creates a new URL context based on the Eclipse-Browser-widget.
- SwtUrlContext.BrowserCloseTask - Class in de.aristaflow.adept2.ui.swtgui
-
The clean-up task for closing the browser.
- symbol() - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
-
Returns the first (most preferred) symbol for this operator.
- symbols() - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
-
Returns an array containing all symbols defined for this operator.
- syncEdgesVisible - Variable in class de.aristaflow.ilm.model.graphical.RenderOptions
- syncEdgesVisible() - Method in interface de.aristaflow.adept2.model.graphical.RenderOptions
-
Gets whether synchronisation edges of the process template should be rendered.
- syncExecute(LocalServiceRegistry.ServiceStarter[]) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Submits the designated
ServiceStarter
s to an executor service and waits for them to complete. - synchroniseModel(SessionToken) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgModelManagerWebService
- synchroniseModel(SessionToken) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.OrgModelManager
-
Manually triggers synchronisation with external organisational models.
- synchroniseModel(SessionToken) - Method in interface de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManager
- synchroniseModel(SessionToken) - Method in class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
- synchroniseModel(Application) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
- SynchronousActivityStarting - Interface in de.aristaflow.adept2.core.runtimemanager
-
This interface extends
ActivityStarting
with the synchronous start or resuming of activities. - SynchronousActivityStartingRest - Class in de.aristaflow.ilm.ws.rest.core.runtimemanager
- SynchronousActivityStartingRest(SynchronousActivityStartingWebService, RequestHandler, ResponseHandler, ExceptionHandler, ServiceResourceConfig, Supplier<ObjectMapper>, UnaryOperator<Exception>) - Constructor for class de.aristaflow.ilm.ws.rest.core.runtimemanager.SynchronousActivityStartingRest
- SynchronousActivityStartingWebService - Class in de.aristaflow.ilm.ws.core.runtimemanager
- SynchronousActivityStartingWebService(SynchronousActivityStarting, AbstractSubResourceWebService<?>) - Constructor for class de.aristaflow.ilm.ws.core.runtimemanager.SynchronousActivityStartingWebService
- syncObject - Variable in class de.aristaflow.adept2.base.communication.CommunicationStackLayer
-
Object for sync purposes.
- syncObject - Variable in class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
Object for sync purposes.
- SyncService - Interface in de.aristaflow.adept2.core.orgmodelmanager.extension
-
This interface provides the means for synchronising external org models via the corresponding org model extensions asynchronously.
- sysInParamConns - Variable in class de.aristaflow.ilm.model.processmodel.Node
- sysInParams - Variable in class de.aristaflow.ilm.model.processmodel.Node
- sysOutParamConns - Variable in class de.aristaflow.ilm.model.processmodel.Node
- sysOutParams - Variable in class de.aristaflow.ilm.model.processmodel.Node
- SYSTEM_COMPONENT - de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
- SYSTEM_READ - de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
-
The data edge represents the reading of a data element by a node (the node itself reads the data, for instance for resolution of a dependent staff assignment rule.
- SYSTEM_READ_PARAMS - de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
-
The mapping between AccessType SYSTEM_READ and node system parameters,
Node.getSystemParameters(ActivityConstants.AccessType)
. - SYSTEM_ROLE - Static variable in class de.aristaflow.adept2.base.sessionmanagement.Capabilities
-
The security token stems from an agent having the system role which is for system components needing a session factory.
- SYSTEM_WRITE - de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
-
The data edge represents the writing of a data element by a node (the node itself produces data, for instance the corresponding executing agent.
- SYSTEM_WRITE_PARAMS - de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
-
The mapping between AccessType SYSTEM_WRITE and node system parameters,
Node.getSystemParameters(ActivityConstants.AccessType)
. - systemComp - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- systemComp - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- systemComponent - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'systemComponent'.
- systemCompOrigin - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- systemCompOrigin - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- SystemDataConstants - Class in de.aristaflow.adept2.model.globals
-
Defines constants related to data elements (especially names of pre-defined UDTs) and system data (especially
SystemDataProducer
). - SystemDataConsumer - Annotation Type in de.aristaflow.adept2.model.common.systemdata
-
This annotation marks a method of the processmodel (with no arguments and return type
String
) to be able to read a system data element via a node parameter. - systemDataEdgesVisible - Variable in class de.aristaflow.ilm.model.graphical.RenderOptions
- systemDataEdgesVisible() - Method in interface de.aristaflow.adept2.model.graphical.RenderOptions
-
Gets whether system data edges of the process template should be rendered.
- systemDataElementsVisible - Variable in class de.aristaflow.ilm.model.graphical.RenderOptions
- systemDataElementsVisible() - Method in interface de.aristaflow.adept2.model.graphical.RenderOptions
-
Gets whether system data elements of the process template should be rendered.
- SystemDataFormatter - Interface in de.aristaflow.adept2.model.common.systemdata
-
Interface for classes that know how to properly format the values when replacing the parameter references in a specific
SystemDataConsumer
. - SystemDataFormatterFactory - Interface in de.aristaflow.adept2.model.common.systemdata
-
The
SystemDataFormatterFactory
creates system data formatter instances for requested formatter types. - SystemDataProducer - Enum in de.aristaflow.adept2.model.processmodel.systemdata
-
This enumeration represents all process model methods that can produce system data, that is data which can be used normally in the data flow of a process.
- SystemDataTools - Class in de.aristaflow.adept2.model.common.systemdata
-
This utility class provides methods to deal with
parameter references
in the strings returned bySystemDataConsumer
annotated methods. - SystemExecutionEnvironment - Class in de.aristaflow.adept2.core.runtimemanager.executionenvironments
-
This abstract system execution environment extends the abstract execution environment by a registry for accessing the system directly.
- SystemExecutionEnvironment(ActivityInstance, Registry) - Constructor for class de.aristaflow.adept2.core.runtimemanager.executionenvironments.SystemExecutionEnvironment
-
Creates a new
SystemExecutionEnvironment
for the designated activity. - SystemIdentifier - Class in de.aristaflow.adept2.model.globals
-
Manages a list of all registered system-specified
Identifier
s. - SystemPropertyProvider - Class in de.aristaflow.adept2.base.configuration
-
A
SystemPropertyProvider
provides the means to retrieve global properties and the variables to be substituted directly from system properties of the JVM. - SystemPropertyProvider() - Constructor for class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Creates a new
SystemPropertyProvider
and parses all corresponding system properties and/or sets the properties appropriately. - SystemPropertyProvider(boolean) - Constructor for class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Creates a new
SystemPropertyProvider
and parses all corresponding system properties and/or sets the properties appropriately. - SystemPropertyProvider(boolean, boolean) - Constructor for class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Creates a new
SystemPropertyProvider
and parses all corresponding system properties and/or sets the properties appropriately. - SystemPropertyProvider(Map<String, String>) - Constructor for class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Creates a new
SystemPropertyProvider
and parses the properties from the designated map. - SystemPropertyProvider(Map<String, String>, boolean, boolean) - Constructor for class de.aristaflow.adept2.base.configuration.SystemPropertyProvider
-
Creates a new
SystemPropertyProvider
by delegating directly to the parent provider. - systemRelatedValues() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
-
Returns only those
AccessType
s that are supported in the context of nodes.
All Classes All Packages