|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of User in com.lombardisoftware.webapi |
---|
Methods in com.lombardisoftware.webapi that return User | |
---|---|
User[] |
WebAPI.getAllUsers()
Returns all users. |
User |
WebAPI.getCurrentUser()
Get the current user |
User |
Document.getModifiedBy()
Gets the modifiedBy value for this Document. |
User |
UserConfiguration.getUser()
Gets the user value for this UserConfiguration. |
User |
WebAPI.getUserByName(java.lang.String userName)
Returns user information for specific user name. |
Methods in com.lombardisoftware.webapi with parameters of type User | |
---|---|
void |
Document.setModifiedBy(User modifiedBy)
Sets the modifiedBy value for this Document. |
void |
UserConfiguration.setUser(User user)
Sets the user value for this UserConfiguration. |
Constructors in com.lombardisoftware.webapi with parameters of type User | |
---|---|
Document(long id,
java.lang.Long processInstanceId,
java.lang.Long parentId,
java.lang.String name,
DocumentType type,
java.lang.String uri,
java.lang.Integer version,
User modifiedBy,
java.util.Calendar modificationDate,
java.lang.String contentType,
byte[] data,
DocumentProperty[] properties,
java.lang.String hideInPortal)
|
|
UserConfiguration(Favorite[] favorites,
Priority[] priorities,
SavedSearch[] savedSearches,
Scoreboard[] scoreboards,
User user,
SearchMetaData searchMetaData)
|
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |