org.sbpm.sbpel
Interface StandardAttributes
- All Known Subinterfaces:
- Assign, Compensate, CompensateScope, Empty, Exit, Flow, ForEach, If, Invoke, NewActivityType, Pick, Receive, RepeatUntil, Reply, Rethrow, Scope, SemanticInvoke, SemanticPick, SemanticReceive, SemanticReply, SemanticScope, Sequence, Throw, Wait, While
public interface StandardAttributes
getName
String getName()
setName
void setName(String value)
getDoesSuppressJoinFailure
boolean getDoesSuppressJoinFailure()
setDoesSuppressJoinFailure
void setDoesSuppressJoinFailure(boolean value)
addIsTarget
boolean addIsTarget(Link value)
removeIsTarget
boolean removeIsTarget(Link value)
listIsTargets
Set<Link> listIsTargets()
getJoinCondition
Condition getJoinCondition()
setJoinCondition
void setJoinCondition(Condition value)
addIsSource
boolean addIsSource(Source value)
removeIsSource
boolean removeIsSource(Source value)
listIsSources
Set<Source> listIsSources()
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.