|
jBPM distribution 6.0.0.Alpha9 | |||||||||
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 | |
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()
|
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 |
TaskServiceEntryPoint.getUserById(String userId)
|
User |
TaskIdentityService.getUserById(String userId)
|
Methods in org.jbpm.task.api that return types with arguments of type User | |
---|---|
List<User> |
TaskServiceEntryPoint.getUsers()
|
List<User> |
TaskIdentityService.getUsers()
|
Methods in org.jbpm.task.api with parameters of type User | |
---|---|
void |
TaskServiceEntryPoint.addUser(User user)
|
void |
TaskIdentityService.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 |
TaskServiceEntryPointImpl.getUserById(String userId)
|
User |
TaskIdentityServiceImpl.getUserById(String userId)
|
Methods in org.jbpm.task.impl that return types with arguments of type User | |
---|---|
List<User> |
TaskServiceEntryPointImpl.getUsers()
|
List<User> |
TaskIdentityServiceImpl.getUsers()
|
Methods in org.jbpm.task.impl with parameters of type User | |
---|---|
void |
TaskServiceEntryPointImpl.addUser(User user)
|
void |
TaskIdentityServiceImpl.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)
|
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)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |