Uses of Interface
org.jbpm.task.UserInfo

Packages that use UserInfo
org.jbpm.task.api   
org.jbpm.task.identity   
org.jbpm.task.impl   
 

Uses of UserInfo in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return UserInfo
 UserInfo TaskServiceEntryPoint.getUserInfo()
           
 

Methods in org.jbpm.task.api with parameters of type UserInfo
 void TaskServiceEntryPoint.setUserInfo(UserInfo userInfo)
           
 

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.impl
 

Methods in org.jbpm.task.impl that return UserInfo
 UserInfo TaskServiceEntryPointImpl.getUserInfo()
           
 

Methods in org.jbpm.task.impl with parameters of type UserInfo
 void TaskServiceEntryPointImpl.setUserInfo(UserInfo userInfo)
           
 



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