org.sbpm.sbpel
Interface Invoke
- All Superinterfaces:
- Activity, BasicActivity, Interaction, StandardAttributes, WSDLInteraction
public interface Invoke
- extends WSDLInteraction, BasicActivity, StandardAttributes
| Methods inherited from interface org.sbpm.sbpel.StandardAttributes |
addIsSource, addIsTarget, getDoesSuppressJoinFailure, getJoinCondition, getName, listIsSources, listIsTargets, removeIsSource, removeIsTarget, setDoesSuppressJoinFailure, setJoinCondition, setName |
getInputVariable
Variable getInputVariable()
setInputVariable
void setInputVariable(Variable value)
getOutputVariable
Variable getOutputVariable()
setOutputVariable
void setOutputVariable(Variable value)
addCatch
boolean addCatch(Catch value)
removeCatch
boolean removeCatch(Catch value)
listCatchs
Set<Catch> listCatchs()
getCatchAll
CatchAll getCatchAll()
setCatchAll
void setCatchAll(CatchAll value)
getCompensationHandler
CompensationHandler getCompensationHandler()
setCompensationHandler
void setCompensationHandler(CompensationHandler value)
addToParts
boolean addToParts(ToParts value)
removeToParts
boolean removeToParts(ToParts value)
listToPartss
Set<ToParts> listToPartss()
addFromParts
boolean addFromParts(FromParts value)
removeFromParts
boolean removeFromParts(FromParts value)
listFromPartss
Set<FromParts> listFromPartss()
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.