Uses of Class
org.wso2.am.integration.clients.admin.api.dto.WorkflowInfoDTO
Packages that use WorkflowInfoDTO
Package
Description
-
Uses of WorkflowInfoDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return WorkflowInfoDTOModifier and TypeMethodDescriptionWorkflowsIndividualApi.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 WorkflowInfoDTOModifier and TypeMethodDescriptionWorkflowsIndividualApi.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 WorkflowInfoDTOModifier and TypeMethodDescriptionokhttp3.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 WorkflowInfoDTOModifier and TypeMethodDescriptionWorkflowInfoDTO.createdTime(String createdTime) WorkflowInfoDTO.description(String description) WorkflowInfoDTO.properties(Object properties) WorkflowInfoDTO.referenceId(String referenceId) WorkflowInfoDTO.updatedTime(String updatedTime) WorkflowInfoDTO.workflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) WorkflowInfoDTO.workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type WorkflowInfoDTOMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type WorkflowInfoDTOModifier and TypeMethodDescriptionWorkflowListDTO.list(List<WorkflowInfoDTO> list) voidWorkflowListDTO.setList(List<WorkflowInfoDTO> list)