Uses of Interface
org.ow2.bonita.facade.APIAccessor

Packages that use APIAccessor
org.ow2.bonita.definition Contains interfaces to be implemented for Hooks, Mappers, Performer Assignments, Multi-instantiation.
 
org.ow2.bonita.facade.ejb.ejb2   
org.ow2.bonita.facade.ejb.ejb3   
org.ow2.bonita.facade.impl   
org.ow2.bonita.util   
 

Uses of APIAccessor in org.ow2.bonita.definition
 

Methods in org.ow2.bonita.definition with parameters of type APIAccessor
 void TxHook.execute(APIAccessor accessor, ActivityInstance<ActivityBody> activityInstance)
          Method of the interface to be implemented.
Put in all your required user-defined operations.
 

Uses of APIAccessor in org.ow2.bonita.facade.ejb.ejb2
 

Classes in org.ow2.bonita.facade.ejb.ejb2 that implement APIAccessor
 class EJB2APIAccessorImpl
           
 

Uses of APIAccessor in org.ow2.bonita.facade.ejb.ejb3
 

Classes in org.ow2.bonita.facade.ejb.ejb3 that implement APIAccessor
 class EJB3APIAccessorImpl
           
 

Uses of APIAccessor in org.ow2.bonita.facade.impl
 

Classes in org.ow2.bonita.facade.impl that implement APIAccessor
 class StandardAPIAccessorImpl
           
 

Uses of APIAccessor in org.ow2.bonita.util
 

Methods in org.ow2.bonita.util that return APIAccessor
static APIAccessor AccessorUtil.getAPIAccessor()
          To get the APIAccessor interface.
static APIAccessor AccessorUtil.getAPIAccessor(java.util.Hashtable<java.lang.String,java.lang.String> jndiEnvironment)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.