org.eclipse.bpmn2.GlobalChoreographyTask Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2010 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.bpmn2;
/**
*
* A representation of the model object 'Global Choreography Task'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.GlobalChoreographyTask#getInitiatingParticipantRef Initiating Participant Ref}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getGlobalChoreographyTask()
* @model extendedMetaData="name='tGlobalChoreographyTask' kind='elementOnly'"
* @generated
*/
public interface GlobalChoreographyTask extends Choreography {
/**
* Returns the value of the 'Initiating Participant Ref' reference.
*
*
* @return the value of the 'Initiating Participant Ref' reference.
* @see #setInitiatingParticipantRef(Participant)
* @see org.eclipse.bpmn2.Bpmn2Package#getGlobalChoreographyTask_InitiatingParticipantRef()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='initiatingParticipantRef'"
* @generated
*/
Participant getInitiatingParticipantRef();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.GlobalChoreographyTask#getInitiatingParticipantRef Initiating Participant Ref}' reference.
*
*
* @param value the new value of the 'Initiating Participant Ref' reference.
* @see #getInitiatingParticipantRef()
* @generated
*/
void setInitiatingParticipantRef(Participant value);
} // GlobalChoreographyTask
© 2015 - 2025 Weber Informatics LLC | Privacy Policy