Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.Role
-
-
Uses of Role in org.uberfire.ext.wires.bpmn.api.model
Methods in org.uberfire.ext.wires.bpmn.api.model that return Role Modifier and Type Method Description RoleBpmnEdge. getRole()The Role for the Edge.Methods in org.uberfire.ext.wires.bpmn.api.model that return types with arguments of type Role Modifier and Type Method Description Set<Role>Content. getRoles() -
Uses of Role in org.uberfire.ext.wires.bpmn.api.model.impl.content
Methods in org.uberfire.ext.wires.bpmn.api.model.impl.content that return types with arguments of type Role Modifier and Type Method Description Set<Role>DefaultContentImpl. getRoles()Constructor parameters in org.uberfire.ext.wires.bpmn.api.model.impl.content with type arguments of type Role Constructor Description DefaultContentImpl(String id, String title, String description, Set<Role> roles, Set<Property> properties) -
Uses of Role in org.uberfire.ext.wires.bpmn.api.model.impl.edges
Methods in org.uberfire.ext.wires.bpmn.api.model.impl.edges that return Role Modifier and Type Method Description RoleBpmnEdgeImpl. getRole()Constructors in org.uberfire.ext.wires.bpmn.api.model.impl.edges with parameters of type Role Constructor Description BpmnEdgeImpl(Role role) -
Uses of Role in org.uberfire.ext.wires.bpmn.api.model.impl.roles
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.roles that implement Role Modifier and Type Class Description classDefaultRoleImplMethods in org.uberfire.ext.wires.bpmn.api.model.impl.roles that return Role Modifier and Type Method Description RoleDefaultRoleImpl. copy() -
Uses of Role in org.uberfire.ext.wires.bpmn.api.model.impl.rules
Methods in org.uberfire.ext.wires.bpmn.api.model.impl.rules that return Role Modifier and Type Method Description RoleCardinalityRuleImpl. getRole()RoleConnectionRuleImpl. getRole()Methods in org.uberfire.ext.wires.bpmn.api.model.impl.rules that return types with arguments of type Role Modifier and Type Method Description Set<Role>ContainmentRuleImpl. getPermittedRoles()Constructors in org.uberfire.ext.wires.bpmn.api.model.impl.rules with parameters of type Role Constructor Description CardinalityRuleImpl(String name, Role role, long minOccurrences, long maxOccurrences, Set<CardinalityRule.ConnectorRule> incomingConnectionRules, Set<CardinalityRule.ConnectorRule> outgoingConnectionRules)ConnectionRuleImpl(String name, Role role, Set<ConnectionRule.PermittedConnection> permittedRoles)Constructor parameters in org.uberfire.ext.wires.bpmn.api.model.impl.rules with type arguments of type Role Constructor Description ContainmentRuleImpl(String name, String id, Set<Role> permittedRoles) -
Uses of Role in org.uberfire.ext.wires.bpmn.api.model.rules
Methods in org.uberfire.ext.wires.bpmn.api.model.rules that return Role Modifier and Type Method Description RoleConnectionRule.PermittedConnection. getEndRole()Role of then end Element that can accept this ConnectionRoleRuleByRole. getRole()The Role for which the Rule applies.RoleConnectionRule.PermittedConnection. getStartRole()Role of the start Element that can accept this ConnectionMethods in org.uberfire.ext.wires.bpmn.api.model.rules that return types with arguments of type Role Modifier and Type Method Description Set<Role>ContainmentRule. getPermittedRoles()The Roles of Elements permitted to be held within another Element.
-