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 citrus-workflow-0.15.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yiuman.citrus.workflow.resolver
├─ com.github.yiuman.citrus.workflow.resolver.CandidateParser.class - [JAR]
├─ com.github.yiuman.citrus.workflow.resolver.ExpressionResolver.class - [JAR]
├─ com.github.yiuman.citrus.workflow.resolver.TaskCandidateResolver.class - [JAR]
├─ com.github.yiuman.citrus.workflow.resolver.WorkflowDimension.class - [JAR]
com.github.yiuman.citrus.workflow.resolver.impl
├─ com.github.yiuman.citrus.workflow.resolver.impl.Assignments.class - [JAR]
├─ com.github.yiuman.citrus.workflow.resolver.impl.TaskCandidateResolverImpl.class - [JAR]
com.github.yiuman.citrus.workflow.vo
├─ com.github.yiuman.citrus.workflow.vo.BaseTaskVo.class - [JAR]
├─ com.github.yiuman.citrus.workflow.vo.HistoricTaskVo.class - [JAR]
├─ com.github.yiuman.citrus.workflow.vo.TaskInfoVo.class - [JAR]
├─ com.github.yiuman.citrus.workflow.vo.TaskQueryParams.class - [JAR]
com.github.yiuman.citrus.workflow.model
├─ com.github.yiuman.citrus.workflow.model.CandidateModel.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.ProcessBusinessModel.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.ProcessPersonalModel.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.StartProcessModel.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.TaskCompleteModel.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.WorkflowContext.class - [JAR]
com.github.yiuman.citrus.workflow.model.impl
├─ com.github.yiuman.citrus.workflow.model.impl.CandidateModelImpl.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.impl.StartProcessModelImpl.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.impl.TaskCompleteModelImpl.class - [JAR]
├─ com.github.yiuman.citrus.workflow.model.impl.WorkflowContextImpl.class - [JAR]
com.github.yiuman.citrus.workflow.service.impl
├─ com.github.yiuman.citrus.workflow.service.impl.BaseEntityWorkflowService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.impl.BaseWorkflowService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.impl.WorkflowEngineGetterImpl.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.impl.WorkflowServiceImpl.class - [JAR]
com.github.yiuman.citrus.workflow.exception
├─ com.github.yiuman.citrus.workflow.exception.WorkflowException.class - [JAR]
com.github.yiuman.citrus.workflow.rest
├─ com.github.yiuman.citrus.workflow.rest.ActivityController.class - [JAR]
├─ com.github.yiuman.citrus.workflow.rest.BaseEntityWorkflowController.class - [JAR]
├─ com.github.yiuman.citrus.workflow.rest.BaseWorkflowQueryController.class - [JAR]
├─ com.github.yiuman.citrus.workflow.rest.ProcessDefinitionController.class - [JAR]
├─ com.github.yiuman.citrus.workflow.rest.TaskHistoryController.class - [JAR]
├─ com.github.yiuman.citrus.workflow.rest.TaskInfoController.class - [JAR]
com.github.yiuman.citrus.workflow.cmd
├─ com.github.yiuman.citrus.workflow.cmd.AddMultiInstanceCmd.class - [JAR]
├─ com.github.yiuman.citrus.workflow.cmd.JumpTaskCmd.class - [JAR]
com.github.yiuman.citrus.workflow.service
├─ com.github.yiuman.citrus.workflow.service.EntityCrudWorkflowService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.EntityWorkflowService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.ProcessPersonalService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.WorkflowEngineGetter.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.WorkflowQueryService.class - [JAR]
├─ com.github.yiuman.citrus.workflow.service.WorkflowService.class - [JAR]