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 freeflow-2.0.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.opendynamic.ff.query
├─ com.opendynamic.ff.query.ChildNodeQuery.class - [JAR]
├─ com.opendynamic.ff.query.DelegateQuery.class - [JAR]
├─ com.opendynamic.ff.query.InvolvedProcQuery.class - [JAR]
├─ com.opendynamic.ff.query.NodeQuery.class - [JAR]
├─ com.opendynamic.ff.query.NodeVarQuery.class - [JAR]
├─ com.opendynamic.ff.query.OperationQuery.class - [JAR]
├─ com.opendynamic.ff.query.ParentNodeQuery.class - [JAR]
├─ com.opendynamic.ff.query.ProcQuery.class - [JAR]
├─ com.opendynamic.ff.query.TaskQuery.class - [JAR]
com.opendynamic.ff.service.impl.oracle
├─ com.opendynamic.ff.service.impl.oracle.FfAdjustProcDefServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfDelegateServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfHelperImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfNodeServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfNodeVarServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfOperationServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfProcDefServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfProcServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfServiceImpl.class - [JAR]
├─ com.opendynamic.ff.service.impl.oracle.FfTaskServiceImpl.class - [JAR]
com.opendynamic.ff
├─ com.opendynamic.ff.FfOperation.class - [JAR]
├─ com.opendynamic.ff.FfOperationAspect.class - [JAR]
com.opendynamic.ff.service
├─ com.opendynamic.ff.service.FfAdjustProcDefService.class - [JAR]
├─ com.opendynamic.ff.service.FfDelegateService.class - [JAR]
├─ com.opendynamic.ff.service.FfHelper.class - [JAR]
├─ com.opendynamic.ff.service.FfNodeService.class - [JAR]
├─ com.opendynamic.ff.service.FfNodeVarService.class - [JAR]
├─ com.opendynamic.ff.service.FfOperationService.class - [JAR]
├─ com.opendynamic.ff.service.FfProcDefService.class - [JAR]
├─ com.opendynamic.ff.service.FfProcService.class - [JAR]
├─ com.opendynamic.ff.service.FfService.class - [JAR]
├─ com.opendynamic.ff.service.FfTaskService.class - [JAR]
com.opendynamic.ff.vo
├─ com.opendynamic.ff.vo.Delegate.class - [JAR]
├─ com.opendynamic.ff.vo.DiamondShape.class - [JAR]
├─ com.opendynamic.ff.vo.FfResult.class - [JAR]
├─ com.opendynamic.ff.vo.FfUser.class - [JAR]
├─ com.opendynamic.ff.vo.FlowDef.class - [JAR]
├─ com.opendynamic.ff.vo.LineShape.class - [JAR]
├─ com.opendynamic.ff.vo.Node.class - [JAR]
├─ com.opendynamic.ff.vo.NodeDef.class - [JAR]
├─ com.opendynamic.ff.vo.NodeVar.class - [JAR]
├─ com.opendynamic.ff.vo.NoteDef.class - [JAR]
├─ com.opendynamic.ff.vo.Operation.class - [JAR]
├─ com.opendynamic.ff.vo.OvalShape.class - [JAR]
├─ com.opendynamic.ff.vo.Proc.class - [JAR]
├─ com.opendynamic.ff.vo.ProcDef.class - [JAR]
├─ com.opendynamic.ff.vo.ProcVarDef.class - [JAR]
├─ com.opendynamic.ff.vo.RectangleShape.class - [JAR]
├─ com.opendynamic.ff.vo.RunningFlowDef.class - [JAR]
├─ com.opendynamic.ff.vo.RunningNodeDef.class - [JAR]
├─ com.opendynamic.ff.vo.RunningNoteDef.class - [JAR]
├─ com.opendynamic.ff.vo.RunningProcDef.class - [JAR]
├─ com.opendynamic.ff.vo.RunningProcVarDef.class - [JAR]
├─ com.opendynamic.ff.vo.Shape.class - [JAR]
├─ com.opendynamic.ff.vo.Task.class - [JAR]
├─ com.opendynamic.ff.vo.ThreadOperation.class - [JAR]
com.opendynamic.ff.handler
├─ com.opendynamic.ff.handler.BranchNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.CenterFarwardTaskNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.EndNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.GatewayNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.IsolateSubProcNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.NodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.ServiceTaskNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.StageNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.SubProcNodeHandler.class - [JAR]
├─ com.opendynamic.ff.handler.TaskNodeHandler.class - [JAR]