|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |