View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ding-talk-workflow-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.todev.ding.workflow.api
├─ top.todev.ding.workflow.api.IDingWorkflowOfficialService.class - [JAR]
├─ top.todev.ding.workflow.api.IDingWorkflowService.class - [JAR]
top.todev.ding.workflow.bean.response
├─ top.todev.ding.workflow.bean.response.AttachmentVO.class - [JAR]
├─ top.todev.ding.workflow.bean.response.OperationRecordsVO.class - [JAR]
├─ top.todev.ding.workflow.bean.response.ProcessInstanceCreateResponse.class - [JAR]
├─ top.todev.ding.workflow.bean.response.ProcessInstanceGetResponse.class - [JAR]
├─ top.todev.ding.workflow.bean.response.ProcessInstanceTopVO.class - [JAR]
├─ top.todev.ding.workflow.bean.response.TaskTopVO.class - [JAR]
top.todev.ding.workflow.constant.data
├─ top.todev.ding.workflow.constant.data.WorkflowApproveInstanceTypeEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowApproveResultEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowApproveStatusEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowBizActionEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowCopyPositionEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowOperationResultEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowOperationTypeEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowTaskActionTypeEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowTaskResultEnum.class - [JAR]
├─ top.todev.ding.workflow.constant.data.WorkflowTaskStatusEnum.class - [JAR]
top.todev.ding.workflow.bean.request
├─ top.todev.ding.workflow.bean.request.ApproveEventRequest.class - [JAR]
├─ top.todev.ding.workflow.bean.request.FormAttachmentComponentVO.class - [JAR]
├─ top.todev.ding.workflow.bean.request.FormComponentValueVO.class - [JAR]
├─ top.todev.ding.workflow.bean.request.FormDetailComponentVO.class - [JAR]
├─ top.todev.ding.workflow.bean.request.ProcessInstanceApproverVO.class - [JAR]
├─ top.todev.ding.workflow.bean.request.ProcessInstanceCreateRequest.class - [JAR]
├─ top.todev.ding.workflow.bean.request.ProcessInstanceGetRequest.class - [JAR]
top.todev.ding.workflow.api.impl
├─ top.todev.ding.workflow.api.impl.DingWorkflowBaseServiceImpl.class - [JAR]
├─ top.todev.ding.workflow.api.impl.DingWorkflowOfficialServiceImpl.class - [JAR]
├─ top.todev.ding.workflow.api.impl.DingWorkflowServiceImpl.class - [JAR]
top.todev.ding.workflow.constant.url
├─ top.todev.ding.workflow.constant.url.OfficialWorkflowUrlEnum.class - [JAR]