jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.TaskEvent.TaskEventType

Packages that use TaskEvent.TaskEventType
org.jbpm.task   
 

Uses of TaskEvent.TaskEventType in org.jbpm.task
 

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

Methods in org.jbpm.task with parameters of type TaskEvent.TaskEventType
 void TaskEvent.setType(TaskEvent.TaskEventType type)
           
 

Constructors in org.jbpm.task with parameters of type TaskEvent.TaskEventType
TaskEvent(long taskId, TaskEvent.TaskEventType type, User user)
           
 


jBPM distribution 6.0.0.Alpha9

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