Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

W

waitersForLock - Variable in class de.aristaflow.adept2.util.locking.ReentrantLock.Lock
Counts how many threads are waiting to get this lock.
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.
waitForTermination(SessionToken, EBPInstanceReference, long) - Method in interface de.aristaflow.adept2.core.runtimemanager.ExecutionControlManager
Waits for the designated time for the designated activity to terminate and returns the last state when leaving this method.
waitingLockCount - Variable in class de.aristaflow.adept2.util.locking.PessimisticObjectLockManager
Counts the amount of threads that are waiting to lock an object.
warning(SAXParseException) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
 
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.
weekdayRelativeTo(int, Calendar, boolean) - Static method in class de.aristaflow.adept2.util.time.CalendarTools
Gets the day which represents the first weekday relative the designated day, for instance, a wednesday before a specific date.
width - Variable in class de.aristaflow.adept2.model.common.IconDescriptor.Dimension
The width in pixel.
width - Variable in class de.aristaflow.adept2.model.graphical.Rectangle
The width of the rectangular area.
WindowedMemoryResultSet - Class in de.aristaflow.adept2.core.eventmanager.dbevents
A wrapper for a MemoryResultSet providing a window for accessing the rows.
WindowedMemoryResultSet(MemoryResultSet, int, int) - Constructor for class de.aristaflow.adept2.core.eventmanager.dbevents.WindowedMemoryResultSet
Creates a new WindowedMemoryResultSet wrapping the designated MemoryResultSet and only allowing access to the rows starting with the designated first row and for the designated count (or the maximum amount of rows in the designated result set, whichever is less).
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.
WorkHistoryEntry - Class in de.aristaflow.adept2.core.logmanager.logs
Contains a completed step from the execution history.
WorkHistoryEntry(long, UUID, int, int, long, long, long, long, String, String, String, boolean, URI[]) - Constructor for class de.aristaflow.adept2.core.logmanager.logs.WorkHistoryEntry
Constructs a new AgentWorkHistoryEntry.
WorkHistoryEntry(LogEntry) - Constructor for class de.aristaflow.adept2.core.logmanager.logs.WorkHistoryEntry
Creates a new work history entry based on the designated log entry.
WORKLIST - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
A specific worklist has changed (the item has been added or removed).
Worklist<T extends WorklistItem> - Interface in de.aristaflow.adept2.model.worklistmodel
The common interface for server-side and client-side worklist.
WORKLIST_ITEM - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItemProperties
A simple property of the worklist item has changed.
WORKLIST_ITEM_CHANGED - Static variable in interface de.aristaflow.adept2.model.worklistmodel.InternalWorklistItem
A user attribute to indicate the internal logic of an internal worklist that a worklist item has changed even if the property tracker indicates no changes.
WorklistAdministration - Interface in de.aristaflow.adept2.core.worklistmanager
This interface allows the administrative supervision of the worklist manager.
WorklistClientService - Interface in de.aristaflow.adept2.core.client
 
WorklistConstants - Class in de.aristaflow.adept2.model.globals
Constants used in the context of worklists.
WorklistConstants() - Constructor for class de.aristaflow.adept2.model.globals.WorklistConstants
 
WorklistConstants.ActivityReferenceTypes - Class in de.aristaflow.adept2.model.globals
 
WorklistConstants.DistributionMethod - Enum in de.aristaflow.adept2.model.globals
The method of distributing work items used within the worklist manager.
WorklistConstants.Priority - Enum in de.aristaflow.adept2.model.globals
The priority of a worklist item.
WorklistConstants.UpdateMode - Class in de.aristaflow.adept2.model.globals
The update mode of a worklist.
WorklistConstants.WorklistItemState - Enum in de.aristaflow.adept2.model.globals
The state of a worklist item.
WorklistConstants.WorklistItemUpdateType - Enum in de.aristaflow.adept2.model.globals
The kind of change which happened to a worklist (per item).
WorklistFilters - Class in de.aristaflow.adept2.model.worklistmodel
A factory for common worklist filters, suitable for WorklistUpdateConfigurations.
worklistHandler - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
The worklist handler creating event sources depending on the contents of the worklist.
WorklistHandler - Class in de.aristaflow.adept2.core.eventmanager.common
This WorklistHandler creates event sources for worklist items with activities that wait for an event.
WorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, Registry, long, Level) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
Creates a new instance of the worklist handler that creates event sources for worklist items with activities that wait for an event.
worklistID - Variable in class de.aristaflow.adept2.model.worklistmodel.AssuringWorklistUpdate
The worklist ID.
WorklistInteraction - Interface in de.aristaflow.adept2.core.executionmanager
This interface is for the communication of worklist managers with an execution manager.
WorklistItem - Interface in de.aristaflow.adept2.model.worklistmodel
Represents a worklist item with common properties of server-side and client-side worklists.
WorklistItem.Delegation - Interface in de.aristaflow.adept2.model.worklistmodel
This interface encapsulates all data relevant for a delegation, that is, the initiator of a delegation, whether the delegation has been due to absence and an optional comment for the delegation.
WorklistItemIdComparator - Class in de.aristaflow.adept2.model.worklistmodel
Comparator for sorting worklist items based on the item ID.
WorklistItemIdComparator() - Constructor for class de.aristaflow.adept2.model.worklistmodel.WorklistItemIdComparator
 
worklistItemState - Variable in exception de.aristaflow.adept2.model.worklistmodel.InvalidWorklistItemStateException
The state in which the worklist item currently is and which prevents a desired action.
WorklistItemUpdate<T extends WorklistItem> - Class in de.aristaflow.adept2.model.worklistmodel
This class encapsulates a worklist item update, that is, a worklist item and how this needs to be adapted (added, changed or removed from the corresponding worklist) based on a worklist update.
WorklistItemUpdate(T, WorklistConstants.WorklistItemUpdateType) - Constructor for class de.aristaflow.adept2.model.worklistmodel.WorklistItemUpdate
Creates a new worklist item update, that is, the information on how a worklist item has changed within a worklist update.
WorklistManager - Interface in de.aristaflow.adept2.core.worklistmanager
Worklists provide the user with the current process steps (aka. worklist items) that are to be executed.
WorklistModelFactory - Interface in de.aristaflow.adept2.model.worklistmodel
Interface for the construction of worklist objects.
WorklistModelTools - Class in de.aristaflow.adept2.model.worklistmodel
This class provides various tool methods for the worklist model.
WorklistModelTools() - Constructor for class de.aristaflow.adept2.model.worklistmodel.WorklistModelTools
 
WorklistNotification - Interface in de.aristaflow.adept2.core.worklistmanager
This interface provides the notification of a worklist manager in case of state changes in the execution manager.
WorklistRevision - Interface in de.aristaflow.adept2.model.worklistmodel
A worklist revision provides the amount of changes of a worklist (worklist updates) and also the initialisation date of the worklist.
WorklistUpdate - Interface in de.aristaflow.adept2.model.worklistmodel
A container to communicate updates in a worklist (i.e. added, removed and changed worklist items) from the server (InternalWorklist) to the client (ClientWorklist).
WorklistUpdateConfiguration - Interface in de.aristaflow.adept2.model.worklistmodel
The configuration of a worklist, e.g. update intervals and update modes.
worklistUpdated(ClientWorklist, WorklistUpdate) - Method in interface de.aristaflow.adept2.model.worklistmodel.ClientWorklistListener
Informs the listener that the given client worklist was updated with the given worklist update.
WorklistUpdateFailedException - Exception in de.aristaflow.adept2.model.worklistmodel
Deprecated.
This class is only for a very special use-case. Do not use it, it will be removed shortly.
WorklistUpdateFailedException(String) - Constructor for exception de.aristaflow.adept2.model.worklistmodel.WorklistUpdateFailedException
Deprecated.
Creates a new exception wrapping messages for worklist update problems.
WorklistUpdateManager - Interface in de.aristaflow.adept2.core.worklistmanager
The WorklistUpdateManager handles the interaction between a worklist server and a worklist client.
WorklistUpdateManager.AbsenceInformation - Interface in de.aristaflow.adept2.core.worklistmanager
A simple data container for all absence information for a specific agent.
workSize - Variable in class de.aristaflow.adept2.util.threading.CachedThreadPoolExecutor
The amount of work currently in the pool.
wrap(ObjectPool<T, E>, T) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectWrapperLifeCycle
Wraps the given object and returns the created wrapper.
wrapCallable(Callable<V>, boolean, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
Wraps the designated command by a callable catching and logging an occurred exception and optionally rethrowing it to provide it via the returned callable.
wrapped - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NameStoringHandler
The callback handler for all callbacks.
WRAPPED_COMPONENT_UNKNOWN - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
 
wrappedIterator - Variable in class de.aristaflow.adept2.model.common.collection.CachingRemoteIterator
The wrapped iterator of which all elements will be cached.
WrappingLogger - Class in de.aristaflow.adept2.util.logging
This logger wraps a normal logger and handles setting the log level appropriately.
WrappingLogger(Logger) - Constructor for class de.aristaflow.adept2.util.logging.WrappingLogger
Creates a new logger wrapping the designated one.
WrappingLogger(String, Logger) - Constructor for class de.aristaflow.adept2.util.logging.WrappingLogger
Creates a new logger wrapping the designated one and having the designated name.
WrappingProxy - Interface in de.aristaflow.adept2.model.common
This interface resembles Wrapper.
wrapRunnable(Runnable, boolean, boolean) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
Wraps the designated command by a runnable logging runtime exceptions and virtual machine errors instead of forwarding them if requested.
write(int) - Method in class de.aristaflow.adept2.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class de.aristaflow.adept2.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
WRITE_TIMEOUT - Static variable in class de.aristaflow.adept2.base.mail.EmailToolkit
Deprecated.
The attribute key for the socket write timeout in milliseconds.
writeAdhocTemplateMappingToFile(Map<UUID, UUID>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given adhoc template id mapping to the specified file.
writeBaseTemplateMappingToFile(Map<UUID, UUID>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given base template id mapping to the specified file.
writeDocumentToFile(Node, File, Schema) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Exports a DOM node to a file, validates the node before the export, if a schema type is provided.
writeDocumentToFile(Node, File, Schema, boolean) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Exports a DOM node to a file, validates the node before the export, if a schema type is provided.
writeDocumentToStream(Node, OutputStream) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Writes the node to the given output stream.
writeDocumentToStream(Node, OutputStream, boolean) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Writes the node to the given output stream.
writeEmbeddedTemplateMappingToFile(Map<UUID, UUID>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given embedded template id mapping to the specified file.
writeExecutableInstanceAndStatusToFile(ExecutableInstance, InstanceStatus, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeExecutableInstanceAndStatusToFile(ExecutableInstance, InstanceStatus, File, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeExecutableInstanceAndStatusToFile(ExecutableInstance, InstanceStatus, File, Template) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeExecutableInstanceAndStatusToFile(ExecutableInstance, InstanceStatus, File, Template, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeInstanceAndStatusToFile(Instance, InstanceStatus, File, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeInstanceAndStatusToFile(Instance, InstanceStatus, File, boolean, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance including its status to the given file.
writeInstanceLocksToFile(Map<UUID, ProcessModelXMLHelperTools.LockDescription>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance locks to the specified file.
writeInstanceToFile(Instance, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance to the given file.
writeInstanceToFile(Instance, File, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given instance to the given file.
writeLock - Variable in class de.aristaflow.adept2.util.locking.ReentrantLock
The lock responsible for synchronising write access.
writeLock() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock
Returns the write-lock for this read/write-lock or the exclusive lock in case of an exclusive lock.
WriteLock(LockCountManager<? super T>) - Constructor for class de.aristaflow.adept2.util.locking.ReentrantLock.WriteLock
Creates a new write lock using the designated LockCountManager for comparing objects.
writeMessageToFile(MailEvent, boolean, File, Logger) - Static method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
Writes the mail from the designated mail event to a file with an appropriate file name.
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.
writeProcessTypesToFile(Set<ProcessModelXMLHelperTools.SerialisableProcessType>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given adhoc template id mapping to the specified file.
writeTemplateAndStatusToFile(Template, TemplateStatus, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template including its status to the given file.
writeTemplateAndStatusToFile(Template, TemplateStatus, File, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template including its status to the given file.
writeTemplateInformationsToFile(Map<UUID, ProcessModelXMLHelperTools.TemplateInformation>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template informations to the specified file.
writeTemplateLocksToFile(Map<UUID, ProcessModelXMLHelperTools.LockDescription>, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template locks to the specified file.
writeTemplateToFile(Template, File) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template to the given file.
writeTemplateToFile(Template, File, boolean) - Method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
Writes the given template to the given file.
writingNodes - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
 
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.
WrongClusterException - Exception in de.aristaflow.adept2.base.globalregistry
A WrongClusterException will be thrown if a service is requested from a specific cluster but the requested registry is in a different cluster.
WrongClusterException(String, String, String, String) - Constructor for exception de.aristaflow.adept2.base.globalregistry.WrongClusterException
Creates a new exception indicating that the registry is in a different cluster than the requested service.
WrongClusterException(String, URI[], String) - Constructor for exception de.aristaflow.adept2.base.globalregistry.WrongClusterException
Creates a new exception indicating that the registry is in a different cluster than the requested service.
WrongClusterException(String, URI[], String, String) - Constructor for exception de.aristaflow.adept2.base.globalregistry.WrongClusterException
Creates a new exception indicating that the registry is in a different cluster than the requested service.
WrongClusterException(String, URI, String, String) - Constructor for exception de.aristaflow.adept2.base.globalregistry.WrongClusterException
Creates a new exception indicating that the registry is in a different cluster than the requested service or entity.
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links