Uses of Interface
org.ow2.bonita.util.Command

Packages that use Command
org.ow2.bonita.facade   
org.ow2.bonita.facade.ejb   
org.ow2.bonita.facade.interceptor   
org.ow2.bonita.facade.internal All interfaces in this package are for internal use only. 
 

Uses of Command in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade with parameters of type Command
<T> T
CommandAPI.execute(Command<T> command)
          Executes a command deployed at common level or one available in bonita distribution.
<T> T
CommandAPI.execute(Command<T> command, ProcessDefinitionUUID processUUID)
          Executes a command deployed at package level.
 

Uses of Command in org.ow2.bonita.facade.ejb
 

Constructors in org.ow2.bonita.facade.ejb with parameters of type Command
SerializedCommand(Command<?> command)
           
 

Uses of Command in org.ow2.bonita.facade.interceptor
 

Methods in org.ow2.bonita.facade.interceptor with parameters of type Command
<T> T
EJBCommandAPIInterceptor.execute(Command<T> command)
           
<T> T
EJBCommandAPIInterceptor.execute(Command<T> command, ProcessDefinitionUUID processUUID)
           
 

Uses of Command in org.ow2.bonita.facade.internal
 

Methods in org.ow2.bonita.facade.internal with parameters of type Command
<T> T
InternalCommandAPI.execute(Command<T> command)
           
<T> T
InternalCommandAPI.execute(Command<T> command, ProcessDefinitionUUID processUUID)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.