org.ow2.orchestra.facade.runtime
Interface ScopeActivityInstance

All Superinterfaces:
ActivityInstance, ActivityWithSingleChildInstance, Record, RuntimeRecord, java.io.Serializable
All Known Subinterfaces:
ProcessActivityInstance

public interface ScopeActivityInstance
extends ActivityWithSingleChildInstance

Author:
Alfonso Fuca

Method Summary
 java.util.List<CorrelationSetInitialization> getCorrelationSet()
           
 java.util.List<PartnerLinkUpdate> getPartnerLink()
           
 java.util.List<VariableUpdate> getVariables()
          Scope is a subtype of activity
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityWithSingleChildInstance
getEnclosedActivityUUID
 
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

getVariables

java.util.List<VariableUpdate> getVariables()
Scope is a subtype of activity

Returns:
value of variables during

getCorrelationSet

java.util.List<CorrelationSetInitialization> getCorrelationSet()

getPartnerLink

java.util.List<PartnerLinkUpdate> getPartnerLink()


Copyright © 2009 OW2 Consortium. All Rights Reserved.