org.ow2.orchestra.facade.runtime
Interface ReplyActivityInstance

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

public interface ReplyActivityInstance
extends ActivityInstance

Reply 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.