Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.Copyable
-
-
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model
Subinterfaces of Copyable in org.uberfire.ext.wires.bpmn.api.model Modifier and Type Interface Description interfaceBpmnEdgeAn Edge in a BPMN diagraminterfaceBpmnGraphNodeA GraphNode in a BPMN diagraminterfaceContentBase content for all Nodes in the graph.interfacePropertyA Property of an ElementinterfaceRoleThe Role of an Element. -
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model.impl.content
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.content that implement Copyable Modifier and Type Class Description classDefaultContentImplContent of a Bpmn GraphNode -
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model.impl.edges
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.edges that implement Copyable Modifier and Type Class Description classBpmnEdgeImplA BPMN Edge -
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that implement Copyable Modifier and Type Class Description classEndProcessNodeA BPMN "End Node"classProcessNodeA BPMN "Process"classStartProcessNodeA BPMN "Start Node" -
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model.impl.properties
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.properties that implement Copyable Modifier and Type Class Description classDefaultPropertyImpl -
Uses of Copyable in org.uberfire.ext.wires.bpmn.api.model.impl.roles
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.roles that implement Copyable Modifier and Type Class Description classDefaultRoleImpl
-