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 hsweb-system-workflow-local-3.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hswebframework.web.workflow.dimension.parser
├─ org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.DepartmentCandidateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.OrgCandidateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.PositionCandidateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.RoleCandidateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.ScriptCandiateDimensionParserStrategy.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.parser.UserCandidateDimensionParserStrategy.class - [JAR]
org.hswebframework.web.workflow.flowable.utils
├─ org.hswebframework.web.workflow.flowable.utils.ActivitiUserUtil.class - [JAR]
├─ org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager.class - [JAR]
├─ org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManagerFactory.class - [JAR]
├─ org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager.class - [JAR]
├─ org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManagerFactory.class - [JAR]
├─ org.hswebframework.web.workflow.flowable.utils.JumpTaskCmd.class - [JAR]
org.hswebframework.web.workflow.web.request
├─ org.hswebframework.web.workflow.web.request.ModelCreateRequest.class - [JAR]
org.hswebframework.web.workflow.service.imp
├─ org.hswebframework.web.workflow.service.imp.AbstractFlowableService.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.ProcessConfigurationServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.ProcessHistoryServiceImpl.class - [JAR]
├─ org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl.class - [JAR]
org.hswebframework.web.workflow.flowable
├─ org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration.class - [JAR]
org.hswebframework.web.workflow.web.diagram
├─ org.hswebframework.web.workflow.web.diagram.BaseProcessDefinitionDiagramLayoutResource.class - [JAR]
├─ org.hswebframework.web.workflow.web.diagram.ProcessDefinitionDiagramLayoutResource.class - [JAR]
├─ org.hswebframework.web.workflow.web.diagram.ProcessInstanceDiagramLayoutResource.class - [JAR]
├─ org.hswebframework.web.workflow.web.diagram.ProcessInstanceHighlightsResource.class - [JAR]
org.hswebframework.web.workflow.util
├─ org.hswebframework.web.workflow.util.QueryUtils.class - [JAR]
org.hswebframework.web.workflow.dao.entity
├─ org.hswebframework.web.workflow.dao.entity.ActivityConfigEntity.class - [JAR]
├─ org.hswebframework.web.workflow.dao.entity.ListenerConfig.class - [JAR]
├─ org.hswebframework.web.workflow.dao.entity.ProcessDefineConfigEntity.class - [JAR]
├─ org.hswebframework.web.workflow.dao.entity.ProcessHistoryEntity.class - [JAR]
org.hswebframework.web.workflow.enums
├─ org.hswebframework.web.workflow.enums.ModelType.class - [JAR]
org.hswebframework.web.workflow.terms
├─ org.hswebframework.web.workflow.terms.ClaimSqlTerm.class - [JAR]
├─ org.hswebframework.web.workflow.terms.CompletedSqlTerm.class - [JAR]
├─ org.hswebframework.web.workflow.terms.ProcessParticipateSqlTerm.class - [JAR]
├─ org.hswebframework.web.workflow.terms.TodoSqlTerm.class - [JAR]
├─ org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration.class - [JAR]
org.hswebframework.web.workflow.dao
├─ org.hswebframework.web.workflow.dao.ActivityConfigDao.class - [JAR]
├─ org.hswebframework.web.workflow.dao.ProcessDefineConfigDao.class - [JAR]
├─ org.hswebframework.web.workflow.dao.ProcessHistoryDao.class - [JAR]
org.hswebframework.web.workflow.web
├─ org.hswebframework.web.workflow.web.FlowableDeploymentController.class - [JAR]
├─ org.hswebframework.web.workflow.web.FlowableModelManagerController.class - [JAR]
├─ org.hswebframework.web.workflow.web.FlowableProcessController.class - [JAR]
├─ org.hswebframework.web.workflow.web.ProcessActivityConfigController.class - [JAR]
├─ org.hswebframework.web.workflow.web.ProcessDefineConfigController.class - [JAR]
org.hswebframework.web.workflow.service.request
├─ org.hswebframework.web.workflow.service.request.CompleteTaskRequest.class - [JAR]
├─ org.hswebframework.web.workflow.service.request.JumpTaskRequest.class - [JAR]
├─ org.hswebframework.web.workflow.service.request.RejectTaskRequest.class - [JAR]
├─ org.hswebframework.web.workflow.service.request.SaveFormRequest.class - [JAR]
├─ org.hswebframework.web.workflow.service.request.StartProcessRequest.class - [JAR]
org.hswebframework.web.workflow.service
├─ org.hswebframework.web.workflow.service.ActivityConfigService.class - [JAR]
├─ org.hswebframework.web.workflow.service.BpmActivityService.class - [JAR]
├─ org.hswebframework.web.workflow.service.BpmProcessService.class - [JAR]
├─ org.hswebframework.web.workflow.service.BpmTaskService.class - [JAR]
├─ org.hswebframework.web.workflow.service.ProcessDefineConfigService.class - [JAR]
├─ org.hswebframework.web.workflow.service.ProcessHistoryService.class - [JAR]
├─ org.hswebframework.web.workflow.service.WorkFlowFormService.class - [JAR]
org.hswebframework.web.workflow.service.config
├─ org.hswebframework.web.workflow.service.config.ActivityConfiguration.class - [JAR]
├─ org.hswebframework.web.workflow.service.config.CandidateInfo.class - [JAR]
├─ org.hswebframework.web.workflow.service.config.ProcessConfiguration.class - [JAR]
├─ org.hswebframework.web.workflow.service.config.ProcessConfigurationService.class - [JAR]
org.hswebframework.web.workflow.dimension
├─ org.hswebframework.web.workflow.dimension.CandidateDimension.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.CandidateDimensionParser.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.DefaultCandidateDimensionParser.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.DefaultPermissionDimensionParser.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.DimensionContext.class - [JAR]
├─ org.hswebframework.web.workflow.dimension.PermissionDimensionParser.class - [JAR]
org.hswebframework.web.workflow.listener
├─ org.hswebframework.web.workflow.listener.GlobalEventListenerDispatcher.class - [JAR]
├─ org.hswebframework.web.workflow.listener.ProcessEvent.class - [JAR]
├─ org.hswebframework.web.workflow.listener.ProcessEventListener.class - [JAR]
├─ org.hswebframework.web.workflow.listener.TaskEvent.class - [JAR]
├─ org.hswebframework.web.workflow.listener.TaskEventListener.class - [JAR]
org.hswebframework.web.workflow.web.response
├─ org.hswebframework.web.workflow.web.response.ActivityInfo.class - [JAR]
├─ org.hswebframework.web.workflow.web.response.CandidateDetail.class - [JAR]
├─ org.hswebframework.web.workflow.web.response.ProcessDefinitionInfo.class - [JAR]
├─ org.hswebframework.web.workflow.web.response.ProcessInfo.class - [JAR]
├─ org.hswebframework.web.workflow.web.response.TaskInfo.class - [JAR]