Uses of Interface
org.jbpm.task.UserInfo

Packages that use UserInfo
org.jbpm.task.identity   
org.jbpm.task.service   
 

Uses of UserInfo in org.jbpm.task.identity
 

Classes in org.jbpm.task.identity that implement UserInfo
 class LDAPUserInfoImpl
           
 

Uses of UserInfo in org.jbpm.task.service
 

Classes in org.jbpm.task.service that implement UserInfo
 class DefaultUserInfo
           
 

Methods in org.jbpm.task.service that return UserInfo
 UserInfo TaskService.getUserinfo()
           
 UserInfo DefaultEscalatedDeadlineHandler.getUserInfo()
           
 

Methods in org.jbpm.task.service with parameters of type UserInfo
 void SendIcal.sendIcal(long taskId, String name, String summary, String description, int priority, Date startDate, User owner, User creator, Date createdOn, UserInfo userInfo, String type)
           
 void SendIcal.sendIcalForTask(Task task, UserInfo userInfo)
           
 void TaskService.setUserinfo(UserInfo userInfo)
           
 void DefaultEscalatedDeadlineHandler.setUserInfo(UserInfo userInfo)
           
 



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