| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
WorkflowListDTO |
WorkflowCollectionApi.workflowsGet(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType)
Retrieve All pending workflow processes
This operation can be used to retrieve list of workflow pending processes.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowListDTO> |
WorkflowCollectionApi.workflowsGetWithHttpInfo(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType)
Retrieve All pending workflow processes
This operation can be used to retrieve list of workflow pending processes.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
WorkflowCollectionApi.workflowsGetAsync(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ApiCallback<WorkflowListDTO> callback)
Retrieve All pending workflow processes (asynchronously)
This operation can be used to retrieve list of workflow pending processes.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowListDTO |
WorkflowListDTO.addListItem(WorkflowInfoDTO listItem) |
WorkflowListDTO |
WorkflowListDTO.count(Integer count) |
WorkflowListDTO |
WorkflowListDTO.list(List<WorkflowInfoDTO> list) |
WorkflowListDTO |
WorkflowListDTO.next(String next) |
WorkflowListDTO |
WorkflowListDTO.previous(String previous) |
Copyright © 2020 WSO2 Inc. All rights reserved.