bexee.model.activity
Interface Switch
- All Superinterfaces:
- Activity, AttributeNames, BPELElement
- All Known Implementing Classes:
- SwitchImpl
- public interface Switch
- extends Activity
This is a structured switch activity. One of the contained activities will de
executed depending on the switch condition.
- Version:
- $Revision: 1.1 $, $Date: 2004/12/15 14:18:11 $
- Author:
- Patric Fornasier, Pawel Kowalski
Fields inherited from interface bexee.model.AttributeNames |
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS |
Methods inherited from interface bexee.model.activity.Activity |
addSource, addTarget, getJoinExpression, getName, getSources, getTargets, isSuppressJoinFailure, setJoinExpression, setName, setSources, setSuppressJoinFailure, setTargets |
addCase
public void addCase(BpelCase bpelCase)
getCases
public java.util.List getCases()
setOtherwise
public void setOtherwise(Activity activity)
getOtherwise
public Activity getOtherwise()
Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.