Skip navigation links
Uberfire Wires :: BPMN API 7.55.0-SNAPSHOT
A B C D E G H I L M N O P R S T 

A

accept(Path) - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
addNode(BpmnGraphNode) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
addNode(T) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
addNode(T) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
addNode(T) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphStore
 
addNode(T) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
addNode(T) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 

B

BpmnEdge - Interface in org.uberfire.ext.wires.bpmn.api.model
An Edge in a BPMN diagram
BpmnEdgeImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.edges
A BPMN Edge
BpmnEdgeImpl(Role) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.edges.BpmnEdgeImpl
 
BpmnEditorContent - Class in org.uberfire.ext.wires.bpmn.api.model.impl
 
BpmnEditorContent(ProcessNode) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.BpmnEditorContent
 
BpmnGraph - Interface in org.uberfire.ext.wires.bpmn.api.model
A Graph in a BPMN diagram
BpmnGraphNode - Interface in org.uberfire.ext.wires.bpmn.api.model
A GraphNode in a BPMN diagram
BpmnResourceTypeDefinition - Class in org.uberfire.ext.wires.bpmn.api.type
 
BpmnResourceTypeDefinition() - Constructor for class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
BpmnResourceTypeDefinition(Process) - Constructor for class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
BpmnService - Interface in org.uberfire.ext.wires.bpmn.api.service
 

C

CardinalityRule - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rule to restrict the cardinality of Elements in a diagram.
CardinalityRule.ConnectorRule - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rule to restrict the cardinality of Connections.
CardinalityRuleImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.rules
 
CardinalityRuleImpl(String, Role, long, long, Set<CardinalityRule.ConnectorRule>, Set<CardinalityRule.ConnectorRule>) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
ConnectionRule - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rule to restrict how Elements can be connected.
ConnectionRule.PermittedConnection - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Permitted connections
ConnectionRuleImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.rules
 
ConnectionRuleImpl(String, Role, Set<ConnectionRule.PermittedConnection>) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ConnectionRuleImpl
 
ContainmentRule - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rule restricting the Elements that can be contained within another Element.
ContainmentRuleImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.rules
 
ContainmentRuleImpl(String, String, Set<Role>) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ContainmentRuleImpl
 
Content - Interface in org.uberfire.ext.wires.bpmn.api.model
Base content for all Nodes in the graph.
copy() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Copyable
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.edges.BpmnEdgeImpl
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.EndProcessNode
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.StartProcessNode
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
copy() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 
Copyable<T> - Interface in org.uberfire.ext.wires.bpmn.api.model
Implementations can provide a copy of themselves.

D

DefaultContentImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.content
Content of a Bpmn GraphNode
DefaultContentImpl(String, String, String, Set<Role>, Set<Property>) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
DefaultPropertyImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.properties
 
DefaultPropertyImpl(String, Property.Type, String, String, boolean, boolean) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
DefaultRoleImpl - Class in org.uberfire.ext.wires.bpmn.api.model.impl.roles
 
DefaultRoleImpl(String) - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 

E

Edge<T extends GraphNode> - Interface in org.uberfire.ext.wires.bpmn.beliefs.graph
 
EdgeImpl<T extends GraphNode> - Class in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 
EdgeImpl() - Constructor for class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl
 
EndProcessNode - Class in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
A BPMN "End Node"
EndProcessNode() - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.EndProcessNode
 
equals(Object) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
equals(Object) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
equals(Object) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 
equals(Object) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.types.StringType
 

G

getCaption() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
getCaption() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
getCategory() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getContent() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
getContent() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
getContent() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
getContent() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
getDescription() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Content
 
getDescription() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
getDescription() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
getDescription() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
getDescription() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getEndRole() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.ConnectionRule.PermittedConnection
Role of then end Element that can accept this Connection
getId() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Content
 
getId() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
getId() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
getId() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ContainmentRuleImpl
 
getId() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
getId() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.RuleById
The identifier for which the Rule applies.
getId() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
getId() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
getIncomingConnectionRules() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getIncomingConnectionRules() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule
Restrictions on the incoming connections to an Element
getInEdges() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
getInEdges() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
getInGraphNode() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Edge
 
getInGraphNode() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl
 
getMaxOccurrences() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getMaxOccurrences() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule.ConnectorRule
The maximum number of connections an Element can have.
getMaxOccurrences() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule
The maximum number of occurrences that an Element can have in a diagram.
getMinOccurrences() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getMinOccurrences() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule.ConnectorRule
The minimum number of connections an Element can have.
getMinOccurrences() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule
The minimum number of occurrences that an Element can have in a diagram.
getName() - Method in class org.uberfire.ext.wires.bpmn.api.category.Process
 
getName() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 
getName() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getName() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ConnectionRuleImpl
 
getName() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ContainmentRuleImpl
 
getName() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.types.StringType
 
getName() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property.Type
 
getName() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Role
 
getName() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.Rule
 
getNode(int) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
getNode(int) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
getNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
getNode(int) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphStore
 
getNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
getNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
getNodes() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
getOutEdges() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
getOutEdges() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
getOutgoingConnectionRules() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getOutgoingConnectionRules() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.CardinalityRule
Restrictions on the outgoing connections from an Element
getOutGraphNode() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Edge
 
getOutGraphNode() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl
 
getPermittedConnections() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ConnectionRuleImpl
 
getPermittedConnections() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.ConnectionRule
The Connections that are permitted by the Rule.
getPermittedRoles() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ContainmentRuleImpl
 
getPermittedRoles() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.ContainmentRule
The Roles of Elements permitted to be held within another Element.
getPrefix() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getPriority() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getProcess() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.BpmnEditorContent
 
getProperties() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Content
 
getProperties() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
getRole() - Method in interface org.uberfire.ext.wires.bpmn.api.model.BpmnEdge
The Role for the Edge.
getRole() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.edges.BpmnEdgeImpl
 
getRole() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.CardinalityRuleImpl
 
getRole() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.rules.ConnectionRuleImpl
 
getRole() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.RuleByRole
The Role for which the Rule applies.
getRoles() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Content
 
getRoles() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
getShortName() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getSimpleWildcardPattern() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getStartRole() - Method in interface org.uberfire.ext.wires.bpmn.api.model.rules.ConnectionRule.PermittedConnection
Role of the start Element that can accept this Connection
getSuffix() - Method in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
 
getTitle() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Content
 
getTitle() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
getType() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
getType() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
Graph<C,T extends GraphNode> - Interface in org.uberfire.ext.wires.bpmn.beliefs.graph
 
GraphImpl<C,T extends GraphNode> - Class in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 
GraphImpl(GraphStore<T>) - Constructor for class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
GraphNode<C,T extends Edge> - Interface in org.uberfire.ext.wires.bpmn.beliefs.graph
 
GraphNodeImpl<C,T extends Edge> - Class in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 
GraphNodeImpl() - Constructor for class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
GraphStore<T extends GraphNode> - Interface in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 

H

hashCode() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
hashCode() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
hashCode() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 
hashCode() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.types.StringType
 

I

idCounter - Variable in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
isOptional() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
isOptional() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
isReadOnly() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
isReadOnly() - Method in interface org.uberfire.ext.wires.bpmn.api.model.Property
 
iterator() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
iterator() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
iterator() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
iterator() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 

L

listFiles() - Method in interface org.uberfire.ext.wires.bpmn.api.service.BpmnService
 
ListGraphStore<T extends GraphNode> - Class in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 
ListGraphStore() - Constructor for class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
loadContent(Path) - Method in interface org.uberfire.ext.wires.bpmn.api.service.BpmnService
 

M

MapGraphStore<T extends GraphNode> - Class in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 
MapGraphStore() - Constructor for class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
Metadata - Class in org.uberfire.ext.wires.bpmn.api.service.todo
When Bpmn moves to KIE-WB this class can be removed and we can use Guvnor's Metadata class.
Metadata() - Constructor for class org.uberfire.ext.wires.bpmn.api.service.todo.Metadata
 

N

nodes - Variable in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 

O

org.uberfire.ext.wires.bpmn.api.category - package org.uberfire.ext.wires.bpmn.api.category
 
org.uberfire.ext.wires.bpmn.api.model - package org.uberfire.ext.wires.bpmn.api.model
 
org.uberfire.ext.wires.bpmn.api.model.impl - package org.uberfire.ext.wires.bpmn.api.model.impl
 
org.uberfire.ext.wires.bpmn.api.model.impl.content - package org.uberfire.ext.wires.bpmn.api.model.impl.content
 
org.uberfire.ext.wires.bpmn.api.model.impl.edges - package org.uberfire.ext.wires.bpmn.api.model.impl.edges
 
org.uberfire.ext.wires.bpmn.api.model.impl.nodes - package org.uberfire.ext.wires.bpmn.api.model.impl.nodes
 
org.uberfire.ext.wires.bpmn.api.model.impl.properties - package org.uberfire.ext.wires.bpmn.api.model.impl.properties
 
org.uberfire.ext.wires.bpmn.api.model.impl.roles - package org.uberfire.ext.wires.bpmn.api.model.impl.roles
 
org.uberfire.ext.wires.bpmn.api.model.impl.rules - package org.uberfire.ext.wires.bpmn.api.model.impl.rules
 
org.uberfire.ext.wires.bpmn.api.model.impl.types - package org.uberfire.ext.wires.bpmn.api.model.impl.types
 
org.uberfire.ext.wires.bpmn.api.model.rules - package org.uberfire.ext.wires.bpmn.api.model.rules
 
org.uberfire.ext.wires.bpmn.api.service - package org.uberfire.ext.wires.bpmn.api.service
 
org.uberfire.ext.wires.bpmn.api.service.todo - package org.uberfire.ext.wires.bpmn.api.service.todo
 
org.uberfire.ext.wires.bpmn.api.type - package org.uberfire.ext.wires.bpmn.api.type
 
org.uberfire.ext.wires.bpmn.beliefs.graph - package org.uberfire.ext.wires.bpmn.beliefs.graph
 
org.uberfire.ext.wires.bpmn.beliefs.graph.impl - package org.uberfire.ext.wires.bpmn.beliefs.graph.impl
 

P

Process - Class in org.uberfire.ext.wires.bpmn.api.category
 
Process() - Constructor for class org.uberfire.ext.wires.bpmn.api.category.Process
 
ProcessNode - Class in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
A BPMN "Process"
ProcessNode() - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
Property - Interface in org.uberfire.ext.wires.bpmn.api.model
A Property of an Element
Property.Type - Interface in org.uberfire.ext.wires.bpmn.api.model
Type of Property

R

removeNode(int) - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
removeNode(int) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
removeNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
removeNode(int) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphStore
 
removeNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
removeNode(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
Role - Interface in org.uberfire.ext.wires.bpmn.api.model
The Role of an Element.
Rule - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rules define restrictions on behaviour of Elements in a diagram
RuleById - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rules define restrictions on behaviour of Elements in a diagram
RuleByRole - Interface in org.uberfire.ext.wires.bpmn.api.model.rules
Rules define restrictions on behaviour of Elements in a diagram

S

setContent(C) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
setContent(C) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
setContent(C) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
setContent(C) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
setId(int) - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
 
setId(int) - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
size() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
size() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
 
size() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
size() - Method in interface org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphStore
 
size() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.ListGraphStore
 
size() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.MapGraphStore
 
StartProcessNode - Class in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
A BPMN "Start Node"
StartProcessNode() - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.StartProcessNode
 
StringType - Class in org.uberfire.ext.wires.bpmn.api.model.impl.types
 
StringType() - Constructor for class org.uberfire.ext.wires.bpmn.api.model.impl.types.StringType
 

T

toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.content.DefaultContentImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.edges.BpmnEdgeImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.EndProcessNode
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.nodes.StartProcessNode
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.properties.DefaultPropertyImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.roles.DefaultRoleImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.api.model.impl.types.StringType
 
toString() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl
 
toString() - Method in class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphNodeImpl
 
A B C D E G H I L M N O P R S T 
Skip navigation links
Uberfire Wires :: BPMN API 7.55.0-SNAPSHOT

Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.