jBPM distribution 6.0.2-SNAPSHOT

Uses of Interface
org.kie.api.task.model.User

Packages that use User
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.deadlines.notifications.impl.email   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.jbpm.services.task.impl.model.xml.adapter   
org.jbpm.services.task.persistence   
org.jbpm.services.task.query   
org.jbpm.services.task.rule   
org.kie.api.task.model   
 

Uses of User in org.jbpm.runtime.manager.impl.task
 

Methods in org.jbpm.runtime.manager.impl.task that return User
 User SynchronizedTaskService.getUserById(String userId)
           
 

Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type User
 List<User> SynchronizedTaskService.getUsers()
           
 

Methods in org.jbpm.runtime.manager.impl.task with parameters of type User
 void SynchronizedTaskService.addUser(User user)
           
 

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

Uses of User in org.jbpm.services.task.commands
 

Methods in org.jbpm.services.task.commands that return User
 User GetUserCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.services.task.commands that return types with arguments of type User
 List<User> GetUsersCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.services.task.commands with parameters of type User
static boolean CommandsUtil.isAllowed(User user, List<String> groupIds, List<? extends OrganizationalEntity> entities)
           
 

Constructor parameters in org.jbpm.services.task.commands with type arguments of type User
AddUsersGroupsCommand(Map<String,User> users, Map<String,Group> groups)
           
 

Uses of User in org.jbpm.services.task.deadlines.notifications.impl.email
 

Methods in org.jbpm.services.task.deadlines.notifications.impl.email with parameters of type User
protected  void EmailNotificationListener.buildMapByLanguage(Map<String,List<User>> map, User user)
           
 

Method parameters in org.jbpm.services.task.deadlines.notifications.impl.email with type arguments of type User
protected  void EmailNotificationListener.buildMapByLanguage(Map<String,List<User>> map, Group group)
           
protected  void EmailNotificationListener.buildMapByLanguage(Map<String,List<User>> map, User user)
           
 

Uses of User in org.jbpm.services.task.impl
 

Methods in org.jbpm.services.task.impl that return User
 User TaskIdentityServiceImpl.getUserById(String userId)
           
 

Methods in org.jbpm.services.task.impl that return types with arguments of type User
 List<User> TaskIdentityServiceImpl.getUsers()
           
 

Methods in org.jbpm.services.task.impl with parameters of type User
 void TaskIdentityServiceImpl.addUser(User user)
           
 

Uses of User in org.jbpm.services.task.impl.command
 

Methods in org.jbpm.services.task.impl.command that return User
 User CommandBasedTaskService.getUserById(String userId)
           
 

Methods in org.jbpm.services.task.impl.command that return types with arguments of type User
 List<User> CommandBasedTaskService.getUsers()
           
 

Methods in org.jbpm.services.task.impl.command with parameters of type User
 void CommandBasedTaskService.addUser(User user)
           
 

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

Uses of User in org.jbpm.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement User
 class UserImpl
           
 

Methods in org.jbpm.services.task.impl.model that return User
 User TaskDataImpl.getActualOwner()
           
 User CommentImpl.getAddedBy()
           
 User AttachmentImpl.getAttachedBy()
           
 User TaskDataImpl.getCreatedBy()
           
 User PeopleAssignmentsImpl.getTaskInitiator()
           
 

Methods in org.jbpm.services.task.impl.model with parameters of type User
 void TaskDataImpl.setActualOwner(User actualOwner)
           
 void CommentImpl.setAddedBy(User addedBy)
           
 void AttachmentImpl.setAttachedBy(User attachedBy)
           
 void TaskDataImpl.setCreatedBy(User createdBy)
           
 void PeopleAssignmentsImpl.setTaskInitiator(User taskInitiator)
           
 

Uses of User in org.jbpm.services.task.impl.model.xml
 

Methods in org.jbpm.services.task.impl.model.xml that return User
 User JaxbTaskSummary.getActualOwner()
           
 User JaxbTaskData.getActualOwner()
           
 User JaxbComment.getAddedBy()
           
 User JaxbAttachment.getAttachedBy()
           
 User JaxbTaskSummary.getCreatedBy()
           
 User JaxbTaskData.getCreatedBy()
           
 User JaxbPeopleAssignments.getTaskInitiator()
           
 

Methods in org.jbpm.services.task.impl.model.xml with parameters of type User
 void JaxbTaskSummary.setActualOwner(User actualOwner)
           
 void JaxbTaskSummary.setCreatedBy(User createdBy)
           
 void JaxbPeopleAssignments.setTaskInitiator(User taskInitiatorUser)
           
 

Uses of User in org.jbpm.services.task.impl.model.xml.adapter
 

Methods in org.jbpm.services.task.impl.model.xml.adapter that return User
 User UserXmlAdapter.unmarshal(String v)
           
 

Methods in org.jbpm.services.task.impl.model.xml.adapter with parameters of type User
 String UserXmlAdapter.marshal(User v)
           
 

Uses of User in org.jbpm.services.task.persistence
 

Methods in org.jbpm.services.task.persistence that return User
 User JPATaskPersistenceContext.findUser(String userId)
           
 User JPATaskModelFactory.newUser()
           
 User JPATaskPersistenceContext.persistUser(User user)
           
 User JPATaskPersistenceContext.removeUser(User user)
           
 User JPATaskPersistenceContext.updateUser(User user)
           
 

Methods in org.jbpm.services.task.persistence with parameters of type User
 User JPATaskPersistenceContext.persistUser(User user)
           
 User JPATaskPersistenceContext.removeUser(User user)
           
 User JPATaskPersistenceContext.updateUser(User user)
           
 

Uses of User in org.jbpm.services.task.query
 

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

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

Constructors in org.jbpm.services.task.query with parameters of type User
TaskSummaryImpl(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, org.kie.internal.task.api.model.SubTasksStrategy subTaskStrategy, long parentId)
           
 

Uses of User in org.jbpm.services.task.rule
 

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

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

Uses of User in org.kie.api.task.model
 

Methods in org.kie.api.task.model that return User
 User TaskSummary.getActualOwner()
           
 User TaskData.getActualOwner()
           
 User Comment.getAddedBy()
           
 User Attachment.getAttachedBy()
           
 User TaskSummary.getCreatedBy()
           
 User TaskData.getCreatedBy()
           
 User PeopleAssignments.getTaskInitiator()
           
 


jBPM distribution 6.0.2-SNAPSHOT

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