jar

com.eclipsesource.glsp : workflow-example

Maven & Gradle

Apr 15, 2019
36 stars

workflow-example · Server component for the workflow example

Table Of Contents

Latest Version

Download com.eclipsesource.glsp : workflow-example JAR file - Latest Versions:

All Versions

Download com.eclipsesource.glsp : workflow-example JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window workflow-example-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.eclipsesource.glsp.example.workflow

├─ com.eclipsesource.glsp.example.workflow.ExampleServerLauncher.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowCommandPaletteActionProvider.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowModelTypeConfigurationProvider.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowOperationConfiguration.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowPopupFactory.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowServerListener.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.WorkflowServerRuntimeModule.class - [JAR]

com.eclipsesource.glsp.example.workflow.schema

├─ com.eclipsesource.glsp.example.workflow.schema.ActivityNode.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.schema.Icon.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.schema.ModelTypes.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.schema.TaskNode.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.schema.WeightedEdge.class - [JAR]

com.eclipsesource.glsp.example.workflow.marker

├─ com.eclipsesource.glsp.example.workflow.marker.WorkflowModelValidator.class - [JAR]

com.eclipsesource.glsp.example.workflow.handler

├─ com.eclipsesource.glsp.example.workflow.handler.CreateAutomatedTaskHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateDecisionNodeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateEdgeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateManualTaskHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateMergeNodeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateTaskHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.CreateWeightedEdgeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.DeleteWorkflowElementHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.ReconnectEdgeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.RerouteEdgeHandler.class - [JAR]

├─ com.eclipsesource.glsp.example.workflow.handler.SimulateCommandHandler.class - [JAR]