org.sbpm.sbpel
Interface Scope

All Superinterfaces:
Activity, StandardAttributes, StructuredActivity
All Known Subinterfaces:
SemanticScope

public interface Scope
extends StructuredActivity, StandardAttributes


Method Summary
 boolean addCatch(Catch value)
           
 boolean addCorrelationSet(CorrelationSet value)
           
 boolean addMessageExchange(MessageExchange value)
           
 boolean addOnAlarm(RepeatableOnAlarm value)
           
 boolean addOnEvent(OnEvent value)
           
 boolean addPartnerLink(PartnerLink value)
           
 boolean addVariable(Variable value)
           
 Activity getActivity()
           
 CatchAll getCatchAll()
           
 CompensationHandler getCompensationHandler()
           
 boolean getExitOnStandardFault()
           
 boolean getIsIsolated()
           
 TerminationHandler getTerminationHandler()
           
 Set<Catch> listCatchs()
           
 Set<CorrelationSet> listCorrelationSets()
           
 Set<MessageExchange> listMessageExchanges()
           
 Set<RepeatableOnAlarm> listOnAlarms()
           
 Set<OnEvent> listOnEvents()
           
 Set<PartnerLink> listPartnerLinks()
           
 Set<Variable> listVariables()
           
 boolean removeCatch(Catch value)
           
 boolean removeCorrelationSet(CorrelationSet value)
           
 boolean removeMessageExchange(MessageExchange value)
           
 boolean removeOnAlarm(RepeatableOnAlarm value)
           
 boolean removeOnEvent(OnEvent value)
           
 boolean removePartnerLink(PartnerLink value)
           
 boolean removeVariable(Variable value)
           
 void setActivity(Activity value)
           
 void setCatchAll(CatchAll value)
           
 void setCompensationHandler(CompensationHandler value)
           
 void setExitOnStandardFault(boolean value)
           
 void setIsIsolated(boolean value)
           
 void setTerminationHandler(TerminationHandler value)
           
 
Methods inherited from interface org.sbpm.sbpel.StandardAttributes
addIsSource, addIsTarget, getDoesSuppressJoinFailure, getJoinCondition, getName, listIsSources, listIsTargets, removeIsSource, removeIsTarget, setDoesSuppressJoinFailure, setJoinCondition, setName
 

Method Detail

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.