org.ow2.orchestra.facade.runtime
Interface ReceiveActivityInstance

All Superinterfaces:
ActivityInstance, Record, RuntimeRecord, Serializable
All Known Implementing Classes:
ReceiveActivityInstanceImpl

public interface ReceiveActivityInstance
extends ActivityInstance

Receive is a subtype of activity

Author:
Alfonso Fuca

Method Summary
 String getMessageExchange()
           
 String getOperation()
           
 String getVariable()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance
getDefinitionUUID, getLastException, getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 

Method Detail

getOperation

String getOperation()
Returns:
the operation

getVariable

String getVariable()
Returns:
the variable

getMessageExchange

String getMessageExchange()
Returns:
the message exchange


Copyright © 2011 OW2 Consortium. All Rights Reserved.