Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowListDTO
Packages that use WorkflowListDTO
Package
Description
-
Uses of WorkflowListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return WorkflowListDTOModifier and TypeMethodDescriptionWorkflowCollectionApi.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 WorkflowListDTOModifier and TypeMethodDescriptionWorkflowCollectionApi.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 WorkflowListDTOModifier and TypeMethodDescriptionokhttp3.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