org.apache.ode.bpel.evtproc
Class ActivityStateDocumentBuilder
java.lang.Object
org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
- All Implemented Interfaces:
- org.apache.ode.bpel.iapi.BpelEventListener
public class ActivityStateDocumentBuilder
- extends java.lang.Object
- implements org.apache.ode.bpel.iapi.BpelEventListener
Class used to generate org.apache.ode.bpel.pmapi.istate.InstanceDocument
objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityStateDocumentBuilder
public ActivityStateDocumentBuilder()
getActivities
public java.util.List<org.apache.ode.bpel.pmapi.ActivityInfoDocument> getActivities()
isRemoveCompleted
public boolean isRemoveCompleted()
setRemoveCompleted
public void setRemoveCompleted(boolean removeCompleted)
getScope
public java.lang.Long getScope()
setScope
public void setScope(java.lang.Long scope)
onEvent
public void onEvent(org.apache.ode.bpel.evt.BpelEvent be)
- Specified by:
onEvent in interface org.apache.ode.bpel.iapi.BpelEventListener
shutdown
public void shutdown()
- Specified by:
shutdown in interface org.apache.ode.bpel.iapi.BpelEventListener
startup
public void startup(java.util.Properties configProperties)
- Specified by:
startup in interface org.apache.ode.bpel.iapi.BpelEventListener