Uses of Interface
org.jbpm.api.model.Activity

Packages that use Activity
org.jbpm.api.model common process execution model interfaces used in services and delegation interfaces like ActivityBehaviour and EventListener
 

Uses of Activity in org.jbpm.api.model
 

Methods in org.jbpm.api.model that return Activity
 Activity Activity.findActivity(java.lang.String activityName)
          searches for the given activity in this element recursively, including this activity and all child activities.
 Activity OpenExecution.getActivity()
          the current activity
 Activity Activity.getActivity(java.lang.String activityName)
          the first composite activity with the given name or null of no such activity exists.
 Activity Transition.getDestination()
          the activity in which this transition arrives.
 Activity Activity.getParentActivity()
          retrieve the parent activity in the composite activity structure.
 Activity Transition.getSource()
          the activity from which this transition leaves.
 

Methods in org.jbpm.api.model that return types with arguments of type Activity
 java.util.List<? extends Activity> Activity.getActivities()
          the list of direct composite activities.
 java.util.Map<java.lang.String,? extends Activity> Activity.getActivitiesMap()
          the composite activities, keyed by activity name.
 



Copyright © 2010 JBoss Community. All Rights Reserved.