org.ow2.bonita.facade.runtime
Interface ActivityFullInst<T extends ActivityBody>

All Superinterfaces:
ActivityInst<T>, org.ow2.bonita.services.Archivable, RuntimeRecord, java.io.Serializable

public interface ActivityFullInst<T extends ActivityBody>
extends ActivityInst<T>, org.ow2.bonita.services.Archivable


Method Summary
 void addVariableUpdate(VariableUpdate varUpdate)
           
 void setBody(T body)
           
 
Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityInst
getActivityId, getBody, getEndedBy, getEndedDate, getIterationId, getLastKnownVariableValues, getStartedBy, getStartedDate, getState, getUUID, getVariablesBeforeStarted, getVariableUpdates, getVariableValueBeforeStarted
 
Methods inherited from interface org.ow2.bonita.facade.runtime.RuntimeRecord
getPackageDefinitionUUID, getProcessDefinitionUUID, getProcessInstanceUUID
 

Method Detail

setBody

void setBody(T body)

addVariableUpdate

void addVariableUpdate(VariableUpdate varUpdate)