Uses of Class
org.jbpm.task.service.CommandName

Packages that use CommandName
org.jbpm.task.service   
 

Uses of CommandName in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return CommandName
 CommandName Command.getName()
           
static CommandName CommandName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandName[] CommandName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.task.service with parameters of type CommandName
 void Command.setName(CommandName name)
           
 

Constructors in org.jbpm.task.service with parameters of type CommandName
Command(int id, CommandName name, List<Object> arguments)
           
 



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