jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.Operation

Packages that use Operation
org.jbpm.task   
org.jbpm.task.identity   
org.jbpm.task.internals.lifecycle   
 

Uses of Operation in org.jbpm.task
 

Methods in org.jbpm.task that return Operation
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.
 

Uses of Operation in org.jbpm.task.identity
 

Methods in org.jbpm.task.identity with parameters of type Operation
 void UserGroupLifeCycleManagerDecorator.taskOperation(Operation operation, long taskId, String userId, String targetEntityId, Map<String,Object> data, List<String> groupIds)
           
 

Uses of Operation in org.jbpm.task.internals.lifecycle
 

Methods in org.jbpm.task.internals.lifecycle that return Operation
 Operation OperationCommand.getExec()
           
 

Methods in org.jbpm.task.internals.lifecycle with parameters of type Operation
 void OperationCommand.setExec(Operation exec)
           
 void MVELLifeCycleManager.taskOperation(Operation operation, long taskId, String userId, String targetEntityId, Map<String,Object> data, List<String> groupIds)
           
 void LifeCycleManager.taskOperation(Operation operation, long taskId, String userId, String targetEntityId, Map<String,Object> data, List<String> groupIds)
           
 


jBPM distribution 6.0.0.Alpha9

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