Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowDTO
Packages that use WorkflowDTO
Package
Description
-
Uses of WorkflowDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return WorkflowDTOModifier and TypeMethodDescriptionWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type WorkflowDTOModifier and TypeMethodDescriptionWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.Methods in org.wso2.am.integration.clients.admin.api with parameters of type WorkflowDTOModifier and TypeMethodDescriptionWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.okhttp3.CallWorkflowsIndividualApi.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.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback _callback) Build call for workflowsUpdateWorkflowStatusPostWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId, WorkflowDTO workflowDTO) Update Workflow Status This operation can be used to approve or reject a workflow task.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type WorkflowDTOModifier and TypeMethodDescriptionokhttp3.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback<WorkflowDTO> _callback) Update Workflow Status (asynchronously) This operation can be used to approve or reject a workflow task. -
Uses of WorkflowDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return WorkflowDTOModifier and TypeMethodDescriptionWorkflowDTO.attributes(Map<String, String> attributes) WorkflowDTO.description(String description) WorkflowDTO.status(WorkflowDTO.StatusEnum status)