Uses of Interface
com.ibm.xtools.bpmn2.Activity

Packages that use Activity
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Activity in com.ibm.xtools.bpmn2
 

Subinterfaces of Activity in com.ibm.xtools.bpmn2
 interface AdHocSubProcess
          A representation of the model object 'Ad Hoc Sub Process'.
 interface BusinessRuleTask
          A representation of the model object 'Business Rule Task'.
 interface CallActivity
          A representation of the model object 'Call Activity'.
 interface ServiceTask
          A representation of the model object 'Service Task'.
 interface SubProcess
          A representation of the model object 'Sub Process'.
 interface Task
          A representation of the model object 'Task'.
 interface Transaction
          A representation of the model object 'Transaction'.
 interface UserTask
          A representation of the model object 'User Task'.
 

Methods in com.ibm.xtools.bpmn2 that return Activity
 Activity CompensateEventDefinition.getActivity()
          Returns the value of the 'Activity' reference.
 Activity DocumentRoot.getActivity()
          Returns the value of the 'Activity' containment reference.
 Activity BoundaryEvent.getAttachedTo()
          Returns the value of the 'Attached To' reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Activity
 void CompensateEventDefinition.setActivity(Activity value)
          Sets the value of the 'Activity' reference.
 void DocumentRoot.setActivity(Activity value)
          Sets the value of the 'Activity' containment reference.
 void BoundaryEvent.setAttachedTo(Activity value)
          Sets the value of the 'Attached To' reference.
 

Uses of Activity in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Activity
 T Bpmn2Switch.caseActivity(Activity object)
          Returns the result of interpreting the object as an instance of 'Activity'.