| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInfoDTO |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGet(String externalWorkflowRef,
String ifNoneMatch)
Get Pending Workflow Details by External Workflow Reference
Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowInfoDTO> |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetWithHttpInfo(String externalWorkflowRef,
String ifNoneMatch)
Get Pending Workflow Details by External Workflow Reference
Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback<WorkflowInfoDTO> _callback)
Get Pending Workflow Details by External Workflow Reference (asynchronously)
Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInfoDTO |
WorkflowInfoDTO.createdTime(String createdTime) |
WorkflowInfoDTO |
WorkflowInfoDTO.description(String description) |
WorkflowInfoDTO |
WorkflowInfoDTO.properties(Object properties) |
WorkflowInfoDTO |
WorkflowInfoDTO.referenceId(String referenceId) |
WorkflowInfoDTO |
WorkflowInfoDTO.updatedTime(String updatedTime) |
WorkflowInfoDTO |
WorkflowInfoDTO.workflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) |
WorkflowInfoDTO |
WorkflowInfoDTO.workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInfoDTO> |
WorkflowListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowListDTO |
WorkflowListDTO.list(List<WorkflowInfoDTO> list) |
void |
WorkflowListDTO.setList(List<WorkflowInfoDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.