A representation of the model object '
Process'. Describes behavior based on interactions between the activities performed by partners through Web Service interfaces. Defines how individual or composite activities are coordinated to achieve a business goal, as well as the state and logic necessary for this coordination. Represents stateful, long-running interactions in which each interaction has a beginning, defined behavior during its lifetime, and an end. Abstract processes approach data handling in a way that reflects the level of abstraction required to describe the public aspects of the business protocol. Abstract processes handle only protocol-relevant data as defined by message properties. Processes and Partners are modeled as WSDL services.
The following features are supported:
- {@link org.eclipse.bpel.model.Process#getName Name}
- {@link org.eclipse.bpel.model.Process#getTargetNamespace Target Namespace}
- {@link org.eclipse.bpel.model.Process#getQueryLanguage Query Language}
- {@link org.eclipse.bpel.model.Process#getExpressionLanguage Expression Language}
- {@link org.eclipse.bpel.model.Process#getSuppressJoinFailure Suppress Join Failure}
- {@link org.eclipse.bpel.model.Process#getVariableAccessSerializable Variable Access Serializable}
- {@link org.eclipse.bpel.model.Process#getPartnerLinks Partner Links}
- {@link org.eclipse.bpel.model.Process#getVariables Variables}
- {@link org.eclipse.bpel.model.Process#getActivity Activity}
- {@link org.eclipse.bpel.model.Process#getFaultHandlers Fault Handlers}
- {@link org.eclipse.bpel.model.Process#getEventHandlers Event Handlers}
- {@link org.eclipse.bpel.model.Process#getCorrelationSets Correlation Sets}
- {@link org.eclipse.bpel.model.Process#getImports Imports}
- {@link org.eclipse.bpel.model.Process#getExtensions Extensions}
- {@link org.eclipse.bpel.model.Process#getExitOnStandardFault Exit On Standard Fault}
- {@link org.eclipse.bpel.model.Process#getMessageExchanges Message Exchanges}
@see org.eclipse.bpel.model.BPELPackage#getProcess()
@model
@generated