- earlyRequests - Variable in class de.aristaflow.adept2.base.cluster.RegistryProviderConf
-
The executor service that requests a global registry for a specific URI
while the registry is starting or shutting down.
- earlyService - Variable in class de.aristaflow.adept2.base.registry.RegistryWrapper
-
Whether the component/service using this wrapper is an early service for
which initially only the local security manager is available.
- earlyTerminates - Variable in class de.aristaflow.adept2.core.runtimemanager.gui.AbstractGUIManager
-
The activities (identified by the EBP instance reference and the execution
session ID) of which the termination has already been notified but the
corresponding GUI context has not yet been created.
- 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.
- ebpEqualsAssignedEbp(Node, ExecutableBusinessProcess) - Static method in class de.aristaflow.adept2.core.changeoperations.ChangeOperationTools
-
Returns true if the given EBP equals the EBP which has been assigned to the
given node.
- ebpInstanceReference - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'ebpInstanceReference'.
- 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.
- ebpIRexecutionManagerURIs - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'executionManagerURIs'.
- ebpIRinstanceID - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'parentInstanceID'.
- ebpIRinstanceLogId - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'parentInstanceLogId'.
- ebpIRiteration - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'parentIteration'.
- ebpIRnodeID - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'parentNodeID'.
- ebpIRruntimeManagerURIs - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'runtimeManagerURIs'.
- ebpIRtemplateID - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'baseTemplateID'.
- ebpIRtype - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'type'.
- ebpIRuri - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'uri'.
- ebpSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the activity schema file
- ebpSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- EBPType - Enum in de.aristaflow.adept2.model.globals
-
An enumeration for the type of ExecutableBusinessProcesses, that
is whether it is an activity or a subprocess.
- ebpType - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- ecd - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag/attribute name 'ecd'.
- 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.
- ecName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'ecName'.
- ecpIsClosable - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isClosable'.
- ecpIsResettable - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isResettable'.
- ecpIsSuspensible - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isSuspensible'.
- Edge - Interface in de.aristaflow.adept2.model.processmodel
-
The interface for edges, used to model the controlflow (control-, loop- and
sync-edges).
- edge - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- edgeCode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- edgeDestinationNode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- edges - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- edgeSourceNode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- edgeType - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- element - Variable in class de.aristaflow.adept2.util.threading.Delayer.Resetter
-
The element for which to reset the try count.
- elements - Variable in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
-
The elements that have been retrieved from the underlying remote iterator
so far.
- elements - Variable in class de.aristaflow.adept2.model.common.collection.MemoryBasedCopyingRemoteIterator
-
The elements of this memory based iterator.
- EmailResult - Class in de.aristaflow.adept2.model.mail
-
Simple object that wraps the result of sending an e-mail.
- EmailResult(SerialisedEmail) - Constructor for class de.aristaflow.adept2.model.mail.EmailResult
-
Create an EmailResult for a successful sent e-mail message.
- EmailResult(Throwable, Boolean) - Constructor for class de.aristaflow.adept2.model.mail.EmailResult
-
Create an EmailResult for an e-mail message where problems occurred while
sending.
- EmailResult(SerialisedEmail, Throwable, Boolean) - Constructor for class de.aristaflow.adept2.model.mail.EmailResult
-
- EmailToolkit - Class in de.aristaflow.adept2.base.mail
-
- EmailToolkit() - Constructor for class de.aristaflow.adept2.base.mail.EmailToolkit
-
Deprecated.
- 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.
- embeddedProcess - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- EmbeddedServletService - Class in de.aristaflow.adept2.base.servletcontainer.dynamic
-
A servlet service deploying servlets dynamically via Servlet API 3.0.
- EmbeddedServletService(Configuration, Registry) - Constructor for class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
Creates a new embedded servlet service using Servlet API 3.0 for deploying
servlets.
- EmbeddedServletService(Configuration, Registry, Class<?>) - Constructor for class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
Creates a new embedded servlet service using Servlet API 3.0 for deploying
servlets.
- EmbeddedServletService.ConfigurationValidator - Class in de.aristaflow.adept2.base.servletcontainer.dynamic
-
Validates the configuration of the embedded servlet service, that is, an
instance of ServletContext needs to be provided and the URL of
the outer servlet.
- embeddedTemplateMapping - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappingEmbeddedID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappingParentID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappings - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappingSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the embedded template mapping schema file
- embeddedTemplateMappingSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappingsCurrentVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- embeddedTemplateMappingsVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- EMPTY_STRING_ARRAY - Static variable in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
-
An empty string array for usage as startup and runtime required services if
no services are provided.
- EmptyRemoteIterator<T> - Class in de.aristaflow.adept2.model.common.collection
-
This class implements a remote iterator for empty results.
- EmptyRemoteIterator() - Constructor for class de.aristaflow.adept2.model.common.collection.EmptyRemoteIterator
-
Creates a new remote iterator for an empty result.
- emptyToNull(String) - Static method in class de.aristaflow.adept2.util.StringTools
-
Returns null instead of the empty string; otherwise the given string is
returned.
- enableSslCheck(HttpsURLConnection, SSLSocketFactory, HostnameVerifier) - Static method in class de.aristaflow.adept2.util.net.TrustAllManager
-
Re-enables the SSL check for the designated connection using the designated
SSLSocketFactory and HostnameVerifier.
- enableSslCheckDefault(SSLSocketFactory, HostnameVerifier) - Static method in class de.aristaflow.adept2.util.net.TrustAllManager
-
Re-enables the SSL check for all HTTPS-connections using the designated
SSLSocketFactory and HostnameVerifier.
- ENCODE - Static variable in class de.aristaflow.adept2.util.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class de.aristaflow.adept2.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class de.aristaflow.adept2.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encodeBytes(byte[]) - Static method in class de.aristaflow.adept2.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class de.aristaflow.adept2.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class de.aristaflow.adept2.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class de.aristaflow.adept2.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class de.aristaflow.adept2.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class de.aristaflow.adept2.util.Base64
-
- encodeFileToFile(String, String) - Static method in class de.aristaflow.adept2.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class de.aristaflow.adept2.util.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class de.aristaflow.adept2.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class de.aristaflow.adept2.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class de.aristaflow.adept2.util.Base64
-
Convenience method for encoding data to a file.
- ENCODING - Static variable in class de.aristaflow.adept2.util.xml.XMLHelperTools
-
The encoding that should be used for writing xml files.
- encryptPassword(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Encrypts the designated password string with the public key of the
AristaFlow configuration framework and encodes the resulting string as
Base64 (non-strict since it does not contain line breaks).
- encryptPassword(Configuration, String, String, Logger, PrintStream) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Encrypts the designated password and stores it under the designated configuration key name in
the designated configuration.
- endComputation(T) - Method in class de.aristaflow.adept2.util.threading.ResultExchange
-
Computation has ended with the designated result to be provided by this
ResultExchange.
- endloop(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns the end loop node ID for a given start loop node ID.
- endTask(SessionToken, String) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteProgressMonitor
-
- endTask() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Informs the progress monitor about the termination of the current
task.
- EndTransaction - Class in de.aristaflow.adept2.core.changeoperations
-
Signals the end of a change transaction
- EndTransaction() - Constructor for class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
- endTransaction() - Method in interface de.aristaflow.adept2.model.processmodel.ChangePrimitives
-
Signals the end of a change transaction and corrects the topological
sorting.
- enquireActivity(SessionToken, EBPInstanceReference, Set<QualifiedAgent>, String) - Method in interface de.aristaflow.adept2.core.executionmanager.ActivityStarting
-
Sets an enquiry for the designated activity and delegates it to the
designated recipients.
- enquireActivity(EBPInstanceReference, Enquiry, boolean) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Sets the designated activity in enquiry-mode, that is, the corresponding
worklist item is offered to the recipients of the designated enquiry and
the corresponding comment is provided appropriately in the worklist items.
- enquireItem(Enquiry) - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Sets this item in enquiry mode which logs the designated enquiry internally
for information purpose.
- 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.
- ENQUIRY_STACK - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
-
The enquiries have changed.
- EnquiryData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for enquiries.
- EnquiryData.EnquiryRecipientMode - Enum in de.aristaflow.adept2.model.common.plugindata
-
Enquiry mode defining how the set of enquiry recipients is determined.
- 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.
- Entity - Class in de.aristaflow.adept2.model.orgmodel
-
This class represents an entity, i.e. instance of an entity type like Agent,
OrgPosition etc..
- Entity(EntityType) - Constructor for class de.aristaflow.adept2.model.orgmodel.Entity
-
Constructs a new DefaultEntity with the given entity type.
- Entity(EntityType, long) - Constructor for class de.aristaflow.adept2.model.orgmodel.Entity
-
Constructs a new DefaultEntity with the given entity type and ID.
- Entity(EntityType, int) - Constructor for class de.aristaflow.adept2.model.orgmodel.Entity
-
Constructs a new DefaultEntity with the given entity type.
- ENTITY_ENABLED - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for whether an org model entity is enabled.
- ENTITY_ID - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the unique identifier of an org model entity.
- ENTITY_NAME - Static variable in class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
The name of the attribute for the name of an org model entity.
- entityExistsEnabled(SessionToken, EntityType, long) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.ModelExplorer
-
Returns whether the entity with the given type and id exists and whether it is enabled.
- EntityExpression - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
- EntityType - Enum in de.aristaflow.adept2.model.orgmodel
-
This enumeration lists the all entity types that are defined in the
Organisational Meta Model.
- 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.
- Entry(OrgPolicyReport.ResultType, String, int, int) - Constructor for class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Entry
-
Constructs an entry for the given values.
- Entry(OrgPolicyReport.ResultType, String, OrgPolicyReport.Range...) - Constructor for class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Entry
-
Creates an entry for the given values.
- equal(String, Object) - Static method in class de.aristaflow.adept2.util.StringTools
-
Returns whether two strings are equal.
- EQUAL_CHANGES - Static variable in interface de.aristaflow.adept2.model.common.changetracking.ChangeCombiner
-
The changes are equal, for instance ADDED and
REMOVED as well as REMOVED and ADDED
are no-ops.
- EqualChangeCombiner - Class in de.aristaflow.adept2.model.common.changetracking
-
Combines equal changes, for instance the changes refer to the same property
value.
- EqualChangeCombiner() - Constructor for class de.aristaflow.adept2.model.common.changetracking.EqualChangeCombiner
-
Creates a new combiner for equal changes.
- equals(Object) - Method in class de.aristaflow.adept2.base.sessionmanagement.QualifiedAgent
-
Two QualifiedAgents are equal if their agent IDs and org position
IDs match.
- equals(Object) - Method in class de.aristaflow.adept2.base.sessionmanagement.RichAgent
-
- equals(Object) - Method in class de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken
-
- equals(Object) - Method in class de.aristaflow.adept2.core.client.ClientQA
-
Compares to a QualifiedAgent and/or to a ClientQA.
- equals(Object) - Method in class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData.MetaDataElement
-
- equals(Object) - Method in class de.aristaflow.adept2.model.common.changetracking.ChangedProperty
-
- 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.common.paramref.IOParameterRef
-
- equals(Object) - Method in class de.aristaflow.adept2.model.common.paramref.ParameterRef
-
- 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 class de.aristaflow.adept2.model.logmanagement.Column
-
- equals(Object) - Method in class de.aristaflow.adept2.model.logmanagement.Schema
-
- equals(Object) - Method in class de.aristaflow.adept2.model.orgmodel.Entity
-
This implementation recognises two Entitys as equal if their ID
attributes match.
- 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!!).
- equals(Object) - Method in class de.aristaflow.adept2.model.processmodel.systemdata.Dependency
-
- equals(Object) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.SerialisableProcessType
-
- equals(Object) - Method in class de.aristaflow.adept2.model.scripts.Script
-
- equals(Object) - Method in class de.aristaflow.adept2.model.worklistmodel.ActivityGroupReference
-
- equals(Object) - Method in class de.aristaflow.adept2.model.worklistmodel.ADEPT2EBPReference
-
- equals(ClientWorklist, Object) - Static method in interface de.aristaflow.adept2.model.worklistmodel.ClientWorklist
-
Implements equality on ClientWorklists.
- equals(Worklist<?>, Object) - Static method in interface de.aristaflow.adept2.model.worklistmodel.IncrementalWorklist
-
Implements equality on IncrementalWorklists which corresponds to the equality on
Worklists except for implementing IncrementalWorklist.
- equals(Object) - Method in interface de.aristaflow.adept2.model.worklistmodel.Worklist
-
Two worklists are equal if they're either both internal worklists or
client worklists and additionally their IDs are equal.
- equals(Worklist<?>, Object) - Static method in interface de.aristaflow.adept2.model.worklistmodel.Worklist
-
Implements equality on Worklists.
- equals(Object) - Method in interface de.aristaflow.adept2.model.worklistmodel.WorklistItem
-
Two internal worklist items are equal if their
IDs are equal.
- equals(Object) - Method in class de.aristaflow.adept2.model.worklistmodel.WorklistItemIdComparator
-
- equals(Object) - Method in class de.aristaflow.adept2.model.worklistmodel.WorklistItemUpdate
-
- equals(Object, Object) - Static method in interface de.aristaflow.adept2.model.worklistmodel.WorklistRevision
-
Indicates whether the given objects are "equal to" each other.
- equals(Object) - Method in class de.aristaflow.adept2.util.ArrayTools.ArrayWrapper
-
- equals(Object) - Method in class de.aristaflow.adept2.util.HashCalc
-
- equals(Object, Object) - Static method in class de.aristaflow.adept2.util.HashCalc
-
Compares two values for equality.
- equals(Object) - Method in class de.aristaflow.adept2.util.JavaVersion
-
- equals(Object) - Method in class de.aristaflow.adept2.util.logging.WrappingLogger
-
- equals(Object) - Method in class de.aristaflow.adept2.util.threading.LoggingFuture
-
- equals(Object) - Method in class de.aristaflow.adept2.util.time.CalendarTools.DayOfYear
-
Equality is based solely on the values of the month and day.
- equals(Calendar, Calendar, int) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
-
Compares two calendars and returns whether they are equal with respect to
the designated field.
- equals(Object) - Method in class de.aristaflow.adept2.util.types.Pair
-
- equals(Object) - Method in class de.aristaflow.adept2.util.types.Triple
-
- errBlocker - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
An Error that occurred and blocks the cluster node from continuing.
- ERROR - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
the (complex) column containing error information
- error(SAXParseException) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
-
- ERROR_CODE - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
an application-specific error core
- ERROR_MESSAGE - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
an error message
- ERROR_STATE - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
an application-specific error state string
- ErrorHandlingProcessData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Error handling process data, ie. which template shall be started if the
node fails.
- ErrorHandlingProcessData.ErrorHandlingParameter - Enum in de.aristaflow.adept2.model.common.plugindata
-
Constants for the parameter names which build the API of the template.
- escalated() - Method in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
-
Notifies this item that it has been escalated once more.
- ESCALATED_DUE_TO_PROBLEMS - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants
-
The user attribute set in case a worklist item has been escalated to the instance supervisor,
template supervisor or the fallback worklist.
- EscalationData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for escalation of process steps.
- EscalationHandling - Interface in de.aristaflow.adept2.core.worklistmanager
-
This interface supports user-defined escalation handling procedures.
- EscalationHandling.EscalationMeasures - Interface in de.aristaflow.adept2.core.worklistmanager
-
EscalationMeasures provides the means to escalate a worklist
item accordingly (and prevents accessing arbitrary functions of the
worklist manager).
- escape(String) - Method in class de.aristaflow.adept2.base.registry.CSVFormatter
-
Checks whether the designated string contains control characters (field or
record separators) and escapes them if required.
- escapedString(String) - Method in class de.aristaflow.adept2.base.registry.CSVFormatter
-
Escapes all control characters in the designated string and encloses the
string with the corresponding characters.
- escapeRequired(String) - Method in class de.aristaflow.adept2.base.registry.CSVFormatter
-
Gets whether the designated string contains control characters (field or
record separators) and therefore needs escaping.
- evaluateScript(SessionToken, Script) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.OrgPolicyScriptHandler
-
Evaluates the given script and returns the generated org policy.
- EVEN_BS - Static variable in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
The regular expression for an even number of backslashes.
- event - Variable in class de.aristaflow.adept2.core.eventmanager.common.ConcurrentEventHandling
-
The event to be handled.
- Event - Interface in de.aristaflow.adept2.model.events
-
This interface represents an event source and event handler.
- EVENT_MANAGER_ROLE_ID - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The ID of the event manager role.
- EVENT_MANAGER_ROLE_NAME - Static variable in class de.aristaflow.adept2.model.globals.OrgModelConstants
-
The name of the event manager role.
- EVENT_SOURCE_ADDING_FAILED_CODE - Static variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
Code for adding the event source failed finally.
- EVENT_SOURCE_ADDING_FAILED_STATE - Static variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
State for adding the event source failed finally.
- eventClass - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
The event class, used for type checking.
- EventHandler - Interface in de.aristaflow.adept2.model.events.handler
-
An EventHandler listens to an event and processes it as soon as
the event occurs.
- EventHandlingException - Exception in de.aristaflow.adept2.model.events
-
This exception indicates that an event handler had a problem when handling an
event.
- EventHandlingException(String) - Constructor for exception de.aristaflow.adept2.model.events.EventHandlingException
-
Creates a new non-critical EventHandlingException having the
designated message.
- EventHandlingException(String, boolean) - Constructor for exception de.aristaflow.adept2.model.events.EventHandlingException
-
Creates a new EventHandlingException having the designated
message.
- EventHandlingException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.events.EventHandlingException
-
Creates a new non-critical EventHandlingException having the
designated message and the designated cause.
- EventHandlingException(String, Throwable, boolean) - Constructor for exception de.aristaflow.adept2.model.events.EventHandlingException
-
Creates a new EventHandlingException having the designated
message and the designated cause.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
The event manager for communicating with the runtime service.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
The event manager of this event source providing the connection to the event source.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
The event manager which to use for starting and failing the activity in
case adding the event source fails finally.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
The event manager for registering and unregistering events and for
providing session tokens.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
The event manager of this data source providing the connection to the data
source.
- EventManager - Interface in de.aristaflow.adept2.core.eventmanager
-
An event manager provides the means to create events including arbitrary data
and handling these events.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
The event manager for communicating with the runtime service.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
The event manager for communicating with the runtime service.
- eventManager - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.InstanceStartEventHandler
-
The event manager for communicating with the runtime service.
- eventManagerURIs - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
The event manager URIs to provide to the created events.
- eventManagerURIs - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The event manager URIs to provide to the created events.
- EventSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
An event source produces events and forwards them to one or more event
handler for processing the event.
- EventSourceAdder - Class in de.aristaflow.adept2.core.eventmanager.common
-
An ItemHandler for adding an event source for a specific
worklist item.
- EventSourceAdder(ClientWorklistItem, int, long, WorklistHandler, Collection<ItemHandler>, ScheduledExecutorService, ActivityEventManager, LogService) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
Creates a new worklist item handler for adding event soures for specific
worklist items.
- eventType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEvent
-
The type of this event.
- eventType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
The ID (name) of the events this event source produces.
- eventType - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
- ExceptionConvertingCallable<V,E extends java.lang.Exception> - Class in de.aristaflow.adept2.util.threading
-
This class provides the means to call a method and replace an occurred exception by a different
one.
- ExceptionConvertingCallable(ThrowableCreatingCallable<V, E>, Logger) - Constructor for class de.aristaflow.adept2.util.threading.ExceptionConvertingCallable
-
Creates a new callable executing a method and logging and replacing an occurred exception by a
different one.
- ExceptionLoggingCallable<V> - Class in de.aristaflow.adept2.util.threading
-
A callable catching exceptions and virtual machine errors and optionally rethrowing them.
- ExceptionLoggingCallable(Callable<V>, boolean, Logger) - Constructor for class de.aristaflow.adept2.util.threading.ExceptionLoggingCallable
-
Wraps the designated callable to catch and log exceptions and virtual machine errors to
the designated logger and optionally rethrowing the exception/virtual machine error.
- ExceptionLoggingRunnable - Class in de.aristaflow.adept2.util.threading
-
A runnable catching runtime exceptions and virtual machine errors and optionally rethrowing them.
- ExceptionLoggingRunnable(Runnable, boolean, Logger) - Constructor for class de.aristaflow.adept2.util.threading.ExceptionLoggingRunnable
-
Wraps the designated runnable to catch and log runtime exceptions and virtual machine errors to
the designated logger and optionally rethrowing the runtime exception/virtual machine error.
- exclusive - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventHandler
-
Whether this handler needs to handle events exclusively.
- 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
-
- 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".
- ExecutableComponentDescriptionManager - Interface in de.aristaflow.adept2.core.activityrepository
-
This interface provides the means for managing
ExecutableComponentDescriptions which includes retrieval,
creation, updating and managing the states of
ExecutableComponentDescriptions.
- 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.
- executableInstance - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- ExecutableInstancePropertyTracker - Interface in de.aristaflow.adept2.model.execution
-
- 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.
- executableInstanceSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the instance schema file
- executableInstanceSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- execute(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.
Executes the designated task for the designated object.
- execute(Runnable) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
- execute(Runnable) - Method in class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
-
- execute(Runnable) - Method in class de.aristaflow.adept2.util.threading.CurrentThreadPoolExecutor
-
- execute(O1, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Executes the designated task for the designated object.
- execute(Runnable, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
Calls ScheduledThreadPoolExecutor.execute(Runnable) and optionally wraps the runnable to catch and log an
occurring runtime exception and virtual machine error.
- executeBooleanFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting boolean value.
- executeFloatFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting double value.
- executeIntegerFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting long value.
- executeOverride(O, Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Executes the designated task for the designated object and overrides pending work if this
exists.
- executeQuery() - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedPreparedStatement
-
- executeQuery(String) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedStatement
-
- executeShutdown(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
Executes the designated shutdown task which contains a flush calling
ThreadPoolExecutor.shutdown() without abortion.
- executeShutdown(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
- executeShutdown(Runnable) - Method in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
- executeStringFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting string.
- executeUDTFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value.
- executeUDTFunctionIncrementally(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value as
ServerUDTInputStream.
- executeURIFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting reference.
- executeVoidFunction(SessionToken, UDTValue, String) - Method in interface de.aristaflow.adept2.core.datamanager.UDFExecution
-
Executes the designated user-defined function for the designated value of a
UDT.
- EXECUTION_MANAGER_URIS - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
to log the execution manager URIs is just a preliminary (but currently
required) solution
- ExecutionClientService - Interface in de.aristaflow.adept2.core.client
-
This client service extends a client service for local execution by the means
to execute activities remotely.
- 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.
- ExecutionControlManager - Interface in de.aristaflow.adept2.core.runtimemanager
-
This interface allows external clients to control the execution of an
activity.
- 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.
- executionControlProperties - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'executionControlProperties'.
- 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.
- ExecutionHistory - Interface in de.aristaflow.adept2.core.logmanager.logs
-
This is the defining interface for the execution history and its data
structure.
- ExecutionHistory.ColumnName - Class in de.aristaflow.adept2.core.logmanager.logs
-
- ExecutionHistory.StateChange - Enum in de.aristaflow.adept2.core.logmanager.logs
-
Allowed values for the stateChange column.
- ExecutionHistoryEntry - Class in de.aristaflow.adept2.core.logmanager.logs
-
Constains a single entry of the execution history.
- ExecutionHistoryEntry(long, long, UUID, Integer, Integer, ExecutionHistory.StateChange, Long, Long, Long, String, String, String, String, Boolean, Long, String, String, URI[]) - Constructor for class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryEntry
-
Constructs a new ExecutionHistoryEntry.
- ExecutionHistoryEntry(LogEntry) - Constructor for class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistoryEntry
-
Creates a new execution history entry based on the designated log entry.
- ExecutionHistoryMXBean - Interface in de.aristaflow.adept2.core.logmanager.logs
-
This interface provides access to node and instance counts based on time and type to be monitored
by JMX.
- ExecutionHistoryTools - Class in de.aristaflow.adept2.core.logmanager.logs
-
- ExecutionHistoryWriteAccess - Interface in de.aristaflow.adept2.core.logmanager.logs
-
- ExecutionManager - Interface in de.aristaflow.adept2.core.executionmanager
-
The execution manager executes process instances, that is, it interprets the
process structure and the node states and steps through the process by
manipulating node states and starting applications assigned to nodes.
- ExecutionManagerMXBean - Interface in de.aristaflow.adept2.core.executionmanager
-
This interface provides access to node and instance counts based on type, node state and instance
execution statuses to be monitored by JMX.
- ExecutionMessageListener - Interface in de.aristaflow.adept2.core.runtimeservice
-
An ExecutionMessageListener provides access to an
ExecutionMessageNotification which is notified when there are
request messages for a specific execution of a proprietarily executing
client.
- ExecutionMessageNotification - Interface in de.aristaflow.adept2.core.runtimeservice
-
This interface simulates the notification of an
ExecutableComponent when using a proprietarily executing client.
- 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.
- executor - Variable in class de.aristaflow.adept2.util.threading.Delayer
-
The executor service for cleaning up after a specified time.
- executor - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkRunnable
-
The executor to which to add this ObjectRunnable in case there is more work for
the object.
- executor - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectSpecificFlushCallable
-
The executor for restarting the object work.
- executor - Variable in class de.aristaflow.adept2.util.threading.PipelineFlushRunnable
-
Deprecated.
The executor for restarting the pipelines.
- executorPoolSize - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
- executorService - Variable in class de.aristaflow.adept2.core.client.ClientServiceSharedServices
-
The executor service that is used for new threads started by client
components.
- executorService - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
This executor service will be used to schedule the synchronisation.
- ExecutorTools - Class in de.aristaflow.adept2.util.threading
-
Executor-related utility methods.
- exeInstCallback - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstEnqOriginator - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstEnqQuestion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstEnqRecipients - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstEnqReplier - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstEnqReply - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodeAssignedRuntimeManager - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodeCurrentEnquiries - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodeData - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodeLwpData - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodePerformingAgent - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exeInstNodeRepliedEnquiry - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- exitSeconds - Variable in class de.aristaflow.adept2.core.registry.TerminationMonitor
-
If a value > 0 is provided, the thread will use System.exit(1) to terminate
the Java process.
- exmFactory - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The factory for creating the execution context for starting instances.
- 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.
- exportCallback(Class<?>, Object, boolean) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2CallbackExport
-
Publishes the given callback object to be ready for receiving callback
requests.
- exportService(URI, Class<? extends ADEPT2Service>, ADEPT2Service) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2ServiceExport
-
Enables the designated service identified by the designated URI to be
called remotely through the designated service interface.
- exportService(SessionToken, URI[], Class<? extends ADEPT2Service>, ADEPT2Service) - Method in interface de.aristaflow.adept2.base.globalregistry.GlobalServiceExport
-
Enables the designated service identified by the designated URI to be
called globally via this global service export service.
- exportService(SessionToken, String, ADEPT2Service, LocalServiceRegistry.ServiceExportInformation) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Exports and publishes the designated service (in case of an exported
service) using the designated service export objects and the designated
URIs if appropriate.
- exportService(SessionToken, String, ADEPT2Service, LocalServiceRegistry.ServiceExportInformation) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Exports the designated service (in case of an exported service) using the
designated service export objects and the designated URIs.
- exportServiceInstances - Variable in class de.aristaflow.adept2.base.registry.ServiceInformation
-
A list of service names that export this service or an empty list
in case of a remote service.
- EXPUNGE - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailFlagHandler
-
Whether the folder of messages from mail events should be expunged.
- ExtendedConnection - Interface in de.aristaflow.adept2.base.dbaccess
-
An extension to Connection in order to provide further functionality
to assist in writing vendor-independent database accessing code.
- extensionId - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractOrgModelExtension
-
The ID of this extension.
- EXTENSIONS_DIR - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The directory name that should be used for jar outputs (WSDL and Java
imports).