org.apache.ode.bpel.evtproc
Class ActivityStateDocumentBuilder
java.lang.Object
org.apache.ode.bpel.evtproc.ActivityStateDocumentBuilder
- All Implemented Interfaces:
- BpelEventListener
public class ActivityStateDocumentBuilder
- extends java.lang.Object
- implements 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(BpelEvent be)
- Description copied from interface:
BpelEventListener
- Event handling method.
- Specified by:
onEvent in interface BpelEventListener
- Parameters:
be - BpelEvent