Uses of Class
org.jbpm.task.User

Packages that use User
org.jbpm.task   
org.jbpm.task.query   
org.jbpm.task.service   
 

Uses of User in org.jbpm.task
 

Methods in org.jbpm.task that return User
 User TaskData.getActualOwner()
           
 User Comment.getAddedBy()
           
 User Attachment.getAttachedBy()
           
 User TaskData.getCreatedBy()
           
 User PeopleAssignments.getTaskInitiator()
           
 

Methods in org.jbpm.task with parameters of type User
 void TaskData.setActualOwner(User actualOwner)
           
 void Comment.setAddedBy(User addedBy)
           
 void Attachment.setAttachedBy(User attachedBy)
           
 void TaskData.setCreatedBy(User createdBy)
           
 void PeopleAssignments.setTaskInitiator(User taskInitiator)
           
 

Uses of User in org.jbpm.task.query
 

Methods in org.jbpm.task.query that return User
 User TaskSummary.getActualOwner()
           
 User TaskSummary.getCreatedBy()
           
 

Methods in org.jbpm.task.query with parameters of type User
 void TaskSummary.setActualOwner(User actualOwner)
           
 void TaskSummary.setCreatedBy(User createdBy)
           
 

Constructors in org.jbpm.task.query with parameters of type User
TaskSummary(long id, long processInstanceId, String name, String subject, String description, Status status, int priority, boolean skipable, User actualOwner, User createdBy, Date createdOn, Date activationTime, Date expirationTime, String processId, int processSessionId)
           
 

Uses of User in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return User
 User TaskServiceRequest.getUser()
           
 

Methods in org.jbpm.task.service with parameters of type User
 void TaskServiceSession.addUser(User user)
           
 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)
           
 

Method parameters in org.jbpm.task.service with type arguments of type User
 void TaskService.addUsersAndGroups(Map<String,User> users, Map<String,Group> groups)
           
 

Constructors in org.jbpm.task.service with parameters of type User
TaskServiceRequest(String type, User user, Map<String,Object> parameters)
           
 



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