org.ow2.bonita.facade.runtime.impl
Class AutomaticBodyImpl

java.lang.Object
  extended by org.ow2.bonita.facade.runtime.impl.ActivityBodyImpl
      extended by org.ow2.bonita.facade.runtime.impl.AutomaticBodyImpl
All Implemented Interfaces:
java.io.Serializable, ActivityBody, AutomaticBody

public class AutomaticBodyImpl
extends ActivityBodyImpl
implements AutomaticBody

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.bonita.facade.runtime.impl.ActivityBodyImpl
dbid, endedDate, readyDate, startedDate, stateUpdates, uuid
 
Constructor Summary
protected AutomaticBodyImpl()
           
  AutomaticBodyImpl(AutomaticBody automaticBody)
           
  AutomaticBodyImpl(AutomaticBodyUUID automaticBodyUUID)
           
 
Method Summary
 ActivityBody copy()
           
 AutomaticBodyUUID getUUID()
          Return the UUID of the ActivityBody.
For instance, if the body of the activity is a TaskInstance this UUID is a TaskUUID.
 
Methods inherited from class org.ow2.bonita.facade.runtime.impl.ActivityBodyImpl
getEndedDate, getReadyDate, getStartedDate, getState, getStateUpdates, setActivityState, setEndedDate, setReadyDate, setStartedDate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.bonita.facade.runtime.ActivityBody
getEndedDate, getReadyDate, getStartedDate, getState, getStateUpdates
 

Constructor Detail

AutomaticBodyImpl

protected AutomaticBodyImpl()

AutomaticBodyImpl

public AutomaticBodyImpl(AutomaticBodyUUID automaticBodyUUID)

AutomaticBodyImpl

public AutomaticBodyImpl(AutomaticBody automaticBody)
Parameters:
processDefinitionUUID -
deploymentId -
Method Detail

copy

public ActivityBody copy()
Specified by:
copy in interface ActivityBody

getUUID

public AutomaticBodyUUID getUUID()
Description copied from interface: ActivityBody
Return the UUID of the ActivityBody.
For instance, if the body of the activity is a TaskInstance this UUID is a TaskUUID.

Specified by:
getUUID in interface ActivityBody
Specified by:
getUUID in interface AutomaticBody
Overrides:
getUUID in class ActivityBodyImpl
Returns:
The UUID of the ActivityBody.


Copyright © 2009 OW2 Consortium. All Rights Reserved.