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 zodiac-flowable-1.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.zodiac.flowable.engine.mapper
├─ org.zodiac.flowable.engine.mapper.TenantFlowModelEntityMapper.class - [JAR]
org.zodiac.flowable.business.service.impl
├─ org.zodiac.flowable.business.service.impl.DefaultFlowBusinessServiceImpl.class - [JAR]
├─ org.zodiac.flowable.business.service.impl.DefaultFlowServiceImpl.class - [JAR]
org.zodiac.flowable.demo.leave.model.entity
├─ org.zodiac.flowable.demo.leave.model.entity.ProcessLeaveEntity.class - [JAR]
org.zodiac.flowable.core.model
├─ org.zodiac.flowable.core.model.PlatformProcessFlow.class - [JAR]
├─ org.zodiac.flowable.core.model.ProcessFlowModeEnum.class - [JAR]
org.zodiac.flowable.business.service
├─ org.zodiac.flowable.business.service.FlowBusinessService.class - [JAR]
├─ org.zodiac.flowable.business.service.FlowService.class - [JAR]
org.zodiac.flowable.demo.leave.service.impl
├─ org.zodiac.flowable.demo.leave.service.impl.DefaultProcessLeaveServiceImpl.class - [JAR]
org.zodiac.flowable.engine.util
├─ org.zodiac.flowable.engine.util.FlowCategoryNameSupplier.class - [JAR]
├─ org.zodiac.flowable.engine.util.ProcessFlowCacheUtil.class - [JAR]
org.zodiac.flowable.engine.service.impl
├─ org.zodiac.flowable.engine.service.impl.AbstractTenantFlowEngineServiceImpl.class - [JAR]
org.zodiac.flowable.engine.constants
├─ org.zodiac.flowable.engine.constants.FlowEngineConstants.class - [JAR]
org.zodiac.flowable.core.constants
├─ org.zodiac.flowable.core.constants.ProcessConstants.class - [JAR]
org.zodiac.flowable.engine.model.entity
├─ org.zodiac.flowable.engine.model.entity.TenantFlowModelEntity.class - [JAR]
org.zodiac.flowable.engine.model
├─ org.zodiac.flowable.engine.model.FlowExecution.class - [JAR]
├─ org.zodiac.flowable.engine.model.TenantFlowProcessModel.class - [JAR]
org.zodiac.flowable.core.model.entity
├─ org.zodiac.flowable.core.model.entity.ProcessFlowEntity.class - [JAR]
org.zodiac.flowable.demo.leave.mapper
├─ org.zodiac.flowable.demo.leave.mapper.ProcessLeaveEntityMapper.class - [JAR]
org.zodiac.flowable.core.util
├─ org.zodiac.flowable.core.util.ProcessFlowUtil.class - [JAR]
├─ org.zodiac.flowable.core.util.ProcessTaskUtil.class - [JAR]
org.zodiac.flowable.demo.leave.service
├─ org.zodiac.flowable.demo.leave.service.ProcessLeaveService.class - [JAR]
org.zodiac.flowable.engine.service
├─ org.zodiac.flowable.engine.service.ProcessFlowStartUserSupplier.class - [JAR]
├─ org.zodiac.flowable.engine.service.TenantFlowEngineService.class - [JAR]