com.ibm.xtools.bpmn2.util
Class Bpmn2RelationshipTypes

java.lang.Object
  extended by com.ibm.xtools.bpmn2.util.Bpmn2RelationshipTypes

public final class Bpmn2RelationshipTypes
extends java.lang.Object

Constants for supported Relationship types in bpmn2 modeler


Field Summary
static java.lang.String EXTERNAL_DOMAIN_IMPLEMENTATION_REF
          This string is used for the relationship type when the relationship is created to indicate that the target is implementation reference for the source BPMN element.
static java.lang.String EXTERNAL_DOMAIN_INTERFACE
          This is the string used for the relationship type when a relationship is created for an external domain interface.
static java.lang.String EXTERNAL_DOMAIN_OPERATION
          This is the string used for the relationship type when a relationship is created for an external domain operation.
static java.lang.String EXTERNAL_DOMAIN_USECASE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTERNAL_DOMAIN_INTERFACE

public static final java.lang.String EXTERNAL_DOMAIN_INTERFACE
This is the string used for the relationship type when a relationship is created for an external domain interface.

See Also:
Constant Field Values

EXTERNAL_DOMAIN_OPERATION

public static final java.lang.String EXTERNAL_DOMAIN_OPERATION
This is the string used for the relationship type when a relationship is created for an external domain operation.

See Also:
Constant Field Values

EXTERNAL_DOMAIN_IMPLEMENTATION_REF

public static final java.lang.String EXTERNAL_DOMAIN_IMPLEMENTATION_REF
This string is used for the relationship type when the relationship is created to indicate that the target is implementation reference for the source BPMN element. NOTE: ideally, we should use implementationRef field on the source BPMN elements, but as we don't have it in metamodel yet and we need it for import, using this as a workaround. When implementationRef is added, this rel. type and related code should be removed/depricated (see WI 73010)

See Also:
Constant Field Values

EXTERNAL_DOMAIN_USECASE

public static final java.lang.String EXTERNAL_DOMAIN_USECASE
See Also:
Constant Field Values