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 jbpm-wb-case-mgmt-api-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jbpm.workbench.cm.util
├─ org.jbpm.workbench.cm.util.Actions.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseActionStatus.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseActionType.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseInstanceSearchRequest.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseInstanceSortBy.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseMilestoneSearchRequest.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseStageStatus.class - [JAR]
├─ org.jbpm.workbench.cm.util.CaseStatus.class - [JAR]
org.jbpm.workbench.cm.model
├─ org.jbpm.workbench.cm.model.CaseActionSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseCommentSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseDefinitionSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseInstanceSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseMilestoneSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseRoleAssignmentSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.CaseStageSummary.class - [JAR]
├─ org.jbpm.workbench.cm.model.ProcessDefinitionSummary.class - [JAR]
org.jbpm.workbench.cm.predicate
├─ org.jbpm.workbench.cm.predicate.HumanTaskNodePredicate.class - [JAR]
├─ org.jbpm.workbench.cm.predicate.MilestoneNodePredicate.class - [JAR]
├─ org.jbpm.workbench.cm.predicate.SubProcessNodePredicate.class - [JAR]
org.jbpm.workbench.cm.service
├─ org.jbpm.workbench.cm.service.CaseManagementService.class - [JAR]