Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowListDTO
-
Packages that use WorkflowListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of WorkflowListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return WorkflowListDTO Modifier and Type Method Description WorkflowListDTOWorkflowCollectionApi. 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.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type WorkflowListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type WorkflowListDTO Modifier and Type Method Description okhttp3.CallWorkflowCollectionApi. 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. -
Uses of WorkflowListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return WorkflowListDTO Modifier and Type Method Description WorkflowListDTOWorkflowListDTO. count(Integer count)WorkflowListDTOWorkflowListDTO. list(List<WorkflowInfoDTO> list)WorkflowListDTOWorkflowListDTO. next(String next)WorkflowListDTOWorkflowListDTO. previous(String previous)
-