| Package | Description |
|---|---|
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| com.ibm.openpages.api.workflow |
Provides interfaces to work with native workflow system.
|
| com.ibm.openpages.api.workflow.actions |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFTransition> |
IWorkflowService.getTransitions(Id processId)
Returns currently valid transitions for the given process id.
|
java.util.List<IWFTransition> |
IWorkflowService.getTransitions(IWFProcess procInst)
Returns currently valid transitions for the given process instance.
|
| Modifier and Type | Method and Description |
|---|---|
IWFTransition |
IWorkflowFactory.createTransition(java.lang.String name,
java.lang.String targetActivity)
Create a new instance of transition to be persisted on the system
|
IWFTransition |
IWFProcessContext.getLastTransition()
Returns the last transition
|
IWFTransition |
IWFActivity.getTransition(java.lang.String transitionName)
Returns a transition for given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFTransition> |
IWFActivity.getBulkTransitions()
If bulk execution is enabled for this activity, get the list of transitions which can be performed in bulk.
|
java.util.List<IWFTransition> |
IWFActivity.getTransitions()
Returns the list of transitions that users can possibly select to process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFActivity.addTransition(IWFTransition transition)
Append a transition to the list
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFActivity.setTransitions(java.util.List<IWFTransition> transitions)
Assigns the list of transitions that users can possibly select to process.
|
| Modifier and Type | Method and Description |
|---|---|
IWFTransition |
IWFOperationContext.getTransition()
Returns the transition being performed.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.