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 flowable-task-service-api-7.0.0.M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flowable.task.api.history
├─ org.flowable.task.api.history.HistoricTaskInstance.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskInstanceQuery.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskLogEntry.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskLogEntryBuilder.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskLogEntryQuery.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskLogEntryType.class - [JAR]
├─ org.flowable.task.api.history.HistoricTaskQueryInterceptor.class - [JAR]
├─ org.flowable.task.api.history.NativeHistoricTaskLogEntryQuery.class - [JAR]
org.flowable.task.api
├─ org.flowable.task.api.DelegationState.class - [JAR]
├─ org.flowable.task.api.Event.class - [JAR]
├─ org.flowable.task.api.NativeTaskQuery.class - [JAR]
├─ org.flowable.task.api.Task.class - [JAR]
├─ org.flowable.task.api.TaskBuilder.class - [JAR]
├─ org.flowable.task.api.TaskCompletionBuilder.class - [JAR]
├─ org.flowable.task.api.TaskInfo.class - [JAR]
├─ org.flowable.task.api.TaskInfoQuery.class - [JAR]
├─ org.flowable.task.api.TaskInfoQueryWrapper.class - [JAR]
├─ org.flowable.task.api.TaskQuery.class - [JAR]
├─ org.flowable.task.api.TaskQueryInterceptor.class - [JAR]