|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The top-most client interface for accessing shark engine. Every client application has to know about the implementation of this interface.
When client application has the instance of this interface implementation, it can call one of its methods to retrieve instances of various interfaces used for managing Shark.
Method Summary | |
ActivityFilterBuilder |
getActivityFilterBuilder()
Returns instance of interface for building filters for activity. |
AdminMisc |
getAdminMisc()
Returns instance of interface for Miscellaneous administering. |
AdminMiscExt |
getAdminMiscExtension()
Returns instance of extension interface for Miscellaneous administering. |
AssignmentFilterBuilder |
getAssignmentFilterBuilder()
Returns instance of interface for building filters for assignment. |
EventAuditFilterBuilder |
getEventAuditFilterBuilder()
Returns instance of interface for building filters for event audit. |
ExecutionAdministration |
getExecutionAdministration()
Returns instance of interface for execution objects administering. |
ExecutionAdministrationExt |
getExecutionAdministrationExtension()
Returns instance of extension interface for execution objects administering. |
PackageAdministration |
getPackageAdministration()
Returns instance of interface for administering packages (XPDLs). |
java.lang.Object |
getPlugIn(java.lang.String name)
Returns desired default plug-in API implementation. |
ProcessFilterBuilder |
getProcessFilterBuilder()
Returns instance of interface for building filters for process. |
ProcessMgrFilterBuilder |
getProcessMgrFilterBuilder()
Returns instance of interface for building filters for process manager. |
java.util.Properties |
getProperties()
Returns shark configuration properties. |
ResourceFilterBuilder |
getResourceFilterBuilder()
Returns instance of interface for building filters for resource. |
SharkConnection |
getSharkConnection()
Returns instance of SharkConnection interface that can be used by shark user to connect to shark engine and execute assignments. |
WAPI |
getWAPIConnection()
Returns instance of WfMC API interface that can be used by shark user to connect to shark engine and execute assignments. |
XPDLBrowser |
getXPDLBrowser()
Returns instance of interface for browsing XPDL. |
XPILHandler |
getXPILHandler()
Returns instance of interface for obtaining XPIL information. |
Method Detail |
public SharkConnection getSharkConnection() throws java.lang.Exception
java.lang.Exception
public WAPI getWAPIConnection() throws java.lang.Exception
java.lang.Exception
public PackageAdministration getPackageAdministration() throws java.lang.Exception
java.lang.Exception
public ExecutionAdministration getExecutionAdministration() throws java.lang.Exception
java.lang.Exception
public ExecutionAdministrationExt getExecutionAdministrationExtension() throws java.lang.Exception
java.lang.Exception
public AdminMisc getAdminMisc() throws java.lang.Exception
java.lang.Exception
public AdminMiscExt getAdminMiscExtension() throws java.lang.Exception
java.lang.Exception
public XPDLBrowser getXPDLBrowser() throws java.lang.Exception
java.lang.Exception
public ActivityFilterBuilder getActivityFilterBuilder() throws java.lang.Exception
java.lang.Exception
public AssignmentFilterBuilder getAssignmentFilterBuilder() throws java.lang.Exception
java.lang.Exception
public EventAuditFilterBuilder getEventAuditFilterBuilder() throws java.lang.Exception
java.lang.Exception
public ProcessFilterBuilder getProcessFilterBuilder() throws java.lang.Exception
java.lang.Exception
public ProcessMgrFilterBuilder getProcessMgrFilterBuilder() throws java.lang.Exception
java.lang.Exception
public ResourceFilterBuilder getResourceFilterBuilder() throws java.lang.Exception
java.lang.Exception
public XPILHandler getXPILHandler() throws java.lang.Exception
java.lang.Exception
public java.util.Properties getProperties() throws java.lang.Exception
java.lang.Exception
public java.lang.Object getPlugIn(java.lang.String name) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |