|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.jbpm.task | |
| org.jbpm.task.api | |
| org.jbpm.task.commands | |
| org.jbpm.task.impl | |
| org.jbpm.task.query | |
| 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()
|
User |
TaskEvent.getUser()
|
| 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)
|
void |
TaskEvent.setUser(User user)
|
| Constructors in org.jbpm.task with parameters of type User | |
|---|---|
TaskEvent(long taskId,
TaskEvent.TaskEventType type,
User user)
|
|
| Uses of User in org.jbpm.task.api |
|---|
| Methods in org.jbpm.task.api that return User | |
|---|---|
User |
TaskIdentityService.getUserById(String userId)
|
User |
TaskServiceEntryPoint.getUserById(String userId)
|
| Methods in org.jbpm.task.api that return types with arguments of type User | |
|---|---|
List<User> |
TaskIdentityService.getUsers()
|
List<User> |
TaskServiceEntryPoint.getUsers()
|
| Methods in org.jbpm.task.api with parameters of type User | |
|---|---|
void |
TaskIdentityService.addUser(User user)
|
void |
TaskServiceEntryPoint.addUser(User user)
|
| Method parameters in org.jbpm.task.api with type arguments of type User | |
|---|---|
void |
TaskServiceEntryPoint.addUsersAndGroups(Map<String,User> users,
Map<String,Group> groups)
|
| Uses of User in org.jbpm.task.commands |
|---|
| Methods in org.jbpm.task.commands with parameters of type User | |
|---|---|
static boolean |
CommandsUtil.isAllowed(User user,
List<String> groupIds,
List<OrganizationalEntity> entities)
|
| Uses of User in org.jbpm.task.impl |
|---|
| Methods in org.jbpm.task.impl that return User | |
|---|---|
User |
TaskIdentityServiceImpl.getUserById(String userId)
|
User |
TaskServiceEntryPointImpl.getUserById(String userId)
|
| Methods in org.jbpm.task.impl that return types with arguments of type User | |
|---|---|
List<User> |
TaskIdentityServiceImpl.getUsers()
|
List<User> |
TaskServiceEntryPointImpl.getUsers()
|
| Methods in org.jbpm.task.impl with parameters of type User | |
|---|---|
void |
TaskIdentityServiceImpl.addUser(User user)
|
void |
TaskServiceEntryPointImpl.addUser(User user)
|
| Method parameters in org.jbpm.task.impl with type arguments of type User | |
|---|---|
void |
TaskServiceEntryPointImpl.addUsersAndGroups(Map<String,User> users,
Map<String,Group> groups)
|
| 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,
SubTasksStrategy subTaskStrategy,
long parentId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||