public class StartProcessesOptions
extends java.lang.Object
implements java.io.Serializable
IWorkflowService.startProcessesInBulk(StartProcessesOptions)| Constructor and Description |
|---|
StartProcessesOptions() |
| Modifier and Type | Method and Description |
|---|---|
Id |
getProcessDefinitionId()
Returns Id of the workflow definition to start.
|
java.util.List<Id> |
getResourceIds()
Returns resource Ids to start workflows.
|
java.lang.Integer |
getResultsPerPage()
Returns the number of results per page.
|
void |
setProcessDefinitionId(Id processDefinitionId)
Assigns Id of the workflow definition to start.
|
void |
setResourceIds(java.util.List<Id> resourceIds)
Assigns resource Ids to start workflows.
|
void |
setResultsPerPage(java.lang.Integer resultsPerPage)
Assignes the number of results per page.
|
public Id getProcessDefinitionId()
public void setProcessDefinitionId(Id processDefinitionId)
processDefinitionId - public java.util.List<Id> getResourceIds()
IWorkflowService.startProcessesInBulk(StartProcessesOptions),
in such case, all the objects of the object type are evaluated whethere the workflow can start.public void setResourceIds(java.util.List<Id> resourceIds)
resourceIds - public java.lang.Integer getResultsPerPage()
setResultsPerPage(Integer).
If the registry is not configured, it defaults to 100.public void setResultsPerPage(java.lang.Integer resultsPerPage)
resultsPerPage -
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.