| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IWFActivity |
IWorkflowService.getActivity(Id activityId,
Id procDefId) |
| Modifier and Type | Method and Description |
|---|---|
IRespView |
IConfigurationService.getRespViewForWFActivity(IWFActivity activity,
Id resourceContentTypeId,
RespViewState viewState)
Returns a responsive view
|
| Modifier and Type | Method and Description |
|---|---|
IWFActivity |
IWorkflowFactory.createActivity(java.lang.String name,
WFActivityType type)
Creates a new instance of activity to be persisted on the system
|
IWFActivity |
IWFProcessDefinition.getActivity(Id id)
Returns the activity by the activity ID.
|
IWFActivity |
IWFProcessDefinition.getActivity(java.lang.String name)
Returns the activity by the activity name.
|
IWFActivity |
IWFProcessDefinition.getStartActivity()
Returns the starting activity.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFActivity> |
IWFProcessDefinition.getActivities()
Returns the list of activities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFProcessDefinition.addActivity(IWFActivity activity)
Adds an activity
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFProcessDefinition.setActivities(java.util.List<IWFActivity> activities)
Sets the list of activities.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.