|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.portlet.client.BuiltinHandler
This class handles all commands known by the Web Client's servlet itself. Commands can be invoked in the following ways:
DefaultViewer
and JSPPortletViewer
,
use Command.getTriggerTag(context, oid, null)
.
If you just need the URL that will invoke a command, use
Command.getURL(context, oid, null, false)
. See
the AuditTrailHandler
sample
for how to use the Command
class in custom handlers.SessionContext.getCommand(String)
method. This will ensure
your code is portable, even if you register the Web Client's servlet
with a Web application different than /MQWFClient
.
Method Summary | |
---|---|
RequestContext |
cancelCreateAndStart(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
cancelWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
cancelWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
checkInWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
checkOutWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
checkOutWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner,
boolean startAllowed)
|
RequestContext |
createAndStartInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates and starts a process instance. |
RequestContext |
createInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
createInstance(RequestContext ctx,
java.lang.String instanceName)
|
RequestContext |
createList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
createList(RequestContext context)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
createPersistentList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
deleteInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
deleteInstance(RequestContext ctx)
|
RequestContext |
deleteItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
deleteList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
deleteList(RequestContext ctx)
|
RequestContext |
deleteTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
deleteTemplate(RequestContext ctx)
|
RequestContext |
finishWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
finishWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
forceFinishActivity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
forceFinishWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
forceFinishWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String submit,
java.lang.String owner)
|
RequestContext |
forceRestartActivity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
forceRestartWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
forceRestartWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String submit,
java.lang.String owner)
|
RequestContext |
getFilterAssistant(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
getSortCriteriaAssistant(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
getSystemInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
getUserInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
logoff(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Logs off from to the MQSeries Workflow system. |
RequestContext |
logon(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Logs on to the MQSeries Workflow system. |
RequestContext |
queryActivityInstanceLists(RequestContext ctx)
|
RequestContext |
queryActivityInstances(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Queries the activity instances on the specified activityInstance list. |
RequestContext |
queryActivityInstances(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the process templates of the specified template list. |
RequestContext |
queryLists(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
queryLists(RequestContext ctx,
boolean useCache)
|
RequestContext |
queryProcessInstanceLists(RequestContext ctx)
|
RequestContext |
queryProcessInstances(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Queries the process instances on the specified instance list. |
RequestContext |
queryProcessInstances(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the process instances of the specified instance list. |
RequestContext |
queryProcessTemplateLists(RequestContext ctx)
|
RequestContext |
queryProcessTemplates(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Queries the process templates on the specified template list. |
RequestContext |
queryProcessTemplates(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the process templates of the specified template list. |
RequestContext |
queryWorkItems(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Queries the work items on the specified worklist. |
RequestContext |
queryWorkItems(RequestContext ctx,
java.lang.String oid,
boolean useCache)
Queries the work items of the specified worklist. |
RequestContext |
queryWorkLists(RequestContext ctx)
|
ResponsePage |
render(java.lang.String command,
RequestContext ctx)
|
RequestContext |
restartInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
restartInstance(RequestContext ctx,
java.lang.String oid)
|
RequestContext |
restartWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
restartWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
resumeInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
resumeInstance(RequestContext ctx,
boolean deep)
|
RequestContext |
setListProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
setUserSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
setViewSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. - this function will be redesigned in a later release |
RequestContext |
showActivityProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showActivityProperties(RequestContext ctx)
|
RequestContext |
showControlConnectorProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showInstanceProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showInstanceProperties(RequestContext ctx)
|
RequestContext |
showListProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showListProperties(RequestContext ctx)
|
RequestContext |
showTemplateProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showTemplateProperties(RequestContext ctx)
|
RequestContext |
showWorkItemProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
showWorkItemProperties(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
startInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
startWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
startWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
suspendInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Suspends a process instance. |
RequestContext |
suspendInstance(RequestContext ctx,
java.lang.String oid,
java.lang.String submit,
boolean deep,
java.lang.String year,
java.lang.String month,
java.lang.String day,
java.lang.String hour,
java.lang.String minute)
Suspends a process instance. |
RequestContext |
terminateActivity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
terminateActivity(RequestContext ctx)
|
RequestContext |
terminateInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
terminateInstance(RequestContext ctx)
|
RequestContext |
terminateWorkItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
terminateWorkItem(RequestContext ctx,
java.lang.String oid,
java.lang.String owner)
|
RequestContext |
transferItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
RequestContext |
transferItem(RequestContext result,
java.lang.String oid,
java.lang.String owner,
java.lang.String userID)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ResponsePage render(java.lang.String command, RequestContext ctx) throws ClientException
public RequestContext logon(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
userID | The user ID to be used for the logon. This cannot be the same ID as used for the Web user feature. | |
password | The password valid for the specified user ID. | |
group | null | The system group to be logged on. |
system | null | The system within the system group to be logged on to. To support clustering, do not use this parameter unless you must. |
mode | DEFAULT | Session mode. Can be 'PRESENT_HERE' or 'PRESENT'. All other values will cause 'DEFAULT' to be used. |
absenceIndicator | RESET | Absence indicator. Can be 'LEAVE'. All other values will cause 'RESET' to be used. |
timezoneOffset | If set, specifies the difference between GMT and
the client's timezone in minutes (see also the JavaScript
Data.getTimezoneOffset() method). |
response
- The response the servlet sends to the clientClientException
- If an error occurred.public RequestContext logoff(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
There are no parameters.response
- The response the servlet sends to the clientClientException
- If an error occurred.public RequestContext queryLists(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext queryLists(RequestContext ctx, boolean useCache) throws ClientException
public RequestContext showListProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext showListProperties(RequestContext ctx) throws ClientException
public RequestContext setListProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext deleteList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext deleteList(RequestContext ctx) throws ClientException
public RequestContext createList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext createList(RequestContext context) throws ClientException
public RequestContext queryProcessTemplateLists(RequestContext ctx) throws ClientException
public RequestContext queryActivityInstances(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the activity instance list to refresh. | |
useCache | false |
If set to true , the activity instances will not be queried
but the cached list
will be displayed instead. |
response
- The response the servlet sends to the clientqueryActivityInstances(RequestContext, String, boolean)
.ClientException
- If an error occurred.public RequestContext queryActivityInstances(RequestContext ctx, java.lang.String oid, boolean useCache) throws ClientException
ctx
- the RequestContext object where to store the resultsoid
- the OID of the template list to be refresheduseCache
- flag indicating if the templates cached in the
SessionContext
can be used or if the MQSeries Workflow API must be called.
If the cache is empty, this parameter will be ignored.template list
and
process templates
.ClientException
- If an error occurred.queryProcessTemplates(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public RequestContext queryProcessTemplates(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the process template list to refresh. | |
useCache | false |
If set to true , the templates will not be queried
but the cached list
will be displayed instead. |
response
- The response the servlet sends to the clientqueryProcessTemplates(RequestContext, String, boolean)
.ClientException
- If an error occurred.public RequestContext queryProcessTemplates(RequestContext ctx, java.lang.String oid, boolean useCache) throws ClientException
ctx
- the RequestContext object where to store the resultsoid
- the OID of the template list to be refresheduseCache
- flag indicating if the templates cached in the
SessionContext
can be used or if the MQSeries Workflow API must be called.
If the cache is empty, this parameter will be ignored.template list
and
process templates
.ClientException
- If an error occurred.queryProcessTemplates(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public RequestContext showTemplateProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext showTemplateProperties(RequestContext ctx) throws ClientException
public RequestContext createInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext createInstance(RequestContext ctx, java.lang.String instanceName) throws ClientException
public RequestContext createAndStartInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
id
, usually if the process is to be created
from a template list) or a template name (templateName
,
if the process is created by the web user).
SuccessLocation
will
be displayed (when using DefaultViewer
or JSPPortletViewer
).submitData
parameter is not set, an instance is created and the worklist is displayed
next (when using DefaultViewer or JSPPortletViewer).submitData
parameter is set, input data (if any found) is copied
from the request to the input container and an instance is created (in this case,
it does not matter if the process requires input data). Next the worklist
is displayed (again, depending on the Viewer).submitData
parameter is not set, no instance will be created. Instead of displaying
the worklist, the DefaultViewer will try to load
processes/TemplateName.html
. If this file does not
exist, the DefaultViewer will create an HTML form from the input container
if the GenerateForms
flag is set. If GenerateForms
is not set, an error page
will be displayed. When using the the JSPPortletViewer
, it will look for
processes/TemplateName.jsp
first and if this file
does not exist, delegate processesing to the DefaultViewer. The command
for the form send back to the client should be createAndStartInstance
again and the submit button should have name="submitData"
set so that when the request is re-submitted, processing will continue
as described in the previous step. See also the
corresponding section in the
Activity Execution chapter._BLOCK:memberName
) in an exit or transition
conditionrequest
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the process template to create an instance from. | |
templateName | The name of the process template to create an instance from. This parameter can only be used for the Web user feature. | |
instanceName | null | The desired name for the newly created instance. |
SuccessLocation | null | Used by DefaultViewer ,
allows to specify the page to be displayed after a process instance
was started by the Web user. |
UseRedirect | false | Used by DefaultViewer .
If set to true , the request is redirected to the page
specified by SuccessLocation . If false ,
the page specified by SuccessLocation is treated as
an HTML template file. |
submitData | null | If set, data from the request will be used to fill the input container. | <any> | null | Values of request parameters whose names match input container member names are set in the input container before starting the process. |
response
- The response the servlet sends to the clientprocess template
and the process instance
,
if one was started.ClientException
- If an error occurred.public RequestContext cancelCreateAndStart(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext deleteTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext deleteTemplate(RequestContext ctx) throws ClientException
public RequestContext queryActivityInstanceLists(RequestContext ctx) throws ClientException
public RequestContext queryProcessInstanceLists(RequestContext ctx) throws ClientException
public RequestContext queryProcessInstances(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the process instance list to refresh. | |
useCache | false |
If set to true , the instances will not be queried
but the cached list
will be displayed instead. |
response
- The response the servlet sends to the clientqueryProcessInstances(RequestContext, String, boolean)
.ClientException
- If an error occurred.public RequestContext queryProcessInstances(RequestContext ctx, java.lang.String oid, boolean useCache) throws ClientException
ctx
- the RequestContext object where to store the resultsoid
- the OID of the instance list to be useduseCache
- flag indicating if the instances cached in the
SessionContext
can be used or if the MQSeries Workflow API must be called.
If the cache is empty, this parameter will be ignored.instance list
and
process instances
.ClientException
- If an error occurred.queryProcessInstances(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public RequestContext showInstanceProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext showInstanceProperties(RequestContext ctx) throws ClientException
public RequestContext deleteInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext deleteInstance(RequestContext ctx) throws ClientException
public RequestContext startInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext suspendInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the process instance to suspend. | |
submitData | If this parameter has a non-null value, the process instance
will be suspended. Otherwise, it will just be looked up and
stored in the RequestContext object returned. |
|
deep | true |
Whether to include all sub-processes when suspending. |
year,month,day,hour,minute | Until when to suspend the process. Either all or none of these parameters must be set. If no date is specified, the process will be suspended indefinitely. |
response
- The response the servlet sends to the clientsuspendInstance(RequestContext, String, String, boolean,
String, String, String, String, String)
.ClientException
- If an error occurred.public RequestContext suspendInstance(RequestContext ctx, java.lang.String oid, java.lang.String submit, boolean deep, java.lang.String year, java.lang.String month, java.lang.String day, java.lang.String hour, java.lang.String minute) throws ClientException
ctx
- the RequestContext object where to store the resultsoid
- the OID of the process instance to suspendsubmit
- if null
, the process will not be suspended
but just looked up and stored in the RequestContextdeep
- flag indicating whether to include sub-processes when
suspendingyear
- year until when to suspend the process, may be null
month
- month until when to suspend the process, may be null
day
- day until when to suspend the process, may be null
hour
- hour until when to suspend the process, may be null
minute
- minute until when to suspend the process, may be null
process instance
ClientException
- If an error occurred.suspendInstance(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public RequestContext resumeInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext resumeInstance(RequestContext ctx, boolean deep) throws ClientException
public RequestContext terminateInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext terminateInstance(RequestContext ctx) throws ClientException
public RequestContext restartInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext restartInstance(RequestContext ctx, java.lang.String oid) throws ClientException
public RequestContext showActivityProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext showActivityProperties(RequestContext ctx) throws ClientException
public RequestContext forceRestartActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext forceFinishActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext terminateActivity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext terminateActivity(RequestContext ctx) throws ClientException
public RequestContext showControlConnectorProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext queryWorkLists(RequestContext ctx) throws ClientException
public RequestContext queryWorkItems(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
request
- The request the client has made of the servlet.
The parameters are:
Name | Default | Description |
---|---|---|
id | The OID of the worklist list to refresh. | |
useCache | false |
If set to true , the work items will not be queried
but the cached list
will be displayed instead. |
response
- The response the servlet sends to the clientqueryWorkItems(RequestContext, String, boolean)
.ClientException
- If an error occurred.public RequestContext queryWorkItems(RequestContext ctx, java.lang.String oid, boolean useCache) throws ClientException
ctx
- the RequestContext object where to store the resultsoid
- the OID of the worklist to be useduseCache
- flag indicating if the work items cached in the
SessionContext
can be used or if the MQSeries Workflow API must be called.
If the cache is empty, this parameter will be ignored.work list
,
work items
,
process instance notifications
, and
activity instance notifications
.ClientException
- If an error occurred.queryWorkItems(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public RequestContext showWorkItemProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext showWorkItemProperties(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext checkOutWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext checkOutWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner, boolean startAllowed) throws ClientException
public RequestContext checkInWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext cancelWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext cancelWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext finishWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext finishWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext forceFinishWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext forceFinishWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String submit, java.lang.String owner) throws ClientException
public RequestContext restartWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext restartWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext forceRestartWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext forceRestartWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String submit, java.lang.String owner) throws ClientException
public RequestContext startWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext startWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext terminateWorkItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext terminateWorkItem(RequestContext ctx, java.lang.String oid, java.lang.String owner) throws ClientException
public RequestContext deleteItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext transferItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext transferItem(RequestContext result, java.lang.String oid, java.lang.String owner, java.lang.String userID) throws ClientException
public RequestContext setUserSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext setViewSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext getFilterAssistant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext getSortCriteriaAssistant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext getUserInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext getSystemInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
public RequestContext createPersistentList(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ClientException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |