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 

A

AbstractActivity - Interface in de.aristaflow.adept2.model.common
An AbstractActivity unifies the similarities of activities (used in the process model), activity templates (intermediate objects for transferring the necessary information from the activity model to the process model), activity template definitions (the corresponding objects in the activity model) and activity instances (the objects that are finally executed).
AbstractActivityModelParameter - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of an ActivityModelParameter used with inheritance (in the GUI) as well as for storage.
AbstractActivityTemplateDefinition - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of an ActivityTemplateDefinition used with inheritance (in the GUI) as well as for storage.
AbstractConfigurationSet - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of a ConfigurationSet used with inheritance (in the GUI) as well as for storage.
AbstractExecutableComponentDescription - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of an ExecutableComponentDescription used with inheritance (in the GUI) as well as for storage.
AbstractHTMLContext - Class in de.aristaflow.adept2.ui.htmlgui
This GUIContext enables the usage of HTML as graphical user interface.
AbstractHTMLContext(Thread) - Constructor for class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
Creates a new abstract HTML context providing the usual behaviour needed for an HTML context.
AbstractOperation - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of an Operation used with inheritance (in the GUI) as well as for storage.
AbstractParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
This interface unifies the methods of a ParameterTemplate used with inheritance (in the GUI) as well as for storage.
AbstractSystemDataFormatter - Class in de.aristaflow.adept2.model.common.systemdata
An abstract implementation of SystemDataFormatter providing to helper methods to ensure the presence of a value and the correctness of its type in the provided map.
AbstractSystemDataFormatter() - Constructor for class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
 
AbstractTransferableGUIContext - Class in de.aristaflow.adept2.ui.remotegui
A basic implementation for a TransferableGUIContext just enough to satisfy the interface.
AbstractTransferableGUIContext(ActivityInstance, EBPInstanceReference, String, ExecutionContext, String) - Constructor for class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
Creates a new instance of the base implementation of a TransferableGUIContext having the designated fields.
AbstractTransferableGUIContext(AbstractTransferableGUIContext) - Constructor for class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
Creates a new instance of the base implementation of a TransferableGUIContext having the fields of the designated GUI context.
AbstractWrappingTemplate - Class in de.aristaflow.adept2.model.processmodel
Abstract implementation for wrapping a template object.
AbstractWrappingTemplate(Template) - Constructor for class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
Default constructor.
AbstractXmlBasedUdt - Class in de.aristaflow.adept2.extensions.datatypes
An abstract class providing the basic means for an object-oriented wrapper for a UDTValue providing direct access to various data of the UDT.
AbstractXmlBasedUdt(String, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Creates a new wrapper class for a UDTValue based on XML.
AbstractXmlBasedUdt(String, String, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Creates a new wrapper class for a UDTValue based on XML.
ACCESS_TYPE_ASSERTION_MESSAGE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
The message of the assertion error that will be thrown if an unknown access type is found.
accessType - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The access type of the mandatory output parameter which is not provided a value, that is either a normal output parameter or a system output parameter.
actData - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
The activity instance and data context wrapper for this execution.
Activity - Interface in de.aristaflow.adept2.model.processmodel
The activity is a pluggable component associated to a node.
activity - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
The EBPInstanceReference identifying the process instance node this GUI context has been created for.
ACTIVITY_ABORT_DUE_TO_RESET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_ABORT_DUE_UNKNOWN_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_ABORTION_RUNTIME_MANAGER_ACTIVITY_UNKNOWN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_ABORTION_RUNTIME_MANAGER_UNREACHABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_EXECUTION_MONITOR_ABORT_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_FAILED_DUE_TO_FAILED_DATA_VALIDATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_STARTING_PROVIDE_FOR_RESUME - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_STARTING_PROVIDE_FOR_START - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_TERMINATION_DATA_VALIDATION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ACTIVITY_TYPE_CONFIGURATION_NATIVE_DATA_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
The configuration key for the native data type in the parameter configuration.
ACTIVITY_TYPE_CONFIGURATION_POSITION - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
This is a proposed default value for the parameter's activity type configuration key determining the position of the parameter.
ActivityConfiguration - Interface in de.aristaflow.adept2.model.common
In AristaFlow configuration values in the activity model may stem from an input parameter as well as the configuration of the corresponding process.
ActivityConstants - Class in de.aristaflow.adept2.model.globals
Shared constants for activities and activity templates.
ActivityConstants() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants
 
ActivityConstants.AccessType - Enum in de.aristaflow.adept2.model.globals
The type of data edges, which specifies the direction (read or write access).
ActivityConstants.ActivityModelEntityType - Enum in de.aristaflow.adept2.model.globals
The type of the entity of the activity model.
ActivityConstants.ActivityType - Class in de.aristaflow.adept2.model.globals
Constants for known activity types.
ActivityConstants.LocallyOverrideableActivityAttribute - Enum in de.aristaflow.adept2.model.globals
All attributes of the activity model that may be overridden locally at runtime.
ActivityConstants.OpenOfficeMetaData - Class in de.aristaflow.adept2.model.globals
Constants for meta data entries of activities, used by the OpenOfficeIntegration.
ActivityConstants.TestMode - Enum in de.aristaflow.adept2.model.globals
The execution mode of the operation or an activity.
ActivityData - Class in de.aristaflow.adept2.model.runtimeenvironment
ActivityData provides convenience methods for retrieval of input and output parameter types and values as well as writing the output parameter values.
ActivityData(ActivityInstance, DataContext, Logger) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
activityInstance - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
The activity (instance) which is encapsulated by this execution environment.
ActivityInstance - Interface in de.aristaflow.adept2.model.execution
The ActivityInstance is an instance of Activity and also resembles the interface.
activityInstance - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
The activity (instance) which is encapsulated by the execution environment.
activityInstance - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
The activity instance this GUI context has been created for.
ActivityModelFactory - Interface in de.aristaflow.adept2.model.activitymodel
TODO Describe inheritance.
ActivityModelParameter - Interface in de.aristaflow.adept2.model.activitymodel
An ActivityModelParameter resembles a Parameter by additional information needed in the activity model.
activityRelatedValues() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns only those AccessTypes that are supported in the context of activities (activity model and activity repository).
activityState - Variable in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
The state in which the process step currently is and which prevents the desired state transition.
ActivityState - Class in de.aristaflow.adept2.model.runtimeenvironment
This class represents the different states of the component of an activity.
ActivityState(ActivityState.State) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Creates a new ActivityState for the designated (simple) state.
ActivityState(int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Creates a new ActivityState for a RUNNING component having received the designated signal.
ActivityState(ActivityState.State, int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Creates a new ActivityState having the designated state and the designated signal.
ActivityState.State - Enum in de.aristaflow.adept2.model.runtimeenvironment
An enumeration for the state of the component of an activity.
ActivityTemplate - Interface in de.aristaflow.adept2.model.activitymodel
An ActivityTemplate represents the object that is finally assigned (dragged) to a process node; it is a self-contained artificial vessel to transport all relevant information to the process model.
ActivityTemplateDefinition - Interface in de.aristaflow.adept2.model.activitymodel
ActivityTemplateDefinitions are located below Operations, that is, they override the attributes of operations.
ActivityType() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
 
actualDataType - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The ADEPT2-data element type of which the data element actually is.
actualExecutionManager - Variable in exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
The communication protocol depended URIs assigned to the execution manager that is actually called.
actualUserDefinedType - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
The user-defined type of which the data element or parameter actually is.
addColumn(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Adds a new column this WebForm subtable with the given name and data type.
addColumn(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Adds a new column this WJP subtable with the given name and data type.
addDataEdge(int, int, int, DataEdge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
This method is called when the node has an assigned activity.
addDataEdge(int, int, DataEdge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Use this method to connect a data element to a node which does not have an assigned activity yet.
addDataElement(DataElement) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Adds a new data element to the process, using the values of the given data element object.
addDisabledConnector(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Adds the information that a connector (respectively its corresponding parameter) is disabled to the template
addEdge(int, int, Edge) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Add an edge between the given nodes, using the values of the given edge object (e.g. the edge type).
addElement(Document, String, Element, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create new child Element without data.
addElement(Document, String, Element, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create new child Element with text data.
addElement(Document, String, Element, String, String, ActivityConstants.ActivityModelEntityType) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create new child Element with text data.
addElementNS(Document, Element, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create new child Element with text data.
addEnquiry(int, Enquiry) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Adds the designated enquiry to the designated node (current node iteration), that is, the enquiry is stacked until replied.
addField(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Adds a new field to this WebForm container with the given name and data type.
addField(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Adds a new field to this WJP container with the given name and data type.
addFirst(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
Adds the designated configuration as the first configuration that overrides the other configurations.
addFirst(Configuration) - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
Adds the designated configuration as the first configuration that overrides the other configurations.
addHeader(String, String) - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Adds the designated line to the header of this HTTP-response.
addInputParameter(ProcessModelParameter, Serializable) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Adds the designated parameter as input parameter to this data context having the designated value.
addLast(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
Adds the designated configuration as the last configuration that is overridden by all other configurations.
addLast(Configuration) - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
Adds the designated configuration as the last configuration that is overridden by all other configurations.
addListener(Object, ChangeListener) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
 
addListener(Object, ChangeListener, int) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
 
addLocalisedReportEntry(CheckReport, String, ResultType, URI[], String, String, Class<?>, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Adds a report entry with a localised message/with localised messages to the designated check report.
addMovedNode(int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Adds a moved node as meta-information to a process Note: This method is not necessary for a correct process representation but essential for an efficient schema evolution.
addNode(Node) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Creates a new node in the process, using the data of the given object.
addNodeLWPInstanceID(int, UUID) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Adds the ID of the lightweight-process (subprocess) instance in the designated node with the current iteration.
addOperation(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Adds the designated operation to this configuration set.
addOutputParameter(ProcessModelParameter) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Adds the designated parameter as output parameter to this data context.
addReportEntry(String, ResultType, String, URI...) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
 
addReportEntry(String, ResultType, String, Map<Locale, String>, URI...) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Adds a new localisable entry to the report.
addReportEntry(String, ResultType, String, URI...) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
addReportEntry(String, ResultType, String, Map<Locale, String>, URI...) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Adds a new localisable entry to the report.
addRow() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Adds a new empty row.
addRow(Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Adds a empty row filled with the given values.
addRow() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Adds a new empty row.
addRow(Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Adds a empty row filled with the given values.
ADEPT2UDTValue - Class in de.aristaflow.adept2.model.datamanagement
This class provides a lightweight implementation for a user-defined data type (UDT).
ADEPT2UDTValue(String, byte[]) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Creates a new UDTValue with the designated name and the designated value (byte array).
ADEPT2UDTValue(String, InputStream) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Creates a new UDTValue with the designated name and the designated value (input stream).
ADEPT2UDTValue(String, InputStream, boolean) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Creates a new UDTValue with the designated name and the designated value (input stream).
ADEPT2UDTValue(String, InputStream, int) - Constructor for class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Creates a new UDTValue with the designated name and the designated value (input stream).
AdeptDataConversion - Class in de.aristaflow.adept2.model.datamanagement
Provides a method to convert values of one ADEPT2 data type to another where possible.
agent - Variable in class de.aristaflow.adept2.model.common.Revision
The agent releasing this revision.
agent - Variable in exception de.aristaflow.adept2.model.execution.AgentUnknownException
The agent that wants to execute an activity on a specific runtime manager.
agent - Variable in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
The performing agent in case the corresponding activity is currently executed or has been executed.
AgentUnknownException - Exception in de.aristaflow.adept2.model.execution
This exception indicates that the an agent is not known to a specific runtime manager and therefore can not execute activities on this runtime manager.
AgentUnknownException(QualifiedAgent, URI[]) - Constructor for exception de.aristaflow.adept2.model.execution.AgentUnknownException
Creates a new AgentUnknownException to indicate that the designated agent is not logged on to the designated runtime manager.
ALIVE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The signal to check for whether an executable component is still alive.
AM_ATD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an ActivityTemplateDefinition in the activity repository.
AM_ATD_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter of an ActivityTemplateDefinition in the activity repository.
AM_ATD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an ActivityTemplateDefinition in the activity repository.
AM_ATD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an ActivityTemplateDefinition in the activity repository.
AM_CS - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is global for a ConfigurationSet in the activity repository.
AM_CS_ECD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an executable component description of a ConfigurationSet in the activity repository.
AM_CS_ECD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an executable component description of a ConfigurationSet in the activity repository.
AM_CS_ECD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an executable component description of a ConfigurationSet in the activity repository.
AM_CS_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an operation of a ConfigurationSet in the activity repository.
AM_CS_OPERATION_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an operation of a ConfigurationSet in the activity repository.
AM_CS_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an operation of a ConfigurationSet in the activity repository.
AM_CS_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a global parameter template of a ConfigurationSet in the activity repository.
AM_CS_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is a global test configuration for a ConfigurationSet in the activity repository.
AM_ECD_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an ExecutableComponentDescription in the activity repository.
AM_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an Operation in the activity repository.
AM_OPERATION_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter of an Operation in the activity repository.
AM_OPERATION_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an Operation in the activity repository.
AM_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an Operation in the activity repository.
AMTools - Class in de.aristaflow.adept2.model.activitymodel
Utility functions concerning the activity model.
APPLICATION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
APPLICATION_KILLED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
applicationClosed() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Called by the application to tell the runtime manager about its successful termination.
ApplicationEnvironmentException - Exception in de.aristaflow.adept2.model.runtimeenvironment
Exception indicating the failing of an application / activity due to an erroneous environment, for instance, required parameters are missing or wrong or the GUI-context can not be used.
ApplicationEnvironmentException(String, long) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
Creates a new ApplicationEnvironmentException containing the designated information which is a human readable message and the ADEPT2-error code.
ApplicationEnvironmentException(String, long, Throwable) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
Creates a new ApplicationEnvironmentException containing the designated information which is a human readable message and the ADEPT2-error code.
ApplicationErrorCodes - Class in de.aristaflow.adept2.model.globals
This class defines the ADEPT2-error codes for application failures.
ApplicationErrorCodes() - Constructor for class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ApplicationFailedException - Exception in de.aristaflow.adept2.model.runtimeenvironment
Exception indicating the failing of an application / activity for internal reasons.
ApplicationFailedException(String, String, long) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Creates a new ApplicationFailedException containing the designated information which is a human readable message, the component-specific state and the ADEPT2-error code.
ApplicationFailedException(String, String, long, Throwable) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Creates a new ApplicationFailedException containing the designated information which is a human readable message, the component-specific state, the ADEPT2-error code and the cause for the failure.
applicationReset() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Notifies the runtime manager that the application has been terminated and wants to be reset that is activated again and the current and previous executions have to be completely dropped.
applicationResetTo(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Notifies the runtime manager that the application has been terminated and wants to be reset to the designated savepoint.
applicationResetToPreviousSavepoint() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Notifies the runtime manager that the application has been terminated and wants to be reset to the last savepoint before this application started.
applicationSignalled(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Enables the application to signal a special event to the runtime manager.
applicationSuspended() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Tells the runtime manager about the application's suspension.
applicationSuspended(long) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Notifies the runtime manager that the application has been suspended and wants to be resumed after the designated time.
ArchiveDataContainer - Interface in de.aristaflow.adept2.model.datamanagement
This class represents a data container (usually an instance data container) to be archived.
areEqual(StorageExecutableComponentDescription, StorageExecutableComponentDescription) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
Compares two StorageExecutableComponentDescriptions for functional equality, i.e. ignoring their state and revision.
areEqual(StorageOperation, StorageOperation) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
Compares two StorageOperations for functional equality, i.e.
areEqual(StorageConfigurationSet, StorageConfigurationSet) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
Compares two StorageConfigurationSets for functional equality, i.e.
areEqual(StorageActivityTemplateDefinition, StorageActivityTemplateDefinition) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
Compares two StorageActivityTemplateDefinitions for functional equality, i.e. ignoring their ID, state and revision.
areEqual(Identifier, Identifier) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
Compares two Identifiers for functional equality, i.e. ignoring their state and revision.
areEqual(ResourceDescriptor, ResourceDescriptor) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
 
areEqual(IconDescriptor, IconDescriptor) - Static method in class de.aristaflow.adept2.model.activitymodel.AMTools
 
areExecutionControlPropertiesInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the execution control properties from its operation.
areExecutionControlPropertiesInterhited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the execution control properties from its executable component description.
areInstancesChangeable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns the comment set for the "instances migratable to"-status for either subprocess or top-level-usage.
areInstancesChangeable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether instances running on this template may be changed or not.
areInstancesMigratableTo(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns whether instances running on a parent process template may be migrated to this process template or not.
areInstancesMigratableTo(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether instances running on a parent process template may be migrated to this process template or not.
AristaFlowHTTPService - Class in de.aristaflow.adept2.ui.htmlgui.httpservice
Servlet implementation for the HTTP service of the HTML context.
AristaFlowHTTPService() - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Constructor for initialisation via Extension Point (must not have any parameters).
AristaFlowHTTPService(String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Constructor providing a servlet name for dynamic servlet deployment.
ASYNC_EXE_FORM - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Form for asynchronous EXE (i.e. doing a fork).
asyncSendPropertyChanges() - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
Property change events are published asynchronous.
AT - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an ActivityTemplate.
AT_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter of an ActivityTemplate.
AT_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter template of an ActivityTemplate.
AT_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an ActivityTemplate.
ATDReference - Interface in de.aristaflow.adept2.model.activitymodel
The lightweight representation of an ActivityTemplateDefinition for usage in the activity repository.
ATParameter - Interface in de.aristaflow.adept2.model.activitymodel
An ATParameter extends a Parameter by additional information needed when assigning (dragging) an activity (template definition) to a process node.
ATParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
An ATParameterTemplate represents a ParameterTemplate but only provides the information needed when assigning (dragging) an activity (template definition) to a process node.
Attachment(String, InputStream, long, String, Map<String, String>) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Creates a new Attachment with the designated attributes.
attachmentLists - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
attachments - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
AUTOMATIC_INSTANCE_ABORT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
AWT_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an GUI context which provides an application with a AWT frame.
AWTContext - Interface in de.aristaflow.adept2.ui.awtgui
This interface defines a graphical context that could be used by application components to integrate them into a AWT-GUI on a workflow-client.

B

baseRevision - Variable in class de.aristaflow.adept2.model.common.Branch
The base revision of this branch.
baseURL - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
The base URL for this HTML context which is a URL relative to the HTTP-service handling the HTTP-requests (containing the reply data) sent to this context.
baseUrl - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
The base URL providing the HTML to be displayed in this context.
BasicSystemDataFormatter - Class in de.aristaflow.adept2.model.common.systemdata
A very basic SystemDataFormatter using the Object.toString() method of each value.
BasicSystemDataFormatter() - Constructor for class de.aristaflow.adept2.model.common.systemdata.BasicSystemDataFormatter
 
beginTask() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
Informs the Progress Monitor about the start of a new job with an unknown or unspecified amount of work to be done.
beginTask(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
Informs the Progress Monitor about the start of a new job and provides an approximation for the amount of work to be done.
booleanToNativeTypedValue(Boolean, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of Boolean to an instance of the corresponding native type.
Branch - Class in de.aristaflow.adept2.model.common
Changes of entities takes place in Branches.
Branch(long, Revision, long, QualifiedAgent, long, QualifiedAgent, String) - Constructor for class de.aristaflow.adept2.model.common.Branch
Creates a new branch object with the designated branch count, base revision, the last modification time, the agent and the comment.
branch - Variable in class de.aristaflow.adept2.model.common.Branch
The branch count of this branch.
browser - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
Browser widget for displaying HTML content in the template
browser - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
Browser widget for displaying content in the template
BSH - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
BeanShell activity type ID.
BuildtimeActivity - Interface in de.aristaflow.adept2.model.common
A BuildtimeActivity unifies the similarities of the objects representing activities at buildtime.

C

callerAgent - Variable in exception de.aristaflow.adept2.model.execution.WrongAgentException
The agent that called the operation.
ChangeableActivityConfiguration - Interface in de.aristaflow.adept2.model.common
This interface unifies a ChangeableConfiguration and an ActivityConfiguration and allows to change the attributes of the ActivityConfiguration, that is whether a configuration value stems from an input parameter or the corresponding process configuration.
ChangeableConfiguration - Interface in de.aristaflow.adept2.model.common
This interface extends the Configuration by the means to change the configuration values.
ChangeableConfigurationDescription - Interface in de.aristaflow.adept2.model.common
This interface extends the ConfigurationDescription by the means to add or remove configuration entries.
ChangeableIconDescriptor - Interface in de.aristaflow.adept2.model.activitymodel
This interface extends IconDescriptor by the means to change its attributes.
ChangeableInstance - Interface in de.aristaflow.adept2.model.processmodel
An instance which provides all necessary change primitives for modifications on instance level.
ChangeablePluginDataContainer - Interface in de.aristaflow.adept2.model.common
 
ChangeableResourceDescriptor - Interface in de.aristaflow.adept2.model.activitymodel
/** This interface extends ResourceDescriptor by the means to change its attributes.
ChangeableTemplate - Interface in de.aristaflow.adept2.model.processmodel
 
ChangePrimitives - Interface in de.aristaflow.adept2.model.processmodel
The ProcessChangePrimitive interface provides all basic functions for changing a process (template or instance).
ChangeReport - Class in de.aristaflow.adept2.model.processmodel
A ChangeReport provides a CheckReport together with the old and the new ID of the instance and the new changeable instance object.
ChangeReport(URI, UUID) - Constructor for class de.aristaflow.adept2.model.processmodel.ChangeReport
Sets up a change report which is a check report providing the old and the new ID of the changed instance.
ChangeReport(URI, UUID, Locale) - Constructor for class de.aristaflow.adept2.model.processmodel.ChangeReport
Sets up a change report which is a check report providing the old and the new ID of the changed instance.
charset - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
The name of the character set to be used for decoding the bytes read from the file.
CHECK_REPORT_AFFECTED_ELEMENTS - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
The index for localisations of check reports listing the elements affected by a check report entry.
CHECK_REPORT_NO_PROBLEMS - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
The index for localisations of check reports indicating no problems.
checkForValidExecutorThread() - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
Checks if the method is called by the main thread of the application.
checkInputExistence(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Checks whether the designated parameter is an input parameter (exists in the input parameter map).
checkInputExistenceAndType(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Checks whether the designated parameter is an input parameter (exists in the input parameter map) and whether it is of the Java-type corresponding to the designated expected ADEPT-data type.
checkOutputExistence(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Checks whether the designated parameter is an output parameter (exists in the output parameter map).
checkOutputExistenceAndType(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Checks whether the designated parameter is an output parameter (exists in the output parameter map) and whether it is of the Java-type corresponding to the designated expected ADEPT-data type.
checkType(Object, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Checks whether the designated value is of the Java-type corresponding to the designated ADEPT-data type.
CLASS_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ClassLoaderUsage - Enum in de.aristaflow.adept2.model.common
What classloader to use for the execution of an activity.
classShared - Variable in class de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
Whether the unloaded class was shared.
classShared() - Method in class de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
Gets whether the unloaded class was shared.
clearChangedProperties() - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker
Clears (resets) all properties to be unchanged.
CLIENT_APPLICATION - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an activity that is to be executed by a specific client application and does not represent an ExecutableComponent.
clientService - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
The client service to retrieve a session token from to access the HTTP service.
cloneStorageActivityTemplateDefinition(String, String, String, StorageActivityTemplateDefinition) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
'Clone' the given storage activity template definition, using the values from the original ATD plus the given names.
cloneStorageExecutableComponentDescription(String, StorageExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
'Clone' the given storage executable component description, using the values from the original ECD plus the given name.
cloneStorageOperation(String, String, StorageOperation) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
'Clone' the given storage operation, using the values from the original operation plus the given names.
close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Returns false - overwrite this method to support closing.
close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
close() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
 
close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to terminate.
CLOSE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component should be closed normally (value is 7 << 0).
close() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.GUIContext
Closes the GUI for this context.
close() - Method in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
 
close() - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
Closes this HTMLContext.
close() - Method in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
 
close() - Method in class de.aristaflow.adept2.ui.nullgui.NullGUIContext
 
close() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
This is an empty implementation since subclasses are usually only used for transferring the GUI context from the executing runtime manager to the displaying client.
close() - Method in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
 
close() - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
 
CLOSE_DESPITE_INCONSISTENCY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
comment - Variable in class de.aristaflow.adept2.model.common.Branch
The comment for this branch.
comment - Variable in class de.aristaflow.adept2.model.common.Revision
The comment for this revision.
commit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Throws an IsNotSupportedException - overwrite this method to support committing.
commit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
commit() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to commit its modifications not managed by ADEPT.
CommonModelFactory - Interface in de.aristaflow.adept2.model.common
 
compare(QualifiedAgent, QualifiedAgent) - Method in class de.aristaflow.adept2.model.common.QualifiedAgentComparator
 
compare(DataElement, DataElement) - Method in class de.aristaflow.adept2.model.processmodel.DataElementComparator
 
compare(Node, Node) - Method in class de.aristaflow.adept2.model.processmodel.NodeComparator
 
compare(StructuredDataEdge, StructuredDataEdge) - Method in class de.aristaflow.adept2.model.processmodel.StructuredDataEdgeComparator
 
compare(StructuredEdge, StructuredEdge) - Method in class de.aristaflow.adept2.model.processmodel.StructuredEdgeComparator
 
COMPONENT_EXECUTOR_APPLICATION_ENVIRONMENT_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
COMPONENT_EXECUTOR_INTERRUPTED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
COMPONENT_EXECUTOR_RUNTIME_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
COMPONENT_EXECUTOR_TERMINATION_MESSAGE_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
COMPONENT_NOT_LOADED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
COMPONENT_STOPPED_ROUGHLY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ComponentObjectInputStream - Class in de.aristaflow.adept2.model.runtimeenvironment
This ObjectInputStream uses the context classloader of the current thread instead of the last used classloader like the ObjectInputStream.
ComponentObjectInputStream(InputStream) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.ComponentObjectInputStream
 
CONF_DATA_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Key for the platform data directory which is injected into each activity configuration.
CONF_LIB_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Key for the platform directory for external libraries which is injected into each activity configuration.
CONF_LOG_DIRECTORY - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Key for the platform log directory which is injected into each activity configuration.
CONF_PREFIX_ADDITION - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The prefix for the configuration entries specifying additions to be checked.
CONF_PREFIX_FEATURE - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The prefix for the configuration entries specifying features to be checked.
CONF_PREFIX_PRODUCT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The prefix for the configuration entries specifying products to be checked.
Configuration - Interface in de.aristaflow.adept2.model.common
A configuration object provides the means to access configuration values type-safe.
Configuration.ConfigurationIDs - Class in de.aristaflow.adept2.model.common
The IDs for configurations, see Configuration.getConfigurationID(String).
CONFIGURATION_ENTRY_ILLEGAL_VALUE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
CONFIGURATION_ENTRY_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
CONFIGURATION_ENTRY_UNEXPECTED_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
CONFIGURATION_ENTRY_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ConfigurationDescription - Interface in de.aristaflow.adept2.model.common
The configuration description defines the entries of a corresponding configuration, specifies the types and further restrictions for the configuration values as well as a description for the user.
ConfigurationDescription.ConfigurationEntry - Interface in de.aristaflow.adept2.model.common
A configuration entry declares a configuration value and provides additional information for it, that is a name for the entry, a description, the data type and restrictions on the type as well as the usage of the configuration value.
ConfigurationIDs() - Constructor for class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
 
ConfigurationSet - Interface in de.aristaflow.adept2.model.activitymodel
A ConfigurationSet is a collection of configurations, configuration descriptions as well as a few other attributes.
contentType - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
controlThread - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
The thread which executes the application using this context.
ConversionException - Exception in de.aristaflow.adept2.model.datamanagement
This exceptions is thrown when the conversion of a value is not possible.
ConversionException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ConversionException
Constructs a new ConversionException.
ConversionException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ConversionException
Constructs a new ConversionException.
convert(Serializable, ProcessConstants.AdeptDataType) - Static method in class de.aristaflow.adept2.model.datamanagement.AdeptDataConversion
Converts the given value to the specified target data type and returns it.
convertActivityTemplateDefinition(Operation, ConfigurationSet, StorageActivityTemplateDefinition) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
convertConfigurationSet(StorageConfigurationSet) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
convertExecutableComponentDescription(StorageExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
convertOperation(ExecutableComponentDescription, StorageOperation) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createActivity(UUID, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an activity object.
createActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createActivityConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createActivityConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new ActivityConfiguration based on the designated configuration, that is, the returned configuration contains the very same entries and no value will be retrieved from a parameter or the process configuration.
createActivityData(ActivityInstance, DataContext, Logger) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Creates new activity data based on the designated information.
createActivityInstance(UUID, String, String, String, String, String, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates an ActivityInstance object
createActivityTemplate(UUID, String, String, String, String, String, String, State, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, String, ConfigurationDescription, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Collection<ATParameter>, Collection<ATParameter>, Collection<ATParameterTemplate>, String, Collection<Identifier>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createActivityTemplateDefinition(Operation, ConfigurationSet, UUID, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, Boolean, Boolean, UUID, String, InheritedConfigurationDescription, InheritedActivityConfiguration, InheritedActivityConfiguration, ParameterChangePolicy, Collection<ActivityModelParameter>, Collection<ActivityModelParameter>, Collection<ParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createATDReference(UUID, String, String, String, String, String, String, long, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createATParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, boolean, boolean, boolean, String, ConfigurationDescription, ActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createATParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, ConfigurationDescription, Configuration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createBrowser() - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
Creates and initialises the browser with the base URL of this context.
createChangeableActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableActivityConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createChangeableIconDescriptor(UUID, String, String, IconDescriptor.Dimension[], long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createChangeableResourceDescriptor(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createClassPathElement(Document, String, String, List<String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
 
createConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfiguration(Map<String, String>, Set<String>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfiguration(ActivityConfiguration) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new ChangeableActivityConfiguration containing the values from the given template.
createConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfigurationDescriptionElement(Document, String, ConfigurationDescription, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
 
createConfigurationElement(Document, String, Configuration, String, String, String) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create an XML element for the given configuration.
createConfigurationEntry(String, String, ProcessConstants.AdeptDataType, boolean, String[], PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfigurationEntryElement(Document, String, String, ConfigurationDescription.ConfigurationEntry) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Despite the name implies, this creates an entry for a configuration description!
createConfigurationSet(String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
can't be completely initialised through constructor; use object methods instead
createConfigurationWrapper(org.apache.commons.configuration2.Configuration, String) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createConfigurationWrapper(org.apache.commons.configuration2.Configuration, String) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new de.aristaflow.adept2.model.common.Configuration for the designated org.apache.commons.configuration2.Configuration which allows to merge process model configurations (for instance of activities) and runtime configurations (for instance from property files).
createCSReference(String, String, long, State, Map<String, Collection<String>>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createDataEdge(ActivityConstants.AccessType, boolean, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a data edge.
createDataElement(int, String, ProcessConstants.AdeptDataType, String, String, UUID, UUID, boolean, boolean, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a DataElement.
createDecisionActivity(UUID, String, String, String, String, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, Map<ActivityConstants.LocallyOverrideableActivityAttribute, ActivityConstants.ActivityModelEntityType>, ActivityConfiguration, ActivityConfiguration, ParameterChangePolicy, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>, ProcessModelParameter, Map<Long, Collection<DecisionStatement>>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a decision activity object.
createDecisionActivity(Activity, ProcessModelParameter, Map<Long, Collection<DecisionStatement>>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new decision activity object, based on the given activity.
createDecisionActivityInstance(ActivityInstance, ProcessModelParameter, Collection<DecisionStatement>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a DecisionActivityInstance object.
createDecisionStatement(String, String, long, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new decision statement object.
createDefaultTemplateStatus(UUID) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an initial TemplateStatus object with all comments set to "initial template status".
createDocument() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Creates a document for the XML-representation of this UDT containing the top-level element.
createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a new EBP instance reference object.
createEBPInstanceReference(EBPType, UUID, UUID, UUID, int, int, URI[], URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a new EBP instance reference object.
createEBPInstanceReference(int, Instance, URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a new EBP instance reference object for the designated node of the designated instance being from the designated execution manager.
createEBPInstanceReferenceElement(Document, String, EBPInstanceReference, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Creates an ebp instance reference element, based on the given ebp instance reference object.
createECDReference(String, String, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createECPElement(Document, String, ExecutionControlProperties, ActivityConstants.ActivityModelEntityType) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create an XML element for the given execution control properties.
createEdge(ProcessConstants.EdgeType, long, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an Edge.
createEmbeddedProcess(Template, UUID, UUID, Configuration, Configuration, ExecutionControlProperties, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates an EmbeddedProcess object.
createEnquiry(QualifiedAgent, Set<QualifiedAgent>, String) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create an Enquiry object.
createEnquiry(QualifiedAgent, Set<QualifiedAgent>, String, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create an Enquiry object.
createExecutableComponentDescription(String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, UUID, String, InheritedConfigurationDescription, Collection<ParameterTemplate>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createExecutableInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
createExecutableInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<Integer, List<Enquiry>>, Map<Integer, Enquiry>, URI[], Map<Integer, URI[]>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
createExecutableInstance(UUID, UUID, String, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new executable instance without the need to specify all the details.
createExecutableInstance(Instance) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new ExecutableInstance from the given instance.
createExecutableInstance(Instance, ExecutableInstance) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new ExecutableInstance from the given instance having the designated template and the additional attributes; additional with respect to the difference between a ChangeableInstance and an ExecutableInstance.
createExecutableInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates an ExecutableInstance object.
createExecutableInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Integer>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<Integer, List<Enquiry>>, Map<Integer, Enquiry>, URI[], Map<Integer, URI[]>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates an ExecutableInstance object.
createExecutionControlPropertiesElement(Document, String, ExecutionControlProperties) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Create an XML element for the given execution control properties.
createFormatter(Class<? extends SystemDataFormatter>) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatterFactory
Returns a new system data formatter instance for the requested formatter type.
createGUIContext(SessionToken, TransferableGUIContext, ExecutionControlManager) - Method in class de.aristaflow.adept2.ui.guimanager.NullGUIManager
 
createIconDescriptor(UUID, String, String, IconDescriptor.Dimension[], long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createIdentifier(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedActivityConfiguration(InheritedConfiguration, Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedActivityConfiguration(InheritedConfiguration, InheritedActivityConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedActivityConfiguration(InheritedConfiguration, InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedConfiguration(InheritedConfiguration, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedConfiguration(InheritedConfiguration, InheritedConfiguration) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInheritedConfigurationDescription(InheritedConfigurationDescription, Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createInstance(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, Integer>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, List<UUID>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
createInstanceHistories(UUID, Document, Document) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates an object containing all histories of an instance.
createInstanceLwpIts(UUID, UUID, String, boolean, UUID, Template, QualifiedAgent, QualifiedAgent, EBPInstanceReference, long, Map<Integer, ProcessConstants.NodeState>, Map<Integer, Integer>, Map<Integer, ProcessConstants.ExecutionMode>, Map<Integer, Map<Integer, List<UUID>>>, Map<Integer, QualifiedAgent>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an Instance.
createInstanceReference(UUID, UUID, String, boolean, TemplateReference, QualifiedAgent, QualifiedAgent, long, UUID, ProcessConstants.InstanceExecutionStatus, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an InstanceReference.
createInstanceStatus(UUID, ProcessConstants.InstanceMigrationStatus, String, ProcessConstants.InstanceExecutionStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
 
createInstanceStatus(UUID, ProcessConstants.InstanceMigrationStatus, long, String, ProcessConstants.InstanceExecutionStatus, long, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
 
createLightWeightProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>, boolean, boolean) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create a LightWeightProcessInstance object.
createLocalisedCheckReport(URI, LocalisationFactory, Locale...) - Static method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Convenience method for creating a check report respecting localisation.
createLocalisedView(Class<T>, T, Locale) - Method in interface de.aristaflow.adept2.model.common.i18n.LocalisationFactory
Create a localised view on the given target object.
createMergingConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createMergingConfiguration(Configuration) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Creates a new MergingConfiguration with the designated initial configuration.
createNode(int, String, String, String, ExecutableBusinessProcess, boolean, UUID, String, String, Map<ActivityConstants.AccessType, Map<String, Integer>>, Map<ActivityConstants.AccessType, Set<ProcessModelParameter>>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a Node object.
createNullTemplate(QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a null template using the underlaying implementation.
createOperation(ExecutableComponentDescription, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, String, InheritedConfigurationDescription, InheritedActivityConfiguration, InheritedActivityConfiguration, ParameterChangePolicy, Collection<ActivityModelParameter>, Collection<ActivityModelParameter>, Collection<ParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createOperationReference(String, String, String, String, long, State, UUID, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createParameter(ActivityModelParameter, String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createParameterDataContext(Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create a ParameterDataContext object.
createParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createParameterTemplate(ParameterTemplate, String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, InheritedConfigurationDescription, InheritedConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createPluginData(String, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
Creates a new plug-in data object.
createPluginDataContainer(Map<String, Set<String>>, Map<String, PluginData>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
Creates a standalone plug-in data container.
createPluginDataContainerElement(Document, String, PluginDataContainer) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Creates a new container element for plugin data and fills it with the given plugin data.
createProcessModelParameter(String, String, ProcessConstants.AdeptDataType, String, UUID, boolean, boolean, boolean, String, ActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a process model parameter object.
createProcessType(String, TemplateProxy) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new process type.
createReferencedProcess(UUID, boolean, Configuration, Configuration, ExecutionControlProperties, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a ReferencedProcess object.
createResourceDescriptor(UUID, String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.common.CommonModelFactory
 
createSeparatedClassPathElement(Document, String, String, Map<ActivityConstants.ActivityModelEntityType, List<String>>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
 
createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new serialisable data context having the values of the designated data container.
createSerialisableDataContext(boolean, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>, Map<String, ProcessConstants.AdeptDataType>, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new serialisable data context having the designated input and output parameters.
createSimpleProgressMonitor() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new progress monitor without checking the thread for execution in a runtime service.
createSimpleSessionContext(String, EBPInstanceReference, SerialisableDataContext, ActivityInstance, ProcessConstants.ExecutionMode, Enquiry, Enquiry, Map<String, String>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new simple session context for starting an activity in a runtime service.
createSimpleSessionContext(String, String, EBPInstanceReference, SerialisableDataContext, ActivityInstance, ProcessConstants.ExecutionMode, Enquiry, Enquiry, Map<String, String>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Creates a new simple session context for resuming an activity in a runtime service.
createStorageActivityConfiguration(Map<String, String>, Map<String, String>, Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageActivityTemplateDefinition(String, String, String, UUID, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, Boolean, Boolean, UUID, String, StorageConfigurationDescription, StorageActivityConfiguration, StorageActivityConfiguration, ParameterChangePolicy, Map<String, StorageActivityModelParameter>, Map<String, StorageActivityModelParameter>, Map<String, StorageParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageConfiguration(Map<String, String>, Set<String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageConfigurationDescription(Map<String, ConfigurationDescription.ConfigurationEntry>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageConfigurationSet(String, String, long, State, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
can't be completely initialised through constructor; use object methods instead
createStorageExecutableComponentDescription(String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, UUID, String, StorageConfigurationDescription, Collection<StorageParameterTemplate>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageOperation(String, String, String, String, long, State, String, List<String>, ClassLoaderUsage, byte[], String, ExecutionControlProperties, boolean, boolean, UUID, String, StorageConfigurationDescription, StorageActivityConfiguration, StorageActivityConfiguration, ParameterChangePolicy, Collection<StorageActivityModelParameter>, Collection<StorageActivityModelParameter>, Map<String, StorageParameterTemplate>, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageParameter(String, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, StorageConfigurationDescription, StorageActivityConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStorageParameterTemplate(String, String, ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, String, UUID, Boolean, Boolean, Boolean, String, StorageConfigurationDescription, StorageConfiguration, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelFactory
 
createStructuralNodeData(int, ProcessConstants.NodeType, int, int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a temporary object, containing all structural information of a node.
createStructuredDataEdge(DataEdge, int, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a structured data edge (a container for a data edge and its structural information).
createStructuredEdge(Edge, int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a structured edge (a container for an edge and its structural information).
createTemplate(UUID, String, String, ConfigurationDescription, Configuration, Configuration, String, QualifiedAgent, String, Set<ProcessModelParameter>, Set<ProcessModelParameter>, TemplateDeltaLayer, Collection<Node>, Collection<DataElement>, Set<StructuredEdge>, Set<StructuredDataEdge>, Map<Integer, ProcessModelFactory.StructuralNodeData>, Map<Integer, List<Integer>>, int, int, String, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a Template.
createTemplateProxy(TemplateReference, UUID, List<UUID>, Set<URI[]>, long, long, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Creates a new template proxy.
createTemplateReference(UUID, String, String, String, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>, boolean, ProcessConstants.TemplateUsage, ProcessConstants.TemplateBuildtimeState, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a TemplateReference.
createTemplateStatus(UUID, ProcessConstants.TemplateBuildtimeState, ProcessConstants.TemplateUsage, boolean, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, boolean, String, String) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create a TemplateStatus object with all comments set as provided.
createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create a top-level process instance object.
createTopLevelProcessInstance(UUID, String, String, String, String, String, String, UUID, ExecutionControlProperties, Configuration, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ParameterDataContext, String, String, PluginDataContainer, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Create a top-level process instance object.
createURIArrayElement(Document, String, URI[], String, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Creates an element representing an array of URIs, based on the given array.
createUserAttributesElement(Document, String, Map<String, String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Creates a new container element for user attributes and fills it with the given user attributes.
createVariableParallelismEBP(LightWeightProcess, Set<ProcessModelParameter>, Configuration, Configuration, ExecutionControlProperties, Set<ProcessModelParameter>, Set<ProcessModelParameter>, PluginDataContainer, Map<String, String>) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory
Create an EBP for variable parallelism.
creationAgent - Variable in class de.aristaflow.adept2.model.common.Branch
The agent creating this branch.
creationTime - Variable in class de.aristaflow.adept2.model.common.Branch
The creation time of this branch.
CSReference - Interface in de.aristaflow.adept2.model.activitymodel
The lightweight representation of a ConfigurationSet for usage in the activity repository.

D

data - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
data - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Data of the response, may be null.
DataConsistencyException - Exception in de.aristaflow.adept2.model.common
A DataConsistencyException indicates an inconsistency in the data (of a service).
DataConsistencyException(String) - Constructor for exception de.aristaflow.adept2.model.common.DataConsistencyException
Creates a new DataConsistencyException with the designated message.
DataConsistencyException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.common.DataConsistencyException
Creates a new DataConsistencyException with the designated message and the designated cause.
DataContainer - Interface in de.aristaflow.adept2.model.datamanagement
This interface encapsulates the data context of an application as provided by the execution manager for the runtime manager, that is, the values of the input and output parameters of an application.
dataContext - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
The data context for the execution environment.
DataContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
This interface provides reading access to all input and output parameters of an application as well as write access to output parameters.
DataEdge - Interface in de.aristaflow.adept2.model.processmodel
There may be only one data edge connecting a data element and a node per direction.
DataElement - Interface in de.aristaflow.adept2.model.processmodel
The DataElement interface offers access to the data elements of a process.
DataElementComparator - Class in de.aristaflow.adept2.model.processmodel
This comparator can be used to compare DataElements.
DataElementComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.DataElementComparator
 
dataElementID - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The ID of the data element which has been requested but is of the wrong type or null in case this exception has been raised when accessing a parameter.
dataElementID - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The ID of the data element which is connected to the mandatory output parameter and which is not provided a value.
dataFlowReadAccess() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns only those AccessTypes that stand for reading access in the data flow.
dataFlowWriteAccess() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns only those AccessTypes that stand for writing access in the data flow.
dataType - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The data type of the mandatory output parameter which is not provided a value.
DATE_PARSE_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
dateToNativeTypedValue(Date, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of Date to an instance of the corresponding native type.
de.aristaflow.adept2.base.dbaccess.drivermanager - package de.aristaflow.adept2.base.dbaccess.drivermanager
 
de.aristaflow.adept2.core.runtimemanager.executionenvironments - package de.aristaflow.adept2.core.runtimemanager.executionenvironments
 
de.aristaflow.adept2.extensions.datatypes - package de.aristaflow.adept2.extensions.datatypes
 
de.aristaflow.adept2.model.activitymodel - package de.aristaflow.adept2.model.activitymodel
TODO This is completely outdated.
de.aristaflow.adept2.model.common - package de.aristaflow.adept2.model.common
 
de.aristaflow.adept2.model.common.filter - package de.aristaflow.adept2.model.common.filter
 
de.aristaflow.adept2.model.common.i18n - package de.aristaflow.adept2.model.common.i18n
 
de.aristaflow.adept2.model.common.systemdata - package de.aristaflow.adept2.model.common.systemdata
 
de.aristaflow.adept2.model.datamanagement - package de.aristaflow.adept2.model.datamanagement
 
de.aristaflow.adept2.model.execution - package de.aristaflow.adept2.model.execution
 
de.aristaflow.adept2.model.globals - package de.aristaflow.adept2.model.globals
The globals packages provides commonly used variables and enums.
de.aristaflow.adept2.model.processmodel - package de.aristaflow.adept2.model.processmodel
Warning: This package description is OUTDATED (work in progress)!!
de.aristaflow.adept2.model.runtimeenvironment - package de.aristaflow.adept2.model.runtimeenvironment
 
de.aristaflow.adept2.ui.awtgui - package de.aristaflow.adept2.ui.awtgui
 
de.aristaflow.adept2.ui.events - package de.aristaflow.adept2.ui.events
 
de.aristaflow.adept2.ui.guimanager - package de.aristaflow.adept2.ui.guimanager
 
de.aristaflow.adept2.ui.htmlgui - package de.aristaflow.adept2.ui.htmlgui
 
de.aristaflow.adept2.ui.htmlgui.httpservice - package de.aristaflow.adept2.ui.htmlgui.httpservice
 
de.aristaflow.adept2.ui.nullgui - package de.aristaflow.adept2.ui.nullgui
 
de.aristaflow.adept2.ui.remotegui - package de.aristaflow.adept2.ui.remotegui
 
de.aristaflow.adept2.ui.swtgui - package de.aristaflow.adept2.ui.swtgui
 
de.aristaflow.adept2.ui.updatemanager - package de.aristaflow.adept2.ui.updatemanager
 
DecisionActivity - Interface in de.aristaflow.adept2.model.processmodel
Represents an activity which is used for decisions in the process model.
DecisionActivityInstance - Interface in de.aristaflow.adept2.model.execution
Represents an activity instance which is used for decisions in the process model.
DecisionStatement - Interface in de.aristaflow.adept2.model.processmodel
Holds all information associated with a decision ID
DEFAULT_FINAL_RESPONSE - Static variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
A response that can be used as default for the final response.
DEFAULT_PROCESS_STARTER_RULE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants
The starter rule for a process that could be used if no other is given.
DeltaLayer - Interface in de.aristaflow.adept2.model.processmodel
A meta interface for the TemplateDeltaLayer and the InstanceDeltaLayer.
deployForDownload(UDTValue, String, String) - Method in interface de.aristaflow.adept2.ui.swtgui.SWTBrowserContext
Provides the contents of the designated UDT-value as a file for download and returns the URL (including the filename) which allows to download the file.
deregisterReplyHandler(SessionToken, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
deregisterReplyHandler(SessionToken, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
 
deregisterReplyHandler(SessionToken, String) - Method in interface de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPService
Deregisters a reply handler for the activity with the designated sessionID.
deregisterReplyHandler(SessionToken, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.NullHTTPService
 
description() - Method in class de.aristaflow.adept2.model.globals.SystemIdentifier
Returns the description of the system identifier.
DESERIALISATION_NOT_POSSIBLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
Dimension(int, int) - Constructor for class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
Creates a new dimension with the designated width and height.
DISALLOWED_NAME_CHARACTERS - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
All characters that are not allowed in the names of entities of activity model branches.
dispatch() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Analyses the messages sent by the runtime manager and call the appropriate methods specified in the ExecutableComponent interface.
DOCUWARE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Activity type ID for docuware extension
doGet(HttpServletRequest, HttpServletResponse) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
DriverManager - Class in de.aristaflow.adept2.base.dbaccess.drivermanager
The java.sql.DriverManager uses a native method to retrieve the classloader from the calling class which keeps the calling class (including its classloader) from being garbage collected.
DriverManager() - Constructor for class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
package protected constructor -> we provide the only implementation
DriverNotFoundException - Exception in de.aristaflow.adept2.base.dbaccess.drivermanager
 
DriverNotFoundException(String) - Constructor for exception de.aristaflow.adept2.base.dbaccess.drivermanager.DriverNotFoundException
Constructs a new DriverNotFoundException.
DriverNotFoundException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.dbaccess.drivermanager.DriverNotFoundException
Constructs a new DriverNotFoundException.
dropEnquiries(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Drops all enquiries (including the reply) currently set on the designated node (current node iteration).

E

ebp - Variable in exception de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException
The EBPInstanceReference not providing valid runtime manager URIs.
ebp - Variable in exception de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException
A reference to the executable business process that has been started on another runtime manager.
EBPInstanceReference - Interface in de.aristaflow.adept2.model.processmodel
This interface provides a reference to an instance of an executable business process (EBP) or rather to the corresponding container.
ECDReference - Interface in de.aristaflow.adept2.model.activitymodel
The lightweight representation of an ExecutableComponentDescription for usage in the activity repository.
ECLIPSE_AWARE_AWT_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an GUI context which provides a AWT frame to an application and which ensures that the GUI of the application component will be integrated into an eclipse environment.
ECLIPSE_AWARE_SWT_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an GUI context which provides a SWT frame to an application and which ensures that the GUI of the application component will be integrated into an eclipse environment.
Edge - Interface in de.aristaflow.adept2.model.processmodel
The interface for edges, used to model the controlflow (control-, loop- and sync-edges).
EmbdServContHTTPService - Class in de.aristaflow.adept2.ui.htmlgui.httpservice
Simple HTTP service based on a ServletService (an embedded servlet container).
EmbdServContHTTPService(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
Registers the HTTP-service-servlet at an embedded servlet container.
EmbeddedProcess - Interface in de.aristaflow.adept2.model.processmodel
The EmbeddedProcess is used to embed another process template.
endTask() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
Informs the progress monitor about the termination of the current task.
endTransaction() - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Signals the end of a change transaction and corrects the topological sorting.
Enquiry - Interface in de.aristaflow.adept2.model.execution
An enquiry allows an agent to suspend a running activity, annotate it with a question and delegate it to other agents who can then reply the question or help the originator in solving the problem.
ensureCorrectType(ProcessConstants.AdeptDataType, String, Serializable) - Method in class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
Throws an IllegalArgumentException if the given object doesn't the specified data type and simply returns if it does.
ensureValuePresent(String, Map<String, ? extends Serializable>) - Method in class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
Simply returns if the specified parameter value is present and throws an IllegalArgumentException if it isn't.
ENTRY - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The name of the XML-element for an entry of the list.
ENTRY - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-element for an entry of the localisation map.
equals(Object) - Method in class de.aristaflow.adept2.model.common.ExecutionControlProperties
 
equals(Object) - Method in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
 
equals(Object) - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
equals(Object) - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
 
equals(Object) - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
EBPInstanceReferences are equal in case they reference the same executable business process, therefore Object.equals(Object) and Object.hashCode() have to be overridden.
equals(Object) - Method in interface de.aristaflow.adept2.model.processmodel.ProcessType
ProcessTypes are equal in case they have the same name and the same root template (not proxy!!).
EXE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
An executable binary.
EXE_ABNORMAL_EXIT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
EXE_START_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
EXEC_ENV_UDT_OBJECT_CONVERSION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ExecutableBusinessProcess - Interface in de.aristaflow.adept2.model.processmodel
The ExecutableBusinessProcess (EBP) defines a common interface for objects which can be plugged to nodes of a process.
ExecutableBusinessProcessInstance - Interface in de.aristaflow.adept2.model.execution
The ExecutableBusinessProcessInstance is an instance of ExecutableBusinessProcess and also resembles the interface.
ExecutableComponent - Interface in de.aristaflow.adept2.model.runtimeenvironment
This interface describes the methods that are necessary to enable the RuntimeManager to control the single applications accordingly to the requirements of the process management system.
ExecutableComponent.Signals - Interface in de.aristaflow.adept2.model.runtimeenvironment
Definition of the constants for signals that could be interpreted by execution environments.
ExecutableComponentDescription - Interface in de.aristaflow.adept2.model.activitymodel
An ExecutableComponentDescription is the logical counterpart of the physical entity that is called at runtime, the "ExecutableComponent".
ExecutableInstance - Interface in de.aristaflow.adept2.model.execution
This interface provides additional methods necessary to execute a process instance, that is, setting the user who performs a node and manipulating node states and iteration counts.
ExecutableInstancePropertyTracker - Interface in de.aristaflow.adept2.model.execution
Interface for tracking property changes on ExecutableInstance objects.
ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty - Enum in de.aristaflow.adept2.model.execution
Node properties which are changeable in an executable instance.
ExecutableInstancePropertyTracker.ExecutableInstanceProperty - Enum in de.aristaflow.adept2.model.execution
Properties which are changeable in an executable instance.
ExecutionContext - Interface in de.aristaflow.adept2.model.execution
This interface provides methods to get all the information necessary for the execution of an activity by the runtime client.
executionContext - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
The execution context of the activity for which this GUI context has been created for.
ExecutionControlProperties - Class in de.aristaflow.adept2.model.common
The execution control properties reflect the abilities of applications (operations, activity templates, etc.), on reacting to execution control requests from the outside.
ExecutionControlProperties(boolean, boolean, boolean) - Constructor for class de.aristaflow.adept2.model.common.ExecutionControlProperties
Constructor initialising an completely initialised instance.
ExecutionEnvironment - Class in de.aristaflow.adept2.core.runtimemanager.executionenvironments
This abstract execution environment is for easy development of new execution environments.
ExecutionEnvironment(ActivityInstance) - Constructor for class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Creates a new ExecutionEnvironment for the designated activity.
ExecutionFactory - Interface in de.aristaflow.adept2.model.execution
To offer the possibility that each application can provide its own execution and termination context objects that fit the application's needs best a factory has to be provided that loads the corresponding implementations.
executionState - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
The execution state in which the instance currently is and which prevents the execution of the called method.
expectedAgent - Variable in exception de.aristaflow.adept2.model.execution.WrongAgentException
The agent that is expected to call the given operation.
expectedDataType - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The ADEPT2-data element type that is expected by the caller of a datamanager-method.
expectedExecutionManager - Variable in exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
The communication protocol depended URIs of the execution manager that is expected by the caller of an ActivityStarting- or ActivityTermination-method.
expectedRuntimeManager - Variable in exception de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException
The communication protocol depended URIs of the runtime manager that is expected by the caller of an SynchronousActivityStarting-method.
expectedUserDefinedTypes - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
The user-defined types which are expected and can be handled.

F

FAIL - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component should be failed/aborted (value is 7 << 10).
FAILED_PROVIDE_FOR_RESUME - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FAILED_PROVIDE_FOR_START - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FEATURE_ESCALATION - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the escalation feature.
FEATURE_PROCESS_FLEXIBILITY - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the process flexibility feature.
FEATURE_RUNTIME_FLEXIBILITY - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the runtime flexibility feature.
FEATURE_WEB_CLIENT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the webclient feature.
FileDescriptor(String, boolean) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Creates a new FileDescriptor for the designated file which may be other binary content or character content.
FileDescriptor(String, Charset) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Creates a new FileDescriptor for the designated character file with the designated character set for decoding the read bytes.
fileName - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
The name of the file of this descriptor.
fileName - Variable in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
The name of the file this UDT stems from.
fileName - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
FileUDT - Class in de.aristaflow.adept2.extensions.datatypes
A simple object that wraps a file and provides access to all needed information to view a file in a form environment.
FileUDT(File) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
Default constructor that initialises the fields from the given file.
FileUDT(File, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
Default constructor that initialises the fields from the given file, but using a different file name than actually provided by the file object.
FileUDT(InputStream) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
FileUDT(UDTValue) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
FileUDT(byte[], String, String, String, long) - Constructor for class de.aristaflow.adept2.extensions.datatypes.FileUDT
Default constructor that initialises the fields directly.
FileUDTValue - Class in de.aristaflow.adept2.model.datamanagement
A FileUDTValue extends a UDTValue by file support.
FileUDTValue(String, FileUDTValue.FileDescriptor) - Constructor for class de.aristaflow.adept2.model.datamanagement.FileUDTValue
Creates a new FileUDTValue with the designated user-defined type name and the input of the file represented by the designated file descriptor.
FileUDTValue.FileDescriptor - Class in de.aristaflow.adept2.model.datamanagement
Represents a file by its name as well as an optional charset which is used to decode the bytes read from the file.
fileValid() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Returns whether this descriptor represents a valid file, that is whether the file with the designated name really exists.
fillLocalisedMessage(Map<Locale, String>, String, String, List<Locale>, Class<?>, LocalisationFactory, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.i18n.LocalisationTools
Loads the designated message key from the designated bundle for the designated locales and stores them in the designated map.
fillQualifiedAgentElement(Document, String, Element, QualifiedAgent, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Creates an element representing a qualified agent, based on the given agent
fillUserAttributesElement(Document, String, Map<String, String>, Element, boolean) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Fill the given XML element with values of the given user attributes.
finalize() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Closes the input stream if the stream still exists and thus the data has not been read yet.
finalResponse - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
The final response that will be used for all HTTP-request after the reply handler has been shut down.
findParameterReferences(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
Finds all parameter references (see SystemDataConsumer) in the given string and returns them.
finish() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
Finishes the execution of the inner component by resetting context fields and logging an info message.
firePropertyChange(Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
Notify all interested parties of changes to a Process element
firePropertyChange(Object, Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
Notify all interested parties of changes to a Process element
firePropertyChange(Object, Object, Object, Object) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
Notify all interested parties of changes to a Process element
floatToNativeTypedValue(Double, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of Double to an instance of the corresponding native type.
flush(SessionToken) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Flushes all the internally stored values that have not been saved to the data manager yet.
fork() - Method in interface de.aristaflow.adept2.model.execution.LightWeightProcessInstance
Returns whether the referenced template should be instantiated as separated top-level process instead of a "real" process.
fork() - Method in interface de.aristaflow.adept2.model.processmodel.ReferencedProcess
Returns whether the referenced template should be instantiated as separated top-level process instead of a "real" process.
FORM - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Name of the FormEnvironment
FORM_GEN_ENV_CLOSE_INCONSISTENCY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FORM_GEN_ENV_RT_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FORM_GEN_ENV_RT_KILL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FORM_GEN_ENV_USER_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FORM_GEN_ENV_USER_KILL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
FORM_GEN_ENV_WRONG_GUI - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
format(String, Map<String, Serializable>) - Method in class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
 
format(String, Map<String, Serializable>, Locale) - Method in class de.aristaflow.adept2.model.common.systemdata.BasicSystemDataFormatter
 
format(String, Map<String, Serializable>) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatter
Formats the given parameterised string according to the needs of the SystemDataConsumer it is used by.
format(String, Map<String, Serializable>, Locale) - Method in interface de.aristaflow.adept2.model.common.systemdata.SystemDataFormatter
Formats the given parameterised string according to the needs of the SystemDataConsumer it is used by.
fromInputParameter(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Gets the name of the input parameter, the configuration value for the designated entry is provided at runtime.
fromInputParameter(String) - Method in interface de.aristaflow.adept2.model.common.ActivityConfiguration
Gets the name of the input parameter, the configuration value for the designated entry is provided at runtime.
fromProcessConfiguration(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Gets the name of the entry of the process configuration, the value for this configuration and the designated entry is provided at runtime.
fromProcessConfiguration(String) - Method in interface de.aristaflow.adept2.model.common.ActivityConfiguration
Gets the name of the entry of the process configuration, the value for this configuration and the designated entry is provided at runtime.

G

GC_NS - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific configuration namespace from the global configuration.
GC_NS_ACTIVITY - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific activity of a specific configuration namespace from the global configuration.
GC_NS_ACTIVITY_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing a specific activity of a specific configuration namespace from the global configuration.
GC_NS_ECD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for all activities of a specific configuration namespace and a specific executable component description from the global configuration.
GC_NS_ECD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing all activities of a specific configuration namespace and a specific executable component description from the global configuration.
GC_NS_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for all activities of a specific configuration namespace and a specific operation from the global configuration.
GC_NS_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing all activities of a specific configuration namespace and a specific operation from the global configuration.
GC_NS_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is a global test configuration for a specific configuration namespace from the global configuration.
GEN_EXE_EXEC_ENV_APPLICATION_KILLED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_EXE_EXEC_ENV_EXE_ABNORMAL_EXIT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_EXE_EXEC_ENV_START_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_JAVA_METHOD_EXEC_ENV_CLASS_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_JAVA_METHOD_EXEC_ENV_ILLEGAL_ACCESS - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_JAVA_METHOD_EXEC_ENV_ILLEGAL_ARGUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_JAVA_METHOD_EXEC_ENV_INVOCATION_TARGET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_JAVA_METHOD_EXEC_ENV_NO_SUCH_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_XPATH_ENV_DATE_PARSE_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_XPATH_ENV_FLOAT_NAN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_XPATH_ENV_INTEGER_NAN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
GEN_XPATH_ENV_URI_SYNTAX_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
get(K) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets the value of the designated key or null in case this collection does not provide a value for this key.
get(Locale, int) - Static method in class de.aristaflow.adept2.model.common.ModelLocalisation
Gets the localisation for the designated locale or an appropriate fallback locale for the designated key.
get(Collection<Locale>, int) - Static method in class de.aristaflow.adept2.model.common.ModelLocalisation
Gets the localisation for the designated locales for the designated key.
get(int) - Static method in class de.aristaflow.adept2.model.common.ModelLocalisation
Gets all available localisation for the designated key.
getAccessType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the access type for the parameter of this template.
getAccessType() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the access type for the parameter of this template.
getAccessType() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the access type of the mandatory output parameter which is not provided a value.
getActInstConfValue(String, ProcessConstants.AdeptDataType, boolean, Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the designated activity instance configuration value and logs messages or throws exceptions if it is not present.
getActivation() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns whether an activation option.
getActivityConfiguration(CommonModelFactory, Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getActivityInstance() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets the activity instance of an execution, that is the complete process context, for instance the configuration of the activity in the process.
getActivityInstance() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getActivityName() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the name of this abstract activity.
getActivityState() - Method in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Returns the state the process step was in and that prevented the desired state transition.
getActualDataType() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Gets the ADEPT2-data element type that is expected by the caller of a datamanager-method.
getActualExecutionManager() - Method in exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
Gets the communication protocol depended URIs assigned to that execution manager which received the request.
getActualUserDefinedType() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Gets the user-defined type of which the data element or parameter actually is.
getAdditions() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns additional licence attributes.
getAgent() - Method in class de.aristaflow.adept2.model.common.Revision
Gets the agent releasing this revision.
getAgent() - Method in exception de.aristaflow.adept2.model.execution.AgentUnknownException
Gets the agent that wants to execute an activity on a specific runtime manager but the runtime manager does not know the agent.
getAgent() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Returns the user that requested the execution of the activity.
getAgent() - Method in exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Returns the agent who is currently executing or has executed the activity that caused this exception.
getAll() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets all elements of this collection (including the inherited ones), mapped from primary key to the corresponding value.
getAll() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Gets all instance execution statuses in an array.
getAll() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Gets all node states in an array.
getAllConfEntries() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns all configuration entry names.
getAllEntries() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Gets all entry names that have a value different from null in this configuration.
getAllEntries() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets all entry names that have a value different from null in this configuration.
getAllEntries() - Method in interface de.aristaflow.adept2.model.common.ActivityConfiguration
Gets all entry names that have a value different from null in this configuration.
getAllEntries() - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets all entry names that have a value different from null in this configuration.
getAllInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets all elements of this collections that are inherited.
getAllMessages() - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry
Gets the localised message(s) for all (preferred) locales.
getAllOwn() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets the elements of this collections that are specific to this collection and not inherited.
getApplicationState() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Gets the application state stored for last savepoint as object.
getApplicationState(String) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Gets the application state stored for the designated savepoint as object.
getApplicationState(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Returns a byte array in which all the application state relevant information is stored or null in case the application has stored null or an empty array as state.
getAssignedRuntimeManager(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Gets the communication protocol depended URIs assigned to that RuntimeManager instance that executes the activity of the given Node.
getAsXML() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getAttachedDataContext() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the data context which provides the values of attached data elements.
getAttachmentLists() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Gets the parameters (mapping from parameter name to several attachments) that are binary data and/or files and occur several times in the HTTP-reply.
getAttachments() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Gets the parameters (mapping from parameter name to attachment) that are binary data and/or files and occur only once in the HTTP-reply.
getAttributeOrigins() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the origins, that is the activity model entity types, a specific attribute of an activity stems from.
getBaseRevision() - Method in exception de.aristaflow.adept2.model.activitymodel.RevisionConflictException
Gets the base revision of the branch that caused this conflict, that is, the revision that is too old now.
getBaseRevision() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the base revision of this revision, that is the revision this branch is based upon.
getBaseTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Gets the ID of the unmodified template of the corresponding process instance.
getBaseTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Gets the ID of the template, this instance is based on.
getBoolean(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the boolean configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a boolean value.
getBoolean(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the boolean configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a boolean value.
getBranch() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the branch of the activity template definition of this reference.
getBranch() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the branch count of this branch.
getBranchID() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the branch ID of the node the structural node date belongs to.
getBuildtimeState() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the state of this process template while it may be modified and is not released.
getBuildtimeState() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Gets the state of this process template while it may be modified and is not released.
getChangeableActivityConfiguration(CommonModelFactory, Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getChangedDataElementProperties(int) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the properties of a given data element, which have been changed.
getChangedEBPProperties(int) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the properties of a given executable business process, which have been changed.
getChangedEdgeProperties(int, int, ProcessConstants.EdgeType) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the properties of a given edge, which have been changed.
getChangedEdgeProperties(int, int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the properties of a given data edge, which have been changed.
getChangedNodeProperties(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker
Returns the node properties in the ExecutableInstance of the given node which have been changed.
getChangedNodeProperties(int) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the properties of a given node, which have been changed.
getChangedNodes() - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker
Returns the set of nodes which have changed properties.
getChangedProperties() - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker
Returns the properties of the ExecutableInstance which have been changed.
getChangeHistoryXML() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceHistories
Returns the the change history as XML document (DOM object).
getCharset() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Gets the character set to be used for decoding the bytes read from the file this descriptor represents.
getCheckResult() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getChildNodeID(int) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateDeltaLayer
 
getChildTemplateIDs() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the IDs child templates of the referenced process template or an empty list in case of a leaf template.
getClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets what classloader to use for the executable component of this activity template definition.
getClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets what classloader to use for the executable component of this operation.
getClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets what classloader to use for the executable component of this operation.
getClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets what classloader to use for execution of this activity.
getClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the classpath to be used when instantiating the implementation class for this executable component as well as all classes needed to execute all of its methods.
getClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the classpath to be used when instantiating the implementation class for this activity template definition as well as all classes needed to execute all of its methods.
getClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the classpath to be used when instantiating the implementation class for this operation as well as all classes needed to execute all of its methods.
getClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the part of the classpath that is added by this activity template definition to the one of the parent attribute.
getClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the part of the classpath that is added by this operation to the one of the parent attribute.
getClassPath() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the classpath to be used when instantiating the implementation class for this abstract activity as well as all classes needed to execute all of its methods.
getClassPath(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getClientSessionFactory() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Returns the client session factory which allows to retrieve the executing agent as well as session tokens which are needed to access ADEPT2-interface-methods.
getClosestLocalisation(Locale) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Gets the localisation value that is closest to the designated locale.
getCode() - Method in enum de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns a byte code representing this classloader usage.
getCode() - Method in enum de.aristaflow.adept2.model.common.LicenceInformation.Activation
 
getCode() - Method in enum de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns a byte code representing this parameter change policy.
getCode() - Method in enum de.aristaflow.adept2.model.common.State
Returns a byte code representing this state.
getCode() - Method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns a byte code representing this activity model entity type.
getCode() - Method in enum de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns a byte code representing this activity model attribute.
getCode() - Method in enum de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
 
getCode() - Method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
 
getColumnCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns the number of columns in this WebForm subtable.
getColumnCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns the number of columns in this WJP subtable.
getColumnCount() - Method in interface de.aristaflow.adept2.model.common.MemoryResultSet
Gets the amount of columns of this memory result set.
getColumnLabel(int) - Method in interface de.aristaflow.adept2.model.common.MemoryResultSet
Gets the label for the designated column.
getColumnNames() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns the names of all columns in this WebForm subtable.
getColumnNames() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns the names of all columns in this WJP subtable.
getColumnType(int) - Method in interface de.aristaflow.adept2.model.common.MemoryResultSet
Gets the data type for the designated column.
getComment() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the comment for this branch, that is arbitrary text provided by the agent creating this branch.
getComment() - Method in class de.aristaflow.adept2.model.common.Revision
Gets the comment for this revision, that is arbitrary text provided by the releasing agent.
getCompleteStackTrace() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
Gets the complete stack trace of this exception as it would be printed to a print stream.
getCompleteStackTrace() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Gets the complete stack trace of this exception as it would be printed to a print stream.
getComponentToExecute(ActivityInstance) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
Determines the Executable Component to be executed inside this IDExecutionEnvironment.
getConfBoolean(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getConfBoolean(String, Boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as BOOLEAN.
getConfDate(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getConfDate(String, Date) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as DATE.
getConfFloat(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given value if it is not set or could not be parsed as FLOAT.
getConfFloat(String, Double) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given value if it is not set or could not be parsed as FLOAT.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelParameter
Gets the configuration of this activity model parameter that corresponds to the configuration description of this activity model parameter.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the configuration of this abstract activity.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the configuration of this activity template description that corresponds to the configuration description of this activity template.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameter
Gets the configuration of this activity template parameter that corresponds to the configuration description of this activity template parameter.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the default configuration for the parameter of this template that corresponds to the configuration description of this parameter template.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.
getConfiguration(ExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
getConfiguration(Operation) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the configuration for the activity template definitions of this configuration set that are based on the designated operation.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the configuration of this operation that corresponds to the configuration description of this operation.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ParameterTemplate
Gets the default configuration for the parameter of this template that corresponds to the configuration description of this parameter template.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityModelParameter
Gets the configuration of this activity model parameter that corresponds to the configuration description of this activity model parameter without any inherited values.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the configuration of this activity template description that corresponds to the configuration description of this activity template.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the configuration for this whole configuration set that corresponds to the configuration description of this configuration set.
getConfiguration(String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
getConfiguration(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) configuration for the activity template definitions of this configuration set that are based on the designated operation.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the configuration of this operation that corresponds to the (merged) configuration description of this operation.
getConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
Gets the default configuration for the parameter of this template that corresponds to the configuration description of this parameter template without any inherited values.
getConfiguration() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the configuration of this abstract activity.
getConfiguration() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the configuration specific to this parameter and the corresponding execution environment.
getConfiguration(CommonModelFactory, Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getConfiguration() - Method in interface de.aristaflow.adept2.model.execution.ActivityInstance
Gets the configuration of this activity instance.
getConfiguration() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the configuration of this executable business process.
getConfiguration() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.Activity
 
getConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Gets the configuration of this executable business.
getConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets the configuration of this process template that corresponds to the configuration description.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityModelParameter
Gets the configuration description for this activity model parameter which is needed to provide a valid and complete configuration when modelling a process.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the configuration description for this activity template, that is a description of all configuration values that are needed or supported at runtime.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the configuration description for this activity template.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameter
Gets the configuration description for this activity template parameter which is needed to provide a valid and complete configuration when modelling a process.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the configuration description for the parameter of this template.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets 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.
getConfigurationDescription(ExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the configuration description for the activity template definitions of this configuration set that are based on the designated executable component description.
getConfigurationDescription(Operation) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the configuration description for the activity template definitions of this configuration set that are based on the designated operation.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
Gets the configuration description for this executable component, that is a description of all configuration values that are needed or supported at runtime.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the configuration description for this operation.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ParameterTemplate
Gets the configuration description for the parameter of this template.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityModelParameter
Gets the configuration description for this activity model parameter without any inherited values.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the configuration description for this activity template.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets 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.
getConfigurationDescription(String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) configuration description for the activity template definitions of this configuration set that are based on the designated executable component description.
getConfigurationDescription(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) configuration description for the activity template definitions of this configuration set that are based on the designated operation.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
Gets the configuration description for this executable component description without any inherited values.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the configuration description for this operation.
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageParameterTemplate
Gets the configuration description for the parameter of this template without any inherited values.
getConfigurationDescription(CommonModelFactory, Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getConfigurationDescription() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getConfigurationDescription() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets the configuration description for this process template, that is a description of all configuration values that are needed or supported in the configuration.
getConfigurationID(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the ID of the configuration object, the designated entry name stems from.
getConfigurationID(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the ID of the configuration object, the designated entry name stems from.
getConfigurationName() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the name of the configuration set (in the activity model) or the configuration namespace (for the global and local runtime configurations) or null if this abstract activity does not have a configuration set/namespace.
getConfigurations() - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
Gets a copy of the list of all configurations that are merged by this MergingConfiguration.
getConfigurations() - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
Gets a copy of the list of all configurations that are merged by this MergingConfiguration.
getConfigurationSet() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the configuration set of this activity template definition or null in case this activity template definition does not have a configuration set.
getConfigurationSetName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the name of the configuration set or null if the ActivityTemplateDefinition of this reference does not have a configuration set.
getConfigurationSetName() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the configuration set of this activity template definition or null in case this activity template definition does not have a configuration set.
getConfInteger(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getConfInteger(String, Long) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as INTEGER.
getConfString(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getConfString(String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set.
getConfUDT(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as USERDEFINED.
getConfUDT(String, byte[]) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as USERDEFINED.
getConfURI(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getConfURI(String, URI) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as URI.
getConfValue(Configuration, String, ProcessConstants.AdeptDataType, boolean, Object, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the designated configuration value and logs messages or throws exceptions if it is not present.
getConnection(String, Properties) - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String, String, String) - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Attempts to establish a connection to the given database URL.
getConnection(String) - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Attempts to establish a connection to the given database URL.
getConnector(int, int, ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getConnector(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the connector which is mapped to the given parameter name with the given access type.
getConnector(int, int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the connector of the given node which accesses the given data element (reading or writing).
getConnectorID() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Returns the ID of the connector.
getConnectorMapping(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the mapping from parameter names to connectors for the given access type.
getContent(FileUDTValue.FileDescriptor) - Static method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
Reads the contents of the file represented by the designated file descriptor.
getContentType() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Gets the content type of the data, that is the value of the RFC 822 "Content-Type" header field of the body part.
getCorrespondingBlockNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the corresponding block node ID of the node the structural node date belongs to.
getCorrespondingJavaClass(Parameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the class object corresponding to the type of the designated parameter.
getCreationAgent() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the creation agent of this branch.
getCreationTime() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the creation time of this branch.
getCreationTime() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Gets the date (as long) this instance has been created.
getCreationTime() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Gets the date (as long) this instance has been created.
getCreationTime() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the date (as long) when this template has been created.
getCurrentEnquiries(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Gets an unmodifiable list of the enquiries currently active for the designated node.
getCurrentEnquiry() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Gets the current enquiry in case the activity is executed as enquiry.
getCurrentEnquiry() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Gets the current enquiry that was caused when executing this component.
getCurrentEnquiry() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets the current enquiry that was caused when executing.
getCustomerID() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the customer ID.
getData() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getData() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Gets the actual data as input stream; this is the content of the corresponding body part of the multipart.
getData() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Returns the response data.
getDataContainer() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Returns the data context valid for the requested activity.
getDataContext(ClientSessionFactory, DataContainer, Thread) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Returns an application related data context and initialises it's data container with the provided value
getDataContext() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Gets the data context, that is, an interface to get and set the values of all input and output parameters of an application.
getDataContext() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets the data context, that is, an interface to get and set the values of all input and output parameters of an execution.
getDataEdge(int, int, ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataEdge() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Returns the data edge object the structured data edge belongs to.
getDataEdge(int, int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the data edge which is identified by the given node, the data element and the direction (reading or writing).
getDataEdges(ProcessConstants.DeltaScope) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns a set of comparable data edges (data edges with structural information), of the given scope.
getDataEdgeStructure() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataEdgeStructure() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Convenient method which returns all data edges including their structural data.
getDataEdgeType() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Returns the type of the data edge the structured data edge belongs to.
getDataElement(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataElement(int, int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataElement(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the data element with the given ID.
getDataElement(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
The data element which is associated to the given node and the given connector of the node.
getDataElementID() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Gets the ID of the data element which has been requested but is of the wrong type.
getDataElementID() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the ID of the data element which is connected to the mandatory output parameter and which is not provided a value. the ID of the instance for which a mandatory output parameter has no value.
getDataElementID() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Returns the ID of the data element the structured data edge is connected to.
getDataElements() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataElements(ProcessConstants.DeltaScope) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the IDs of the data elements of the requested scope.
getDataElements() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns all data elements of the template.
getDataElementsForNode(int, ActivityConstants.AccessType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDataElementsForNode(int, ActivityConstants.AccessType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets the IDs of all data elements which are accessed by the designated node with the designated access types.
getDataHistoryXML(int) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceHistories
Returns the history of the data element accesses and values as XML document.
getDataType(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Returns the data type of the field with the given name.
getDataType(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns the data type of the column with the given name.
getDataType(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Returns the data type of the field with the given name.
getDataType(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns the data type of the column with the given name.
getDataType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns the ADEPT2 data type of the parameter.
getDataType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the data type for the parameter of this template.
getDataType() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the data type for the parameter of this template.
getDataType() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription.ConfigurationEntry
Gets the data type of the configuration entry, which is an AdeptDataType.
getDataType() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the ADEPT2 data type of the parameter.
getDataType() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the data type of the mandatory output parameter which is not provided a value.
getDataType() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns the type of the data element as byte constant.
getDate(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the Date configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a Date value.
getDate(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the Date configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a Date value.
getDecisionID(long) - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns the decision ID for the given edge code.
getDecisionID() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionStatement
Returns the decision ID itself
getDecisionIDs() - Method in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
Returns all possible decision IDs, i.e. all possible return values of the parameter.
getDecisionIDs() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns all possible decision IDs, i.e. all possible return values of the parameter.
getDecisionLabel(long) - Method in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
Returns the label which is associated with the given decision ID.
getDecisionLabel(long) - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns the label which is associated with the given decision ID.
getDecisionLabel() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionStatement
Returns the label of the decision ID.
getDecisionParameter() - Method in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
Returns the decision parameter.
getDecisionParameter() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns the decision parameter.
getDecisionStatement(long) - Method in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
Returns the statement that is associated with the given decision ID.
getDecisionStatement(long) - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns the statement that is associated with the given decision ID.
getDecisionStatement() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionStatement
Returns the decision statement that must evaluate to true to activate this decision ID (for displaying purposes).
getDecisionStatements() - Method in interface de.aristaflow.adept2.model.execution.DecisionActivityInstance
Gets all decision statements of this decision activity instance indexed by the corresponding decision ID.
getDecisionStatements() - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Gets all decision statements of this decision activity instance indexed by the corresponding decision ID.
getDefaultOrigins() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
 
getDefaultValue() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets the string representation of the default value for this (optional, non-virtual input) parameter.
getDefaultValue() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the string representation for the default value for the parameter of this template.
getDefaultValue() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the string representation for the default value for the parameter of this template.
getDefaultValue() - Method in interface de.aristaflow.adept2.model.common.Parameter
Gets the string representation of the default value for this (optional, non-virtual input) parameter.
getDeltaLayer() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDeltaLayer() - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableInstance
Returns a reference to the delta layer of the instance, or null if the instance is unchanged.
getDeltaLayer() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the delta layer of the template.
getDeployedProcessManagers() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the process managers, this template is deployed to.
getDerivableComment() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the comment set for the derivable status for either subprocess or top-level-usage.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns the description of the parameter for the end user.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets a description for this activity template definition for usage in the process model.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets a description for this operation for usage in the process model.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the description for the parameter of this template.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets a description for the ActivityTemplateDefinition of this reference for usage in the process model.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the description for the parameter of this template.
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
Returns a description text of the common identifier (may be null).
getDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets a description for the operation of this reference for usage in the process model.
getDescription() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets a description for this abstract activity for usage in the process model.
getDescription() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription.ConfigurationEntry
Gets a user-friendly description (including its localisation) for a configuration entry.
getDescription() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
Returns a description text of the icon (may be null).
getDescription() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the description of the parameter for the end user.
getDescription() - Method in interface de.aristaflow.adept2.model.common.ResourceDescriptor
Returns a description text of the resource (may be null).
getDescription() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Returns the description of this executable business process instance.
getDescription() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDescription() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns a description of the data element.
getDescription() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the description of this node.
getDescription() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the description of the process.
getDescription() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the description of the referenced process template.
getDestinationNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredEdge
 
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets a description of this activity model parameter for the developer/the administrator.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets a description for the developer of the activity template definition and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets a description for the developer of the configuration and the process modeler.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets a description for the developer of the component and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets a description for the developer of the operation and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets a description for the process modeler and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets a description of the ActivityTemplateDefinition of this reference for the developer and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameter
Gets a description of this activity template parameter for the developer/the administrator.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.CSReference
Gets a description for the developer of the configuration and the process modeler.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ECDReference
Gets a description for the developer of the component and the administrator of the activity model.
getDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets a description for the developer of the operation and the administrator of the activity model.
getDimensions() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
Gets all dimensions (width and height) the corresponding icon is available for.
getDisabledConnectors(int, ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getDisabledConnectors(int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
(needs to be stored)
getDistributorID() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the ID of the distributor, or null if not applicable.
getDriver(String) - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Attempts to locate a driver that understands the given URL.
getDriverManager() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Gets a reference to a DriverManager encapsulating the normal JDBC-driver manager.
getDrivers() - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Retrieves an Enumeration with all of the currently loaded JDBC drivers to which the current caller has access.
getDualInputValue(String, ProcessConstants.AdeptDataType, Class<T>) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
A "dual input parameter" is a parameter whose value can either be provided by an input parameter or by an activity configuration field with the same name or a combination of both.
getEBPInstance() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Returns an object that keeps all the information about the EBP to be executed.
getEBPInstanceReference() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Returns the reference to the corresponding process step which contains all information to identify the process step.
getEBPInstanceReference() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Returns the reference to the corresponding process step which contains all information to identify the process step.
getEBPInstanceReference() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException
Gets the reference to the executable business process that has been started on another runtime manager.
getEBPInstanceReference() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getEdge(int, int, ProcessConstants.EdgeType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getEdge() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredEdge
Return the edge object.
getEdge(int, int, ProcessConstants.EdgeType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the edge which is identified by the given source nodeID, destination nodeID and the edge type.
getEdgeCode(long) - Method in interface de.aristaflow.adept2.model.processmodel.DecisionActivity
Returns the edge code for the given decision ID.
getEdgeCode() - Method in interface de.aristaflow.adept2.model.processmodel.Edge
Returns the edge code.
getEdges(ProcessConstants.DeltaScope, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns a set of comparable edges (edges with structural information), of the given scope and type(s).
getEdgeState(int, int, ProcessConstants.EdgeType) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the state of the edge.
getEdgeStructure(ProcessConstants.EdgeType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getEdgeStructure(ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Convenient method which returns all edges including their structural data.
getEdgeType() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredEdge
 
getElement() - Method in class de.aristaflow.adept2.ui.events.SelectedEBPChangedEvent
Returns the EBPInstanceReference of the selected activity.
getEncoding() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getEndNode() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getEndNode() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the end node of the process.
getEntries() - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Gets a map containing all entries for this configuration description indexed by the name of the entry ( ConfigurationDescription.ConfigurationEntry.getName()).
getEntries() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationDescription
Gets all entries of this configuration description indexed by their names.
getEntries() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription
Gets a map containing all entries for this configuration description indexed by the name of the entry (ConfigurationDescription.ConfigurationEntry.getName()).
getEntriesForCheckID(String) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
 
getEntriesForCheckID(String) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getEntry(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Returns the configuration entry with the designated name or null if no entry with that name exists.
getEntry(String) - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription
Returns the configuration entry with the designated name or null if no entry with that name exists.
getErrorCode() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationEnvironmentException
Returns the well-defined ADEPT2-error code.
getErrorCode() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Returns the well-defined ADEPT2-error code.
getErrorCode() - Method in class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Gets the arbitrary code indicating the error in case the activity has failed.
getErrorMessage() - Method in class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Gets the arbitrary message indicating the error in case the activity has failed.
getErrorState() - Method in class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Gets the arbitrary state indicating the error in case the activity has failed.
getExecutableBusinessProcess() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the activity or the subprocess attached to the node.
getExecutableComponentDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the ExecutableComponentDescription this operation belongs to.
getExecutableComponentName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the system-wide unique name of the ExecutableComponentDescription of the ActivityTemplateDefinition of this reference.
getExecutableComponentName() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets the name of the ExecutableComponentDescription the operation of this reference.
getExecutableComponentName() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the system-wide unique name of the ExecutableComponentDescription this activity template definition is based upon.
getExecutableComponentName() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the ExecutableComponentDescription this operation belongs to.
getExecutableComponentName() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the system-wide unique name of the ExecutableComponentDescription this abstract activity is based upon.
getExecutionContext(QualifiedAgent, DataContainer, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Returns an execution context for a top-level instance its fields initialised with the provided values.
getExecutionContext(QualifiedAgent, ExecutableBusinessProcessInstance, DataContainer, ProcessConstants.ExecutionMode, boolean, Enquiry, Enquiry, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Returns an application related execution context its fields initialised with the provided values.
getExecutionContext(QualifiedAgent, ExecutableBusinessProcessInstance, DataContainer, Enquiry, Enquiry, Map<String, Set<String>>, Map<String, PluginData>, Map<String, String>) - Method in interface de.aristaflow.adept2.model.execution.ExecutionFactory
Returns an application related execution context for production mode its fields initialised with the provided values.
getExecutionContext() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the interactions that the executable component of this activity template definition supports for controlling its execution, that is whether the component responds to signals from the outside to suspend, reset or close the component.
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets 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.
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the interactions that the executable component of this operation supports for controlling its execution, that is whether the component responds to signals from the outside to suspend, reset or close the component.
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the interactions that the executable component of this abstract activity supports for controlling its execution, that is whether the component responds to signals from the outside to suspend, reset or close the component.
getExecutionControlProperties(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
Takes the given execution control properties element and creates an execution control properties object out of it
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Returns the execution control properties that reflect the abilities of this executable business process instance on reacting to execution control requests from the outside.
getExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Gets the interactions that this executable business process supports for controlling its execution, that is whether it responds to signals from the outside to suspend, reset or close it.
getExecutionHistoryXML() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceHistories
Returns the execution history of the instance as XML document.
getExecutionManagerURIs() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Returns the communication protocol depended URIs of the execution manager which executes the referenced EBP-instance.
getExecutionMode() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Informs the runtime manager about the execution mode.
getExecutionMode(int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the execution mode of the designated node, that is production mode, component test mode or substituted test mode (the component is not called at all but substituted).
getExecutionStatus() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the execution status of the instance.
getExecutionStatus() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Returns the execution status of the instance.
getExecutionStatusComment() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Returns the comment set for the current execution status.
getExecutionStatusDate() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Gets the date (as long) the current instance execution status has been set.
getExpectedDataType() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The ADEPT2-data element type of which the data element actually is.
getExpectedExecutionManager() - Method in exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
Gets the communication protocol depended URIs assigned to that execution manager which the client expected.
getExpectedRuntimeManager() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException
Gets the communication protocol depended URIs assigned to that runtime manager which the caller expected.
getExpectedUserDefinedTypes() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Gets the user-defined types which are expected and can be handled.
getFieldCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Returns the number of fields in this WebForm container.
getFieldCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Returns the number of fields in this WJP container.
getFieldNames() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Returns the names of all fields in this WebForm container.
getFieldNames() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Returns the names of all fields in this WJP container.
getFileName() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getFileName() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Gets the name of the file this descriptor represents.
getFileName() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Gets the name of the file as sent by the client, in case the attachment was a file upload, null otherwise (for non-file binary data).
getFixedForChildren() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfiguration
Gets the names of all configuration entries that may not be overridden by child configurations.
getFloat(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the float configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a double value.
getFloat(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the float configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a double value.
getFromInputParameters() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityConfiguration
Gets a map containing the names of configuration entries of which the values are to be retrieved from an input parameter.
getFromProcessConfigurations() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityConfiguration
Gets a map containing the names of configuration entries of which the values are to be retrieved from entries of the process configuration.
getGroupExecutionContext() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the execution context of the group this EBP instance can be part of.
getGroupExecutionContext() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Gets the execution context of the group this node can be part of.
getGroupName() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the name of the group this EBP instance can be part of.
getGroupName() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Gets the name of the group this node can be part of.
getGUIContext() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Gets the GUI context which contains the parent GUI for the application.
getGUIContext(SessionToken, ActivityInstance, EBPInstanceReference, String, ExecutionContext, ExecutionControlManager, Thread) - Method in class de.aristaflow.adept2.ui.guimanager.NullGUIManager
 
getGUIContext(SessionToken, ActivityInstance, EBPInstanceReference, String, ExecutionContext, ExecutionControlManager, Thread) - Method in class de.aristaflow.adept2.ui.guimanager.RemoteHTMLGUIManager
 
getGUIContextAttributes() - Method in class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
 
getGUIContextAttributes() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
Always returns the empty map.
getGUIContextID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the ID of the GUI context the executable component of this activity template definition needs, for instance, an SWT or an AWT context.
getGUIContextID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the ID of the GUI context the executable component needs, for instance, an SWT or an AWT context.
getGUIContextID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the ID of the GUI context the executable component of this operation needs, for instance, an SWT or an AWT context.
getGUIContextID() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the ID of the GUI context the executable component of this abstract activity needs, for instance, an SWT or an AWT context.
getHeader() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Returns the additional response headers.
getHeaderData() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Gets all header data which is sent with the body part of the multipart this attachment stems from.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the ID of the icon to use for process steps and worklist items of the underlying executable component.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the ID of the icon to use for process steps and worklist items of the underlying executable component.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the ID of the icon to use for process steps and worklist items for this operation.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the ID of the icon to use for process steps and worklist items for the operation of this reference.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.ECDReference
Gets the ID of the icon to use for process steps and worklist items of the underlying executable component.
getIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets the ID of the icon to use for process steps and worklist items for the operation of this reference.
getIconID() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the ID of the icon to use for process steps and worklist items of the underlying executable component.
getIconID() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the ID of the icon to use for process steps and worklist items of this EBPInstance.
getIconID() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Gets the ID of the icon to use for displaying this data element in a template view.
getIconID() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Gets the ID of the icon to use for displaying this node in a template view.
getID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the (world-wide) unique ID of the ActivityTemplateDefinition this activity template definition is based upon.
getID() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the (world-wide) unique ID of the ActivityTemplateDefinition of this reference.
getID() - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
Returns the repository-wide unique ID of the identifier.
getID() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the (world-wide) unique ID of the ActivityTemplateDefinition this abstract activity is based upon.
getID() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
Returns the repository-wide unique ID of the icon.
getID() - Method in interface de.aristaflow.adept2.model.common.ResourceDescriptor
Returns the repository-wide unique ID of the resource.
getID() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getID() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns the ID of the data element.
getID() - Method in class de.aristaflow.adept2.model.processmodel.IDWrappingTemplate
 
getID() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the (logical) ID of the instance, which is system-wide unique.
getID() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the (logical) ID of the instance, which is system-wide unique.
getID() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the id of the element.
getID() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the ID of the template.
getID() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the unique (with respect to a process repository) ID of the referenced process template.
getIdentifierID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns the ID of the identifier which describes the type of the parameter in detail, or the constant ProcessConstants.UNIVERSAL_IDENTIFIER_ID.
getIdentifierID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the ID of the identifier for the parameter of this template.
getIdentifierID() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the ID of the identifier for the parameter of this template.
getIdentifierID() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the ID of the identifier which describes the type of the parameter in detail, or the constant ProcessConstants.UNIVERSAL_IDENTIFIER_ID.
getIdentifierID() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the identifier of the mandatory output parameter which is not provided a value.
getIdentifierID() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns the ID of the common identifier, which represents the type of the element in detail.
getIdentifierPathRelToBase(String) - Static method in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifierPath
Returns the information about the structure of the identifier path for the given process element.
getIdentifiers() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets all identifiers of all (defined) parameters of this activity template independent from the access type of the parameters.
getIgnoredOutputParameters() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the names of all output parameters that have not been stored to the data container yet.
getImplementationClass() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the name of the class implementing ExecutableComponent which is called when the process node is executed for which this activity template definition is for.
getImplementationClass() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the name of the class implementing ExecutableComponent for the physical counterpart of this component description.
getImplementationClass() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the name of the class implementing ExecutableComponent for the physical counterpart of the component description of this operation.
getImplementationClass() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the name of the class implementing ExecutableComponent which is called when the process node is executed for which this abstract activity is for.
getIndexedInputParameters() - Method in interface de.aristaflow.adept2.model.processmodel.VariableParallelismEBP
Gets the input parameters of access type ActivityConstants.AccessType.READ that are split and distributed for the created subprocess instances.
getInitialSessionContext(ClientSessionFactory, String, EBPInstanceReference, DataContext, ExecutionContext, GUIContext, RuntimeEnvironment, Thread) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Returns an application related implementation of the session context and initialises the sessionID of the session context by the passed value.
getInitiatorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the qualified agent who initiated the instance.
getInitiatorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the qualified agent who initiated the instance.
getInnerType() - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
Gets the inner type of this list, that is the type of the list elements.
getInnerType(String) - Static method in class de.aristaflow.adept2.model.globals.SystemDataConstants
Parses the designated UDT name and returns the inner data type as well as the UDT name if appropriate.
getInputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the input parameter with the given name or null if no such parameter exists.
getInputParameters() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the input parameters of the referenced process template that has to be provided when a corresponding instance is started as a list.
getInputParameterTypes() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the types of all input parameters indexed by the parameter name.
getInputParameterValues() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the values of all input parameters indexed by the parameter name.
getInputParams() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns all input parameters in a list.
getInputTypes() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the input parameter types in an array of the corresponding classes ordered by their position.
getInputValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the value of the specified input parameter as an object of the closest related java type.
getInputValue(String, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the value of the specified input parameter as an object of the closest related java type.
getInputValue(String, ProcessConstants.AdeptDataType, boolean, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the value of the specified input parameter as an object of the closest related java type.
getInputValue(ProcessModelParameter, boolean, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the value of the specified input parameter as an object of the closest related java type or the appropriate converted type.
getInputValues() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the values of the input parameter in an array of object ordered by their position.
getInstance(String) - Static method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Returns the instance of the JDBC driver manager for the designated directory.
getInstanceExecutionStatus() - Method in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Gets the execution status of the instance which has led to this exception or null in case a migration state has led to this exception.
getInstanceID() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the ID of the instance this data container is for a node of.
getInstanceID() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Gets the instance ID that the data container is expected to be of (but is not) or null in case this exception has not been raised due to wrong node information when flushed.
getInstanceID() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Gets the ID of the process instance of which a data element has been requested which is of the wrong type.
getInstanceID() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the ID of the instance for which a mandatory output parameter has no value.
getInstanceID() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Returns the ID of the process instance the activity belongs to, the corresponding super-process instance or the instance itself in case of a reference to a top-level instance.
getInstanceID() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceHistories
The ID of the instance, the histories belong to.
getInstanceID() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Returns the (logical) ID of the instance, this status object belongs to.
getInstanceID() - Method in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Gets the execution status of the instance which has led to this exception or null in case a migration state has led to this exception.
getInstanceLogId() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Gets the stable ID of the instance referred to by EBPInstanceReference.getInstanceID().
getInstanceMigrationStatus() - Method in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Gets the migration status of the instance which has led to this exception or null in case an execution state has led to this exception.
getInstanceNameTemplate() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getInstanceNameTemplate() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets a (string) template for the name of instances created on this process template.
getInstancesChangeableComment(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the comment set for the "instances changeable"-status for either subprocess or top-level-usage.
getInstancesMigratableToComment(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the comment set for the "instances migratable to"-status for either subprocess or top-level-usage.
getInstanceStateListener() - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Gets the communication protocol depended URIs of the callback interface that needs to be informed in case of state changes (especially for termination) of this instance.
getInstantiableComment(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the comment set for the instantiable status for either subprocess or top-level-usage.
getInteger(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the integer configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a long value.
getInteger(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the integer configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a long value.
getInternalVersion() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the internal version of this template, that is, an encoded version number specifying the ancestors/descendants and siblings of a template.
getInvalidDataContainer() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Gets the data container that caused this exception.
getInvalidParameterName() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Gets the name of the parameter that has behaved unexpectedly or null in case this exception has been raised due to wrong node information when flushed.
getIPAddressLimit() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the IP address limit as integer or 0 if there is no limit
getIPAddressMask() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the mask value, or 0 if there is no mask or no limit.
getKnownUserLimit() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the overall number of users which are allowed to be known by the product or 0 if there is no user limit.
getLanguage() - Method in interface de.aristaflow.adept2.model.datamanagement.UserDefinedFunction
Gets the name of the programming language this user-defined function is written in.
getLastAddedReportEntry() - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
 
getLastAddedReportEntry() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getLastModificationTime() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the date (as long) when this template has been modified the last time.
getLastSavepoint(SessionToken) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Returns the last savepoint stored within this data container.
getLastSavepoint() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Returns the ID of the last savepoint the application can restart at.
getLastSignal() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Gets the last signal sent to the component of an activity or null in case no signal has been sent yet.
getLatestRevision() - Method in exception de.aristaflow.adept2.model.activitymodel.RevisionConflictException
Gets the latest revision that is needed for a version that is to be released.
getLicenceID() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the ID of the licence.
getLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the licence information for this activity template definition.
getLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the licence information for this executable component.
getLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the licence information for this operation.
getLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the licence information for the operation of this activity template.
getLicenceType() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the licence type.
getLicensee() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the name of the person or organisation to whom the licence has been issued, as it is displayed e.g. in the user interface.
getLightWeightProcess() - Method in interface de.aristaflow.adept2.model.processmodel.VariableParallelismEBP
Gets the lightweight process which is instantiated several times in the variable parallel branch.
getList() - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
Gets the list value of this UDT.
getListValue(Object) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Returns the string list value for the given object, or null if the object is not a representation of a list-valued string value.
getLoader() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ComponentObjectInputStream
Gets the context classloader of the current thread.
getLocale() - Method in class de.aristaflow.adept2.model.common.i18n.LocalisationResolver
 
getLocale() - Method in interface de.aristaflow.adept2.model.common.i18n.Localiser
Gets the Locale that should be used or that is used for localisation of this object or a related object.
getLocale() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getLocalisationDirect(Locale) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Gets the localisation value for the designated locale directly.
getLocalisationFactory() - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Gets the localisation factory which to use for localising attributes from model elements or null if model elements should not be localised.
getLocalisationFactory() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Gets the localisation factory which to use for localising attributes from model elements or null if model elements should not be localised.
getLocalisedActivityInstance() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Gets the activity instance localised with respect to the rich agent.
getLocalisedMessage(String, String, Locale, Class<?>, LocalisationFactory, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.i18n.LocalisationTools
Gets the localised message for the designated message key from the designated bundle for the designated locale.
getLocalisedMessage(String, String, Locale, Class<?>, CheckReport, LocalisedString...) - Static method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Gets the localised message for the designated message key from the designated bundle for the designated locale.
getLocalUris() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
getLockingAgent() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the agent that currently has the lock on this template or null in case the template is not locked.
getLogger() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Gets the logger which should be used for all log messages of the ExecutableComponent.
getLogID() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the (internal) ID of the instance, which is for internal and log use only.
getLogID() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the (internal) ID of the instance, which is for internal and log use only.
getLoginTimeout() - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Gets the maximum time in seconds that a driver can wait when attempting to log in to a database.
getMailAddresses() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Gets the mail addresses of the licensee.
getMergedConfiguration() - Method in interface de.aristaflow.adept2.model.common.MergingActivityConfiguration
Gets one configuration containing the merged values, that is the list of configurations is merged to a single configuration.
getMergedConfiguration() - Method in interface de.aristaflow.adept2.model.common.MergingConfiguration
Gets one configuration containing the merged values, that is the list of configurations is merged to a single configuration.
getMessage(Locale) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry
Gets the localised message of the check report entry corresponding to the designated locale or one of its fallback.
getMessage(Collection<Locale>) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry
Gets the localised message of the check report entry corresponding to the designated locales preferring previous locales.
getMigrationStatus() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Returns the migration status of the instance.
getMigrationStatusComment() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Returns the comment set for the current migration status.
getMigrationStatusDate() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Gets the date (as long) the current instance migration status has been set.
getMimeType() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getMimeType() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Returns the mime type of the response.
getMinBlock(Set<Node>) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getMinBlock(Set<Node>) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the minimal block of the given set of nodes.
getModelViewerClass(String) - Method in interface de.aristaflow.adept2.model.common.ModelViewerProvider
Gets the model viewer class for the designated plugin ID that allows type-save access to plugin data at model elements.
getModificationAgent() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the agent of the last modification of this branch.
getModificationTime() - Method in class de.aristaflow.adept2.model.common.Branch
Gets the last modification time of this branch.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns the name of the parameter.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the name of this activity template definition.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets the system-wide unique name of this ConfigurationSet.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the system-wide unique name of this ExecutableComponentDescription.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the name of this operation (unique with respect to the ExecutableComponentDescription).
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the name for the parameter of this template.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the name of the ActivityTemplateDefinition of this reference.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the name for the parameter of this template.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.CSReference
Gets the system-wide unique name of the ConfigurationSet of this reference.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.ECDReference
Gets the system-wide unique name of the ExecutableComponentDescription of this reference.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
The repository-wide unique name of the common identifier.
getName() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets the name of the operation of this reference (unique with respect to the ExecutableComponentDescription).
getName() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription.ConfigurationEntry
Gets the unique (with respect to the configuration description hierarchy, that is the parent configuration descriptions) name of this entry.
getName() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
The arbitrary name of the icon.
getName() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the name of the parameter.
getName() - Method in interface de.aristaflow.adept2.model.common.ResourceDescriptor
The arbitrary name of the resource.
getName() - Method in interface de.aristaflow.adept2.model.datamanagement.UserDefinedFunction
Gets the unique (with respect to the corresponding user-defined data type) name of this user-defined function.
getName() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Returns the name of this node/subprocess to be displayed in the worklist or the called application.
getName() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getName() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns the name of the data element.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the name of the instance.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the name of the instance.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the name of this node.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessType
Gets the unique (with respect to the process repository) name of the process type.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the name of the process.
getName() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the name (not necessarily unique) of the referenced process template.
getNamespace() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Gets the namespace of the XML that represents the UDT.
getNode(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNode(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the node with the given ID.
getNodeBranchID(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeBranchID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the ID of the branch the given node belongs to.
getNodeCorrespondingBlockNodeID(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeCorrespondingBlockNodeID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the ID of the corresponding block node.
getNodeID() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the ID of the node for which this data container provides the parameter values.
getNodeID() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Gets the node ID that the data container is expected to be of (but is not) or de.aristaflow.adept2.model.globals.CommonConstants#INT_ID_NOT_EXISTING in case this exception has not been raised due to wrong node information when flushed.
getNodeID() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the ID of the node of which a mandatory output parameter has not value.
getNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Returns the ID of the node of the process graph which contains the activity or which houses the sub-process.
getNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the ID of the node the structural node date belongs to.
getNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredDataEdge
Returns the ID of the node the structured data edge is connected to.
getNodeIDForTopologicalID(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeIDForTopologicalID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the static node ID for the given topological node ID.
getNodeIDsInArea(int, int, boolean) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeIDsInArea(int, int, boolean) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the IDs of the nodes which are in the area given by the ID of a first and a last node on a branch.
getNodeIDsWithActivityTemplate(UUID) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeIDsWithActivityTemplate(UUID) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns all nodes which are linked with the given activity.
getNodeIteration() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the iteration of the node for which this data container provides the parameter values.
getNodeIteration() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Gets the node iteration that the data container is expected to be of (but is not) or de.aristaflow.adept2.model.globals.CommonConstants#INT_ID_NOT_EXISTING in case this exception has not been raised due to wrong node information when flushed.
getNodeIteration() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the iteration of the node of which a mandatory output parameter has no value.
getNodeIteration() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Returns the iteration count of the node this EBPInstanceReference references.
getNodeIteration(int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
If the node is inside of a loop block, this function returns the number of the current iteration.
getNodeLWPInstanceID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns (a list of) the IDs of the referenced instance of the current iteration, if this light weight process represents one or more (in case of variable parallelism) instances.
getNodeLWPInstanceID(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns (a list of) the IDs of the referenced instance of the designated iteration, if this light weight process represents one or more (in case of variable parallelism) instances.
getNodes() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodes(ProcessConstants.DeltaScope) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns the IDs of nodes of the given scope.
getNodes() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns a set of all nodes which are in the template.
getNodesForDataElement(int, ActivityConstants.AccessType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodesForDataElement(int, ActivityConstants.AccessType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets the IDs of all nodes accessing the designated data element with the designated access types.
getNodesInState(ProcessConstants.NodeState...) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Gets all nodes (node IDs) of this instance which are in the designated states.
getNodeSplitNodeID(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeSplitNodeID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the ID of the first split node of the branch of the given node, following the control flow backward.
getNodeState(int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the state of the node with the given ID.
getNodeTopologicalID(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeTopologicalID(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns corresponding topological ID of the node.
getNodeType(int) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getNodeType() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the type of the node the structural node date belongs to.
getNodeType(int) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the constant representing the type of the designated node.
getNullInputParameters() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the names of all input parameters that are NULL.
getOperation() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the operation of this activity template definition.
getOperationName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the name of the operation (unique with respect to the ExecutableComponentDescription) of the ActivityTemplateDefinition of this reference.
getOperationName() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the name of the operation (unique with respect to the ExecutableComponentDescription) this activity template definition belongs to.
getOperationName() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the name of the operation (unique with respect to the ExecutableComponentDescription) this abstract activity belongs to.
getOperationNames() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets the operations, this ConfigurationSet may override configurations of.
getOperationNames() - Method in interface de.aristaflow.adept2.model.activitymodel.CSReference
Gets the operations, the ConfigurationSet of this reference contains.
getOrCreateOwn(K) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets the value of the designated key (including the parent) which is not inherited or creates a new one in case this collection does not have a specific value for this key yet.
getOriginator() - Method in interface de.aristaflow.adept2.model.execution.Enquiry
Gets the agent who has initiated this enquiry.
getOutdatedComment(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the comment set for the outdated status for either subprocess or top-level-usage.
getOutputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the output parameter with the given name or null if no such parameter exists.
getOutputParameters() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the output parameters of the referenced process template that are provided to a surrounding process template as a list.
getOutputParameters() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SerialisableDataContext
Gets the names and the types of the output parameters provided by this DataContext.
getOutputParameterTypes() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the types of all output parameters indexed by the parameter name.
getOutputParameterValues() - Method in interface de.aristaflow.adept2.model.datamanagement.ArchiveDataContainer
Gets the values of all output parameters that have been stored to the data container indexed by the parameter name.
getOutputParams() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns all output parameters in a list.
getOwnClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the part of the classpath that is added by this activity template definition to the one of the parent attribute.
getOwnClassPath() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the part of the classpath that is added by this operation to the one of the parent attribute.
getParamConfBoolean(ActivityConstants.AccessType, String, String, Boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as BOOLEAN.
getParamConfDate(ActivityConstants.AccessType, String, String, Date) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as DATE.
getParamConfFloat(ActivityConstants.AccessType, String, String, Double) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given value if it is not set or could not be parsed as FLOAT.
getParamConfInteger(ActivityConstants.AccessType, String, String, Long) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as INTEGER.
getParamConfString(ActivityConstants.AccessType, String, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or null if it is not set.
getParamConfUDT(ActivityConstants.AccessType, String, String, byte[]) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as USERDEFINED.
getParamConfURI(ActivityConstants.AccessType, String, String, URI) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or the given default value if it is not set or could not be parsed as URI.
getParamConfValue(ActivityConstants.AccessType, String, String, ProcessConstants.AdeptDataType, boolean, Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the designated parameter configuration value and logs messages or throws exceptions if it is not present.
getParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
 
getParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the parameter object linked to the passed parameter name.
getParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.execution.ActivityInstance
 
getParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Returns the parameter object linked to the passed parameter name.
getParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Returns the parameter object linked to the passed parameter name.
getParameterAttachments(List<FileItem>, Map<String, HTMLContext.Attachment>, Map<String, List<HTMLContext.Attachment>>) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Fills attachments and attachmentLists with the attachment parameters and the list-valued attachment parameters.
getParameterChangePolicy() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the parameter change policy for the operation of this activity, that is the supported interface changes for this operation (add, change and/or remove parameters).
getParameterChangePolicy() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the parameter change policy for this operation, that is the supported interface changes for this operation (add, change and/or remove parameters).
getParameterChangePolicy() - Method in interface de.aristaflow.adept2.model.common.BuildtimeActivity
Gets the parameter change policy for the operation of this activity, that is the supported interface changes for this operation (add, change and/or remove parameters).
getParameterLists() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Gets the parameters (mapping from parameter name to several values) that occur several times in the HTTP-reply and therefore have several values.
getParameterLists(HttpServletRequest) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Retrieves all list-valued parameters from the request and returns them as map.
getParameterLists(List<FileItem>) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Returns all list valued string parameters.
getParameterName() - Method in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Gets the name of the parameter which has been requested and which is of the wrong type.
getParameterName() - Method in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Gets the name of the mandatory output parameter which is not provided a value.
getParameterName(int) - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the name of the parameter which is connected to the given connector ID.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the parameters of the designated access type of the operation of this activity template.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the parameters of the designated access type of the operation of this activity template definition.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the parameters of the designated access type of this operation.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the parameters of the designated access type of the operation of this abstract activity.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the parameters of the designated access type of this operation.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the parameters of the designated access type of the operation of this abstract activity.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.execution.ActivityInstance
 
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Returns set of parameter objects by which this Activity/subprocess is provided with data values by the process management system or the set of parameter objects by which the process management system is provided with the calculation results of this component.
getParameters() - Method in interface de.aristaflow.adept2.model.execution.ParameterDataContext
Gets the names and the types of the parameters provided by this InputDataContext.
getParameters(ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Gets the parameters of the designated access type of the operation or subprocess this executable business process represents.
getParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the input or output parameters of the process.
getParameters() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SerialisableDataContext
Gets the names and the types of the parameters provided by this InputDataContext.
getParameters() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Gets the parameters (mapping from parameter name to value) that occur only once in the HTTP-reply and therefore have only one value.
getParameters(HttpServletRequest) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Retrieves all non-list-valued and non-attachment parameters from the request and returns them as map.
getParameters(List<FileItem>) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Returns all non-list-valued string parameters.
getParametersSortedByPosition(Collection<? extends ProcessModelParameter>) - Static method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the designated parameters sorted by the configured position.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets parameter templates that are defined for this activity template.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets parameter templates that are defined for the operation of this activity template definition or that are removed from the ones of the parent entity.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets parameter templates that are defined for all activity template definitions of this configuration set.
getParameterTemplates(ExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.
getParameterTemplates(Operation) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
Gets parameter templates that are defined for this executable component description and its child entities.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets parameter templates that are defined for this operation and its child entities or that are removed from the ones of the parent entity.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets parameter templates that are defined for the operation of this activity template definition or that are changed with respect to the ones of the parent entity.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets parameter templates that are defined for all activity template definitions of this configuration set.
getParameterTemplates(String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated executable component description.
getParameterTemplates(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageExecutableComponentDescription
Gets parameter templates that are defined for this executable component description and its child entities for storage.
getParameterTemplates() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets parameter templates that are defined for this operation and its child entities or that are changed with respect to the ones of the parent entity.
getParentComposite() - Method in interface de.aristaflow.adept2.ui.swtgui.SWTContext
Gets the parent composite of this context to use for the GUI of the application.
getParentEBPReference() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the reference to the super-instance, if this instance is a sub-process.
getParentFrame() - Method in interface de.aristaflow.adept2.ui.awtgui.AWTContext
Gets the parent frame of this context to use for the GUI of the application.
getParentFrame() - Method in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
 
getParentInstanceID() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the ID of the super-instance, if this instance is a sub-process.
getParentNodeID(int) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateDeltaLayer
 
getParentTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateProxy
Gets the IDs the parent template of this template or null if this is the root template of the corresponding process type.
getParentToChildIDMapping() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateDeltaLayer
 
getParser(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
Returns a parser for the specified parameterised string.
getPerformingAgent(int) - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the qualified agent who is executing or has executed the activity, null if no agent has been assigned yet due to the current node state.
getPluginData() - Method in interface de.aristaflow.adept2.model.common.PluginData
Returns an immutable object of the whole plug-in data.
getPluginData(String) - Method in interface de.aristaflow.adept2.model.common.PluginDataContainer
Returns the plug-in data object for the given plug-in ID, or null if the plug-in is not in the set of supported plug-ins.
getPluginData(String) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getPluginDataContainer(CommonModelFactory, Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
Returns all plug-in data mappings from the given element.
getPluginDataEntry(String) - Method in interface de.aristaflow.adept2.model.common.PluginData
Returns the value assigned to the plug-in data entry.
getPluginDatas() - Method in interface de.aristaflow.adept2.model.common.PluginDataContainer
Returns a map from the ID of a plug-in to the plug-in data objects.
getPluginDatas() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getPluginID() - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
getPluginID() - Method in interface de.aristaflow.adept2.model.common.PluginData
Returns the system-wide unique ID of the plug-in, this data belongs to.
getPredByEdgeType(int, ProcessConstants.EdgeType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getPredByEdgeType(ProcessConstants.DeltaScope, int, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns a list of node IDs which are predecessors of the node, using edges of the given types.
getPredByEdgeType(int, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the IDs of the nodes, which are direct predecessors of the node, using edges of the given types.
getPreferredLocales() - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Gets the locales this check report should provide (or at least a fallback for each of the locales).
getPreferredLocales() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Gets the locales this change report should provide (or at least a fallback of each).
getPreventingState() - Method in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Gets the string representation of the state which prevents the desired action and which has led to this exception.
getProcessFlexibiltyEnabledTemplates() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the names of the process types the process flexibility is enabled for (cf.
getProcessInstanceName() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the resolved name of the (parent) process instance of the executable business process of this EBPInstance.
getProcessTemplateName() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the name of the (parent) process template of the executable business process of this EBPInstance.
getProcessTemplateVersion() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the logical version of the process template of the (parent) process template of the executable business process of this EBPInstance.
getProcessType() - Method in interface de.aristaflow.adept2.model.execution.ExecutableBusinessProcessInstance
Gets the process type of the (parent) process template of the executable business process of this EBPInstance.
getProcessType() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getProcessType() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the process type, which is a short term which kind of schema this template represents.
getProcessType() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the unique process type name of the referenced process template.
getProcessTypeLimit() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the names of the process types which are allowed for execution or null if unlimited.
getProducts() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the names of the products (key) and if the usage is included in the licence (value).
getProgressMonitor() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Returns the assigned progress monitor which should be notified about the progress of the run.
getQualifiedAgent(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
Create a new qualified agent object from the given xml element.
getQuestion() - Method in interface de.aristaflow.adept2.model.execution.Enquiry
Gets the question (and therefore the reason) for this enquiry.
getRawApplicationState() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Gets the raw application state stored for last savepoint.
getRawApplicationState(String) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Gets the raw application state stored for designated savepoint as object.
getRecipients() - Method in interface de.aristaflow.adept2.model.execution.Enquiry
Gets the agents who receive this enquiry.
getRelease() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
This service is started outside of the platform and therefore does not support the methods of ADEPT2Service.
getReplacer(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
Returns a replacer for the specified parameterised string to replace parameter references with actual values.
getRepliedEnquiry(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Gets the last replied enquiry which allows to retrieve the corresponding reply.
getRepliedEnquiry() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Gets the replied enquiry in case the activity has been made an enquiry for (by the current user) and this has been replied now.
getRepliedEnquiry() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Gets the replied enquiry in case the activity has been made an enquiry for (by the current user for execution of the current component) and this has been replied now.
getRepliedEnquiry() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets the replied enquiry in case the execution has an enquiry (by the current user) and this has been replied now.
getReplier() - Method in interface de.aristaflow.adept2.model.execution.Enquiry
Gets the agent that has replied this enquiry.
getReply() - Method in interface de.aristaflow.adept2.model.execution.Enquiry
Gets the reply for this enquiry which is set by the recipients of this enquiry.
getReportEntries() - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
 
getReportEntries() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getReportSummary(Locale) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Gets a report summary of all check report entries using the designated locale for all messages.
getReportSummary() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getReportSummary(Locale) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Gets a report summary of all check report entries using the designated locale for all messages.
getResponse(HTMLContext.HTTPReply) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
 
getResponse(HTMLContext.HTTPReply) - Method in interface de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPReplyHandler
Provides the reply handler with the parameters retrieved by the HTTP-request.
getRestrictions() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription.ConfigurationEntry
Gets the restrictions that apply to this configuration entry value.
getReturnType() - Method in interface de.aristaflow.adept2.model.datamanagement.UserDefinedFunction
Gets the return type of this user-defined function as a data element type.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the (base) revision of this activity template definition which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets the (base) revision of this configuration set which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the (base) revision of this executable component description which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the (base) revision of this operation which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the (base) revision of the activity template definition of this reference which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.CSReference
Gets the (base) revision of the configuration set of this reference which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.ECDReference
Gets the (base) revision of the executable component description of this reference which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
Gets the (base) revision of this identifier which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets the (base) revision of the operation of this reference which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
Gets the (base) revision of this icon which allows to track changes.
getRevision() - Method in interface de.aristaflow.adept2.model.common.ResourceDescriptor
Gets the (base) revision of this resource which allows to track changes.
getRevision() - Method in class de.aristaflow.adept2.model.common.Revision
Gets the revision count of this revision. 0 is for the initial revision, that is the corresponding entity is not versioned yet.
getRootTemplate() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessType
Gets (a proxy for) the root template of this process type which is the first ancestor of the null template.
getRowCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns the number of rows of this WebForm subtable.
getRowCount() - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns the number of rows of this WJP subtable.
getRowCount() - Method in interface de.aristaflow.adept2.model.common.MemoryResultSet
Gets the amount of rows of this memory result set.
getRuntimeEnvironment() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Returns a reference to the appropriate RuntimeEnvironment.
getRuntimeFlexibiltyEnabledTemplates() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the names of the process types the runtime flexibility is enabled for (cf.
getRuntimeManagerURI() - Method in exception de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException
Gets the URIs for the runtime manager causing this exception since they cannot be resolved.
getRuntimeManagerURIs() - Method in exception de.aristaflow.adept2.model.execution.AgentUnknownException
Gets the URIs of the runtime manager a specific agent wants to execute an activity on but the agent is unknown.
getRuntimeManagerURIs() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Returns the communication protocol depended URIs of the runtime manager instance which is used for executing the referenced EBP-instance.
getRuntimeRequiredServices() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
getSavepoint() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets the savepoint at which the execution is to be resumed if it is to be resumed at all.
getSavepoints(SessionToken) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Returns the IDs of the stored savepoints kept in the DataContainer.
getSeparatedClassPath(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
 
getSeparatedClassPaths() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the classpath separated by the activity model entity type a part of the classpath stems from.
getServiceInstanceName() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
This service is started outside of the platform and therefore does not support the methods of ADEPT2Service.
getServletName() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
getSessionID() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Returns the the session id that makes possible to identify the application instance the session context belongs to.
getSessionID() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Returns the the session id that makes possible to identify the execution the session context belongs to.
getSessionID() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException
Gets the execution session ID that is unknown and lead to this exception.
getSessionID() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getSimpleReportSummary(Locale) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Gets a report summary of all warning and failure check report entries using the designated locale for all messages.
getSimpleReportSummary() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
getSimpleReportSummary(Locale) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Gets a report summary of all warning and failure check report entries using the designated locale for all messages.
getSize() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getSize() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Gets the size of the attachment as number of bytes.
getSizeString() - Method in class de.aristaflow.adept2.extensions.datatypes.FileUDT
 
getSourceNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.StructuredEdge
The source node ID of the edge.
getSplitNodeID() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the split node ID of the node the structural node date belongs to.
getStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the staff assignment rule that is proposed by the developer of the operation or the administrator of the activity model.
getStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets the staff assignment rule that is proposed by the administrator of the activity model for all the activity template definitions of this configuration set.
getStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the staff assignment rule that is proposed by the developer of the operation or the administrator of the activity model.
getStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the staff assignment rule that is proposed by the developer of the operation of this activity template or the administrator of the activity model.
getStaffAssignmentRule(Operation) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the staff assignment rule that is proposed by the administrator of the activity model for the activity template definitions of this configuration set that are based on the designated operation.
getStaffAssignmentRule(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (non-inherited) staff assignment rule that is proposed by the administrator of the activity model for the activity template definitions of this configuration set that are based on the designated operation.
getStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the rule the organisational model component can interpret, and offer possible staff assignments to the workflow management system.
getStarterRule() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Gets the staff rule which specifies which agent may create and start an instance of this template.
getStartNode() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getStartNode() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the start node of the process.
getStartupRequiredServices() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the current deployment state of this activity template definition, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Gets the current deployment state of this configuration set, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the current deployment state of this executable component description, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the current deployment state of this operation, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the current deployment state of the activity model branch which is the aggregated state of the ActivityTemplateDefinition of this activity template and the state of its parent entities.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.ATDReference
Gets the current deployment state of the ActivityTemplateDefinition of this reference that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.CSReference
Gets the current deployment state of the configuration set of this reference, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.ECDReference
Gets the current deployment state of the component description of this reference, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.Identifier
Gets the current deployment state of this operation, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.activitymodel.OperationReference
Gets the current deployment state of this operation, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.common.IconDescriptor
Gets the current deployment state of this code descriptor, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in interface de.aristaflow.adept2.model.common.ResourceDescriptor
Gets the current deployment state of this resource descriptor, that is whether it is currently modified, it can be used or it may not be used any more.
getState() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Gets the current (simple) state of the component of an activity.
getState() - Method in exception de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
Returns the component-specific state describing the failure further in a machine-readable form.
getStatus() - Method in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Return the HTTP status code of the response.
getStorageATD() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the object that allows to easily store the data of this ActivityTemplateDefinition.
getStorageCS() - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the object that allows to easily store the data of this ConfigurationSet.
getStorageECD() - Method in interface de.aristaflow.adept2.model.activitymodel.ExecutableComponentDescription
Gets the object that allows to easily store the data of this ExecutableComponentDescription.
getStorageOperation() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the object that allows to easily store the data of this Operation.
getStoredValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the stored value of the specified output parameter as an object of the closest related java type.
getStoredValue(String, ProcessConstants.AdeptDataType, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the stored value of the specified output parameter as an object of the closest related java type.
getStoredValue(ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Retrieves the stored value of the specified output parameter as an object of the closest related java type or the appropriate converted type.
getStoredValues() - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Gets the stored values of the output parameter in an array of object ordered by their position.
getString(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the configuration value provided under the designated entry name as string which will always work even if the designated entry has another type.
getString(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the configuration value provided under the designated entry name as string which will always work even if the designated entry has another type.
getStringValue(Object) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Returns the string value for the given object, or null if the object is not a representation of a (non-list-valued) string value.
getSuccByEdgeType(int, ProcessConstants.EdgeType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getSuccByEdgeType(ProcessConstants.DeltaScope, int, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.DeltaLayer
Returns a list of node IDs which are successors of the node, using edges of the given types.
getSuccByEdgeType(int, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the IDs of the nodes, which are direct successors of the node, following edges of the given types.
getSupervisorAgent() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getSupervisorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns the supervisor agent of the instance.
getSupervisorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns the supervisor agent of the instance.
getSupervisorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the supervisor agent of the process template.
getSupervisorAgent() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns the supervisor agent of the process template.
getSupportedPlugins() - Method in interface de.aristaflow.adept2.model.common.PluginDataContainer
Returns a map from the ID of an extension point to the IDs of the plug-ins within the extension point.
getSupportedPlugins() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getSuspendTimeout() - Method in class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Gets the timeout in case the activity has suspended and wants to be resumed after the designated time has elapsed.
getSystemComponent() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets the signature in case the executable component of this activity template definition is privileged component and may access system services.
getSystemComponent() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Gets the signature in case this executable component is a privileged component and may access system services.
getSystemComponent() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets the signature in case the executable component of this operation is a privileged component and may access system services.
getSystemComponent() - Method in interface de.aristaflow.adept2.model.common.AbstractActivity
Gets the signature in case the executable component of this abstract activity is privileged component and may access system services.
getSystemIdentifiers() - Static method in class de.aristaflow.adept2.model.globals.SystemIdentifier
Returns all registered system identifiers in an array.
getSystemParameter(String, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the system parameter object linked to the passed parameter name.
getSystemParameters(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns set of system parameter objects by which this node is provided with data values by the process management system or the set of parameter objects by which the process management system is provided with the system information of this node, for instance the executing agent.
getTemplate() - Method in interface de.aristaflow.adept2.model.processmodel.EmbeddedProcess
Returns the template of the embedded process.
getTemplate() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns a reference to the template, which keeps the structural and element data (i.e. all non-instance-specific data).
getTemplate() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Gets the process template which is referenced by this object.
getTemplateDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets a description for the process modeler and the administrator of the activity model.
getTemplateDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets a description for the process modeler and the administrator of the activity model.
getTemplateID() - Method in interface de.aristaflow.adept2.model.execution.LightWeightProcessInstance
Returns the ID of the referenced template.
getTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.EmbeddedProcess
Returns the ID of the referenced embedded template.
getTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.ReferencedProcess
Returns the ID of the referenced template.
getTemplateID() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns the ID of the template this status object belongs to.
getTemplateName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the unique (with respect to the corresponding entity) name of this parameter template.
getTemplateName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the unique (with respect to the corresponding entity) name of this parameter template.
getTerminatedState() - Method in class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Gets the state of the activity after its termination.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplate
Gets the (stand-alone) test configuration of this activity template that corresponds to the (merged) configuration description of this activity template.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ActivityTemplateDefinition
Gets the test configuration of this activity template definition that corresponds to the configuration description of this activity template definition.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.
getTestConfiguration(ExecutableComponentDescription) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
getTestConfiguration(Operation) - Method in interface de.aristaflow.adept2.model.activitymodel.ConfigurationSet
Gets the test configuration for the activity template definitions of this configuration set that are based on the designated operation.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.Operation
Gets the test configuration of this operation that corresponds to the configuration description of this operation.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageActivityTemplateDefinition
Gets the test configuration of this activity template definition that corresponds to the configuration description of this activity template definition.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the test configuration for this whole configuration set that corresponds to the configuration description of this configuration set.
getTestConfiguration(String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) test configuration for the activity template definitions of this configuration set that are based on the designated executable component description.
getTestConfiguration(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfigurationSet
Gets the (unmerged) test configuration for the activity template definitions of this configuration set that are based on the designated operation.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageOperation
Gets the test configuration of this operation that corresponds to the configuration description of this operation.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.common.BuildtimeActivity
Gets the test configuration of this buildtime activity.
getTestConfiguration() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.Activity
 
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Gets the (stand-alone) test configuration of this executable business process.
getTestConfiguration() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Gets the (stand-alone) test configuration of this process template.
getTimeLimitEnd() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the date until which the licence is valid, or null if the usage time is not limited.
getTimeLimitStart() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the start date from which the licence is valid, or null if the usage time is not limited.
getTimestamp() - Method in class de.aristaflow.adept2.model.common.Revision
Gets the timestamp of this revision, that is the time, this revision has been created. 0 is for the initial revision, that is the corresponding entity is not versioned yet.
getTopologicalID() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessModelFactory.StructuralNodeData
Returns the topological ID of the node the structural node date belongs to.
getTransactionLimit() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the transactions which are allowed per day, or 0 if the daily transactions are not limited.
getTransferredGUIContextID() - Method in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
 
getTranslatableAttributes() - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
getType() - Method in interface de.aristaflow.adept2.model.processmodel.DataEdge
Returns the constant stating the type of the edge (READ or WRITE).
getType() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Gets the type of the executable business process, for instance an activity or a subprocess.
getType() - Method in interface de.aristaflow.adept2.model.processmodel.Edge
Returns the constant stating the type of the edge.
getType() - Method in interface de.aristaflow.adept2.model.processmodel.ExecutableBusinessProcess
Gets the type of the executable business process, for instance an activity or a subprocess.
getTypeFor(String) - Static method in enum de.aristaflow.adept2.model.common.RestrictionType
Returns the enum item for the given identifying token or null if the token in not recognised.
getUDT(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the UDTValue configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a byte[] value.
getUDT(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the UDTValue configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a byte[] value.
getUdtName() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Gets the name of the user-defined type.
getUDTName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns the name of the user-defined type, if the parameter is of type user-defined (cf AbstractActivityModelParameter.getDataType()).
getUDTName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets the name for the user-defined data type for the parameter of this template.
getUDTName() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets the name for the user-defined data type for the parameter of this template.
getUDTName() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns the name of the user-defined type, if the parameter is of type user-defined (cf Parameter.getDataType()).
getUDTName() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
In case the type of the data element is "user-defined", this function returns a string which specifies type.
getUdtNameListOfSimpleType(ProcessConstants.AdeptDataType) - Static method in class de.aristaflow.adept2.model.globals.SystemDataConstants
Gets the UDT name for a serialised java.util.List having elements of the designated inner data type.
getUdtNameListOfUdt(String) - Static method in class de.aristaflow.adept2.model.globals.SystemDataConstants
Gets the UDT name for a serialised java.util.List having elements of user-defined inner data type with the designated name.
getUdtNameListUdtOfSimpleType(ProcessConstants.AdeptDataType) - Static method in class de.aristaflow.adept2.model.globals.SystemDataConstants
Gets the UDT name for a ListUdt having elements of the designated inner data type.
getUdtNameListUdtOfUdt(String) - Static method in class de.aristaflow.adept2.model.globals.SystemDataConstants
Gets the UDT name for a ListUdt having elements of user-defined inner data type with the designated name.
getUnconnectedConnectors(int, ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getUnconnectedConnectors(int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.Template
(convenience method, calculated on the fly)
getUnsavedIgnoredParameters(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the names of the parameters for the designated savepoint that should be ignored and that have not been saved yet.
getUnsavedSavepoints() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the names of all savepoints that have not been stored yet.
getUnsavedSessionState(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the session states for the designated savepoint that have not been saved yet.
getUnsavedTypes() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets all names of unsaved parameters and the corresponding data types.
getUnsavedValues(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Gets the parameter values for the designated savepoint that have not been saved yet.
getURI(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets the URI configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a URI value.
getURI(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets the URI configuration value provided under the designated entry name or null if the value is not present or cannot be parsed to a URI value.
getURI() - Method in interface de.aristaflow.adept2.model.common.UpdateableObject
Gets the system-wide unique URI identifying the designated object.
getURIs(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
Create a new array of URIs from the given XML element.
getURIs() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
getURL() - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
 
getURL(Map<String, String>) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
 
getURL() - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
Gets the URL which the server provides for responses and signals to the executed application corresponding to this context.
getURL(Map<String, String>) - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
Gets the URL which the server provides for responses and signals to the executed application corresponding to this URL context appended by the designated string map as URL query (after a '?')
getURL() - Method in class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
 
getURL() - Method in interface de.aristaflow.adept2.ui.htmlgui.URLContext
Gets the URL of the (remote) HTMLContext which provides the GUI.
getURL() - Method in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
 
getUsageAsSubprocess() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets how the template may be used, that is whether the template may be used as a top-level process only, a copied subprocess, a referenced subprocess or both.
getUsageAsSubprocess() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Gets how the template may be used, that is whether the template may be used as a top-level process only, a copied subprocess, a referenced subprocess or both.
getUsedLocales() - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
getUserAttributes() - Method in interface de.aristaflow.adept2.model.common.UserAttributeContainer
Returns all user attributes as map, the key of the map is the name of the attribute.
getUserAttributes(Element) - Static method in class de.aristaflow.adept2.model.common.XMLImportTools
Returns all user attributes in the given user attribute container.
getUserAttributes() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getUserAttributeValue(String) - Method in interface de.aristaflow.adept2.model.common.UserAttributeContainer
Returns the value of the user attribute.
getUserAttributeValue(String) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getUserDefinedType() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
getUserDefinedType() - Method in class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
Gets the name (a string) of the user-defined type of this value.
getUserDefinedType() - Method in interface de.aristaflow.adept2.model.datamanagement.UDTValue
Gets the name (a string) of the user-defined type of this value.
getUserDefinedType() - Method in interface de.aristaflow.adept2.model.datamanagement.UserDefinedFunction
Gets the name (a string) of the user-defined type to which this user-defined function belongs to.
getUsingUserLimit() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the number of users which are allowed to be logged on concurrently or 0 if there is no user limit.
getValue(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Returns the value of the field with the given name.
getValue(String, int) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns the value of the specified column and row.
getValue(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Returns the value of the field with the given name.
getValue(String, int) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns the value of the specified column and row.
getValue(String, Locale) - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
Returns the value of the specified attribute in the given locale.
getValueAsArray() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
getValueAsArray() - Method in interface de.aristaflow.adept2.model.datamanagement.UDTValue
Gets the value as a byte array of this user-defined data type.
getValueAsStream() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
getValueAsStream() - Method in interface de.aristaflow.adept2.model.datamanagement.UDTValue
Gets the value as an InputStream of this user-defined data type.
getValues() - Method in interface de.aristaflow.adept2.model.activitymodel.StorageConfiguration
Gets the string representations of all configuration entries set in this configuration.
getValues(int) - Method in interface de.aristaflow.adept2.model.common.MemoryResultSet
Gets the values for the designated rows.
getValues() - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
Returns the values set for the data context, that is a mapping from parameter names to the corresponding values as Java-objects.
getVersion() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns the product version for which this licence has been issued.
getVersion() - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
getVersion() - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns the logic version of the template, which distinguishes between, for instance, the major and minor versions (1.1.x vs. 1.x.y).
getVersion() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Gets the logic version of the template, which distinguishes between, for instance, the major and minor versions (1.1.x vs. 1.x.y).
getWrappedDataContainer() - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Gets the data container that is wrapped by this indexed access data container, that is, the wrapped data container provides lists for the indexed input parameters as well as (storing) lists for all output parameters.
getWrappedSessionContext(SessionContext, DataContext, ProcessConstants.ExecutionMode, GUIContext, RuntimeEnvironment, Thread) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironmentFactory
Returns a session context based on the designated one.
getXsdFileName() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Gets the file name of the XSD of this UDT.
getXsdFileName() - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
 
getXsdFileName() - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
 
GROUPING_ITEM_INSTANCE_NAME - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
The index for localisations of the instance name for a grouping item.
GUIConstants - Class in de.aristaflow.adept2.model.globals
This class defines constants regarding the GUI of application components.
GUIConstants() - Constructor for class de.aristaflow.adept2.model.globals.GUIConstants
 
GUIContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
This interface provides access to the parent GUI of an application.

H

hasColumn(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Returns whether this WebForm subtable has a column with the given name.
hasColumn(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Returns whether this WJP subtable has a column with the given name.
hasConf(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the specified configuration entry is set.
hasField(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Returns whether this WebForm container has a field with the given name.
hasField(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Returns whether this WJP container has a field with the given name.
hashCode() - Method in class de.aristaflow.adept2.model.common.ExecutionControlProperties
 
hashCode() - Method in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
 
hashCode() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
hashCode() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
 
hashCode() - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
EBPInstanceReferences are equal in case they reference the same executable business process, therefore Object.equals(Object) and Object.hashCode() have to be overridden.
hashCode() - Method in interface de.aristaflow.adept2.model.processmodel.ProcessType
ProcessTypes are equal in case they have the same name and the same root template (not proxy!!).
hasInputListParam(String, ProcessConstants.AdeptDataType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the input parameter with the specified name exists and is a list with the specified element type.
hasInputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the input parameter with the specified name exists.
hasInputValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Checks whether the value of the specified input parameter is set, i.e. is not null.
hasOutputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the output parameter with the specified name exists.
hasOwnFromInputParameter(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Gets whether the designated configuration entry has an own parameter name for retrieval from an input parameter within this configuration.
hasOwnFromProcessConfiguration(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Gets whether the designated configuration entry has not an process configuration entry name for retrieval from the process configuration within this configuration.
hasOwnValue(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets whether the value for the entry with the designated name has an own value within this configuration, that is, the value is not being inherited from the parent configuration.
hasParam(String, ActivityConstants.AccessType) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the parameter with the specified name and access type exists.
hasParamConf(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns whether the specified configuration entry is set.
header - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Headers for the HTTP response.
headerData - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
height - Variable in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
The height in pixel.
HTML_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for the HTML GUI context which allows for rendering HTML.
HTMLContext - Interface in de.aristaflow.adept2.ui.htmlgui
HTMLContext provides the means to create an HTML-document as user-interface for an executed component.
HTMLContext.Attachment - Class in de.aristaflow.adept2.ui.htmlgui
An Attachment represents either binary data or a (text) file uploaded to the HTTP-service.
HTMLContext.HTTPReply - Class in de.aristaflow.adept2.ui.htmlgui
The HTTPReply wraps the data sent as GET or POST to the web server.
HTMLContext.Response - Class in de.aristaflow.adept2.ui.htmlgui
A HTTP-response to be sent to the HTTP-client.
HTMLContext.Response.MimeType - Class in de.aristaflow.adept2.ui.htmlgui
Common mime types for dynamic content
HTTPReply(Map<String, String>, Map<String, HTMLContext.Attachment>, Map<String, List<String>>, Map<String, List<HTMLContext.Attachment>>) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Creates a new HTTPReply with the designated attributes.
HTTPReplyHandler - Interface in de.aristaflow.adept2.ui.htmlgui.httpservice
HTML-activities are provided a single HTTP-service which accepts data sent back to an activity and assigns it to a registered activity.
httpService - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
The HTTP service (servlet) handling the requests.
HTTPService - Interface in de.aristaflow.adept2.ui.htmlgui.httpservice
A HTTPService provides the means to register and deregister handlers for replies for an activity sent via HTTP.
httpService - Variable in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
The HTTP service for deregistering this reply handler.

I

IconDescriptor - Interface in de.aristaflow.adept2.model.common
An icon descriptor is used as a reference to the icon in the repository and to store additional data, like a revision and support types.
IconDescriptor.Dimension - Class in de.aristaflow.adept2.model.common
Simple class for a dimension, that is a width and a height in pixel used for icons.
id() - Method in class de.aristaflow.adept2.model.globals.SystemIdentifier
Returns the ID of the system identifier.
Identifier - Interface in de.aristaflow.adept2.model.activitymodel
The identifier is used to uniquely describe the usage of a data type, e.g.
IDENTIFIER_ID_ACTIVITY_ERROR_CODE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for the error code of a failed activity.
IDENTIFIER_ID_ACTIVITY_ERROR_COUNT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for the error message of a failed activity.
IDENTIFIER_ID_ACTIVITY_ERROR_MESSAGE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for the error message of a failed activity.
IDENTIFIER_ID_ACTIVITY_ERROR_STATE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for the error state of a failed activity.
IDENTIFIER_ID_DATA_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for a data context.
IDENTIFIER_ID_DECISION - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants
identifier ID for the decision (output) parameter of an XOR split node
IDENTIFIER_ID_EBP_TYPE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier for the EBP type.
IDENTIFIER_ID_EC_NAME - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
IDENTIFIER_ID_INSTANCE_CREATION_DATE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#INSTANCE_CREATION_DATE system data producer
IDENTIFIER_ID_INSTANCE_ID - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for an instance ID.
IDENTIFIER_ID_INSTANCE_INITIATOR_AGENT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#INSTANCE_INITIATOR_AGENT_ID system data producer
IDENTIFIER_ID_INSTANCE_INITIATOR_ORGPOSITION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#INSTANCE_INITIATOR_ORGPOSITION_ID system data producer
IDENTIFIER_ID_INSTANCE_LOG_ID - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for an instance log ID.
IDENTIFIER_ID_INSTANCE_NAME - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for an instance name.
IDENTIFIER_ID_INSTANCE_SUPERVISOR_AGENT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#INSTANCE_SUPERVISOR_AGENT_ID system data producer
IDENTIFIER_ID_INSTANCE_SUPERVISOR_ORGPOSITION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#INSTANCE_SUPERVISOR_ORGPOSITION_ID system data producer
IDENTIFIER_ID_IS_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for EBPType#isActivity().
IDENTIFIER_ID_NODE_ID - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier for a node id.
IDENTIFIER_ID_NODE_ITERATION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for a node iteration.
IDENTIFIER_ID_NODE_NAME - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for a node name.
IDENTIFIER_ID_NODE_PERFORMING_AGENT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#NODE_PERFORMING_AGENT_ID system data producer
IDENTIFIER_ID_NODE_PERFORMING_ORGPOSITION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#NODE_PERFORMING_ORGPOSITION_ID system data producer
IDENTIFIER_ID_NODE_STAFF_ASSIGNMENT_RULE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#NODE_STAFF_ASSIGNMENT_RULE system data producer
IDENTIFIER_ID_NODE_TERMINATION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for the node termination date.
IDENTIFIER_ID_TEMPLATE_ID - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for a template ID.
IDENTIFIER_ID_TEMPLATE_NAME - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
Identifier ID for a template name.
IDENTIFIER_ID_TEMPLATE_SUPERVISOR_AGENT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#TEMPLATE_SUPERVISOR_AGENT_ID system data producer
IDENTIFIER_ID_TEMPLATE_SUPERVISOR_ORGPOSITION - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
identifier ID of the de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer#TEMPLATE_SUPERVISOR_ORGPOSITION_ID system data producer
IDENTIFIER_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants
The IDENTIFIER_NOT_SET constant is used to show that the identifierID of a DataElement/Parameter is not set yet.
identifierID - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The identifier of the mandatory output parameter which is not provided a value.
IDExecutionEnvironment - Class in de.aristaflow.adept2.core.runtimemanager.executionenvironments
The ID Execution Environment is used for executing application which though they implement the ExecutableComponent interface don't have an ADEPT2-Registry conform constructor.
IDExecutionEnvironment(ActivityInstance) - Constructor for class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
Creates a new IDExecutionEnvironment for the designated activity instance.
IDWrappingTemplate - Class in de.aristaflow.adept2.model.processmodel
This class wraps an embedded template, so that Template.getID() returns the ID of the embedded process instead of the ID the original template had.
IDWrappingTemplate(Template, UUID) - Constructor for class de.aristaflow.adept2.model.processmodel.IDWrappingTemplate
 
ignoredValue(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Returns whether the value of the designated output parameter is or has not been set (ignored) by the application.
ignoredValue(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Returns whether the value of the element at the designated index at the output parameter list of the designated name is or has not been set (ignored) by the application.
ignoredValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Returns whether the value of the designated output parameter is not or has not been set (ignored) by the application.
ignoredValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
ignoreValue(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Ignores the value of the designated parameter.
ignoreValue(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Ignores the value of the element at the designated index at the output parameter list of the designated name.
ignoreValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Ignores the value of the designated parameter that is the value has not been written.
ignoreValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
ILLEGAL_ACCESS - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ILLEGAL_ARGUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
increaseNodeIteration(int) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Increases the iteration counter of a node and returns the new value.
IndexedAccessDataContainer - Interface in de.aristaflow.adept2.model.datamanagement
An IndexedAccessDataContainer extends the read-only access to input parameter from InputDataContainer by indexed access to input parameter as well as output parameters.
InheritanceConflictException - Exception in de.aristaflow.adept2.model.activitymodel
An InheritanceConflictException indicates that a development version of an activity model entity to be released conflicts with other entities in the activity model.
InheritanceConflictException() - Constructor for exception de.aristaflow.adept2.model.activitymodel.InheritanceConflictException
Creates a new ConflictingActivityModelException to indicate that a release of a development version of a specific entity conflicts with at least one other entity.
InheritanceConflictException(String) - Constructor for exception de.aristaflow.adept2.model.activitymodel.InheritanceConflictException
Creates a new ConflictingActivityModelException with the designated message to indicate that a release of a development version of a specific entity conflicts with at least one other entity.
InheritedActivityConfiguration - Interface in de.aristaflow.adept2.model.activitymodel
This interface extends the InheritedConfiguration by the means to retrieve configuration values from input parameters and process configurations.
InheritedCollection<K,V> - Interface in de.aristaflow.adept2.model.activitymodel
This interface represents a collection that supports inheritance.
InheritedConfiguration - Interface in de.aristaflow.adept2.model.activitymodel
This interface resembles a ChangeableConfiguration by the means for inheritance.
InheritedConfigurationDescription - Interface in de.aristaflow.adept2.model.activitymodel
This interface resembles a ChangeableConfigurationDescription but extends it by the means for inheritance.
init(SessionContext) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Initialises this ExecutionEnvironment by setting the session context, the logger field and the activity data.
init(SessionContext) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
init(SessionContext) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Initialises and prepares the execution of the application and provides all necessary data which maybe necessary for this.
init(URI[], URI[]) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Not forwarded since no client component should control the service.
initialContent - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
The response containing the initial HTML-content.
initialise() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
Sets the session context of the component, resumes the component, if appropriate and logs an info.
initResume(String, SessionContext) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Does nothing - overwrite this method to support resuming.
initResume(String, SessionContext) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
initResume(String, SessionContext) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Initialises and prepares the resuming of the application and provides all necessary data which maybe necessary for this.
innerComponent - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
The Executable Component to be executed inside this ID Execution Environment
innerSessionContext - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
The Session Context which will be passed along to the inner Component
innerType - Variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The data type of the values of this list.
innerType - Variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The data type of the localised values of this localisation UDT.
innerUdtType - Variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The UDT type of the values of this list if they are user-defined types, null otherwise.
InputDataContainer - Interface in de.aristaflow.adept2.model.datamanagement
This interface encapsulates the data context of an application for read-only accessing the values of input parameters of an application.
InputDataContext - Interface in de.aristaflow.adept2.model.execution
This interface provides read access to all parameters of an application or a node.
inputParams - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
A map of all input parameters, mapping the name of a parameter to the corresponding parameter object.
insertRow(int) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Inserts a new empty row at the specified row index.
insertRow(int, Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Inserts a new row filled with the given values at the specified row index.
insertRow(int) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Inserts a new empty row at the specified row index.
insertRow(int, Object...) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Inserts a new row filled with the given values at the specified row index.
INST_TYPE_ALL - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers all instances (top-level and all kinds of subprocesses).
INST_TYPE_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of (simple) embedded subprocesses.
INST_TYPE_FORKED_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of (simple, forked) referenced subprocesses.
INST_TYPE_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of (simple, non-forked) referenced subprocesses.
INST_TYPE_SIMPLE_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of (simple) subprocesses (embedded, non-forked and forked referenced).
INST_TYPE_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of all subprocesses (simple and subject of variable parallelism).
INST_TYPE_TOP_LEVEL - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the top-level instances.
INST_TYPE_VAR_PAR_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of embedded subprocesses subject of variable parallelism.
INST_TYPE_VAR_PAR_FORKED_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of forked referenced subprocesses subject of variable parallelism.
INST_TYPE_VAR_PAR_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of non-forked referenced subprocesses subject of variable parallelism.
INST_TYPE_VAR_PAR_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
Considers the instances of subprocesses (embedded, non-forked and forked referenced) subjects of variable parallelism.
Instance - Interface in de.aristaflow.adept2.model.processmodel
The Instance interface is used to represent process instances.
INSTANCE_ABORT_BY_USER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_ABORT_DUE_TO_ACTIVITY_FAILURE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_ABORT_DUE_TO_INTERNAL_ERROR - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_ABORT_DUE_TO_INTERRUPT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_ABORT_DUE_TO_PARENT_LWP_ACTIVITY_ABORT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_ABORT_DUE_TO_SHUTDOWN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_EXECUTION_ACTIVITY_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_INPUT_PARAMETER_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_INPUT_PARAMETER_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_INPUT_PARAMETER_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_OUTPUT_PARAMETER_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_OUTPUT_PARAMETER_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INSTANCE_OUTPUT_PARAMETER_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
InstanceDataContainer - Interface in de.aristaflow.adept2.model.datamanagement
An instance data container extends a normal DataContainer and allows to conveniently set the input parameters and retrieve the output parameters of a process instance.
InstanceDeltaLayer - Interface in de.aristaflow.adept2.model.processmodel
 
InstanceHistories - Interface in de.aristaflow.adept2.model.processmodel
The InstanceHistories interface provides getters for various histories as XML document.
instanceID - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
The instance ID that the data container is expected to be of (but is not).
instanceID - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The ID of the process instance of which a data element has been requested which is of the wrong type or null in case this exception has been raised when accessing a parameter.
instanceID - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The ID of the instance for which a mandatory output parameter has no value.
instanceID - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
The ID of the instance which is in the wrong state for the desired action.
InstanceReference - Interface in de.aristaflow.adept2.model.processmodel
The lightweight representation of a process instance.
InstanceStatus - Interface in de.aristaflow.adept2.model.processmodel
The instance status interface provides access to all instance specific status information.
InstanceTypesForFilters() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceTypesForFilters
 
INSTANTIATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
integerToNativeTypedValue(Long, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of Long to an instance of the corresponding native type.
INTERRUPTED_BEFORE_START - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
INVALID_STREAM_FOR_APPLICATION_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
InvalidActivityStateException - Exception in de.aristaflow.adept2.model.execution
This exception will be raised if an activity (a process step) is not in the right state to perform a desired state transition.
InvalidActivityStateException(String, ProcessConstants.NodeState, Throwable) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Constructs a new InvalidActivityStateException which encapsulates a string, the current state of the activity and the cause for this exception.
InvalidActivityStateException(String, ProcessConstants.NodeState, QualifiedAgent, Throwable) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Constructs a new InvalidActivityStateException which encapsulates a string, the current state of the activity, the agent executing the activity and the cause for this exception.
InvalidActivityStateException(String, ProcessConstants.NodeState, QualifiedAgent) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Constructs a new InvalidActivityStateException which encapsulates a string, the current state of the activity and the agent.
InvalidActivityStateException(String, ProcessConstants.NodeState) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Constructs a new InvalidActivityStateException which encapsulates a string and the current state of the activity.
InvalidActivityStateException(String) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidActivityStateException
Constructs a new InvalidActivityStateException which encapsulates a string describing the node attribute that has the wrong state for the desired state transition.
invalidDataContainer - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
The data container that has caused this exception.
InvalidDataContainerException - Exception in de.aristaflow.adept2.model.datamanagement
An InvalidDataContainerException indicates the non-conformance of an expected data container with the actual data container.
InvalidDataContainerException(DataContainer, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException raised by the designated cause while accessing/manipulating the designated data container.
InvalidDataContainerException(String, DataContainer) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException for the designated data container with the designated arbitrary message.
InvalidDataContainerException(String, Throwable, DataContainer) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException raised by the designated cause while accessing/manipulating the designated data container with the designated arbitrary message.
InvalidDataContainerException(DataContainer, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException raised by the designated cause while accessing/manipulating the designated data container with the designated parameter name.
InvalidDataContainerException(InputDataContainer, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException raised by the designated cause while accessing/manipulating the designated data container with the designated parameter name.
InvalidDataContainerException(InputDataContainer, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException to indicate that the designated data container does not contain the expected data.
InvalidDataContainerException(InputDataContainer, UUID, int, int) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
Constructs a new InvalidDataContainerException to indicate that the designated data container does not correspond to the node information when flushed.
InvalidDataTypeException - Exception in de.aristaflow.adept2.model.datamanagement
An InvalidDataTypeException indicates the non-conformance of an expected data type with the actual data type.
InvalidDataTypeException(String, ProcessConstants.AdeptDataType, ProcessConstants.AdeptDataType) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Constructs a new InvalidDataTypeException to indicate that the designated expected data type of the designated parameter does not correspond to the actual data type.
InvalidDataTypeException(String, String, ProcessConstants.AdeptDataType) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Constructs a new InvalidDataTypeException to indicate that the designated data type of the designated parameter does not correspond to the encountered type.
InvalidDataTypeException(UUID, int, ProcessConstants.AdeptDataType, ProcessConstants.AdeptDataType) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
Constructs a new InvalidDataTypeException to indicate that the designated expected data type of the designated data element does not correspond to the actual data type.
InvalidExecutorThreadException - Exception in de.aristaflow.adept2.model.runtimeenvironment
This Exception is thrown by a method if a forbidden thread tries to execute that method.
InvalidExecutorThreadException() - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.InvalidExecutorThreadException
 
InvalidInstanceStateException - Exception in de.aristaflow.adept2.model.processmodel
This exception will be raised if a process instance is not in the right state to perform a desired action.
InvalidInstanceStateException(UUID, ProcessConstants.InstanceExecutionStatus, String) - Constructor for exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Constructs a new InvalidInstanceStateException which signals that the designated instance is in the designated current execution state which prevents the desired action.
InvalidInstanceStateException(UUID, ProcessConstants.InstanceMigrationStatus, String) - Constructor for exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Constructs a new InvalidInstanceStateException which signals that the designated instance is in the designated current migration state which prevents the desired action.
InvalidInstanceStateException(UUID, ProcessConstants.InstanceExecutionStatus, ProcessConstants.InstanceMigrationStatus, boolean, String) - Constructor for exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Constructs a new InvalidInstanceStateException which signals that the designated instance is in the designated execution and migration state and one of them prevents the desired action.
InvalidListValuedDataContainerException - Exception in de.aristaflow.adept2.model.datamanagement
An InvalidListValuedDataContainerException indicates that a designated data container does not provide the necessary data of the right type for indexed access.
InvalidListValuedDataContainerException(InputDataContainer, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidListValuedDataContainerException
Creates a new InvalidListValuedDataContainerException indicating problems with the designated parent data container and the designated parameter.
InvalidListValuedDataContainerException(DataContainer, String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidListValuedDataContainerException
Creates a new InvalidListValuedDataContainerException indicating problems with the designated parent data container and the designated parameter and also specifies the cause that led to the exception, for instance, an exception stemming from the serialisation.
invalidParameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
The name of the parameter that has behaved unexpectedly, for instance, the parameter is mandatory but not provided by the data container.
InvalidRuntimeManagerException - Exception in de.aristaflow.adept2.model.execution
This exception will be raised if an execution manager cannot resolve the runtime manager URIs provided by an EBPInstanceReference.
InvalidRuntimeManagerException(EBPInstanceReference, ProcessConstants.NodeState) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException
Creates a new InvalidRuntimeManagerException to indicate that an execution manager cannot resolve the runtime manager URIs provided by an EBPInstanceReference.
InvalidRuntimeManagerException(EBPInstanceReference, ProcessConstants.NodeState, Throwable) - Constructor for exception de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException
Creates a new InvalidRuntimeManagerException to indicate that an execution manager cannot resolve the runtime manager URIs provided by an EBPInstanceReference.
InvalidTemplateStateException - Exception in de.aristaflow.adept2.model.processmodel
This exception will be raised if a process template is not in the right state to perform a desired method.
InvalidTemplateStateException(String) - Constructor for exception de.aristaflow.adept2.model.processmodel.InvalidTemplateStateException
Constructs a new InvalidTemplateStateException having the designated message providing more information on the problem of the template state causing this exception.
InvalidUDTException - Exception in de.aristaflow.adept2.model.datamanagement
An InvalidDataTypeException for incompatible user-defined data types.
InvalidUDTException(String, String, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Creates a new InvalidUDTNameException for the designated parameter and the designated user-defined types.
InvalidUDTException(String, String[], String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Creates a new InvalidUDTNameException for the designated parameter and the designated user-defined types.
InvalidUDTException(UUID, int, String, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Creates a new InvalidUDTNameException for the designated data element and the designated user-defined types.
InvalidUDTException(UUID, int, String[], String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.InvalidUDTException
Creates a new InvalidUDTNameException for the designated data element and the designated user-defined types.
INVOCATION_TARGET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
invokeSpecific(Object, Method, Object[]) - Method in class de.aristaflow.adept2.model.common.i18n.LocalisationResolver
 
IOEXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
isAccessTypeInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the access type for a parameter of this template is inherited from a parent entity, that is this template does not override the access type attribute of a template of a parent entity.
isActive() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
Allows waiting reply handlers to retrieve the state of the HTTP-service.
isActivityRelatedValue(ActivityConstants.AccessType) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns true, if the given access type is activity related.
isAutoStartEnabled() - Method in interface de.aristaflow.adept2.model.processmodel.Node
Returns the auto-start status of this node.
isClassLoaderUsageInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the classloader usage from its operation.
isClassLoaderUsageInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the classloader usage from its executable component description.
isClosable() - Method in class de.aristaflow.adept2.model.common.ExecutionControlProperties
Returns true, if it is possible to request from the running activity to close itself.
isCompatibleParameter(ParameterRef, Parameter) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
Returns true, if the parameter reference and the given parameter are compatible.
isDataTypeInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the data type from its parent (which depends on the entity this parameter is retrieved from).
isDataTypeInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the data type for a parameter of this template is inherited from a parent entity, that is this template does not override the data type attribute of a template of a parent entity.
isDefaultValueInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the default value from its parent (which depends on the entity this parameter is retrieved from).
isDefaultValueInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the string representation for the default value for a parameter of this template is inherited from a parent entity, that is this template does not override the string representation attribute for the default value of a template of a parent entity.
isDerivable() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns whether this process template may be derived and therefore modified.
isDerivable() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether this process template may be derived and therefore modified.
isDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the description from its parent (which depends on the entity this parameter is retrieved from).
isDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the description from its operation.
isDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the description for a parameter of this template is inherited from a parent entity, that is this template does not override the description attribute of a template of a parent entity.
isDeveloperDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the developer description from its parent (which depends on the entity this parameter is retrieved from).
isDeveloperDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the developer description from its operation.
isDeveloperDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the developer description from its executable component description.
isEmbedded() - Method in interface de.aristaflow.adept2.model.execution.LightWeightProcessInstance
Returns whether the lightweight process is embedded in the parent process (or referenced).
isEntryInherited(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Gets whether the entry with the designated name is inherited from the parent configuration description, that is this configuration description does not override the entry with the designated name of a parent entity.
isEscalationEnabled() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns true, if the licence includes escalation.
isFailure() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this (optional, non-virtual output) parameter represents a failure parameter.
isFailure() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the parameter of this template is a failure parameter and therefore all other output parameters are treated as optional if explicitly mapped to a data element.
isFailure() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets whether the parameter of this template is a failure parameter and therefore all other output parameters are treated as optional if explicitly mapped to a data element.
isFailure() - Method in interface de.aristaflow.adept2.model.common.Parameter
Gets whether this (optional, non-virtual output) parameter represents a failure parameter.
isFailureInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the failure flag from its parent (which depends on the entity this parameter is retrieved from).
isFailureInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the failure flag for a parameter of this template is inherited from a parent entity, that is this template does not override the failure flag attribute of a template of a parent entity.
isFixed(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets whether the configuration value provided under the designated entry name can not be changed either be explicitly setting the value or overriding it.
isFixed(String) - Method in interface de.aristaflow.adept2.model.common.Configuration
Gets whether the configuration value provided under the designated entry name can not be changed either be explicitly setting the value or overriding it.
isFixedForChildren(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets whether the designated entry is fixed for child configurations.
isFixedForChildrenInherited(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets whether the fixed-property for the entry with the designated name is inherited from the parent configuration.
isGUIContextIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the GUI context ID from its operation.
isGUIContextIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the GUI context ID from its executable component description.
isIconIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the icon from its executable component description.
isIconIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the icon from its executable component description.
isIdentifierIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the identifier ID from its parent (which depends on the entity this parameter is retrieved from).
isIdentifierIDInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the ID of the identifier for a parameter of this template is inherited from a parent entity, that is this template does not override the ID of the identifier attribute of a template of a parent entity.
isImplementationClassInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the implementation class from its operation.
isImplementationClassInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the implementation class from its executable component description.
isInherited(K) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Gets whether the element with the designated key is inherited.
isInstantiable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns whether this process template may be instantiated or not.
isInstantiable(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether this process template may be instantiated or not.
isLicenceInformationInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the licence information from its operation.
isLicenceInformationInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the licence information from its executable component description.
isModified() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns true if the instance has been modified.
isModified() - Method in interface de.aristaflow.adept2.model.processmodel.InstanceReference
Returns true if the instance has been modified.
isNameInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the name for a parameter of this template is inherited from a parent entity, that is this template does not override the name attribute of a template of a parent entity.
IsNotSupportedException - Exception in de.aristaflow.adept2.model.runtimeenvironment
This Exception should be thrown by a method if the component does not support it.
IsNotSupportedException(String) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.IsNotSupportedException
Constructs the exception and assigns the passed message.
isNull(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Returns whether the value of the element at the designated index at the input parameter list of the designated name is NULL.
isNull(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Returns whether the value of the designated input parameter is NULL which means the data element has not been written or has been consumed yet or has been explicitly set to NULL by a previous application.
isNull(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Returns whether the value of the designated parameter is NULL which means the data element has not been written or has been consumed yet or has been explicitly set to NULL by a previous application.
isNull(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
isOptional() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns true, if the parameter is optional.
isOptional() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the parameter of this template is optional and therefore may have a value of null at runtime.
isOptional() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets whether the parameter of this template is optional and therefore may have a value of null at runtime.
isOptional() - Method in interface de.aristaflow.adept2.model.common.ConfigurationDescription.ConfigurationEntry
Gets whether this configuration entry is optional and is therefore not needed at runtime by the corresponding executable component.
isOptional() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns true, if the parameter is optional.
isOptional() - Method in interface de.aristaflow.adept2.model.processmodel.DataEdge
Returns true, if the access of the data element is optional.
isOptionalInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the optional flag from its parent (which depends on the entity this parameter is retrieved from).
isOptionalInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the optional flag for a parameter of this template is inherited from a parent entity, that is this template does not override the optional flag attribute of a template of a parent entity.
isOutdated(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns whether this process template is outdated and should not be used any more.
isOutdated(boolean) - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether this process template is outdated and should not be used any more.
isOverriding(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Gets whether the value for the entry with the designated name is actually overriding the value from a parent configuration.
isOverridingEntry(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Gets whether the configuration entry with the designated name is actually overriding the value from a parent description.
isParameterChangePolicyInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the parameter change policy from its operation.
isProcessFlexibilityEnabled() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns true, if the process flexibility option is licensed.
isPublic() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns true, if the data which is stored in the data element during runtime, may be accessed by all agents.
isReadOnly() - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Returns whether this data container is read only and therefore does not allow to store values (and throws an UnsupportedOperationException at the corresponding methods).
isReadOnly() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Returns whether this data container is read only and therefore does not allow to store values (and throws an UnsupportedOperationException at the corresponding methods).
isReadOnly() - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
isResettable() - Method in class de.aristaflow.adept2.model.common.ExecutionControlProperties
Returns true if the activity can be reset.
isResumed() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets whether this session context is for resuming an activity (or a normal start).
isRuntimeFlexibilityEnabled() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns true, if the runtime flexibility option is licensed.
isSharedClass(Class<?>) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SharingComponentClassLoader
Gets whether the designated class is shared between different invocations of an ExecutableComponent.
isStaffAssignmentRuleInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the staff assignment rule from its configuration set or its operation (depending on whether ActivityTemplateDefinition.getConfigurationSet() returns a valid configuration set).
isStructurallyModified() - Method in interface de.aristaflow.adept2.model.processmodel.Instance
Returns true if the instance has been modified structurally.
isSupportsTestExecutionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the supports test execution flag from its operation.
isSupportsViewOnlyInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the supports view only flag from its operation.
isSuspensible() - Method in class de.aristaflow.adept2.model.common.ExecutionControlProperties
Returns true if the activity can be suspended.
isSystemComponentInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Gets whether this activity template definition inherits the system component signature from its operation.
isSystemComponentInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Gets whether this operation inherits the system component signature from its executable component description.
isSystemIdentifier(UUID) - Static method in class de.aristaflow.adept2.model.globals.SystemIdentifier
Returns whether the specified identifier ID belongs to one of the registered system identifiers.
isSystemRelatedValue(ActivityConstants.AccessType) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns true, if the given access type is system related.
isTemplateDescriptionInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the description of this parameter template is inherited from a parent entity, that is this template does not override the description attribute of a template of a parent entity.
isTestMode() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Enables the component to inform itself if it is executed in the test mode.
isTestMode() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets whether the execution is test mode.
isTopLevelUsable() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateReference
Returns whether this template may be used as top-level process
isTopLevelUsable() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Returns whether this template may be used as top-level process
isTransPredOf(int, int, ProcessConstants.EdgeType...) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
isTransPredOf(int, int, ProcessConstants.EdgeType...) - Method in interface de.aristaflow.adept2.model.processmodel.Template
Returns true, if this node is a (transitive) predecessor of the given node, respecting the given edge type.
isUDTNameInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the user-defined type name for a parameter of this template is inherited from a parent entity, that is this template does not override the user-defined type name attribute of a template of a parent entity.
isViewOnly() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SessionContext
Instructs the component to use the view only mode, that is, the values of the input and output parameters are just displayed but can not be changed.
isViewOnly() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.SimpleSessionContext
Gets whether the execution is in view only mode, that is, the values of the input and output parameters are just displayed but can not be changed.
isVirtual() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Returns true, if the parameter is virtual.
isVirtual() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the parameter of this template is virtual and therefore is not provided to the implementation of the corresponding operation.
isVirtual() - Method in interface de.aristaflow.adept2.model.activitymodel.ATParameterTemplate
Gets whether the parameter of this template is virtual and therefore is not provided to the implementation of the corresponding operation.
isVirtual() - Method in interface de.aristaflow.adept2.model.common.Parameter
Returns true, if the parameter is virtual.
isVirtual() - Method in interface de.aristaflow.adept2.model.processmodel.DataElement
Returns true if this is a virtual parameter.
isVirtualInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Gets whether this activity model parameter inherits the virtual flag from its parent (which depends on the entity this parameter is retrieved from).
isVirtualInherited() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Gets whether the virtual flag for a parameter of this template is inherited from a parent entity, that is this template does not override the virtual flag attribute of a template of a parent entity.
isWebClientEnabled() - Method in interface de.aristaflow.adept2.model.common.LicenceInformation
Returns true, if the licence includes usage of the web client (server).
isWrapperFor(Class<?>) - Method in interface de.aristaflow.adept2.model.common.WrappingProxy
Gets whether this WrappingProxy wraps an object instance that is an instance of the designated class.

J

JAVA - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A java class.
JAVA_OBJECT_GRAPH_METHOD_EXEC_ENV_ILLEGAL_ACCESS - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
JAVA_OBJECT_GRAPH_METHOD_EXEC_ENV_ILLEGAL_ARGUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
JAVA_OBJECT_GRAPH_METHOD_EXEC_ENV_INVOCATION_TARGET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
JAVA_OBJECT_GRAPH_METHOD_EXEC_ENV_NO_SUCH_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
JAVA_UDT_BYTE_RETURN - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A special java class with a byte array as return value.
JAX_WS - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A jax-ws web service.

K

KEY_SEPARATOR - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
The character which separates the names of an activity model branch from the key when overriding activity configurations in a local configuration, for instance: Namespace$ECName$OpName$AName#.Key = Value .
kill() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Returns false - overwrite this method to support killing.
kill() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
kill() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
 
kill() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Enforces the application to abort its execution at once.
KILL - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component has received a kill request (value is 7 << 11).

L

LC_ACTIVITY - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific activity from the local configuration.
LC_NS - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific configuration namespace from the local configuration.
LC_NS_ACTIVITY - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific activity of a specific configuration namespace from the local configuration.
LC_NS_ACTIVITY_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a specific activity of a specific configuration namespace from the local configuration.
LC_NS_ECD - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for all activities of a specific configuration namespace and a specific executable component description from the local configuration.
LC_NS_ECD_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing all activities of a specific configuration namespace and a specific executable component description from the local configuration.
LC_NS_OPERATION - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for all activities of a specific configuration namespace and a specific operation from the local configuration.
LC_NS_OPERATION_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing all activities of a specific configuration namespace and a specific operation from the local configuration.
LC_NS_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is a global test configuration for a specific configuration namespace from the local configuration.
LicenceConstants - Class in de.aristaflow.adept2.model.common
Various constants used for the licence.
LicenceConstants() - Constructor for class de.aristaflow.adept2.model.common.LicenceConstants
 
LicenceInformation - Interface in de.aristaflow.adept2.model.common
Licence information.
LicenceInformation.Activation - Enum in de.aristaflow.adept2.model.common
The enumeration for different activation options.
LightWeightProcess - Interface in de.aristaflow.adept2.model.processmodel
The LightWeightProcess (LWP) is used as a stand-in for sub-processes.
LightWeightProcessInstance - Interface in de.aristaflow.adept2.model.execution
The LightWeightProcessInstance is an instance of LightWeightProcess.
list - Variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The list which is the actual value of this UDT.
ListUdt - Class in de.aristaflow.adept2.extensions.datatypes
This class represents a list-structure for values of any ProcessConstants.AdeptDataType.
ListUdt(ProcessConstants.AdeptDataType) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for values of the designated (non-userdefined) type.
ListUdt(String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for values of the designated (userdefined) type.
ListUdt(Collection<? extends Serializable>, ProcessConstants.AdeptDataType) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for values of the designated (non-userdefined) type.
ListUdt(Collection<? extends Serializable>, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for values of the designated (userdefined) type.
ListUdt(Collection<? extends Serializable>, ProcessConstants.AdeptDataType, String) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for values of the designated type.
ListUdt(UDTValue) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for the designated UDTValue.
ListUdt(InputStream) - Constructor for class de.aristaflow.adept2.extensions.datatypes.ListUdt
Creates a new list UDT for the designated InputStream.
loadDriver(String) - Method in class de.aristaflow.adept2.base.dbaccess.drivermanager.DriverManager
Gets the class with the designated name.
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Loads and data from the designated InputStream by parsing the corresponding XML.
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
 
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
 
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Loads the data of the WebForm container from the given input stream.
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Loads the data of the WebForm subtable from the given input stream.
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Loads the data of the WJP container from the given input stream.
loadFromStream(InputStream) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Loads the data of the WJP subtable from the given input stream.
loadFromUdtValue(UDTValue) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Loads the data from the designated UDTValue by parsing the corresponding XML.
loadFromUDTValue(UDTValue) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Loads the data of the WebForm container from the given UDTValue.
loadFromUDTValue(UDTValue) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Loads the data of the WebForm subtable from the given UDTValue.
loadFromUDTValue(UDTValue) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Loads the data of the WJP container from the given UDTValue.
loadFromUDTValue(UDTValue) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Loads the data of the WJP subtable from the given UDTValue.
loadXmlSchema() - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Loads the XML schema for this UDT.
loc(LocalisedString[]) - Static method in class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
Creates a new collection of LocalisedString.
loc(Collection<? extends LocalisedString>) - Static method in class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
Creates a new collection of LocalisedString.
locale - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
The locale of the agent requesting this GUI context.
LOCALE_ELEMENT_COUNTRY - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-element for the country of a locale.
LOCALE_ELEMENT_LANGUAGE - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-element for the language of a locale.
LOCALE_ELEMENT_LOCALISATION - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-element for the localised value.
LOCALE_ELEMENT_VARIANT - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-element for the variant of a locale.
locales - Variable in class de.aristaflow.adept2.model.common.LocalisedCheckReport
The locales this check report should provide.
LocalisationFactory - Interface in de.aristaflow.adept2.model.common.i18n
Factory related to the localisation of process model objects.
localisationMap - Variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The map containing the localisation values indexed by the corresponding locale.
LocalisationResolver - Class in de.aristaflow.adept2.model.common.i18n
Transparently resolves translations of localised model objects.
LocalisationResolver(PluginDataContainer, Locale) - Constructor for class de.aristaflow.adept2.model.common.i18n.LocalisationResolver
Default constructor.
LocalisationTools - Class in de.aristaflow.adept2.model.common.i18n
Tool methods for localising log and check report messages.
LocalisationTools() - Constructor for class de.aristaflow.adept2.model.common.i18n.LocalisationTools
 
LocalisationUdt - Class in de.aristaflow.adept2.extensions.datatypes
This class represents a map-structure providing localisation for values of any ProcessConstants.AdeptDataType.
LocalisationUdt(ProcessConstants.AdeptDataType) - Constructor for class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Creates a new localisation UDT for localisations of values of the designated type.
LocalisationUdt(Map<Locale, Serializable>, ProcessConstants.AdeptDataType) - Constructor for class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Creates a new localisation UDT for localisations of values of the designated type.
LocalisationUdt(UDTValue) - Constructor for class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Creates a new localisation UDT for the designated UDTValue.
LocalisationUdt(InputStream) - Constructor for class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Creates a new localisation UDT for the designated InputStream.
Localised - Annotation Type in de.aristaflow.adept2.model.common.i18n
Identifies a localisable (translatable) return value.
localisedActInst - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
The localised activity (instance) which is encapsulated by this execution environment.
LocalisedChangeReport - Class in de.aristaflow.adept2.model.processmodel
A ChangeReport providing localisation like a LocalisedCheckReport.
LocalisedChangeReport(URI, UUID, LocalisationFactory, Locale...) - Constructor for class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Sets up a change report which is a check report providing the old and the new ID of the changed instance.
LocalisedCheckReport - Class in de.aristaflow.adept2.model.common
A check report extension providing localised messages.
LocalisedCheckReport(URI, LocalisationFactory, Locale...) - Constructor for class de.aristaflow.adept2.model.common.LocalisedCheckReport
Creates a localised check report for the designated base URI providing the designated locales (and their fallbacks) using the designated localisation factory.
LocalisedCheckReport.LocalisedReportEntry - Class in de.aristaflow.adept2.model.common
A report entry extension providing localised messages.
localisedMessage - Variable in class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry
The localised message of this report entry.
localisedReport - Variable in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
The localised check report managing all report entries.
LocalisedReportEntry(int, String, ResultType, String, Map<Locale, String>, URI...) - Constructor for class de.aristaflow.adept2.model.common.LocalisedCheckReport.LocalisedReportEntry
Constructs the report entry with the designated parameters.
LocalisedString - Interface in de.aristaflow.adept2.model.common.i18n
This interface allows implementors to provide a (string) representation which is localised.
LocalisedStringCollection - Class in de.aristaflow.adept2.model.common.i18n
Implementation to provide a collection of LocalisedStrings.
LocalisedStringCollection(LocalisedString[]) - Constructor for class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
Creates a new collection of LocalisedString.
Localiser - Interface in de.aristaflow.adept2.model.common.i18n
This interface provides access to a Locale that is used for localisation.
locFac - Variable in class de.aristaflow.adept2.model.common.LocalisedCheckReport
The localisation factory which to use for localising attributes from model elements.
logger - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
The logger for execution environments.
logger - Variable in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
The logger for problems when loading the XML schema.
logger - Variable in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
The logger for execution environment.
logger - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
My logger.
logger - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
My logger.
ls - Variable in class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
The strings needing localisation.
LWP - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A light weight process / subprocess.
LWP_INDEXED_ACCESS_DATA_CONTAINER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_PARENT_PROCESS_DATA_CONTAINER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_RUNTIME_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUB_PROCESS_DATA_CONTAINER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUB_PROCESS_INSTANCE_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUB_PROCESS_INSTANCE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUB_PROCESS_INSUFFICIENT_DATA - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUB_PROCESS_TEMPLATE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
LWP_SUPER_PROCESS_LOCK_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 

M

MALFORMED_URL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
MANDATORY_PARAMETER_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
MANDATORY_PARAMETER_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
MandatoryParameterValueNotSetException - Exception in de.aristaflow.adept2.model.datamanagement
A MandatoryParameterValueNotSetException indicates that a mandatory output parameter has not been provided a value.
MandatoryParameterValueNotSetException(UUID, int, int, int, String, UUID, ProcessConstants.AdeptDataType, ActivityConstants.AccessType) - Constructor for exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
Creates a MandatoryParameterValueNotSetException for the designated instance, node, iteration, data element and parameter data.
marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the data of this UDT as XML by adding it to the designated top-level element.
marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.ListUdt
 
marshal(Element) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
 
marshalBoolean(boolean, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated boolean value as content of the designated node.
marshalByteArray(byte[], Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated byte[] value as content of the designated node.
marshalDate(Date, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated Date value as content of the designated node.
marshalDouble(double, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated double value as content of the designated node.
marshalLocalisation(Locale, Serializable, Element) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Marshals a localisation element (one entry) to the designated parent element using the designated locale and localised value.
marshalLong(long, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated long value as content of the designated node.
marshalURI(URI, Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Marshals the designated URI value as content of the designated node.
MemoryResultSet - Interface in de.aristaflow.adept2.model.common
A MemoryResultSet resembles a ResultSet in a very simple way.
MergingActivityConfiguration - Interface in de.aristaflow.adept2.model.common
This class merges several activity configurations to one configuration.
MergingConfiguration - Interface in de.aristaflow.adept2.model.common
This class merges several configurations to one configuration.
migrationPrevents - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
Whether the current migration state prevents the action (or the current execution state).
migrationState - Variable in exception de.aristaflow.adept2.model.processmodel.InvalidInstanceStateException
The migration state in which the instance currently is and which prevents the desired action.
MIME_DEFAULT_BINARY - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
Binary data sent via HTTP.
MIME_HTML - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
HTML sent via HTTP.
MIME_PDF - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
PDF data.
MIME_PLAINTEXT - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
Plain text sent via HTTP.
MIME_XML - Static variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
XML sent via HTTP.
mimeType - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
MIME type of content, e.g.
MimeType() - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response.MimeType
 
MISSING_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
modAgent - Variable in class de.aristaflow.adept2.model.common.Branch
The last modifying agent of this branch.
ModelLocalisation - Class in de.aristaflow.adept2.model.common
Class for localisation of constant strings in various models (de.aristaflow.adept2.model).
ModelLocalisation() - Constructor for class de.aristaflow.adept2.model.common.ModelLocalisation
 
ModelViewerProvider - Interface in de.aristaflow.adept2.model.common
This interface provides access to classes that in turn provide type-safe access to PluginData.
modTime - Variable in class de.aristaflow.adept2.model.common.Branch
The last modification time of this branch.
MORE_INPUT_PARAMETERS_THAN_ALLOWED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 

N

name() - Method in class de.aristaflow.adept2.model.globals.SystemIdentifier
Returns the name of the system identifier.
NAME_SEPARATOR - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
The character which separates the names of an activity model from each other when overriding activity configurations in a local configuration, for instance: Namespace$ECName$OpName$AName#.Key = Value .
NEW_DOCUMENT_TEMPLATE_URI - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
The URI to the template of a new document.
NEW_DOCUMENT_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
The type of a new document.
newInstance - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
The new changed instance if the change has been successful, otherwise null.
newInstanceID - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
The new ID of the changed instance if the change has been successful, otherwise null.
NO_ALIVE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The signal to indicate that an executable component is no longer alive.
NO_DOCUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_DOCUMENT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_EDITOR_AVAILABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_GUI_CONTEXT_AVAILABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_NAMESPACE_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_SIGNAL - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
There has not been a signal yet (value is Integer.MIN_VALUE).
NO_SUCH_JAVA_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NO_SUCH_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
Node - Interface in de.aristaflow.adept2.model.processmodel
The Node interface is used to represent the nodes of the control flow.
NODE_TYPE_ACTIVITIES - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to a activities, i. e. normal and decision activities.
NODE_TYPE_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to an activity.
NODE_TYPE_ALL - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers all nodes (activities and all kinds of subprocesses).
NODE_TYPE_DECISION_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to a decision activity.
NODE_TYPE_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to (simple) embedded subprocesses.
NODE_TYPE_LIGHT_WEIGHT_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to (simple) lightweight subprocesses (embedded and referenced).
NODE_TYPE_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to (simple) referenced subprocesses.
NODE_TYPE_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to subprocesses (simple and subject of variable parallelism).
NODE_TYPE_VAR_PAR_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to embedded subprocesses subject of variable parallelism.
NODE_TYPE_VAR_PAR_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to referenced subprocesses subject of variable parallelism.
NODE_TYPE_VAR_PAR_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
Considers the nodes referring to subprocesses (embedded and referenced) subject of variable parallelism.
NodeComparator - Class in de.aristaflow.adept2.model.processmodel
This comparator can be used to compare Nodes.
NodeComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.NodeComparator
 
nodeID - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
The node ID that the data container is expected to be of (but is not).
nodeID - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The ID of the node of which a mandatory output parameter has not value.
nodeIteration - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
The node iteration that the data container is expected to be of (but is not).
nodeIteration - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The iteration of the node of which a mandatory output parameter has no value.
NodeTypesForFilters() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
 
nonLoc(String) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated simple string.
nonLoc(long) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated long.
nonLoc(int) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated int.
nonLoc(short) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated short.
nonLoc(char) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated char.
nonLoc(byte) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated byte.
nonLoc(boolean) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated boolean.
nonLoc(float) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated float.
nonLoc(double) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated double.
nonLoc(Object) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a LocalisedString for the designated object.
NonLocalisedString - Class in de.aristaflow.adept2.model.common.i18n
Implementation to provide constant object (usually string)representations which do not need to be localised as LocalisedString.
NonLocalisedString(Object) - Constructor for class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
Creates a new LocalisedString which does not need localisation.
NoSuchParameterException - Exception in de.aristaflow.adept2.model.datamanagement
This exception type may be thrown by methods to indicate that the passed parameter(s)/parameterID(s) to work on do not exist in the given context.
NoSuchParameterException(String, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.NoSuchParameterException
Creates a NoSuchParameterException with a caller specified (error) message.
NOT_A_NUMBER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NOT_AN_EXECUTABLE_COMPONENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
NOT_SET - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
The index for localisations indicating that a value has not been set.
NULL - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Name of the NullEnvironment, e.g. a Join-Node
NULL_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an GUI context that is passed if no GUI is available or no GUI is requested by an application.
NullExecution - Class in de.aristaflow.adept2.core.runtimemanager.executionenvironments
TODO EBPINSTANCE: Adapt the documentation according to the replacement of Activity by ActivityInstance The null execution just signals an application closed to the runtime environment and returns.
NullExecution(ActivityInstance) - Constructor for class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
Creates a new NullExecution for the designated activity with a logger for this class.
NullGUIContext - Class in de.aristaflow.adept2.ui.nullgui
This GUI context is provided if no GUI context is requested by the application componenent or if there is no GUI possible that can be provided to an application component.
NullGUIContext() - Constructor for class de.aristaflow.adept2.ui.nullgui.NullGUIContext
 
NullGUIManager - Class in de.aristaflow.adept2.ui.guimanager
The null GUI manager returns the NullGUIContext as the GUIContext and may be used for GUI-less clients.
NullGUIManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.guimanager.NullGUIManager
Instantiate the manager that returns only NullGUIContexts on client requests.
NullHTTPService - Class in de.aristaflow.adept2.ui.htmlgui.httpservice
Dummy HTTP service for head-less clients.
NullHTTPService(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.NullHTTPService
Default constructor.

O

objectToBoolean(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of Boolean.
objectToDate(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of Date.
objectToFloat(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of Double.
objectToInteger(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of Long.
objectToString(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of String.
objectToUri(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object (of native type) to an instance of URI.
objectToUserdefined(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an object to an instance of UDTValue by serialising the object and encapsulating the corresponding stream in the returned instance of UDTValue.
OCL_GENERALCONSTRAINT_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OCL_INVARIANT_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OCL_POSTCONDITION_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OCL_PRECONDITION_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
oldInstanceID - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
The old ID of the changed instance.
OO_ENV_NO_DOCUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OO_ENV_NO_INPUT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OO_ENV_NO_OUTPUT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OO_ENV_NO_VALID_TYPE_DEFINED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OO_ENV_PATH_NOT_VALID - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OO_ENV_UNKOWN_OPERATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
OpenOfficeMetaData() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
 
Operation - Interface in de.aristaflow.adept2.model.activitymodel
The Operation represents a callable part of an ExecutableComponent.
OperationReference - Interface in de.aristaflow.adept2.model.activitymodel
The lightweight representation of an Operation for usage in the activity repository.
outputParams - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
A map of all output parameters, mapping the name of a parameter to the corresponding parameter object.
overrideEntry(ConfigurationDescription.ConfigurationEntry) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Overrides an entry of the parent configuration description with the designated one.

P

Parameter - Interface in de.aristaflow.adept2.model.common
The parameter interface describes the common parameter information of the various data models.
PARAMETER_ILLEGAL_VALUE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_MALFORMED_URI - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_NOT_EXISTING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_UNEXPECTED_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_UNEXPECTED_UDT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_URI_TARGET_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PARAMETER_WRONG_DATA_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ParameterChangePolicy - Enum in de.aristaflow.adept2.model.common
Generic operations do not have a fixed interface but may allow to change their input and output parameters.
ParameterDataContext - Interface in de.aristaflow.adept2.model.execution
This data context provides access to input parameters as well as the parameter names and their types.
parameterLists - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
The name of the parameter which has been requested and which is of the wrong type.
parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
The name of the mandatory output parameter which is not provided a value.
parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.NoSuchParameterException
The name of the parameter which has been requested but which does not exist.
parameters - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
ParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
Generic operations allow to add parameters.
parentComposite - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
The SWT element that includes the AWT Frame the AWT component can insert its gui elements.
parentFrame - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
The AWT Frame the AWT component can insert its GUI elements.
parentSwtContext - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
The parent SWT-context containing the Eclipse-Editor.
parentSwtContext - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
The parent SWT-context containing the Eclipse-Editor.
parseParameterReference(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
Parses the specified string representation of a parameter reference (including the enclosing '%'s) and returns it as a ParameterRef object (or null if the reference is in any way illegal).
PARSER_CONFIGURATION_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PATH_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ping() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
PLUGIN_LOCALISED - Static variable in class de.aristaflow.adept2.model.common.i18n.LocalisationResolver
The plug-in ID for localisations.
PluginData - Interface in de.aristaflow.adept2.model.common
Storage of data which is specific for a plug-in.
PluginDataContainer - Interface in de.aristaflow.adept2.model.common
Data container for storing plug-in-specific data-values in model entities.
PM_ACTIVIITY_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter an Activity of the process model.
PM_ACTIVITY - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for an Activity of the process model.
PM_ACTIVITY_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for testing an Activity of the process model.
PM_PROCESS_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
The configuration is for a parameter of a Template.
PREFIX - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
Deprecated.
there are no prefixes any more
prepareCommit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Throws an IsNotSupportedException - overwrite this method to support Two-phase-commit.
prepareCommit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
prepareCommit() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to vote for Commit or Abort of the distributed transaction it participates in and to prepare a commit.
preShutdown(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Not forwarded since no client component should control the service.
printReportSummary(Locale) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
Prints the report summary to STDOUT using the designated locale.
printReportSummary() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
 
printReportSummary(Locale) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
Prints the report summary to STDOUT using the designated locale.
PROCESS_ELEMENT_BLOCK - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for block.
PROCESS_ELEMENT_BRANCH - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for branch.
PROCESS_ELEMENT_CONTROLEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for control edges.
PROCESS_ELEMENT_DATAEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for data edges.
PROCESS_ELEMENT_DATAELEMENT - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for data elements
PROCESS_ELEMENT_EBP - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for EBPs
PROCESS_ELEMENT_INSTANCE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for instances.
PROCESS_ELEMENT_NODE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for nodes.
PROCESS_ELEMENT_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for parameter.
PROCESS_ELEMENT_SYNCEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for sync edges.
PROCESS_ELEMENT_TEMPLATE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
The identifier for templates.
PROCESS_SYSTEM_AUTOMATIC_ABORT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PROCESS_SYSTEM_INVALID_ACTIVITY_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
PROCESS_SYSTEM_INVALID_INSTANCE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
ProcessConstants - Class in de.aristaflow.adept2.model.globals
ProcessConstants defines constants that are needed in the context of process templates and instances, for instance, data, node, and edges types, node, edge, instance, and template states.
ProcessConstants() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants
 
ProcessConstants.AdeptDataType - Enum in de.aristaflow.adept2.model.globals
The data element types.
ProcessConstants.BlockType - Enum in de.aristaflow.adept2.model.globals
The ADEPT2 block types
ProcessConstants.DataEdgeProperty - Enum in de.aristaflow.adept2.model.globals
Properties / attributes of data edges.
ProcessConstants.DataElementProperty - Enum in de.aristaflow.adept2.model.globals
The properties / attributes of data elements.
ProcessConstants.DataMappingType - Enum in de.aristaflow.adept2.model.globals
The different data mapping types
ProcessConstants.DeltaScope - Enum in de.aristaflow.adept2.model.globals
The scope for querying entities of the delta layer.
ProcessConstants.EdgeProperty - Enum in de.aristaflow.adept2.model.globals
Enum for properties / attributes of Edge.
ProcessConstants.EdgeState - Enum in de.aristaflow.adept2.model.globals
The edge states.
ProcessConstants.EdgeType - Enum in de.aristaflow.adept2.model.globals
The edge types.
ProcessConstants.ExecutableBusinessProcessProperty - Enum in de.aristaflow.adept2.model.globals
Properties / attributes of Activities and Light Weight Processes.
ProcessConstants.ExecutionMode - Enum in de.aristaflow.adept2.model.globals
This enumeration defines constants that declare in which mode activities should be executed.
ProcessConstants.InstanceExecutionStatus - Enum in de.aristaflow.adept2.model.globals
The execution status of an instance.
ProcessConstants.InstanceMigrationStatus - Enum in de.aristaflow.adept2.model.globals
The migration status of an instance.
ProcessConstants.InstanceProperty - Enum in de.aristaflow.adept2.model.globals
Properties / attributes of instance.
ProcessConstants.InstanceTypesForFilters - Class in de.aristaflow.adept2.model.globals
Constants for using innstance types in filters.
ProcessConstants.NodeProperty - Enum in de.aristaflow.adept2.model.globals
Enum for all node properties.
ProcessConstants.NodeState - Enum in de.aristaflow.adept2.model.globals
The node states
ProcessConstants.NodeType - Enum in de.aristaflow.adept2.model.globals
The node types.
ProcessConstants.NodeTypesForFilters - Class in de.aristaflow.adept2.model.globals
Constants for using node types in filters.
ProcessConstants.ProcessElementIdentifier - Class in de.aristaflow.adept2.model.globals
This class groups identifier for process elements.
ProcessConstants.ProcessElementIdentifierPath - Class in de.aristaflow.adept2.model.globals
This class holds information about the structure of identifier pathes of the process elements identified by the constants defined in class ProcessConstants.ProcessElementIdentifier.
ProcessConstants.TemplateBuildtimeState - Enum in de.aristaflow.adept2.model.globals
The buildtime state of a template specifies the modelling phase a template is in.
ProcessConstants.TemplateProperty - Enum in de.aristaflow.adept2.model.globals
Properties / attributes of template.
ProcessConstants.TemplateUsage - Enum in de.aristaflow.adept2.model.globals
The usage of a template distinguishes whether it may be used only as a subprocess and if so whether it is copied and therefore physically integrated in the surrounding template or it is referenced.
ProcessElementIdentifier() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
 
ProcessElementIdentifierPath() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifierPath
 
ProcessModelFactory - Interface in de.aristaflow.adept2.model.processmodel
The factory of the processmodel is used to create new objects.
ProcessModelFactory.StructuralNodeData - Interface in de.aristaflow.adept2.model.processmodel
Structural node data.
ProcessModelParameter - Interface in de.aristaflow.adept2.model.processmodel
The Parameter interface describes the connectors on the executable business process side (activity/sub-process).
ProcessType - Interface in de.aristaflow.adept2.model.processmodel
Process types organise various process templates logically and provide the means to manage versions of templates.
PRODUCT_FAILOVER_CLUSTER - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the product in the licence for the failover cluster.
PRODUCT_PROCESS_TEMPLATE_EDITOR - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the product in the licence for the process template editor.
PRODUCT_STANDALONE_PROCESS_TEMPLATE_EDITOR - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the product in the licence for the standalone process template editor.
PRODUCT_STANDALONE_TEST_CLIENT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
The name for the product in the licence for the standalone test client.
progress() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
Increments the counter for the units of work that has already been processed.
ProgressMonitor - Interface in de.aristaflow.adept2.model.runtimeenvironment
This interface have to be implemented by objects that are interested in providing the progress/execution state of a special task for interested parties.
PVPUpdateManager - Class in de.aristaflow.adept2.ui.updatemanager
This class manages a set of ChangeListeners for an object which are notified when properties of that object change.
PVPUpdateManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
The update manager could be called as an ADEPT2Service
PVPUpdateManager.UpdateRequest - Class in de.aristaflow.adept2.ui.updatemanager
The UpdateRequest is attached to the SWT Default thread responsible for UI updates.

Q

QualifiedAgentComparator - Class in de.aristaflow.adept2.model.common
This comparator can be used to compare qualified agents by means of the agent and the organisational position ID.
QualifiedAgentComparator() - Constructor for class de.aristaflow.adept2.model.common.QualifiedAgentComparator
 
queuePropertyChanges(Object, PropertyChangeEvent) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
Send PropertyChangeEvent pce to all listeners for object procElement

R

readableName - Variable in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Readable enum representation.
readInputBoolean(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified BOOLEAN input parameter or null if no value is set or the parameter does not exist.
readInputDate(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified DATE input parameter or null if no value is set or the parameter does not exist.
readInputFloat(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified FLOAT input parameter or null if no value is set or the parameter does not exist.
readInputInteger(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified INTEGER input parameter or null if no value is set or the parameter does not exist.
readInputList(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the list of the specified USERDEFINED input parameter or null if no value is set.
readInputString(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified STRING input parameter or null if no value is set or the parameter does not exist.
readInputUDT(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified USERDEFINED input parameter or null if no value is set or the parameter does not exist.
readInputURI(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified URI input parameter or null if no value is set or the parameter does not exist.
readOutputBoolean(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified BOOLEAN output parameter or null if no value is set or the parameter does not exist.
readOutputDate(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified DATE output parameter or null if no value is set or the parameter does not exist.
readOutputFloat(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified FLOAT output parameter or null if no value is set or the parameter does not exist.
readOutputInteger(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified INTEGER output parameter or null if no value is set or the parameter does not exist.
readOutputString(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified STRING output parameter or null if no value is set or the parameter does not exist.
readOutputUDT(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified USERDEFINED output parameter or null if no value is set or the parameter does not exist.
readOutputURI(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value stored for the specified URI output parameter or null if no value is set or the parameter does not exist.
readStream() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
Reads all the data provided by the stream if not done yet.
ReferencedProcess - Interface in de.aristaflow.adept2.model.processmodel
The ReferencedProcess is used to reference another process template.
registerReplyHandler(SessionToken, String, HTTPReplyHandler) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
registerReplyHandler(SessionToken, String, HTTPReplyHandler) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
 
registerReplyHandler(SessionToken, String, HTTPReplyHandler) - Method in interface de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPService
Registers a reply handler for the activity with the designated sessionID.
registerReplyHandler(SessionToken, String, HTTPReplyHandler) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.NullHTTPService
 
registry - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.SystemExecutionEnvironment
The registry for this SystemExecutionEnvironment.
REGISTRY_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
release() - Method in interface de.aristaflow.adept2.model.processmodel.TemplateStatus
Enables the instantiation and usage of the process template by setting the buildtime state to RELEASED.
reMapDataElement(int, int, ActivityConstants.AccessType, String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
This method remaps a data element to the given parameter of a node.
RemoteHTMLContext - Class in de.aristaflow.adept2.ui.htmlgui
A simple HTMLContext that does not create any browsers or alike but just provides the interaction between webserver and ExecutableComponent.
RemoteHTMLContext(Thread, SessionToken, HTTPService, String, ActivityInstance, EBPInstanceReference, ExecutionContext) - Constructor for class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
Creates a new HTMLContext for handling the interaction between webserver and ExecutableComponent and also to provide the URL to a client allowing to call the URL remotely.
RemoteHTMLGUIManager - Class in de.aristaflow.adept2.ui.guimanager
A GUI manager supporting the NullGUIContext and a RemoteHTMLContext as the GUIContext for (nearly) GUI-less clients with a webserver.
RemoteHTMLGUIManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.guimanager.RemoteHTMLGUIManager
Instantiate the manager that returns only NullGUIContexts on client requests.
remove(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedActivityConfiguration
Removes the value for the entry with the designated name from this configuration that overrides a configuration value from a parent entity.
remove(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Removes the value for the entry with the designated name from this configuration that overrides a configuration value from a parent entity.
remove(String) - Method in interface de.aristaflow.adept2.model.common.ChangeableActivityConfiguration
Removes the value for the entry with the designated name from this configuration.
remove(String) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfiguration
Removes the value for the entry with the designated name from this configuration.
removeColumn(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Removes the column with the given name from this WebForm subtable.
removeColumn(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Removes the column with the given name from this WJP subtable.
removeDataEdge(int, int, ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes the data edge between the given node and data element and of the given access type from the process.
removeDataElement(int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes a data element from a process, without caring about existing data accesses from nodes.
removeDisabledConnector(int, int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes the information that a connector (respectively its corresponding parameter) is disabled
removeEdge(int, int, ProcessConstants.EdgeType) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes the edge of the given type between the given nodes.
removeEntry(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Removes the entry with the designated name from this configuration description that overrides an entry from a parent entity.
removeEntry(String) - Method in interface de.aristaflow.adept2.model.common.ChangeableConfigurationDescription
Removes the entry with the designated name from this configuration description.
removeField(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Removes the field with the given name from this WebForm container.
removeField(String) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Removes the field with the given name from this WJP container.
removeFixedForChildren(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Removes the fixed-property for the entry with the designated name from this configuration that overrides the property from the parent configuration.
removeInheritedEntry(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
Removes the entry with the designated name for the child entities, that is, the entry is overridden and set to null.
removeInheritedValue(String) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfiguration
Removes the value with the designated name for the child entities, that is, the value of the entry is overridden and set to null.
removeListener(Object, ChangeListener) - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
 
removeNode(int) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes the node with the given ID from the template, without caring about any possibly affected edges.
removeNodeLWPInstanceID(int, UUID) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Removes the ID of the lightweight-process (subprocess) instance from the designated node with the current iteration.
removeNodeLWPInstanceID(int, int, UUID) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Removes the ID of the lightweight-process (subprocess) instance from the designated node with the designated iteration.
removeOperation(String, String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractConfigurationSet
Removes the designated operation to this configuration set.
removeOwnAccessType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the access type that overrides the access type provided by a corresponding parameter template from a parent entity.
removeOwnClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the classloader usage of this activity template definition and inherits the value from the corresponding operation again.
removeOwnClassLoaderUsage() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the classloader usage of this operation and inherits the value from the corresponding executable component description again.
removeOwnDataType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the data type of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnDataType() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the data type that overrides the data type provided by a corresponding parameter template from a parent entity.
removeOwnDefaultValue() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the default value of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnDefaultValue() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the string representation for the default value that overrides the string representation for the default value provided by a corresponding parameter template from a parent entity.
removeOwnDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the description of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the description of this activity template definition and inherits the value from the corresponding operation again.
removeOwnDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the description that overrides the description provided by a corresponding parameter template from a parent entity.
removeOwnDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the developer description of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the developer description of this activity template definition and inherits the value from the corresponding operation again.
removeOwnDeveloperDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the developer description of this operation and inherits the value from the corresponding executable component description again.
removeOwnExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the execution control properties of this activity template definition and inherits them from the corresponding operation again.
removeOwnExecutionControlProperties() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the execution control properties of this operation and inherits them from the corresponding executable component description again.
removeOwnFailure() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the failure flag of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnFailure() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the failure flag that overrides the failure flag provided by a corresponding parameter template from a parent entity.
removeOwnGUIContextID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the GUI context ID of this activity template definition and inherits the value from the corresponding operation again.
removeOwnGUIContextID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the GUI context ID of this operation and inherits the value from the corresponding executable component description again.
removeOwnIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the icon of this activity template definition and inherits the value from the corresponding operation again.
removeOwnIconID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the icon of this operation and inherits the value from the corresponding executable component description again.
removeOwnIdentifierID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the identifier ID of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnIdentifierID() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the ID of the identifier that overrides the ID of the identifier provided by a corresponding parameter template from a parent entity.
removeOwnImplementationClass() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the implementation class of this activity template definition and inherits the value from the corresponding operation again.
removeOwnImplementationClass() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the implementation class of this operation and inherits the value from the corresponding executable component description again.
removeOwnLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the licence information of this activity template definition and inherits the value from the corresponding operation again.
removeOwnLicenceInformation() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the licence information of this operation and inherits the value from the corresponding executable component description again.
removeOwnName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the name that overrides the name provided by a corresponding parameter template from a parent entity.
removeOwnOptional() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the optional flag of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnOptional() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the optional flag that overrides the optional flag provided by a corresponding parameter template from a parent entity.
removeOwnParameterChangePolicy() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the parameter change policy of this activity template definition and inherits the value from the corresponding operation again.
removeOwnStaffAssignmentRule() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the staff assignment rule of this activity template definition and inherits the value from the corresponding configuration set or operation again.
removeOwnSupportsTestExecution() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the supports test execution flag of this activity template definition and inherits the value from the corresponding operation again.
removeOwnSupportsViewOnly() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the supports view only flag of this activity template definition and inherits the value from the corresponding operation again.
removeOwnSystemComponent() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Removes the system component signature of this activity template definition and inherits the value from the corresponding operation again.
removeOwnSystemComponent() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Removes the system component signature of this operation and inherits the value from the corresponding executable component description again.
removeOwnTemplateDescription() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the description of this parameter template that overrides the description provided by a corresponding parameter template from a parent entity.
removeOwnUDTName() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the user-defined type name that overrides the data type provided by a corresponding parameter template from a parent entity.
removeOwnValue(K) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Removes the element with the designated key from this collection that overrides an element from a parent entity.
removeOwnVirtual() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Removes the virtual flag of this activity model parameter and inherits the value from its parent again (if this exists).
removeOwnVirtual() - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Removes the virtual flag that overrides the virtual flag provided by a corresponding parameter template from a parent entity.
removeRow(int) - Method in class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Removes the row at the specified index.
removeRow(int) - Method in class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Removes the row at the specified index.
removeTranslations(Locale) - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
Removes all translations for the given locale.
removeUserAttribute(UserAttributeContainer, String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Removes the User defined Attribute identified by name.
removeUserAttributeValue(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.
removeUserAttributeValue(String) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
Deprecated.
removeValue(String, Locale) - Method in class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
replies - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
All replies that are currently pending and waiting for a response.
replyEnquiry(int, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Answers the current enquiry with the designated reply by the designated replier for the designated node (current node iteration).
replyHandlers - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
The reply handlers to which HTTP-requests are forwarded after the decoding.
replyHandlerTerminated - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
Whether the reply handler (the component executing thread) has terminated and does not process any more HTTP-requests any more.
requireConfBoolean(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfDate(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfFloat(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfInteger(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfString(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfUDT(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireConfURI(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
REQUIRED_META_DATA_NOT_DEFINED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
requireGUIContext(Class<T>) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Returns the required GUI context or throws an exception if it is not available.
requireInputBoolean(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified BOOLEAN input parameter or throws an exception if the value is not available.
requireInputDate(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified DATE input parameter or throws an exception if the value is not available.
requireInputFloat(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified FLOAT input parameter or throws an exception if the value is not available.
requireInputInteger(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified INTEGER input parameter or throws an exception if the value is not available.
requireInputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the input parameter with the given name, or throws an exception if the parameter does not exist.
requireInputString(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified STRING input parameter or throws an exception if the value is not available.
requireInputUDT(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified USERDEFINED input parameter or throws an exception if the value is not available.
requireInputURI(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the value of the specified URI input parameter or throws an exception if the value is not available.
requireOutputParam(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the output parameter with the given name, or throws an exception if the parameter does not exist.
requireParamConfBoolean(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfDate(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfFloat(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfInteger(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfString(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfUDT(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
requireParamConfURI(ActivityConstants.AccessType, String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Returns the configuration value of the specified entry or throws an exception if it is not available.
reset() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Returns false - overwrite this method to support reset.
reset() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
reset() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
 
reset() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to reset.
RESET - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
The component should be reset (value is 7 << 2).
resolveClass(ObjectStreamClass) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ComponentObjectInputStream
 
resolveProxyClass(String[]) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ComponentObjectInputStream
 
ResourceDescriptor - Interface in de.aristaflow.adept2.model.common
A resource descriptor is used as a reference to an abstract (binary) resource (for instance 3rd party libraries) in the repository and to store additional data, like a revision and a name.
Response(int, String, InputStream) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Creates a new HTTP-response with the designated status, MIME-type and data.
Response(int, String, String) - Constructor for class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
Convenience method that creates a HTTP-response by wrapping the designated String by an InputStream.
responses - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
All responses that are currently set for the corresponding reply and are waiting for the corresponding replying thread to get them.
restoreSessionState(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Restores the session context of an suspended activity to be resumed.
RestrictionType - Enum in de.aristaflow.adept2.model.common
Enumeration of the supported types of restrictions for configuration values (see de.aristaflow.adept2.base.configuration.Property#restrictions() for more information, e.g. about their syntax).
resume - Variable in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
Indicates if the inner Component should be resumed or started from scratch.
resume() - Method in interface de.aristaflow.adept2.model.execution.ExecutionContext
Gets whether the execution of the activity is resumed.
retrieveBoolean(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the boolean value of the element of type BOOLEAN at the designated index at the input parameter list of the designated name.
retrieveBoolean(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the boolean value of the designated input parameter of type BOOLEAN.
retrieveBooleanParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveBooleanParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveDate(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the date value of the element of type DATE at the designated index at the input parameter list of the designated name.
retrieveDate(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the date value of the designated input parameter of type DATE.
retrieveDateParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveDateParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveFloat(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the double value of the element of type FLOAT at the designated index at the input parameter list of the designated name.
retrieveFloat(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the double value of the designated input parameter of type FLOAT.
retrieveFloatParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveFloatParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveInteger(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the long value of the element of type INTEGER at the designated index at the input parameter list of the designated name.
retrieveInteger(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the long value of the designated input parameter of type INTEGER.
retrieveIntegerParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveIntegerParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveString(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the String value of the element of type STRING at the designated index at the input parameter list of the designated name.
retrieveString(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the string value of the designated input parameter of type STRING.
retrieveStringParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveStringParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveUDT(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves (the proxy of) the value of the element of user-defined type (UDT) at the designated index at the input parameter list of the designated name.
retrieveUDT(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves (the proxy of) the value of the designated input parameter of user-defined type (UDT).
retrieveUDTParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveUDTParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
retrieveURI(SessionToken, String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the URI value of the element of type URI at the designated index at the input parameter list of the designated name.
retrieveURI(SessionToken, String) - Method in interface de.aristaflow.adept2.model.datamanagement.InputDataContainer
Retrieves the URI value of the designated input parameter of type URI.
retrieveURIParameterValue(String) - Method in interface de.aristaflow.adept2.model.execution.InputDataContext
Reads from an input parameter.
retrieveURIParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
Revision - Class in de.aristaflow.adept2.model.common
Entities are tracked by revisions, whereas each revision is identified by a system-wide unique count.
Revision(long, long, QualifiedAgent, String) - Constructor for class de.aristaflow.adept2.model.common.Revision
Creates a new revision object with the designated revision count, the timestamp, the agent and the comment.
revision - Variable in class de.aristaflow.adept2.model.common.Revision
The revision count of this revision.
RevisionConflictException - Exception in de.aristaflow.adept2.model.activitymodel
A RevisionConflictException indicates that a development branch is based on an version that is too old with respect to the latest revision.
RevisionConflictException(Revision, Revision) - Constructor for exception de.aristaflow.adept2.model.activitymodel.RevisionConflictException
Creates a new exception indicating that a branch is based on an old revision but not on the latest revision.
rollback() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Throws an IsNotSupportedException - overwrite this method to support rolling back.
rollback() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
rollback() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Instructs the component to undo all its modifications done within the current transaction.
RT_MGR_COMPONENT_NOT_LOADED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RT_MGR_COMPONENT_STOPPED_ROUGHLY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RT_SIGNALED_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RTS_APPLICATION_ENVIRONMENT_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
run() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
 
run() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
run() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
Signals an application close to the the runtime environment and returns.
run() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Resembles Runnable.run() except that this method is expected to throw exceptions indicating that the environment was unexpected or an internal failure occurred.
run() - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager.UpdateRequest
RUNTIME_ENVIRONMENT_MANDATORY_PARAMETER_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RUNTIME_ENVIRONMENT_MANDATORY_PARAMETER_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RUNTIME_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
RuntimeEnvironment - Interface in de.aristaflow.adept2.model.runtimeenvironment
This API defines methods by which applications can signal their termination, respond to external control messages and manage the application state when suspending and resuming.
RuntimeEnvironmentFactory - Interface in de.aristaflow.adept2.model.runtimeenvironment
This interface describes all "factory" methods used to construct objects in the base runtimeenvironment package.
runtimeManagerURIs - Variable in exception de.aristaflow.adept2.model.execution.AgentUnknownException
The URIs of the runtime manager a specific agent wants to execute an activity on.

S

s - Variable in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
The object representation (usually a string) not needing localisation.
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
 
SECURITY - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
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.
sendPropertyChanges() - Method in class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
 
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.
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
 
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.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.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.
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.
servletDeployed(ServletContext, String) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
servletName - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
The name of the servlet if dynamically deployed, null otherwise.
servletUndeployed(ServletContext) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
 
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
 
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.
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).
sessions - Variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
Own session IDs.
set(K, V) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedCollection
Sets or updates the designated element having the designated key.
setAccessType(ActivityConstants.AccessType) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Sets the access type for the parameter of this template.
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(byte[]) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.RuntimeEnvironment
Enables the application to store its internal state to the system.
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.
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
 
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.
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.
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.
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.
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.
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.
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.
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.
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.processmodel.ChangeableTemplate
Set the description of the process.
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.
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.
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(ProcessConstants.InstanceExecutionStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Set the execution status of the instance.
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.
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.
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.
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.
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.
setID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
sets the (world-wide) unique ID of the ActivityTemplateDefinition this activity template definition is based upon.
setIdentifierID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityModelParameter
Sets the ID of the identifier which describes the type of the parameter in detail.
setIdentifierID(UUID) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractParameterTemplate
Sets the ID of the identifier for the parameter of this template.
setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractActivityTemplateDefinition
Sets the name of the class implementing ExecutableComponent for the physical counterpart of the component description of this activity template definition.
setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractExecutableComponentDescription
Sets the name of the class implementing ExecutableComponent for the physical counterpart of this component description.
setImplementationClass(String) - Method in interface de.aristaflow.adept2.model.activitymodel.AbstractOperation
Sets the name of the class implementing ExecutableComponent for the physical counterpart of the component description of this operation.
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.
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.
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.
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.
setMigrationStatus(ProcessConstants.InstanceMigrationStatus, String) - Method in interface de.aristaflow.adept2.model.processmodel.InstanceStatus
Set the migration status of the instance.
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.
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.
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.
setPerformingAgent(int, QualifiedAgent) - Method in interface de.aristaflow.adept2.model.execution.ExecutableInstance
Sets the name of the agent who executes the designated node.
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.
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).
setRuntimeManagerURIs(URI[]) - Method in interface de.aristaflow.adept2.model.processmodel.EBPInstanceReference
Sets the communication protocol depended URIs of the de.aristaflow.adept2.core.runtimemanager.RuntimeManager which is used for executing the referenced EBP-instance.
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.
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.
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.
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.
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.
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.
setTaskState(TaskState) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
Notify the progress monitor about the current state of the task.
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 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.
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.
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.
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.
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.
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.
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.
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.
setVersion(String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
Sets the process version of the template.
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.
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.
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.
signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
Returns false - overwrite this method to support signalling.
signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
 
signal(int) - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
 
signal(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
Signals an event to the application.
SimpleSessionContext - Interface in de.aristaflow.adept2.model.runtimeenvironment
A session context that is simpler than the normal one.
size - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
sortedKeySet(Set<String>) - Static method in class de.aristaflow.adept2.model.common.XMLExportTools
Sort a given set of map keys.
SQL - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
Activity type ID for extension-sqlsupport
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.
startTransaction() - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Signals the beginning of a change transaction.
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.
status - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
HTTP status code after processing, e.g. "200 OK", HTTP_OK
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.
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.
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
 
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.
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
 
storedFloat(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Retrieves the double value of the designated output parameter of type FLOAT stored before.
storedFloat(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the double value of the element at the designated index at the output parameter list of the designated name stored before.
storedFloatParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Reads the double value of the designated output parameter.
storedFloatParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storedInteger(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Retrieves the long value of the designated output parameter of type INTEGER stored before.
storedInteger(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the long value of the element at the designated index at the output parameter list of the designated name stored before.
storedIntegerParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Reads the long value of the designated output parameter.
storedIntegerParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storedString(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Retrieves the string value of the designated output parameter of type STRING stored before.
storedString(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the String value of the element at the designated index at the output parameter list of the designated name stored before.
storedStringParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Reads the string value of the designated output parameter.
storedStringParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storedUDT(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Retrieves (the proxy of) the value of the designated output parameter of user-defined type (UDT) stored before.
storedUDT(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves (the proxy of) the value of the element of user-defined type at the designated index at the output parameter list of the designated name stored before.
storedUDTParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Reads the value of the designated output parameter of user-defined type.
storedUDTParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storedURI(String) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Retrieves the URI value of the designated output parameter of type URI stored before.
storedURI(String, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Retrieves the URI value of the element at the designated index at the output parameter list of the designated name stored before.
storedURIParameterValue(String) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Reads the URI value of the designated output parameter.
storedURIParameterValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storeFloat(SessionToken, String, double) - Method in interface de.aristaflow.adept2.model.datamanagement.DataContainer
Stores the FLOAT value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.
storeFloat(SessionToken, String, int, double) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Stores the FLOAT value to the element at the designated index at the output parameter list of the designated name.
storeFloatParameterValue(String, double) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Writes an output parameter of the type float to the data container of the process management system.
storeFloatParameterValue(String, double) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storeInteger(SessionToken, String, 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.
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
 
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, 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.
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
 
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.
storeUDTParameterValue(String, UDTValue) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.DataContext
Writes an output parameter of an user defined type to the data container of the process management system.
storeUDTParameterValue(String, UDTValue) - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
 
storeURI(SessionToken, String, 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.
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.
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.
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.model.runtimeenvironment.SettableDataContext
An implementation of Object.equals(Object) for various purpose.
subHashCode() - Method in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
An implementation of Object.hashCode() for various purpose.
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
 
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.
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.
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 - 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.
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.
SystemDataConstants - Class in de.aristaflow.adept2.model.globals
Defines constants related to system data, especially de.aristaflow.adept2.model.processmodel.systemdata.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.
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.
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.
systemRelatedValues() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns only those AccessTypes that are supported in the context of nodes.

T

TaskState - Enum in de.aristaflow.adept2.model.runtimeenvironment
Enumeration class that is used to indicate the different states a component can be in during runtime.
template - Variable in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
The wrapped template.
Template - Interface in de.aristaflow.adept2.model.processmodel
The Template interface represents process templates.
TemplateDeltaLayer - Interface in de.aristaflow.adept2.model.processmodel
TODO Methods may change - document and implement later.
TemplateProxy - Interface in de.aristaflow.adept2.model.processmodel
The lightweight representation of a process template for usage in the process repository.
TemplateReference - Interface in de.aristaflow.adept2.model.processmodel
The lightweight representation of a process template.
TemplateStatus - Interface in de.aristaflow.adept2.model.processmodel
The TemplateStatus provides access to the state of a template.
TerminatedActivityState - Class in de.aristaflow.adept2.model.runtimeenvironment
This class distinguishes the several termination states of an activity as an extension to the states of the component of an activity.
TerminatedActivityState(TerminatedActivityState.TerminatedState) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Creates a new a TerminatedActivityState for the designated (simple) terminated state.
TerminatedActivityState(long) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Creates a new a TerminatedActivityState for a suspended state having the designated suspend timeout.
TerminatedActivityState(int) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Creates a new a TerminatedActivityState for a signalled state having the designated suspend timeout.
TerminatedActivityState(String, String, long) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState
Creates a new a TerminatedActivityState for a failed state having the designated error information.
TerminatedActivityState.TerminatedState - Enum in de.aristaflow.adept2.model.runtimeenvironment
An enumeration for the state of an activity after its termination.
TERMINATION_MESSAGE_NOT_SET - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
TEST_EXE_ENV_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
TEST_EXE_ENV_KILL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
thread - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
The thread which executes the application using this context.
timestamp - Variable in class de.aristaflow.adept2.model.common.Revision
The timestamp of this revision.
TLPI - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A top-level process instance
token() - Method in enum de.aristaflow.adept2.model.common.RestrictionType
The token identifying the restriction type.
toLocalisedString(LocalisationFactory, Locale) - Method in interface de.aristaflow.adept2.model.common.i18n.LocalisedString
Gets the localised representation of the implementing object.
toLocalisedString(LocalisationFactory, Locale) - Method in class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
 
toLocalisedString(LocalisationFactory, Locale) - Method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
 
toLocalisedString(LocalisationFactory, Locale) - Method in class de.aristaflow.adept2.model.processmodel.AbstractWrappingTemplate
 
toString() - Method in class de.aristaflow.adept2.model.common.i18n.LocalisedStringCollection
 
toString() - Method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
 
toString() - Method in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
 
toString() - Method in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
 
toString() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
 
toString() - Method in class de.aristaflow.adept2.model.datamanagement.FileUDTValue
 
toString() - Method in exception de.aristaflow.adept2.model.execution.AgentUnknownException
 
TransferredURLContext - Class in de.aristaflow.adept2.ui.htmlgui
A simple implementation of the transfer object for a URLContext.
TransferredURLContext(URL, ActivityInstance, EBPInstanceReference, String, ExecutionContext) - Constructor for class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
Creates a new URLContext providing the designated URL that contains the GUI of the corresponding HTMLContext.
TransferredURLContext(TransferredURLContext, URL) - Constructor for class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
Creates a new TransferredURLContext having having the fields of the designated GUI context and the designated URL.
TRANSFORMER_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
transfrdGUIContextID - Variable in class de.aristaflow.adept2.ui.remotegui.AbstractTransferableGUIContext
The ID of transferred GUI context which may differ from that provided and requested by the activity instance.
TranslationDataAdapter - Class in de.aristaflow.adept2.model.common.i18n
Facilitates the getting of setting of translatable attributes and their translations.
TranslationDataAdapter(PluginData, Class<?>) - Constructor for class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
TranslationDataAdapter(String, Class<?>, Map<String, String>) - Constructor for class de.aristaflow.adept2.model.common.i18n.TranslationDataAdapter
 
TYPE - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The name of the XML-attribute for the inner type that is an ProcessConstants.AdeptDataType.
TYPE - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The name of the XML-attribute for the inner type that is an ProcessConstants.AdeptDataType.

U

UDFException - Exception in de.aristaflow.adept2.model.datamanagement
A UDFException indicates that the execution of a user-defined function (UDF) has failed.
UDFException() - Constructor for exception de.aristaflow.adept2.model.datamanagement.UDFException
Creates a UDFException without specifying a concrete (error) message.
UDFException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.UDFException
Creates a UDFException with a caller specified (error) message.
UDFNotRegisteredException - Exception in de.aristaflow.adept2.model.datamanagement
A UDFNotRegisteredException indicates that the requested user-defined function (UDF) is not available for the designated user-defined data type (UDT).
UDFNotRegisteredException() - Constructor for exception de.aristaflow.adept2.model.datamanagement.UDFNotRegisteredException
Creates a UDFNotRegisteredException without specifying a concrete (error) message.
UDFNotRegisteredException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.UDFNotRegisteredException
Creates a UDFNotRegisteredException with a caller specified (error) message.
UDT_NAME - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The UDT name of this data type.
UDT_NAME_CONTAINER - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a (UDT) container.
UDT_NAME_DATA_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
UDT name for a data context.
UDT_NAME_FILE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a (UDT) file.
UDT_NAME_FILE_UDT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a (UDT) file.
UDT_NAME_LIST_UDT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a (UDT) list.
UDT_NAME_LOCALISATION_DATA - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for localisation data allowing to localise system data consumer.
UDT_NAME_PATTERN_LIST_UDT - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name pattern for a typed list in a list UDT.
UDT_NAME_PATTERN_SER_LIST - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name pattern for a serialised typed list.
UDT_NAME_SER_LIST - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a serialised list.
UDT_NAME_SUBTABLE - Static variable in class de.aristaflow.adept2.model.globals.SystemDataConstants
The UDT name for a (UDT) subtable.
UDT_OBJECT_CONVERSION_FAILED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
UDT_TYPE - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The name of the optional XML-attribute for the inner UDT type name.
UDTValue - Interface in de.aristaflow.adept2.model.datamanagement
This interface encapsulates the value of a user-defined data type (UDT).
UNIVERSAL_IDENTIFIER_ID - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants
The UNIVERSAL_IDENTIFIER_ID constant is used to show that a DataElement/Parameter can be connected to a Parameter/DataElement with any identifierID.
UnknownFormatterException - Exception in de.aristaflow.adept2.model.common.systemdata
Exception thrown by SystemDataFormatterFactory to indicate that no implementation was found for the requested system data formatter type.
UnknownFormatterException(String) - Constructor for exception de.aristaflow.adept2.model.common.systemdata.UnknownFormatterException
Constructs a new UnknownFormatterException.
UnknownFormatterException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.common.systemdata.UnknownFormatterException
Constructs a new UnknownFormatterException.
UnknownSessionException - Exception in de.aristaflow.adept2.model.runtimeenvironment
An exception to indicate that an execution session ID is not known (any more) by a requested service.
UnknownSessionException(String) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException
Creates a new exception indicating that the designated execution session ID is not known by the requested service.
UnknownSessionException(String, String) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.UnknownSessionException
Creates a new exception indicating that the designated execution session ID is not known by the requested service.
UNKOWN_OPERATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
UNLOADING_CLASS_METHOD - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
The name of the static method which is called before the class of an ExecutableComponent is unloaded.
UnloadingClassEvent - Class in de.aristaflow.adept2.model.runtimeenvironment
This class is used as parameter for notifying the unloading of ExecutableComponent classes.
UnloadingClassEvent(boolean) - Constructor for class de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
Creates a new event for provision to the corresponding method notifying the unloading of the class.
unmarshalBoolean(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals a boolean value from the text content of the designated node.
unmarshalByteArray(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals a byte[] value from the text content of the designated node.
unmarshalDate(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals a Date value from the text content of the designated node.
unmarshalDouble(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals the double value from the text content of the designated node.
unmarshalLocalisation(Node) - Method in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
Unmarshals a localisation element (one entry) from the designated node and adds it to the localisation map.
unmarshalLong(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals the long value from the text content of the designated node.
unmarshalURI(Node) - Static method in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
Unmarshals a URI value from the text content of the designated node.
UNSUPPORTED_ENCODING_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
unwrap() - Method in interface de.aristaflow.adept2.model.common.WrappingProxy
Gets the object instance that is wrapped by this proxy.
unwrap(Class<T>) - Method in interface de.aristaflow.adept2.model.common.WrappingProxy
Gets an object instance that is an instance of the designated class.
unwriteOutputValue(String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Removes any previously written value for the specified output parameter.
UpdateableObject - Interface in de.aristaflow.adept2.model.common
This interface marks an object as updateable, that means, the object has a system-wide unique ID represented as URI.
updateDataEdge(int, int, ActivityConstants.AccessType, DataEdge, ProcessConstants.DataEdgeProperty...) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Updates the data edge attribute given by dataEdgeProperty.
updateDataElement(DataElement, ProcessConstants.DataElementProperty...) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Updates the data element attributes given by dataElementProperties.
updateEdge(int, int, Edge, ProcessConstants.EdgeProperty...) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Updates the edge which is identified by the given source and destination node IDs and the type of the edge (i.e. stored in the Edge object).
updateExecutableBusinessProcess(int, ExecutableBusinessProcess, ProcessConstants.ExecutableBusinessProcessProperty...) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object.
updateID(UUID) - Method in interface de.aristaflow.adept2.model.processmodel.ChangeableTemplate
Updates the ID of the template.
updateNode(Node, ProcessConstants.NodeProperty...) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Updates a node object using the data in the given node.
updatePluginDataContainer(PluginDataContainer, String, String, PluginData) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Sets the plug in data for the extension point in the plug in data container.
updatePluginDataEntry(String, String) - Method in interface de.aristaflow.adept2.model.common.ChangeablePluginDataContainer
 
UpdateRequest() - Constructor for class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager.UpdateRequest
Call the update manager asynchronously.
updateUserAttribute(UserAttributeContainer, String, String) - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
Sets the value of the user defined attribute identified by name to value.
URI_SCHEMA_ADEPT_ACTIVITY_REPOSITORY - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
The URL for activity repository class paths (e.g. adeptAR:).
URI_SYNTAX_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
uriToNativeTypedValue(URI, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of URI to an instance of the corresponding native type.
url - Variable in class de.aristaflow.adept2.ui.htmlgui.TransferredURLContext
The URL of the corresponding HTMLContext to allow for remote calling.
URL_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
Identifier for an URL context which provides a URL that usually encapsulates HTML.
urlContext - Variable in class de.aristaflow.adept2.ui.htmlgui.RemoteHTMLContext
The context for transferring this HTMLContext for remote usage.
URLContext - Interface in de.aristaflow.adept2.ui.htmlgui
A URLContext just provides an URL.
UseInFilter - Annotation Type in de.aristaflow.adept2.model.common.filter
This annotation indicates that a method may be used in a filter.
USER_ATTRIBUTE_FROM_DEV_BRANCH - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
If present on an activity (template), the presence of this user attribute indicates that the activity template was State.IN_DEVELOPMENT and the its value contains the corresponding branch number.
USER_ATTRIBUTE_FROM_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
If present on a process parameter, this user attribute contains the original parameter name within the activity template.
USER_ATTRIBUTE_FROM_PARAMETER_TEMPLATE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
If present on a process parameter, this user attribute contains the parameter template name on which the parameter was originally based.
USER_ATTRIBUTES_DECISION - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
A constant to signal that an activity is of type DecisionActivity.
USER_SIGNALED_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
USER_SIGNALED_INSTANCE_FAIL - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
UserAttributeContainer - Interface in de.aristaflow.adept2.model.common
The UserAttributeContainer provides an interface for all classes using user defined attributes.
UserDefinedFunction - Interface in de.aristaflow.adept2.model.datamanagement
User-defined functions (UDF) represent the only way for the ADEPT2-engine to interpret a user-defined data type (UDT).
userdefinedToNativeTypedValue(UDTValue, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Converts an instance of UDTValue to an instance of the corresponding native type.
userDefinedTypeName - Variable in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
The name of the user-defined type.
userDefinedTypeName - Variable in class de.aristaflow.adept2.model.datamanagement.ServerUDTInputStream
The name of the user-defined type.

V

validatedAll() - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Returns whether all parallel activities have validated their data.
validateWrittenValues(SessionToken, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Validates and verifies all values written by the application identified by the designated index.
ValidationFailedException - Exception in de.aristaflow.adept2.model.datamanagement
A ValidationFailedException indicates that the validation of written values in the data manager has failed.
ValidationFailedException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ValidationFailedException
Creates a ValidationFailedException with a caller specified (error) message.
ValidationFailedException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ValidationFailedException
Creates a ValidationFailedException with a caller specified (error) message and a Throwable providing more information.
value - Variable in class de.aristaflow.adept2.model.datamanagement.ADEPT2UDTValue
The value of this UDTValue as byte array.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns the classloader usage for the designated code or null if the code is not recognised.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.common.LicenceInformation.Activation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.common.LicenceInformation.Activation
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns the parameter change policy for the given code or null if the code is not recognised.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.common.RestrictionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.common.State
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum de.aristaflow.adept2.model.common.State
Returns the state for the given code or null if the code is not recognised.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.execution.Vote
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns the state for the given code or null if the code is not recognised.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns the state for the given code or null if the code is not recognised.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
 
valueOf(String) - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.common.LicenceInformation.Activation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.common.RestrictionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.common.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.execution.Vote
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
The value of the input and output parameters.
values() - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
Returns an array containing the constants of this enum type, in the order they are declared.
VariableParallelismEBP - Interface in de.aristaflow.adept2.model.processmodel
Variable parallelism resembles a foreach which iterates through all elements of a list but parallel instead of one after the other.
Vote - Enum in de.aristaflow.adept2.model.execution
This enum provides constants that reflects the application's decision in the vote phase of the 2-phase commit protocol.

W

waitForHTTPReply(long) - Method in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
 
waitForHTTPReply(long) - Method in interface de.aristaflow.adept2.ui.htmlgui.HTMLContext
Waits for the reply of the client sent as response to the provided HTML-document.
WEB_APP_CONTEXT - Static variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
The hierarchical context of the servlet.
WEB_APP_NAME - Static variable in class de.aristaflow.adept2.ui.htmlgui.httpservice.EmbdServContHTTPService
The name used for the publishing the servlet, that is as servlet name.
WebFormContainer - Class in de.aristaflow.adept2.extensions.datatypes
This class facilitates the handling and manipulation of WebForm containers.
WebFormContainer() - Constructor for class de.aristaflow.adept2.extensions.datatypes.WebFormContainer
Constructs a new empty WebFormContainer.
WebFormSubtable - Class in de.aristaflow.adept2.extensions.datatypes
This class facilitates the handling and manipulation of WebForm subtables.
WebFormSubtable() - Constructor for class de.aristaflow.adept2.extensions.datatypes.WebFormSubtable
Constructs a new empty WebFormSubtable.
width - Variable in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
The width in pixel.
WJPContainer - Class in de.aristaflow.adept2.extensions.datatypes
Deprecated.
use WebFormContainer instead. This class facilitates the handling and manipulation of WJP containers.
WJPContainer() - Constructor for class de.aristaflow.adept2.extensions.datatypes.WJPContainer
Deprecated.
Constructs a new empty WJPContainer.
WJPSubtable - Class in de.aristaflow.adept2.extensions.datatypes
Deprecated.
use WebFormSubtable instead. This class facilitates the handling and manipulation of WJP subtables.
WJPSubtable() - Constructor for class de.aristaflow.adept2.extensions.datatypes.WJPSubtable
Deprecated.
Constructs a new empty WJPSubtable.
WRAPPED_COMPONENT_UNKNOWN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
WrappingProxy - Interface in de.aristaflow.adept2.model.common
This interface resembles Wrapper.
writeOutputBoolean(String, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified BOOLEAN output parameter.
writeOutputDate(String, Date) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified DATE output parameter.
writeOutputFloat(String, double) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified FLOAT output parameter.
writeOutputInteger(String, long) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified INTEGER output parameter.
writeOutputList(String, List<?>) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the list value for the specified USERDEFINED output parameter.
writeOutputList(String, ListUdt) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the list value for the specified USERDEFINED output parameter.
writeOutputObject(String, Serializable) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the designated serialisable object for the specified USERDEFINED output parameter.
writeOutputString(String, String) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified STRING output parameter.
writeOutputUDT(String, UDTValue) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified USERDEFINED output parameter.
writeOutputUDT(String, byte[]) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified USERDEFINED output parameter.
writeOutputURI(String, URI) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified URI output parameter.
writeOutputValue(String, Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified output parameter.
writeOutputValue(String, ProcessConstants.AdeptDataType, boolean, Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified output parameter.
writeOutputValue(ProcessModelParameter, boolean, Object) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Stores the value for the specified output parameter.
writeOutputValues(Object, Object[]) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
Writes the values of the output parameters and the return value into the data context.
WRONG_GUI_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
WrongAgentException - Exception in de.aristaflow.adept2.model.execution
This exception is thrown, if either the agent calling the requested operation does not match the required one or the OrgPosition assigned to the caller does not match the required one.
WrongAgentException(String, QualifiedAgent, QualifiedAgent) - Constructor for exception de.aristaflow.adept2.model.execution.WrongAgentException
Constructor that sets the fields of this exception.
WrongExecutionManagerException - Exception in de.aristaflow.adept2.model.execution
A WrongExecutionManagerException indicates that the wrong execution manager has been called.
WrongExecutionManagerException(URI[], URI[]) - Constructor for exception de.aristaflow.adept2.model.execution.WrongExecutionManagerException
Constructs a new WrongExecutionManagerException to indicate that the called execution manager does not manage the designated activity.
WrongRuntimeManagerException - Exception in de.aristaflow.adept2.model.runtimeenvironment
A WrongRuntimeManagerException indicates that the wrong runtime manager has been called.
WrongRuntimeManagerException(URI[], EBPInstanceReference) - Constructor for exception de.aristaflow.adept2.model.runtimeenvironment.WrongRuntimeManagerException
Constructs a new WrongRuntimeManagerException to indicate that the called runtime manager does not execute the designated activity.
WS - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
A web service.

X

XML_FORMAT_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
XML_NAMESPACE - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The namespace for the XML-representation of this UDT.
XML_NAMESPACE - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The namespace for the XML-representation of this UDT.
xmlElementName - Variable in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
The name of the top-level element in the XML that represents the UDT.
XMLExportTools - Class in de.aristaflow.adept2.model.common
These methods will be used by both, the activity model and the process model.
XMLExportTools() - Constructor for class de.aristaflow.adept2.model.common.XMLExportTools
 
XMLImportTools - Class in de.aristaflow.adept2.model.common
These methods will be used by both, the activity model and the process model.
XMLImportTools() - Constructor for class de.aristaflow.adept2.model.common.XMLImportTools
 
xmlNamespace - Variable in class de.aristaflow.adept2.extensions.datatypes.AbstractXmlBasedUdt
The namespace of the XML that represents the UDT.
XOR_PREDICATE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
The XOR predicate type.
XPATH - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
XPath activity type ID.
XPATH_EXPRESSION_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
XSD_FILE_NAME - Static variable in class de.aristaflow.adept2.extensions.datatypes.ListUdt
The filename for the XSD of this UDT.
XSD_FILE_NAME - Static variable in class de.aristaflow.adept2.extensions.datatypes.LocalisationUdt
The filename for the XSD of this UDT.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links