Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowInfoDTO
-
Packages that use WorkflowInfoDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of WorkflowInfoDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return WorkflowInfoDTO Modifier and Type Method Description WorkflowInfoDTOWorkflowsIndividualApi. 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..Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type WorkflowInfoDTO Modifier and Type Method 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..Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type WorkflowInfoDTO Modifier and Type Method Description okhttp3.CallWorkflowsIndividualApi. 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.. -
Uses of WorkflowInfoDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return WorkflowInfoDTO Modifier and Type Method Description WorkflowInfoDTOWorkflowInfoDTO. createdTime(String createdTime)WorkflowInfoDTOWorkflowInfoDTO. description(String description)WorkflowInfoDTOWorkflowInfoDTO. properties(Object properties)WorkflowInfoDTOWorkflowInfoDTO. referenceId(String referenceId)WorkflowInfoDTOWorkflowInfoDTO. updatedTime(String updatedTime)WorkflowInfoDTOWorkflowInfoDTO. workflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus)WorkflowInfoDTOWorkflowInfoDTO. workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type WorkflowInfoDTO Modifier and Type Method Description List<WorkflowInfoDTO>WorkflowListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type WorkflowInfoDTO Modifier and Type Method Description WorkflowListDTOWorkflowListDTO. list(List<WorkflowInfoDTO> list)voidWorkflowListDTO. setList(List<WorkflowInfoDTO> list)
-