Uses of Interface
org.camunda.bpm.model.cmmn.instance.Relationship
-
Packages that use Relationship Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Relationship in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Relationship Modifier and Type Class Description class
RelationshipImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Relationship Modifier and Type Field Description protected static ChildElementCollection<Relationship>
DefinitionsImpl. relationshipCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Relationship Modifier and Type Method Description Collection<Relationship>
DefinitionsImpl. getRelationships()
-
Uses of Relationship in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Relationship Modifier and Type Method Description Collection<Relationship>
Definitions. getRelationships()
-