jBPM distribution 6.0.0.Beta1

Uses of Class
org.jbpm.executor.api.CommandContext

Packages that use CommandContext
org.jbpm.executor   
org.jbpm.executor.api   
org.jbpm.executor.commands   
org.jbpm.executor.impl   
 

Uses of CommandContext in org.jbpm.executor
 

Methods in org.jbpm.executor with parameters of type CommandContext
 Long ExecutorServiceEntryPoint.scheduleRequest(String commandName, CommandContext ctx)
           
 Long ExecutorServiceEntryPoint.scheduleRequest(String commandId, Date date, CommandContext ctx)
           
 

Uses of CommandContext in org.jbpm.executor.api
 

Methods in org.jbpm.executor.api with parameters of type CommandContext
 ExecutionResults Command.execute(CommandContext ctx)
           
 void CommandCallback.onCommandDone(CommandContext ctx, ExecutionResults results)
           
 Long Executor.scheduleRequest(String commandName, CommandContext ctx)
           
 Long Executor.scheduleRequest(String commandId, Date date, CommandContext ctx)
           
 

Uses of CommandContext in org.jbpm.executor.commands
 

Methods in org.jbpm.executor.commands with parameters of type CommandContext
 ExecutionResults PrintOutCommand.execute(CommandContext ctx)
           
 

Uses of CommandContext in org.jbpm.executor.impl
 

Methods in org.jbpm.executor.impl with parameters of type CommandContext
 Long ExecutorServiceEntryPointImpl.scheduleRequest(String commandName, CommandContext ctx)
           
 Long ExecutorImpl.scheduleRequest(String commandId, CommandContext ctx)
           
 Long ExecutorServiceEntryPointImpl.scheduleRequest(String commandId, Date date, CommandContext ctx)
           
 Long ExecutorImpl.scheduleRequest(String commandId, Date date, CommandContext ctx)
           
 


jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.