org.sbpm.sbpel
Interface Scope
- All Superinterfaces:
- Activity, StandardAttributes, StructuredActivity
- All Known Subinterfaces:
- SemanticScope
public interface Scope
- extends StructuredActivity, StandardAttributes
Methods inherited from interface org.sbpm.sbpel.StandardAttributes |
addIsSource, addIsTarget, getDoesSuppressJoinFailure, getJoinCondition, getName, listIsSources, listIsTargets, removeIsSource, removeIsTarget, setDoesSuppressJoinFailure, setJoinCondition, setName |
getIsIsolated
boolean getIsIsolated()
setIsIsolated
void setIsIsolated(boolean value)
getExitOnStandardFault
boolean getExitOnStandardFault()
setExitOnStandardFault
void setExitOnStandardFault(boolean value)
addVariable
boolean addVariable(Variable value)
removeVariable
boolean removeVariable(Variable value)
listVariables
Set<Variable> listVariables()
addPartnerLink
boolean addPartnerLink(PartnerLink value)
removePartnerLink
boolean removePartnerLink(PartnerLink value)
listPartnerLinks
Set<PartnerLink> listPartnerLinks()
addMessageExchange
boolean addMessageExchange(MessageExchange value)
removeMessageExchange
boolean removeMessageExchange(MessageExchange value)
listMessageExchanges
Set<MessageExchange> listMessageExchanges()
addCorrelationSet
boolean addCorrelationSet(CorrelationSet value)
removeCorrelationSet
boolean removeCorrelationSet(CorrelationSet value)
listCorrelationSets
Set<CorrelationSet> listCorrelationSets()
addCatch
boolean addCatch(Catch value)
removeCatch
boolean removeCatch(Catch value)
listCatchs
Set<Catch> listCatchs()
getCatchAll
CatchAll getCatchAll()
setCatchAll
void setCatchAll(CatchAll value)
addOnEvent
boolean addOnEvent(OnEvent value)
removeOnEvent
boolean removeOnEvent(OnEvent value)
listOnEvents
Set<OnEvent> listOnEvents()
addOnAlarm
boolean addOnAlarm(RepeatableOnAlarm value)
removeOnAlarm
boolean removeOnAlarm(RepeatableOnAlarm value)
listOnAlarms
Set<RepeatableOnAlarm> listOnAlarms()
getCompensationHandler
CompensationHandler getCompensationHandler()
setCompensationHandler
void setCompensationHandler(CompensationHandler value)
getTerminationHandler
TerminationHandler getTerminationHandler()
setTerminationHandler
void setTerminationHandler(TerminationHandler value)
getActivity
Activity getActivity()
setActivity
void setActivity(Activity value)
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.