A CaseMonitor instance may have several HandlerRunner's active at any one
time, each one representing an exception currently being handled by the
ExceptionService.
AJH: Public method which returns the next available caseID
Note: This is only available with a non-persisting engine and is used
to ascertain the case ID prior to launching a case (eg.
ALLOCATED -
Static variable in class org.yawlfoundation.yawl.resourcing.WorkQueue
The CaseMap class maintains a two way mapping between case ids and worklet names
for worklet instances that have been launched by a particular checked out item or
handler runner and are currently executing.
CaseMap() -
Constructor for class org.yawlfoundation.yawl.worklet.support.CaseMap
The CheckedOutItem class maintains, for a workitem that has been
checked-out of the engine, a dynamic set of data for each of the child
items of which this workitem is a 'parent'.
Deprecated.since 2.1 - use checkInWorkItem(String, String, String, String) instead
Checks the work item back into the engine once the task is complete.
Succesfully doing so will cause the work item to be completed in the engine.
This abstract class is to be extended by all data source implementations to
provide organisational data to the resourcing classes in a uniform and expected manner.
DataSource() -
Constructor for class org.yawlfoundation.yawl.resourcing.datastore.orgdata.DataSource
Override this method to provide a welcome screen for your Custom YAWL Service
For instance you could redirect to a JSP or just write typical
servlet doGet() code inside your subclass.
This class manages the set of user-defined (at design-time) extended attributes
of a workitem, some of which will affect the way the dynamic form is displayed.
Interface to be implemented by classes which register with the engine to receive
notifications of (i) the occurrence of process exceptions and (ii) possible
process 'points' to be checked for exceptions.
HashMap mappings:
_monitoredCases:
- KEY: [String] case id of case being monitored
- VALUE: [CaseMonitor] obj describing the monitored case
_handlersStarted:
- KEY: [String] case id of a launched worklet compensatory case
- VALUE: [HandlerRunner] obj managing the exception process of which
the launched worklet is part
Esacpes all HTML entities and "funky accents" into the HTML 4.0 encodings, replacing
new lines with "<br>", tabs with four " " and single spaces with " ".
A base or generic allocator class which allows external entities such as the
Editor the ability to instantiate it as a medium for specification XML generation
Create Date: 23/08/2007.
A base or generic constraint class which allows external entities such as the
Editor the ability to instantiate it as a medium for specification XML generation
Create Date: 14/08/2007.
A base or generic filter class which allows external entities such as the
Editor the ability to instantiate it as a medium for specification XML generation
Create Date: 14/08/2007.
Deprecated.since v2.0: use getSchemaVersion() instead
Gets the version number of this specification's schema (as opposed to the
version number of the specification itself).