|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relationship | |
---|---|
com.ibm.xtools.bpmn2 | |
com.ibm.xtools.bpmn2.util |
Uses of Relationship in com.ibm.xtools.bpmn2 |
---|
Methods in com.ibm.xtools.bpmn2 that return Relationship | |
---|---|
Relationship |
Bpmn2Factory.createRelationship()
Returns a new object of class 'Relationship'. |
Relationship |
DocumentRoot.getRelationship()
Returns the value of the 'Relationship' containment reference. |
Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Relationship | |
---|---|
org.eclipse.emf.common.util.EList<Relationship> |
Definitions.getRelationships()
Returns the value of the 'Relationships' containment reference list. |
Methods in com.ibm.xtools.bpmn2 with parameters of type Relationship | |
---|---|
void |
DocumentRoot.setRelationship(Relationship value)
Sets the value of the ' Relationship ' containment reference. |
Uses of Relationship in com.ibm.xtools.bpmn2.util |
---|
Methods in com.ibm.xtools.bpmn2.util that return Relationship | |
---|---|
static Relationship |
RelationshipUtil.createRelationship(BaseElement baseElement,
java.lang.String relType,
java.lang.String name,
javax.xml.namespace.QName targetQName,
org.eclipse.emf.ecore.EObject targetObject)
This method will create a relationship between the given baseElement object and external domain element targetObject. |
static Relationship |
RelationshipUtil.createRelationship(BaseElement baseElement,
java.lang.String relType,
java.lang.String name,
javax.xml.namespace.QName targetQName,
org.eclipse.emf.ecore.EObject targetObject,
boolean createImport)
|
static Relationship |
RelationshipUtil.getRelationship(BaseElement baseElement,
java.lang.String relType)
This method will return existing relationship when it finds a relationship associated to this base element that matches the given relationship type |
static Relationship |
RelationshipUtil.getRelationship(BaseElement baseElement,
java.lang.String relType,
java.lang.String targetID)
This method will return existing relationship when it finds a relationship associated to this base element that matches the given relationship type and targetID matches the local part of the target QName |
Methods in com.ibm.xtools.bpmn2.util that return types with arguments of type Relationship | |
---|---|
static java.util.Collection<Relationship> |
RelationshipUtil.getRelationships(BaseElement baseElement)
This method will return existing relationships associated to this base element that matches the given relationship type |
static java.util.Collection<Relationship> |
RelationshipUtil.getRelationships(BaseElement baseElement,
java.lang.String relType)
This method will return existing relationships associated to this base element that matches the given relationship type |
Methods in com.ibm.xtools.bpmn2.util with parameters of type Relationship | |
---|---|
T |
Bpmn2Switch.caseRelationship(Relationship object)
Returns the result of interpreting the object as an instance of 'Relationship'. |
static boolean |
RelationshipUtil.removeRelationship(Relationship relShip)
This method will remove the target from the given relationship It returns true if it succeeds otherwise returns false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |