Package org.eclipse.bpel.model

Examples of org.eclipse.bpel.model.CompensationHandler


        if (result == null) result = caseWSDLElement(compensateScope);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case BPELPackage.COMPENSATION_HANDLER: {
        CompensationHandler compensationHandler = (CompensationHandler)theEObject;
        Object result = caseCompensationHandler(compensationHandler);
        if (result == null) result = caseExtensibleElement(compensationHandler);
        if (result == null) result = caseExtensibleElement_1(compensationHandler);
        if (result == null) result = caseWSDLElement(compensationHandler);
        if (result == null) result = defaultCase(theEObject);
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetCompensationHandler(CompensationHandler newCompensationHandler, NotificationChain msgs) {
    CompensationHandler oldCompensationHandler = compensationHandler;
    compensationHandler = newCompensationHandler;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.INVOKE__COMPENSATION_HANDLER, oldCompensationHandler, newCompensationHandler);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetCompensationHandler(CompensationHandler newCompensationHandler, NotificationChain msgs) {
    CompensationHandler oldCompensationHandler = compensationHandler;
    compensationHandler = newCompensationHandler;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.SCOPE__COMPENSATION_HANDLER, oldCompensationHandler, newCompensationHandler);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.bpel.model.CompensationHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.