org.smartcomps.twister.engine.priv.core.definition
Interface Invoke
- All Superinterfaces:
- Activity, BasicActivity
- All Known Implementing Classes:
- InvokeImpl
- public interface Invoke
- extends BasicActivity
The invoke activity allows the business process to inoke a one-way or
request-response operation on a portType offered by a partner.
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity |
execute |
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity |
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks |
getPartner
public java.lang.String getPartner()
setPartner
public void setPartner(java.lang.String partner)
getPortType
public java.lang.String getPortType()
setPortType
public void setPortType(java.lang.String portType)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getInputVariable
public java.lang.String getInputVariable()
setInputVariable
public void setInputVariable(java.lang.String variable)
getOutputVariable
public java.lang.String getOutputVariable()
setOutputVariable
public void setOutputVariable(java.lang.String variable)
getCorrelations
public java.util.Collection getCorrelations()
addCorrelation
public void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
Copyright © 2003 SmartComps. All Rights Reserved.