org.ow2.bonita.facade.runtime
Interface SubflowBody

All Superinterfaces:
ActivityBody, java.io.Serializable

public interface SubflowBody
extends ActivityBody

Interface for the body of Subflow activity.


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.


Copyright © 2008 OW2 Consortium. All Rights Reserved.