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

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

public class SubflowBodyImpl
extends ActivityBodyImpl
implements org.ow2.bonita.facade.runtime.SubflowBody

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 SubflowBodyImpl()
           
  SubflowBodyImpl(org.ow2.bonita.facade.runtime.SubflowBody subflowBody)
           
  SubflowBodyImpl(org.ow2.bonita.facade.uuid.SubflowBodyUUID subflowUUID)
           
 
Method Summary
 org.ow2.bonita.facade.runtime.ActivityBody copy()
           
 org.ow2.bonita.facade.uuid.SubflowBodyUUID getUUID()
           
 
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

SubflowBodyImpl

protected SubflowBodyImpl()

SubflowBodyImpl

public SubflowBodyImpl(org.ow2.bonita.facade.uuid.SubflowBodyUUID subflowUUID)

SubflowBodyImpl

public SubflowBodyImpl(org.ow2.bonita.facade.runtime.SubflowBody subflowBody)
Method Detail

copy

public org.ow2.bonita.facade.runtime.ActivityBody copy()
Specified by:
copy in interface org.ow2.bonita.facade.runtime.ActivityBody

getUUID

public org.ow2.bonita.facade.uuid.SubflowBodyUUID getUUID()
Specified by:
getUUID in interface org.ow2.bonita.facade.runtime.ActivityBody
Specified by:
getUUID in interface org.ow2.bonita.facade.runtime.SubflowBody
Overrides:
getUUID in class ActivityBodyImpl


Copyright © 2009 OW2 Consortium. All Rights Reserved.