Package | Description |
---|---|
com.jamasoftware.contour.soap.v3 | |
com.jamasoftware.contour.ws.domain |
Modifier and Type | Method and Description |
---|---|
WsUser[] |
ContourSoapServiceImpl.getSubscribersToAnItem(WsAuth token,
Long itemId)
Gets Users that are subscribed to an Item.
|
WsUser[] |
ContourSoapService.getSubscribersToAnItem(WsAuth token,
Long itemId) |
WsUser |
ContourSoapServiceImpl.getUser(WsAuth token,
Integer userId)
Gets a User.
|
WsUser |
ContourSoapService.getUser(WsAuth token,
Integer userId) |
WsUser |
ContourSoapServiceImpl.getUserFromAuth(WsAuth token)
Gets the User that is being used for authentication.
|
WsUser |
ContourSoapService.getUserFromAuth(WsAuth token) |
WsUser[] |
ContourSoapServiceImpl.getUsers(WsAuth token)
Gets all the Users for the Organization.
|
WsUser[] |
ContourSoapService.getUsers(WsAuth token) |
WsUser |
ContourSoapServiceImpl.updateUser(WsAuth token,
WsUser user)
Updates an existing User.
|
WsUser |
ContourSoapService.updateUser(WsAuth token,
WsUser user) |
Modifier and Type | Method and Description |
---|---|
Boolean |
ContourSoapServiceImpl.addSubscribersToItem(WsAuth token,
Long itemId,
WsUser[] users)
Subscribes Users to an Item.
|
Boolean |
ContourSoapService.addSubscribersToItem(WsAuth token,
Long itemId,
WsUser[] users) |
void |
ContourSoapServiceImpl.addUser(WsAuth token,
WsUser wsUser)
Adds a new User.
|
void |
ContourSoapService.addUser(WsAuth token,
WsUser user) |
WsItem |
ContourSoapServiceImpl.updateItemValues(WsAuth token,
Long itemId,
WsField[] fields,
String comments,
WsUser[] notifyUsers)
Updates the specified values for an existing Item.
|
WsItem |
ContourSoapService.updateItemValues(WsAuth token,
Long itemId,
WsField[] fields,
String comments,
WsUser[] notifyUsers) |
WsUser |
ContourSoapServiceImpl.updateUser(WsAuth token,
WsUser user)
Updates an existing User.
|
WsUser |
ContourSoapService.updateUser(WsAuth token,
WsUser user) |
Modifier and Type | Method and Description |
---|---|
WsUser |
WsProject.getProjectManager()
Gets the manager for this project.
|
WsUser |
WsSignature.getUser()
Gets the user that made this signature.
|
WsUser |
WsRevisionUser.getUser()
Deprecated.
|
WsUser |
WsPermissions.getUser()
Gets the user that has these permissions.
|
WsUser |
WsComment.getUser()
Gets the user who made the comment.
|
WsUser |
WsActivity.getUser()
Gets the user that fired the activity.
|
Modifier and Type | Method and Description |
---|---|
List<WsUser> |
WsReview.getAuthors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WsProject.setProjectManager(WsUser projectManager)
Sets the manager for this project.
|
void |
WsSignature.setUser(WsUser user)
Sets the user that made this signature.
|
void |
WsRevisionUser.setUser(WsUser user)
Deprecated.
|
void |
WsPermissions.setUser(WsUser user) |
void |
WsComment.setUser(WsUser user)
Sets the user who made the comment.
|
void |
WsActivity.setUser(WsUser user) |
Modifier and Type | Method and Description |
---|---|
void |
WsReview.setAuthors(List<WsUser> authors)
Deprecated.
|
Constructor and Description |
---|
WsProject(String name,
String description,
Integer parent,
Boolean isFolder,
WsUser projectManager,
WsOrganization organization)
Creates a new WsProject object with the given values.
|
WsSignature(Integer scopeId,
Long refId,
WsUser user,
String comments)
Creates a new WsSignature object from the given baseline id, user and comments.
|
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.