jar

org.imixs.bpmn : open-bpmn.server

Maven & Gradle

Jul 22, 2023
21 stars

Open BPMN - Server · The Open BPMN Server Project

Table Of Contents

Latest Version

Download org.imixs.bpmn : open-bpmn.server JAR file - Latest Versions:

All Versions

Download org.imixs.bpmn : open-bpmn.server JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.9.x
0.8.x
0.7.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 open-bpmn.server-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openbpmn.glsp.elements

├─ org.openbpmn.glsp.elements.CreateBPMNEdgeOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.CreateBPMNNodeOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.IconGCompartmentBuilder.class - [JAR]

org.openbpmn.extensions.model

├─ org.openbpmn.extensions.model.FileLinkExtension.class - [JAR]

org.openbpmn.glsp.bpmn.util

├─ org.openbpmn.glsp.bpmn.util.BpmnAdapterFactory.class - [JAR]

├─ org.openbpmn.glsp.bpmn.util.BpmnSwitch.class - [JAR]

org.openbpmn.glsp.operations

├─ org.openbpmn.glsp.operations.BPMNApplyPropertiesUpdateOperation.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNApplyPropertiesUpdateOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNChangeBoundsOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNChangeRoutingPointsOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNClipboardDataActionHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNComputedBoundsActionHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNDeleteNodeHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNPasteOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNPropertyPanelUpdateAction.class - [JAR]

├─ org.openbpmn.glsp.operations.BPMNReconnectEdgeOperationHandler.class - [JAR]

org.openbpmn.extensions

├─ org.openbpmn.extensions.AbstractBPMNElementExtension.class - [JAR]

├─ org.openbpmn.extensions.BPMNCreateExtensionHandler.class - [JAR]

├─ org.openbpmn.extensions.BPMNElementExtension.class - [JAR]

├─ org.openbpmn.extensions.BPMNModelExtension.class - [JAR]

org.openbpmn.glsp.elements.data

├─ org.openbpmn.glsp.elements.data.BPMNCreateDataObjectHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.data.BPMNCreateMessageHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.data.BPMNCreateTextAnnotationHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.data.DataObjectGNodeBuilder.class - [JAR]

├─ org.openbpmn.glsp.elements.data.MessageGNodeBuilder.class - [JAR]

├─ org.openbpmn.glsp.elements.data.TextAnnotationGNodeBuilder.class - [JAR]

org.openbpmn.glsp.bpmn

├─ org.openbpmn.glsp.bpmn.BPMNGEdge.class - [JAR]

├─ org.openbpmn.glsp.bpmn.BPMNGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.BpmnFactory.class - [JAR]

├─ org.openbpmn.glsp.bpmn.BpmnPackage.class - [JAR]

├─ org.openbpmn.glsp.bpmn.DataObjectGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.EventGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.GatewayGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.GroupGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.IconGCompartment.class - [JAR]

├─ org.openbpmn.glsp.bpmn.LabelGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.LaneGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.MessageGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.PoolGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.TaskGNode.class - [JAR]

├─ org.openbpmn.glsp.bpmn.TextAnnotationGNode.class - [JAR]

org.openbpmn.glsp.jsonforms

├─ org.openbpmn.glsp.jsonforms.DataBuilder.class - [JAR]

├─ org.openbpmn.glsp.jsonforms.SchemaBuilder.class - [JAR]

├─ org.openbpmn.glsp.jsonforms.UISchemaBuilder.class - [JAR]

org.openbpmn.glsp.elements.task

├─ org.openbpmn.glsp.elements.task.BPMNCreateTaskHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.task.TaskGNodeBuilder.class - [JAR]

org.openbpmn.extensions.elements

├─ org.openbpmn.extensions.elements.ConditionalEventDefinitionExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNDataObjectExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNDefinitionsExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNEdgeExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNEventExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNGatewayExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNMessageExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNParticipantExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNSequenceFlowExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNTaskExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.DefaultBPMNTextAnnotationExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.LinkEventDefinitionExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.SignalEventDefinitionExtension.class - [JAR]

├─ org.openbpmn.extensions.elements.TimerEventDefinitionExtension.class - [JAR]

org.openbpmn.glsp.elements.event

├─ org.openbpmn.glsp.elements.event.BPMNCreateEventDefinitionHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.event.BPMNCreateEventHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.event.EventGNodeBuilder.class - [JAR]

org.openbpmn.glsp.provider

├─ org.openbpmn.glsp.provider.BPMNCommandPaletteActionProvider.class - [JAR]

├─ org.openbpmn.glsp.provider.BPMNToolPaletteItemProvider.class - [JAR]

org.openbpmn.glsp.utils

├─ org.openbpmn.glsp.utils.BPMNActionUtil.class - [JAR]

├─ org.openbpmn.glsp.utils.BPMNGModelUtil.class - [JAR]

├─ org.openbpmn.glsp.utils.GridSnapper.class - [JAR]

├─ org.openbpmn.glsp.utils.ModelTypes.class - [JAR]

org.openbpmn.glsp.validators

├─ org.openbpmn.glsp.validators.BPMNGLSPValidator.class - [JAR]

├─ org.openbpmn.glsp.validators.LabelEditValidator.class - [JAR]

org.openbpmn.glsp

├─ org.openbpmn.glsp.BPMNDiagramConfiguration.class - [JAR]

├─ org.openbpmn.glsp.BPMNDiagramModule.class - [JAR]

├─ org.openbpmn.glsp.BPMNGraphExtension.class - [JAR]

├─ org.openbpmn.glsp.BPMNServerLauncher.class - [JAR]

org.openbpmn.glsp.model

├─ org.openbpmn.glsp.model.BPMNGModelFactory.class - [JAR]

├─ org.openbpmn.glsp.model.BPMNGModelState.class - [JAR]

├─ org.openbpmn.glsp.model.BPMNSourceModelStorage.class - [JAR]

├─ org.openbpmn.glsp.model.SetDirtyCommand.class - [JAR]

org.openbpmn.glsp.elements.edge

├─ org.openbpmn.glsp.elements.edge.BPMNGEdgeBuilder.class - [JAR]

├─ org.openbpmn.glsp.elements.edge.BPMNGEdgeCreateHandler.class - [JAR]

org.openbpmn.glsp.elements.gateway

├─ org.openbpmn.glsp.elements.gateway.BPMNCreateGatewayHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.gateway.GatewayGNodeBuilder.class - [JAR]

org.openbpmn.glsp.elements.pool

├─ org.openbpmn.glsp.elements.pool.CreateLaneHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.pool.CreatePoolHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.pool.LaneGNodeBuilder.class - [JAR]

├─ org.openbpmn.glsp.elements.pool.PoolGNodeBuilder.class - [JAR]

org.openbpmn.glsp.elements.label

├─ org.openbpmn.glsp.elements.label.BPMNApplyEditLabelOperationHandler.class - [JAR]

├─ org.openbpmn.glsp.elements.label.LabelGNodeBuilder.class - [JAR]

org.openbpmn.glsp.bpmn.impl

├─ org.openbpmn.glsp.bpmn.impl.BPMNGEdgeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.BPMNGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.BpmnFactoryImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.BpmnPackageImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.DataObjectGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.EventGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.GatewayGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.GroupGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.IconGCompartmentImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.LabelGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.LaneGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.MessageGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.PoolGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.TaskGNodeImpl.class - [JAR]

├─ org.openbpmn.glsp.bpmn.impl.TextAnnotationGNodeImpl.class - [JAR]