|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activity | |
---|---|
org.ow2.bonita.pvm.activity | |
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.model |
Uses of Activity in org.ow2.bonita.pvm.activity |
---|
Subinterfaces of Activity in org.ow2.bonita.pvm.activity | |
---|---|
interface |
ExternalActivity
extends Activity for handling external triggers after a wait state. |
Uses of Activity in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model with type parameters of type Activity | |
---|---|
protected ObjectReference<Activity> |
NodeImpl.behaviourReference
|
Methods in org.ow2.bonita.pvm.internal.model that return Activity | |
---|---|
Activity |
NodeImpl.getBehaviour()
|
Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type Activity | |
---|---|
ObjectReference<Activity> |
NodeImpl.getBehaviourReference()
|
Methods in org.ow2.bonita.pvm.internal.model with parameters of type Activity | |
---|---|
void |
NodeImpl.setBehaviour(Activity activity)
sets the given activity as the behaviour for this node. |
Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type Activity | |
---|---|
void |
NodeImpl.setBehaviourReference(ObjectReference<Activity> behaviourReference)
|
Uses of Activity in org.ow2.bonita.pvm.model |
---|
Methods in org.ow2.bonita.pvm.model with parameters of type Activity | |
---|---|
ProcessFactory |
ProcessFactory.behaviour(Activity activity)
sets the behaviour on the current node. |
Method parameters in org.ow2.bonita.pvm.model with type arguments of type Activity | |
---|---|
ProcessFactory |
ProcessFactory.behaviour(java.lang.Class<? extends Activity> activityClass)
sets the behaviour on the current node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |