org.ow2.orchestra.facade.runtime
Interface ReceiveActivityInstance

All Superinterfaces:
ActivityInstance, Record, RuntimeRecord, java.io.Serializable

public interface ReceiveActivityInstance
extends ActivityInstance

Receive is a subtype of activity

Author:
Alfonso Fuca

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

Method Detail

getOperation

java.lang.String getOperation()
Returns:
the operation

getVariable

java.lang.String getVariable()
Returns:
the variable

getMessageExchange

java.lang.String getMessageExchange()
Returns:
the message exchange


Copyright © 2009 OW2 Consortium. All Rights Reserved.