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 imixs-workflow-api-2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.imixs.workflow.plugins
├─ org.imixs.workflow.plugins.AbstractPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.AccessPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.ApplicationPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.HistoryPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.LogPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.OwnerPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.ResultPlugin.class - [JAR]
├─ org.imixs.workflow.plugins.StatisticPlugin.class - [JAR]
org.imixs.workflow.util
├─ org.imixs.workflow.util.ItemCollectionAdapter.class - [JAR]
org.imixs.workflow
├─ org.imixs.workflow.ExtendedModel.class - [JAR]
├─ org.imixs.workflow.ExtendedWorkflowContext.class - [JAR]
├─ org.imixs.workflow.ItemCollection.class - [JAR]
├─ org.imixs.workflow.Model.class - [JAR]
├─ org.imixs.workflow.Plugin.class - [JAR]
├─ org.imixs.workflow.WorkflowContext.class - [JAR]
├─ org.imixs.workflow.WorkflowKernel.class - [JAR]
├─ org.imixs.workflow.WorkflowManager.class - [JAR]
org.imixs.workflow.exceptions
├─ org.imixs.workflow.exceptions.AccessDeniedException.class - [JAR]
├─ org.imixs.workflow.exceptions.InvalidWorkitemException.class - [JAR]
├─ org.imixs.workflow.exceptions.ProcessingErrorException.class - [JAR]