Uses of Class
org.ow2.bonita.pvm.internal.model.ObjectReference

Packages that use ObjectReference
org.ow2.bonita.pvm.internal.model   
 

Uses of ObjectReference in org.ow2.bonita.pvm.internal.model
 

Subclasses of ObjectReference in org.ow2.bonita.pvm.internal.model
 class EventListenerReference
           
static class ProcessModificationsImpl.AddedAction
           
 

Fields in org.ow2.bonita.pvm.internal.model declared as ObjectReference
protected  ObjectReference<Activity> NodeImpl.behaviourReference
           
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type ObjectReference
protected  java.util.List<ObjectReference<EventListener>> ExceptionHandlerImpl.eventListenerReferences
           
 

Methods in org.ow2.bonita.pvm.internal.model that return ObjectReference
 ObjectReference<EventListener> ExceptionHandlerImpl.createActivityReference(java.lang.String expression)
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference()
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
           
 ObjectReference<EventListener> ExceptionHandlerImpl.createEventListenerReference(EventListener eventListener)
           
 ObjectReference<Activity> NodeImpl.getBehaviourReference()
           
 

Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type ObjectReference
 java.util.List<ObjectReference<EventListener>> ExceptionHandlerImpl.getEventListenerReferences()
           
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type ObjectReference
 void NodeImpl.setBehaviourReference(ObjectReference<Activity> behaviourReference)
           
 

Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type ObjectReference
 void ExceptionHandlerImpl.setEventListenerReferences(java.util.List<ObjectReference<EventListener>> activityReferences)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.