public class WorkflowsIndividualApi extends Object
| Constructor and Description |
|---|
WorkflowsIndividualApi() |
WorkflowsIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
WorkflowInfoDTO |
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..
|
okhttp3.Call |
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..
|
okhttp3.Call |
workflowsExternalWorkflowRefGetCall(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback _callback)
Build call for workflowsExternalWorkflowRefGet
|
ApiResponse<WorkflowInfoDTO> |
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..
|
WorkflowDTO |
workflowsUpdateWorkflowStatusPost(String workflowReferenceId,
WorkflowDTO workflowDTO)
Update Workflow Status
This operation can be used to approve or reject a workflow task.
|
okhttp3.Call |
workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO workflowDTO,
ApiCallback<WorkflowDTO> _callback)
Update Workflow Status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
okhttp3.Call |
workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId,
WorkflowDTO workflowDTO,
ApiCallback _callback)
Build call for workflowsUpdateWorkflowStatusPost
|
ApiResponse<WorkflowDTO> |
workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId,
WorkflowDTO workflowDTO)
Update Workflow Status
This operation can be used to approve or reject a workflow task.
|
public WorkflowsIndividualApi()
public WorkflowsIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call workflowsExternalWorkflowRefGetCall(String externalWorkflowRef, String ifNoneMatch, ApiCallback _callback) throws ApiException
externalWorkflowRef - from the externel workflow reference we decide what is the the pending request that the are requesting. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WorkflowInfoDTO workflowsExternalWorkflowRefGet(String externalWorkflowRef, String ifNoneMatch) throws ApiException
externalWorkflowRef - from the externel workflow reference we decide what is the the pending request that the are requesting. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<WorkflowInfoDTO> workflowsExternalWorkflowRefGetWithHttpInfo(String externalWorkflowRef, String ifNoneMatch) throws ApiException
externalWorkflowRef - from the externel workflow reference we decide what is the the pending request that the are requesting. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef, String ifNoneMatch, ApiCallback<WorkflowInfoDTO> _callback) throws ApiException
externalWorkflowRef - from the externel workflow reference we decide what is the the pending request that the are requesting. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource (Will be supported in future). (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback _callback) throws ApiException
workflowReferenceId - Workflow reference id (required)workflowDTO - Workflow event that need to be updated (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WorkflowDTO workflowsUpdateWorkflowStatusPost(String workflowReferenceId, WorkflowDTO workflowDTO) throws ApiException
workflowReferenceId - Workflow reference id (required)workflowDTO - Workflow event that need to be updated (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<WorkflowDTO> workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId, WorkflowDTO workflowDTO) throws ApiException
workflowReferenceId - Workflow reference id (required)workflowDTO - Workflow event that need to be updated (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback<WorkflowDTO> _callback) throws ApiException
workflowReferenceId - Workflow reference id (required)workflowDTO - Workflow event that need to be updated (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.