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

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)
           
 



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