org.enhydra.shark.api.client.wfservice |
Shark's own extension to OMG interface. It is mainly consisted of interfaces
and exceptions needed for the administrative purpose. Also, here we
define the main interface called SharkInterface, which is the entry
point to all other shark's interfaces.
|
Java Source File Name | Type | Comment |
AdminMisc.java | Interface | Interface used to perform some administrative operations. |
AdminMiscExt.java | Interface | Extended client side interface enabling user to do various things such as to get
information about future or past activities from XPDL, or firstly or lastly executed
activities within process instance. |
ConnectFailed.java | Class | Raised when user tries to connect to shark engine, but failes during
authentication procedure because of improper username or password. |
ExecutionAdministration.java | Interface | Interface used to perform some administrative operations that concern execution engine
objects. |
ExecutionAdministrationExt.java | Interface | Extension of client side interface enabling user to do various things such as to
navigate through process instance or fastly delete finished process instances. |
ExternalPackageInvalid.java | Class | Raised when user tries to open or update package (using PackageAdministration
interface), and some externally referenced package of given package hasn't
pass shark's validation. |
NameValue.java | Class | Structure that holds name-value pairs, where name is string and value is any object. |
NotConnected.java | Class | Raised when user tries to perform an operation by using admin interface,
but it hasn't passed authentication procedure. |
OptionInfo.java | Class | Structure containing data relevant to one route out of activity definition. |
PackageAdministration.java | Interface | Interface used to perform some administrative operations related to packages (XPDLs). |
PackageHasActiveProcesses.java | Class | Raised when package that is being unloaded has processes
that are written in instance persistence repository, and are
instantiated from a package's process definitions. |
PackageInUse.java | Class | Raised when user tries to close package, and it is referenced as an
external package from another package that is loaded into engine. |
PackageInvalid.java | Class | Raised when user tries to upload to repository, or open from repository
the xpdl file that hasn't pass shark's validation. |
PackageUpdateNotAllowed.java | Class | Raised when user tries to update package, but it is not allowed. |
SharkConnection.java | Interface | Interface used to perform some administrative operations that concern execution engine
objects. |
SharkInterface.java | Interface | The top-most client interface for accessing shark engine. |
WfPackageEventAudit.java | Interface | Specialization of WfEventAudit interface that represents events
considering XPDL management (load, unload and update of packages). |
WfProcessMgrIterator.java | Interface | The WfProcessMgrIterator interface is extension of OMG interface. |
WfResourceIterator.java | Interface | The WfResourceIterator interface is extension of OMG interface. |
WMEntity.java | Class | A WAPI2 process definition component. |
WMEntityIterator.java | Class | Iterator for retrieving WAPI2 entities. |
XPDLBrowser.java | Interface | Interface used for XPDL browsing. |
XPDLExpressionBuilder.java | Interface | XPDLExpressionBuilder interface helps building filters for the usage within XPDLBrowser
interface. |