|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkItemEvent.Action | |
|---|---|
| com.tibco.bpm.web.client.model.managedevents | |
| Uses of WorkItemEvent.Action in com.tibco.bpm.web.client.model.managedevents |
|---|
| Methods in com.tibco.bpm.web.client.model.managedevents that return WorkItemEvent.Action | |
|---|---|
WorkItemEvent.Action |
WorkItemEvent.getAction()
|
static WorkItemEvent.Action |
WorkItemEvent.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkItemEvent.Action[] |
WorkItemEvent.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.tibco.bpm.web.client.model.managedevents with parameters of type WorkItemEvent.Action | |
|---|---|
static WorkItemEvent |
WorkItemEvent.create(WorkItemEvent.Action action,
java.util.List<WorkItemCloseListItem> closeListItems)
|
static WorkItemEvent |
WorkItemEvent.create(WorkItemEvent.Action action,
long workItemId,
long version,
java.lang.String processId)
|
static WorkItemEvent |
WorkItemEvent.create(WorkItemEvent.Action action,
long workItemId,
long version,
java.lang.String processId,
java.util.List<WorkItemCloseListItem> closeListItems)
|
void |
WorkItemEvent.setAction(WorkItemEvent.Action action)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||