|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
com.ibm.workflow.servlet.client |
Uses of Command in com.ibm.workflow.servlet.client |
---|
Fields in com.ibm.workflow.servlet.client declared as Command | |
static Command |
Command.LIST_QUERY_LISTS
Command to query all persistent lists |
static Command |
Command.LIST_DELETE
Command for PersistentList.delete() |
static Command |
Command.LIST_SHOW_PROPERTIES
Command to show a persistent list's properties |
static Command |
Command.AIL_QUERY_INSTANCES
Command for ActivityInstanceList.queryActivityInstances() |
static Command |
Command.PTL_QUERY_TEMPLATES
Command for ProcessTemplateList.queryProcessTemplates() |
static Command |
Command.PIL_QUERY_INSTANCES
Command for ProcessInstanceList.queryProcessInstances() |
static Command |
Command.WL_QUERY_WORK_ITEMS
Command for WorkList.queryWorkItems() |
static Command |
Command.PT_CREATE_AND_START_INSTANCE
Command for ProcessTemplate.createAndStartInstance(java.lang.String, java.lang.String, java.lang.String, boolean) |
static Command |
Command.PT_CREATE_INSTANCE
Command for ProcessTemplate.createInstance(java.lang.String, java.lang.String, java.lang.String, boolean) |
static Command |
Command.PT_DELETE
Command for ProcessTemplate.delete() |
static Command |
Command.PT_SHOW_PROPERTIES
Command to show process template properties |
static Command |
Command.PI_DELETE
Command for ProcessInstance.delete() |
static Command |
Command.PI_RESTART
Command for ProcessInstance.restart() |
static Command |
Command.PI_RESUME
Command for ProcessInstance.resume(boolean) |
static Command |
Command.PI_START
Command for ProcessInstance.start() |
static Command |
Command.PI_SUSPEND
Command for ProcessInstance.suspend(boolean) |
static Command |
Command.PI_TERMINATE
Command for ProcessInstance.terminate() |
static Command |
Command.PI_SHOW_PROPERTIES
Command to show process instance properties |
static Command |
Command.PI_SHOW_MONITOR
Command to show a process instance monitor |
static Command |
Command.AI_FORCE_FINISH
Command for ActivityInstance.forceFinish() |
static Command |
Command.AI_FORCE_RESTART
Command for ActivityInstance.forceRestart() |
static Command |
Command.AI_SHOW_PROPERTIES
Command to show activity properties |
static Command |
Command.AI_TERMINATE
Command for ActivityInstance.terminate() |
static Command |
Command.ITEM_DELETE
Command for Item.delete() |
static Command |
Command.ITEM_TRANSFER
Command for Item.transfer(java.lang.String) |
static Command |
Command.WI_CANCEL_CHECKOUT
Command for WorkItem.cancelCheckOut() |
static Command |
Command.WI_CHECKIN
Command for WorkItem.checkIn(com.ibm.workflow.api.ReadWriteContainer, int) |
static Command |
Command.WI_CHECKOUT
Command for WorkItem.checkOut() |
static Command |
Command.WI_FINISH
Command for WorkItem.finish() |
static Command |
Command.WI_FORCE_FINISH
Command for WorkItem.forceFinish() |
static Command |
Command.WI_FORCE_RESTART
Command for WorkItem.forceRestart() |
static Command |
Command.WI_RESTART
Command for WorkItem.restart() |
static Command |
Command.WI_START
Command for WorkItem.start() |
static Command |
Command.WI_TERMINATE
Command for WorkItem.terminate() |
static Command |
Command.WI_SHOW_PROPERTIES
Command to show work item properties |
Methods in com.ibm.workflow.servlet.client that return Command | |
Command |
Command.withParameter(java.lang.String commandParameter)
Creates a new command with the same attributes and a new parameter. |
Command |
Command.withPrompt(java.lang.String commandPrompt,
java.lang.String commandParameter)
Creates a new command with the same attributes and a new prompt. |
Command |
Command.withText(java.lang.String commandText)
Creates a new command with the same attributes and a new text . |
static Command[] |
Command.getActions(com.ibm.workflow.api.ProcessTemplate template)
Get the list of allowed commands for a process template. |
static Command[] |
Command.getActions(com.ibm.workflow.api.ProcessInstance instance)
Get the list of allowed commands for a process instance. |
static Command[] |
Command.getActions(com.ibm.workflow.api.ActivityInstance activity)
Get the list of allowed commands for an activity instance. |
static Command[] |
Command.getActions(com.ibm.workflow.api.ProcessInstanceNotification item)
Get the list of allowed commands for a process notification item. |
static Command[] |
Command.getActions(com.ibm.workflow.api.ActivityInstanceNotification item)
Get the list of allowed commands for a activity notification item. |
static Command[] |
Command.getActions(com.ibm.workflow.api.PersistentList list)
Get the list of allowed commands for a persistent list. |
static Command[] |
Command.getActions(java.lang.String user,
com.ibm.workflow.api.WorkItem workitem,
javax.servlet.http.HttpServletRequest request)
|
static Command[] |
Command.getActions(java.lang.String user,
com.ibm.workflow.api.WorkItem workItem)
Get the list of allowed commands for a work item. |
Methods in com.ibm.workflow.servlet.client with parameters of type Command | |
java.lang.StringBuffer |
RequestContext.generateForm(Command submit,
java.lang.String submitOid,
Command cancel,
java.lang.String cancelOid,
com.ibm.workflow.api.Container from,
com.ibm.workflow.api.Container to,
java.lang.String instanceName,
java.lang.String RC)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |