Uses of Interface
org.jbpm.api.cmd.Command

Packages that use Command
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
org.jbpm.api.cmd   
 

Uses of Command in org.jbpm.api
 

Methods in org.jbpm.api with parameters of type Command
<T> T
ProcessEngine.execute(Command<T> command)
          perform a user command.
 

Uses of Command in org.jbpm.api.cmd
 

Classes in org.jbpm.api.cmd that implement Command
 class ParamCommand<T>
          command with support for parameter passing from the client to the implementation.
 class VoidCommand
          convenience for commands without return value.
 



Copyright © 2010 JBoss Community. All Rights Reserved.