org.eclipse.bpmn2.Process Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* 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;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Process'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.Process#getAuditing Auditing}
* - {@link org.eclipse.bpmn2.Process#getMonitoring Monitoring}
* - {@link org.eclipse.bpmn2.Process#getProperties Properties}
* - {@link org.eclipse.bpmn2.Process#getArtifacts Artifacts}
* - {@link org.eclipse.bpmn2.Process#getResources Resources}
* - {@link org.eclipse.bpmn2.Process#getCorrelationSubscriptions Correlation Subscriptions}
* - {@link org.eclipse.bpmn2.Process#getSupports Supports}
* - {@link org.eclipse.bpmn2.Process#getDefinitionalCollaborationRef Definitional Collaboration Ref}
* - {@link org.eclipse.bpmn2.Process#isIsClosed Is Closed}
* - {@link org.eclipse.bpmn2.Process#isIsExecutable Is Executable}
* - {@link org.eclipse.bpmn2.Process#getProcessType Process Type}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess()
* @model extendedMetaData="name='tProcess' kind='elementOnly'"
* @generated
*/
public interface Process extends CallableElement, FlowElementsContainer {
/**
* Returns the value of the 'Auditing' containment reference.
*
*
* @return the value of the 'Auditing' containment reference.
* @see #setAuditing(Auditing)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Auditing()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='auditing' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
Auditing getAuditing();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#getAuditing Auditing}' containment reference.
*
*
* @param value the new value of the 'Auditing' containment reference.
* @see #getAuditing()
* @generated
*/
void setAuditing(Auditing value);
/**
* Returns the value of the 'Monitoring' containment reference.
*
*
* @return the value of the 'Monitoring' containment reference.
* @see #setMonitoring(Monitoring)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Monitoring()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='monitoring' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
Monitoring getMonitoring();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#getMonitoring Monitoring}' containment reference.
*
*
* @param value the new value of the 'Monitoring' containment reference.
* @see #getMonitoring()
* @generated
*/
void setMonitoring(Monitoring value);
/**
* Returns the value of the 'Properties' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.Property}.
*
*
* @return the value of the 'Properties' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Properties()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='property' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getProperties();
/**
* Returns the value of the 'Artifacts' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.Artifact}.
*
*
* @return the value of the 'Artifacts' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Artifacts()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='artifact' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL' group='http://www.omg.org/spec/BPMN/20100524/MODEL#artifact'"
* @generated
*/
EList getArtifacts();
/**
* Returns the value of the 'Resources' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.ResourceRole}.
*
*
* @return the value of the 'Resources' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Resources()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='resourceRole' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL' group='http://www.omg.org/spec/BPMN/20100524/MODEL#resourceRole'"
* @generated
*/
EList getResources();
/**
* Returns the value of the 'Correlation Subscriptions' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.CorrelationSubscription}.
*
*
* @return the value of the 'Correlation Subscriptions' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_CorrelationSubscriptions()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='correlationSubscription' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getCorrelationSubscriptions();
/**
* Returns the value of the 'Supports' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.Process}.
*
*
* @return the value of the 'Supports' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_Supports()
* @model ordered="false"
* extendedMetaData="kind='element' name='supports' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getSupports();
/**
* Returns the value of the 'Definitional Collaboration Ref' reference.
*
*
* @return the value of the 'Definitional Collaboration Ref' reference.
* @see #setDefinitionalCollaborationRef(Collaboration)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_DefinitionalCollaborationRef()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='definitionalCollaborationRef'"
* @generated
*/
Collaboration getDefinitionalCollaborationRef();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#getDefinitionalCollaborationRef Definitional Collaboration Ref}' reference.
*
*
* @param value the new value of the 'Definitional Collaboration Ref' reference.
* @see #getDefinitionalCollaborationRef()
* @generated
*/
void setDefinitionalCollaborationRef(Collaboration value);
/**
* Returns the value of the 'Is Closed' attribute.
*
*
* @return the value of the 'Is Closed' attribute.
* @see #setIsClosed(boolean)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_IsClosed()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='isClosed'"
* @generated
*/
boolean isIsClosed();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#isIsClosed Is Closed}' attribute.
*
*
* @param value the new value of the 'Is Closed' attribute.
* @see #isIsClosed()
* @generated
*/
void setIsClosed(boolean value);
/**
* Returns the value of the 'Is Executable' attribute.
*
*
* @return the value of the 'Is Executable' attribute.
* @see #setIsExecutable(boolean)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_IsExecutable()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='isExecutable'"
* @generated
*/
boolean isIsExecutable();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#isIsExecutable Is Executable}' attribute.
*
*
* @param value the new value of the 'Is Executable' attribute.
* @see #isIsExecutable()
* @generated
*/
void setIsExecutable(boolean value);
/**
* Returns the value of the 'Process Type' attribute.
* The literals are from the enumeration {@link org.eclipse.bpmn2.ProcessType}.
*
*
* @return the value of the 'Process Type' attribute.
* @see org.eclipse.bpmn2.ProcessType
* @see #setProcessType(ProcessType)
* @see org.eclipse.bpmn2.Bpmn2Package#getProcess_ProcessType()
* @model required="true" ordered="false"
* extendedMetaData="kind='attribute' name='processType'"
* @generated
*/
ProcessType getProcessType();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.Process#getProcessType Process Type}' attribute.
*
*
* @param value the new value of the 'Process Type' attribute.
* @see org.eclipse.bpmn2.ProcessType
* @see #getProcessType()
* @generated
*/
void setProcessType(ProcessType value);
} // Process
© 2015 - 2025 Weber Informatics LLC | Privacy Policy