Uses of Class
org.jbpm.pvm.internal.model.ActivityImpl

Packages that use ActivityImpl
org.jbpm.pvm.internal.builder   
org.jbpm.pvm.internal.history.model   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.model.op atomic operations and asynchronous continuation messages 
org.jbpm.pvm.internal.task   
 

Uses of ActivityImpl in org.jbpm.pvm.internal.builder
 

Fields in org.jbpm.pvm.internal.builder declared as ActivityImpl
protected  ActivityImpl ActivityBuilder.activity
           
protected  ActivityImpl ActivityBehaviourBuilder.activity
           
 

Methods in org.jbpm.pvm.internal.builder that return ActivityImpl
protected  ActivityImpl CompositeBuilder.createActivity()
           
 

Methods in org.jbpm.pvm.internal.builder with parameters of type ActivityImpl
protected  void ProcessDefinitionBuilder.errorMultipleInitials(ActivityImpl initial)
           
protected abstract  void CompositeBuilder.setProcessDefinitionInitial(ActivityImpl initial)
           
protected  void ActivityBuilder.setProcessDefinitionInitial(ActivityImpl initial)
           
protected  void ProcessDefinitionBuilder.setProcessDefinitionInitial(ActivityImpl initial)
           
 

Uses of ActivityImpl in org.jbpm.pvm.internal.history.model
 

Fields in org.jbpm.pvm.internal.history.model declared as ActivityImpl
protected  ActivityImpl HistoryActivityInstanceImpl.activity
           
 

Methods in org.jbpm.pvm.internal.history.model that return ActivityImpl
 ActivityImpl HistoryActivityInstanceImpl.getActivity()
           
 

Uses of ActivityImpl in org.jbpm.pvm.internal.model
 

Subclasses of ActivityImpl in org.jbpm.pvm.internal.model
static class ProcessModificationsImpl.AddedActivity
           
 

Fields in org.jbpm.pvm.internal.model declared as ActivityImpl
protected  ActivityImpl TransitionImpl.destination
           
protected  ActivityImpl ProcessDefinitionImpl.initial
          the activity which is executed when the process starts
protected  ActivityImpl ActivityImpl.parentActivity
           
protected  ActivityImpl TransitionImpl.source
           
 

Fields in org.jbpm.pvm.internal.model with type parameters of type ActivityImpl
protected  java.util.List<ActivityImpl> CompositeElementImpl.activities
           
protected  java.util.Map<java.lang.String,ActivityImpl> CompositeElementImpl.activitiesMap
           
protected  java.util.List<ActivityImpl> ProcessModificationsImpl.removedActivities
           
 

Methods in org.jbpm.pvm.internal.model that return ActivityImpl
 ActivityImpl ActivityImpl.addActivity(ActivityImpl activity)
           
 ActivityImpl CompositeElementImpl.createActivity()
          creates a nested activity.
 ActivityImpl CompositeElementImpl.createActivity(java.lang.String activityName)
          creates a nested activity with the given name.
 ActivityImpl CompositeElementImpl.findActivity(java.lang.String activityName)
           
 ActivityImpl ActivityImpl.findActivity(java.lang.String activityName)
           
 ActivityImpl ExecutionImpl.getActivity()
           
 ActivityImpl CompositeElementImpl.getActivity(java.lang.String activityName)
          the first nested activity with the given name or null of no such activity exists.
 ActivityImpl TransitionImpl.getDestination()
           
 ActivityImpl ProcessDefinitionImpl.getInitial()
           
 ActivityImpl ActivityImpl.getParentActivity()
           
 ActivityImpl TransitionImpl.getSource()
           
 

Methods in org.jbpm.pvm.internal.model with parameters of type ActivityImpl
 Activity CompositeElementImpl.addActivity(ActivityImpl activity)
           
 ActivityImpl ActivityImpl.addActivity(ActivityImpl activity)
           
 boolean ActivityImpl.contains(ActivityImpl activity)
           
 ExecutionImpl ExecutionImpl.endActivity(ActivityImpl activity)
           
 TransitionImpl ProcessModificationsImpl.getOutgoingTransition(ActivityImpl activity, java.lang.String transitionName)
           
 void ExecutionImpl.moveTo(ActivityImpl destination)
           
 boolean CompositeElementImpl.removeActivity(ActivityImpl activity)
          removes the given activity from the nested activities.
 void ExecutionImpl.setActivity(ActivityImpl activity)
           
 void TransitionImpl.setDestination(ActivityImpl destination)
           
 void ProcessDefinitionImpl.setInitial(ActivityImpl initial)
           
 void ActivityImpl.setParentActivity(ActivityImpl parentActivity)
           
 void TransitionImpl.setSource(ActivityImpl source)
           
 ExecutionImpl ExecutionImpl.startActivity(ActivityImpl activity)
           
 

Method parameters in org.jbpm.pvm.internal.model with type arguments of type ActivityImpl
 boolean ExecutionImpl.hasAsyncEndEvent(java.util.List<ActivityImpl> leftActivities)
           
 

Uses of ActivityImpl in org.jbpm.pvm.internal.model.op
 

Constructors in org.jbpm.pvm.internal.model.op with parameters of type ActivityImpl
MoveToChildActivity(ActivityImpl activity)
           
 

Uses of ActivityImpl in org.jbpm.pvm.internal.task
 

Methods in org.jbpm.pvm.internal.task with parameters of type ActivityImpl
 void LifeCycleParser.parseTransition(org.w3c.dom.Element element, ActivityImpl state, Parse parse)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.