Uses of Interface
com.ibm.xtools.bpmn2.CallableElement

Packages that use CallableElement
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of CallableElement in com.ibm.xtools.bpmn2
 

Subinterfaces of CallableElement in com.ibm.xtools.bpmn2
 interface GlobalTask
          A representation of the model object 'Global Task'.
 interface Process
          A representation of the model object 'Process'.
 

Methods in com.ibm.xtools.bpmn2 that return CallableElement
 CallableElement Bpmn2Factory.createCallableElement()
          Returns a new object of class 'Callable Element'.
 CallableElement DocumentRoot.getCallableElement()
          Returns the value of the 'Callable Element' containment reference.
 CallableElement CallActivity.getCalledElement()
          Returns the value of the 'Called Element' reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type CallableElement
 void DocumentRoot.setCallableElement(CallableElement value)
          Sets the value of the 'Callable Element' containment reference.
 void CallActivity.setCalledElement(CallableElement value)
          Sets the value of the 'Called Element' reference.
 

Uses of CallableElement in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type CallableElement
 T Bpmn2Switch.caseCallableElement(CallableElement object)
          Returns the result of interpreting the object as an instance of 'Callable Element'.
static java.util.Set<org.eclipse.emf.ecore.EObject> ExternalDomainArtifactsReferenceUtil.getSupportedInterfaces(CallableElement callableElement)
          This method will return supported Interfaces associated with the given CallableElement including BPMN Interfaces as well as external domain Interfaces.