org.ow2.bonita.facade.runtime
Interface AutomaticBody

All Superinterfaces:
ActivityBody, java.io.Serializable
All Known Implementing Classes:
AutomaticBodyImpl

public interface AutomaticBody
extends ActivityBody

Interface for the body of Automatic activity (the activity is automatically executed by the engine).


Method Summary
 AutomaticBodyUUID getUUID()
          Returns the UUID of the automatic body.
 
Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityBody
copy, getEndedDate, getReadyDate, getStartedDate, getState, getStateUpdates
 

Method Detail

getUUID

AutomaticBodyUUID getUUID()
Returns the UUID of the automatic body.

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.