org.sbpm.sbpel
Interface Receive

All Superinterfaces:
Activity, BasicActivity, Interaction, StandardAttributes, WSDLInteraction

public interface Receive
extends WSDLInteraction, BasicActivity, StandardAttributes


Method Summary
 boolean addFromParts(FromParts value)
           
 boolean getDoesCreateInstance()
           
 MessageExchange getMessageExchange()
           
 Variable getVariable()
           
 Set<FromParts> listFromPartss()
           
 boolean removeFromParts(FromParts value)
           
 void setDoesCreateInstance(boolean value)
           
 void setMessageExchange(MessageExchange value)
           
 void setVariable(Variable value)
           
 
Methods inherited from interface org.sbpm.sbpel.WSDLInteraction
addCorrelation, getOperation, getPartnerLink, getPortType, listCorrelations, removeCorrelation, setOperation, setPartnerLink, setPortType
 
Methods inherited from interface org.sbpm.sbpel.StandardAttributes
addIsSource, addIsTarget, getDoesSuppressJoinFailure, getJoinCondition, getName, listIsSources, listIsTargets, removeIsSource, removeIsTarget, setDoesSuppressJoinFailure, setJoinCondition, setName
 

Method Detail

getVariable

Variable getVariable()

setVariable

void setVariable(Variable value)

getDoesCreateInstance

boolean getDoesCreateInstance()

setDoesCreateInstance

void setDoesCreateInstance(boolean value)

getMessageExchange

MessageExchange getMessageExchange()

setMessageExchange

void setMessageExchange(MessageExchange value)

addFromParts

boolean addFromParts(FromParts value)

removeFromParts

boolean removeFromParts(FromParts value)

listFromPartss

Set<FromParts> listFromPartss()


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.