Skip navigation links
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 _ 

S

s - Variable in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
The object representation (usually a string) not needing localisation.
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.
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.
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() - 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(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Serialises the data of this WebForm subtable to the given output stream.
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(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Serialises the data of this WJP container to the given output stream.
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(OutputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Serialises the data of this WJP subtable to the given output stream.
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.
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.
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.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
 
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.
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.
scheduleSync(SessionToken, long, long) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
Schedules a new synchronisation running regularly with the designated period.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
 
SCHEMA - Static variable in interface de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory
The schema of the execution history.
Schema - Class in de.aristaflow.adept2.model.logmanagement
A Schema defines an ordered set of columns and is used in the log manager to describe the structure of logs complex columns and Log.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.
schemaNamespace - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The namespace of the schema.
Script - Class in de.aristaflow.adept2.model.scripts
Provides easy access to the components of a script declaration.
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.
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(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(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(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, Throwable) - Constructor for exception de.aristaflow.adept2.model.scripts.ScriptException
Creates a new script exception for the designated script 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, 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(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.
scriptName - Variable in exception de.aristaflow.adept2.model.scripts.ScriptException
The name of the script that caused this exception.
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.
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 - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The amount of milliseconds for one second.
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.
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
 
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
 
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.
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.
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.
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
A Selection can either be an AtomicSelection or a ComplexSelection.
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.
sendMail(String, String[], String[], String[], String, String, List<SerialisableAttachment>, String) - Static method in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
This method allows the usage of a host differing from the default host.
sendMail(String, String[], String[], String[], String, String, List<SerialisableAttachment>, String, int, boolean, boolean, boolean) - Static method in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
This method allows the usage of a host differing from the default host.
sendMail(String, String[], String[], String[], String, String, List<SerialisableAttachment>, String, int, String, String, boolean, boolean, boolean) - Static method in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
This method allows the usage of a host differing from the default host that also needs a username and a password.
sendMail(String, String[], String[], String[], String, String, List<SerialisableAttachment>, String, int, String, String, boolean, boolean, boolean, Map<String, String>) - Static method in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
This method allows the usage of a host differing from the default host that also needs a username and a password.
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, 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.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, 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, 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, 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.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, 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, 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.core.mailservice.MailService
Sends a mail to the designated recipients having the designated sender, subject and body.
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, 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.
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).
SEPARATOR - Static variable in class de.aristaflow.adept2.util.UriTools
The separator for the URIs in an URI[], which will be stored as string.
sequence - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
The transient sequence used if no sequence ID is provided.
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.
sequenceId - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
The ID of the SQL sequence used for retrieving unique ascending IDs for synchronisation runs.
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 a DataSource 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 and Serializable.
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_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
SerialisedEmail - Class in de.aristaflow.adept2.model.mail
Simple object that wraps the content of an e-mail message in a serialisable object.
SerialisedEmail(String[], String[], String, String, String, byte[]) - Constructor for class de.aristaflow.adept2.model.mail.SerialisedEmail
 
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.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.TemplateStatus
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.
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 as ServerStream which allows for keeping an InputStream locally and use it remotely.
ServerInputStream(InputStream) - 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.
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(InputStream, String) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
Creates a new UDTValue as ServerInputStream that is all data will be transfered as requested.
ServerUDTInputStream(UDTValue) - Constructor for class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
Creates a new ServerInputStream for the designated UDTValue.
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
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_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 - 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.
serviceAvailable() - Method in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
Checks whether our ADEPT2Service reacts to ADEPT2Service.ping() and gets the corresponding return value.
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.
serviceClass - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices.ServiceAvailabilityTracker
The interfaces of the service.
ServiceConnectionException - Exception in de.aristaflow.adept2.base.communication
A ServiceConnectionException will be thrown by the communication layer to indicate a connection problem, for instance, the connection timed out.
ServiceConnectionException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.communication.ServiceConnectionException
Create a new exception with a message and a cause.
ServiceConnectionException(String) - Constructor for exception de.aristaflow.adept2.base.communication.ServiceConnectionException
Create a new exception with just a message.
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.
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.
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(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, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
 
ServiceNotKnownException(String, String, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
 
ServiceNotKnownException(URI, String) - 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(String, URI[], String) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
 
ServiceNotKnownException(URI[], Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
 
ServiceNotKnownException(String, URI[], Throwable) - 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, Throwable) - Constructor for exception de.aristaflow.adept2.base.service.ServiceNotKnownException
 
ServiceNotKnownException(String, String, String, String, Throwable) - 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.
serviceStarterPool - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
A thread-pool service for starting services concurrently.
ServiceThreadHandling - Interface in de.aristaflow.adept2.base.service
This interface provides methods for handling threads properly in services.
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.
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.
servletDeployed(ServletContext, 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.
servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
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(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.
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.
servletName - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
The name of the servlet if dynamically deployed, null otherwise.
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 interface de.aristaflow.adept2.base.servletcontainer.DynamicServlet
Notifies the servlet that it has been undeployed.
servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
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_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, 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, 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, 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) - 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, UUID, UUID, UUID, UUID) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
 
sessionActive(SessionToken, UUID, UUID, EBPInstanceReference) - 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.
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
This interface provides access to a session factory.
SessionFactoryProviderWrapper - Class in de.aristaflow.adept2.base.service
This implementation wraps an AbstractAuthenticatedService and provides its session factory as SessionFactoryProvider.
SessionFactoryProviderWrapper(AbstractAuthenticatedService) - Constructor for class de.aristaflow.adept2.base.service.SessionFactoryProviderWrapper
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, 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.
sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractSubService
sessionFinished(SessionToken) - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
 
sessionHasCapability(SessionToken, String) - Method in class de.aristaflow.adept2.base.service.AbstractAuthenticatedService
Returns whether the given session has the specified capability.
sessionHasCapability(SessionToken, String) - Method in class de.aristaflow.adept2.core.registry.AuthenticatedInjectedService
 
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.RemoteHTMLContext
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).
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(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(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(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(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>, 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.ChildSessionIDLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
A LockCountManager counting session tokens with an equality based on child session IDs.
SessionLock.SessionTreePathLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
A LockCountManager counting session tokens considering session tokens and their subsessions (but not vice versa!)
SessionLock.SubsessionLockCount - Class in de.aristaflow.adept2.base.sessionmanagement
A LockCountManager counting session tokens considering session tokens and their subsessions (but not vice versa!)
SessionLock.UUIDLockCount - 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).
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.
SessionToken - Interface in de.aristaflow.adept2.base.sessionmanagement
A session token identifies a session in ADEPT2.
SessionTreePathLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.SessionTreePathLockCount
Creates a new LockCountManager for session tokens, which considers child sessions as equal to parent sessions but not vice versa.
set(K, V) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Sets or updates the designated element having the designated key.
set(String, Object) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
Sets the given attribute to the given value.
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
 
setAboutToBeSuppressed() - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
Sets this worklist item is about to be suppressed.
setAbsent(SessionToken, QualifiedAgent, long, long, String) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistUpdateManager
Sets the absence of the designated agent (absentee).
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.
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
 
setAddressees(MailNotificationData.Addressees) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
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().
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.
setApplicationState(SessionToken, String, byte[]) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
setApplicationState(byte[]) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Enables the application to store its internal state to the system.
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
setAssociatedURL(URL) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
 
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.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
Sets the base URL on which the reply handler is reachable via HTTP.
setBaseURL(URL) - 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
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(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.logmanagement.LogEntry
Sets the value of the specified column.
setBranchID(int, int, boolean, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Sets the branch ID attribute of the nodes between startNodeID and endNodeID.
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.
setCategory(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
 
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
 
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
setComplexity(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
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, 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, String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
 
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, String) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
 
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, String) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
 
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.mailevents.MailEventSource
 
setConfiguration(SessionToken, String, Configuration) - Method in interface de.aristaflow.adept2.core.globalprovider.GlobalConfiguration
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
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
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
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(InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Sets the configuration for this whole configuration set.
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(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(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Sets the configuration of this operation to the designated one.
setConfiguration(InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ParameterTemplate
Sets the default configuration for the parameter of this template.
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(StorageConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Sets the configuration for this whole configuration set.
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(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(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Sets the configuration of this operation to the designated one.
setConfiguration(StorageConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
Sets the default configuration for the parameter of this template.
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, 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(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(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, 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.
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.
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 interface de.aristaflow.adept2.base.service.ConfigurableService
Sets the designated configuration value.
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 by join.
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
 
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.
setDataType(ProcessConstants.AdeptDataType) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Sets the data type for the parameter of this template.
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.
setDefaultLockTimeout(ExtendedConnection) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
Sets the default value for the lock timeout.
setDefaultLockTimeout() - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
Sets the default value for the lock timeout for this connection.
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
setDelegationHandlingProcedureID(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
setDelegationRule(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
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
Set 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(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.
setDueDate(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
setDueDate(long) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
Sets the timestamp as absolute date when this item has to be finished.
setDueDateReference(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
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
setEntityAttributes(String, Map<String, String>) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
 
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(SessionToken, WorklistItem, long, String) - Method in interface de.aristaflow.adept2.core.worklistmanager.EscalationHandling.EscalationMeasures
Changes the escalation date of the specified worklist item.
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.
setEscalationDate(long) - Method in interface de.aristaflow.adept2.model.common.plugindata.EscalationData
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(SessionFactoryProvider, 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.
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.
setFilter(Filter) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
 
setFinalResponse(HTMLContext.Response) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
 
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.
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.
setFinishRunningState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
setFinishSelectedState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
setFinishSuspendedState(boolean) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
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(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(int, float) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
Sets the value of the specified column.
setFloat(String, float) - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntry
Sets the value of the specified column.
setFloat(String, double) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
Sets the given attribute to the given value.
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.
setGlobalInvocationResolver(GlobalInvocationResolver) - Method in class de.aristaflow.adept2.base.communication.InvocationTarget.InvocationHandling
Sets the resolver for global URIs.
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.
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(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.
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.
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.dynamic.BaseResourceServletContext
 
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(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(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 class de.aristaflow.adept2.model.orgmodel.Entity
Sets the given attribute to the given value.
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
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.
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(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.
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.
setLogExecuteCallStack(boolean) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
Sets whether to log the stack of the caller of AFThreadPoolExecutor.execute(Runnable).
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
setMailBody(String) - Method in interface de.aristaflow.adept2.model.common.plugindata.MailNotificationData
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
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.
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
 
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
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(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.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.
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.
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, 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.
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.
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>, 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(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(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>, 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.
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.StorageOperation
Sets parameter templates that are defined for this operation and its child entities.
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(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.
setPresent() - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklist
Disables the absence of the agent of this internal worklist.
setPriority(SessionToken, WorklistItem, int) - Method in interface de.aristaflow.adept2.core.worklistmanager.EscalationHandling.EscalationMeasures
Changes the priority of the specified worklist item.
setPriority(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
setPriority(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.SchedulerData
setPriority(int) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
Sets the priority of the item as a simple integer.
setProcessInstanceName(String) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
Set 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 JDBCDataSources for runtime configurations.
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).
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.
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, SerialisableDataContext) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteRuntimeEnvironment
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(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.
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.
setSplitNodeID(int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Sets the split node ID attribute of the nodes between startNodeID and endNodeID.
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, 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.
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.
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
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(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(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.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.
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.
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.
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
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
Creates a new SettableDataContext with the designated parameters and values.
setTasks(NotesAndTasksData.NoteTask[]) - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
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
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 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
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
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
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
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(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(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(InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Sets the test configuration of this operation to the designated one.
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(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.
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(StorageActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Sets the test configuration of this operation to the designated one.
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
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
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(URI) - Method in interface de.aristaflow.adept2.model.common.UpdateableObject
Sets the system-wide unique URI identifying the designated object.
setURI(String, URI) - Method in interface de.aristaflow.adept2.model.datamanagement.InstanceDataContainer
Sets the URI value of the designated instance input parameter.
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.
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
 
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, 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, 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, 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, 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.
setValue(int) - Method in interface de.aristaflow.adept2.model.common.plugindata.PriorityIncreaseData
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, List<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(PluginData) - Method in interface de.aristaflow.adept2.model.common.plugindata.FinishWithDefaultData
setVersion(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
Sets the process version of the template.
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 interface de.aristaflow.adept2.core.worklistmanager.WorklistManager
Sets or updates the configuration for the designated worklist with the designated configuration values.
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 several SharingSource-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.
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.
shutdown(boolean) - Method in class de.aristaflow.adept2.base.cluster.RegistryProviderConf
 
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(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.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.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() - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
 
shutdown(boolean) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
 
shutdown() - Method in interface de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelExtension
Shuts the org model extension down, for instance a synchronisation service.
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 - 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(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.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() - 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).
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.
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(String, int) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
 
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(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.
signal(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Signals an event to the application.
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.
SIGNING_ALGORITHM - Static variable in class de.aristaflow.adept2.util.SecurityTools
The algorithm to use for signing SignedObject and similar usages.
SIMILAR_CHANGES - Static variable in interface de.aristaflow.adept2.model.common.changetracking.ChangeCombiner
The changes are similar, for instance ADDED and REMOVED is a no-op but REMOVED and ADDED is CHANGED.
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.
SimpleSessionContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
A session context that is simpler than the normal one.
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.
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.ui.htmlgui.HTMLContext.Attachment
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.
skip(long) - Method in class de.aristaflow.adept2.model.common.communication.ServerInputStream
 
skip(long) - Method in interface de.aristaflow.adept2.model.common.communication.ServerStream
InputStream.skip(long)
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.CachingRemoteIterator
Whether the iterator is a snapshot.
SOCKET_FACTORY - Static variable in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
The attribute key for the socket factory class.
softUpdateTypes() - Static method in enum de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
Gets the update item types of which the change is unsure.
sortedKeySet(Set<String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Sort a given set of map keys.
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.
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 and AbstractSharedEventSource.sourceIds).
sourceRevision - Variable in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
The source revision of the update.
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.
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.
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
 
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.
SQL - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Activity type ID for extension-sqlsupport
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.
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 StackTraceElements.
stackTraceToString(Throwable) - Static method in class de.aristaflow.adept2.util.StackTraceTools
Returns the output of Throwable.printStackTrace(PrintWriter) in a string.
staffAssignmentRule - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'staffAssignmentRule'.
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 class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
 
start() - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
 
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.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.
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
 
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, 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, 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.
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.
startBootstrap() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhasePlatform
Bootstraps the platform partially, that is, just for retrieving the initial service.
startDelayedSync(SessionToken, long, boolean, boolean) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
Starts the synchronisation to run asynchronously right after calling this method.
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.
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.
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.
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.
startSync(SessionToken, boolean) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
Starts the synchronisation to run asynchronously right after calling this method.
startSynchronisation(SessionToken) - Method in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
 
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 - Class in de.aristaflow.adept2.core.changeoperations
Signals the beginning of a change transaction
StartTransaction() - Constructor for class de.aristaflow.adept2.core.changeoperations.StartTransaction
 
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, 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(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() - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Signals the beginning of a change transaction.
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 - Enum in de.aristaflow.adept2.model.common
A state specifies how an entity of the activity model ( ExecutableComponentDescription, Operation, ConfigurationSet and ActivityTemplateDefinition) may be used.
STATE_CHANGE - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
node state change
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.model.cluster.SimpleClusterNodeInformation
The status of this cluster node.
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.
status - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
HTTP status code after processing, e.g. "200 OK", HTTP_OK
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, 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 interface ActivityModelParameter.
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 interface ActivityTemplateDefinition.
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 interface ActivityModelParameter.
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 interface ExecutableComponentDescription.
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 interface Operation.
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 interface ParameterTemplate.
store - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
The mail server which to check for mails.
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.
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.
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, 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.
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, 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, 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.
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, 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.
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.
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, 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.
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, 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.
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, 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.
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.
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.
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, 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.
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, 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.
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, 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.
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, 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.
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, 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, 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.
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.model.datamanagement.ADEPT2UDTValue
The input stream providing the data as long as the data has not been read from the stream.
StreamTools - Class in de.aristaflow.adept2.util
InputStream and OutputStream 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_LIST_TYPE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
The name of the UDT type for String lists.
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.NullableStringComparator - Class in de.aristaflow.adept2.util
A comparator for strings including null.
stringValid(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
Checks whether the designated string is not null and not the empty string.
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
 
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 an SubInstanceStateNotification 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.
subject - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventImpl
The subject of the message.
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.
submit(O, Runnable) - 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.AbstractPipeliningExecutor
Deprecated.
Submits the designated task for the designated object.
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(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.
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.
submitOverride(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
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.ObjectOneWorkExecutor
Submits the designated task for the designated object and overrides existing pending work.
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.
SubsessionLockCount() - Constructor for class de.aristaflow.adept2.base.sessionmanagement.SessionLock.SubsessionLockCount
Creates a new LockCountManager for session tokens, which considers child sessions as equal to parent sessions but not vice versa.
SUBSTITUTION_ORIGINATORS - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
The substitution originators have changed for specific worklists.
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.
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
 
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, List<String>) - Static method in class de.aristaflow.adept2.util.StringTools
Appends the given suffix to each string and returns them in a new list.
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
 
supportedEventTypes - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
All event types that are supported by this event manager.
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.
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.
supportsTestExecution - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'supportsTestExecution'.
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 - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'supportsViewOnly'.
supportsViewOnly() - Method in class de.aristaflow.adept2.model.worklistmodel.ADEPT2ActivityReference
Whether the activity supports the view-only-mode.
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.
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(String) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
 
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(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 - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component should be suspended (value is 7 << 1).
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_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, 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, 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, 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.
suspendEncoding() - Method in class de.aristaflow.adept2.util.Base64.OutputStream
Suspends encoding of the stream.
suspendInstance(SessionToken, UUID, boolean) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
Suspends the designated instance and if appropriate also the running activities.
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
 
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 a SWTContext 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
 
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.
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.
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() - 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 ServiceStarters to an executor service and waits for them to complete.
synchronisation - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
The future for the currently scheduled synchronisation.
synchroniseModel(SessionToken) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.OrgModelManager
Manually triggers synchronisation with external organisational models.
SynchronousActivityStarting - Interface in de.aristaflow.adept2.core.runtimemanager
This interface extends ActivityStarting with the synchronous start or resuming of activities.
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.
syncType - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
An arbitrary string used for logging messages and thread names.
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.
systemComponent - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
The constant for the tag name 'systemComponent'.
SystemDataConstants - Class in de.aristaflow.adept2.model.globals
Defines constants related to 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() - Method in interface de.aristaflow.adept2.model.graphical.RenderOptions
Gets whether system data edges of the process template should be rendered.
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 by SystemDataConsumer 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 Identifiers.
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 AccessTypes that are supported in the context of nodes.
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 _ 
Skip navigation links