org.ow2.orchestra.facade.runtime
Interface ReplyActivityInstance

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

public interface ReplyActivityInstance
extends ActivityInstance

Reply 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
getDefinitionUUID, getLastException, 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.