|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
org.jbpm.task.service |
Uses of Operation in org.jbpm.task.service |
---|
Methods in org.jbpm.task.service that return Operation | |
---|---|
Operation |
OperationCommand.getExec()
|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jbpm.task.service that return types with arguments of type Operation | |
---|---|
Map<Operation,List<OperationCommand>> |
TaskService.getOperations()
|
Methods in org.jbpm.task.service with parameters of type Operation | |
---|---|
List<OperationCommand> |
TaskService.getCommandsForOperation(Operation operation)
|
void |
OperationCommand.setExec(Operation exec)
|
void |
TaskServiceSession.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
ContentData data,
List<String> groupIds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |