org.ow2.bonita.facade.runtime
Interface SubflowBody

All Superinterfaces:
ActivityBody, java.io.Serializable

public interface SubflowBody
extends ActivityBody


Method Summary
 SubflowBodyUUID getUUID()
          Returns the UUID of the subflow body.
 
Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityBody
copy, getEndedDate, getStartedDate
 

Method Detail

getUUID

SubflowBodyUUID getUUID()
Returns the UUID of the subflow body.

Specified by:
getUUID in interface ActivityBody
Returns:
The UUID of the subflow body.