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-variable-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.variable.api.persistence.entity
├─ org.flowable.variable.api.persistence.entity.VariableInstance.class - [JAR]
org.flowable.variable.api.runtime
├─ org.flowable.variable.api.runtime.NativeVariableInstanceQuery.class - [JAR]
├─ org.flowable.variable.api.runtime.VariableInstanceQuery.class - [JAR]
org.flowable.variable.api.delegate
├─ org.flowable.variable.api.delegate.EmptyVariableScope.class - [JAR]
├─ org.flowable.variable.api.delegate.VariableScope.class - [JAR]
org.flowable.variable.api.types
├─ org.flowable.variable.api.types.ValueFields.class - [JAR]
├─ org.flowable.variable.api.types.VariableType.class - [JAR]
├─ org.flowable.variable.api.types.VariableTypes.class - [JAR]
org.flowable.variable.api.event
├─ org.flowable.variable.api.event.FlowableVariableEvent.class - [JAR]
org.flowable.variable.api.history
├─ org.flowable.variable.api.history.HistoricVariableInstance.class - [JAR]
├─ org.flowable.variable.api.history.HistoricVariableInstanceQuery.class - [JAR]
├─ org.flowable.variable.api.history.NativeHistoricVariableInstanceQuery.class - [JAR]