Modifier and Type | Method and Description |
---|---|
User |
RestClient.authenticate(String sid,
String sessionSecret)
Authenticate with given sid and session secret
|
Modifier and Type | Field and Description |
---|---|
protected User |
Template.creator
Creator of the file
|
protected User |
Template.editor
Latest contributor to the file
|
protected User |
Page.lockedBy
User, who locked the page (if
Page.locked is true) |
Modifier and Type | Method and Description |
---|---|
User |
DeleteInfo.getBy()
User who deleted the object
|
User |
Template.getCreator()
Creator
|
User |
Construct.getCreator()
Creator of the construct
|
User |
ContentNodeItem.getCreator()
Creator of the item
|
User |
Template.getEditor()
Last Editor
|
User |
ItemVersion.getEditor()
Editor of the version
|
User |
Construct.getEditor()
Last Editor of the construct
|
User |
ContentNodeItem.getEditor()
Last editor of the item
|
User |
Page.getLockedBy()
User, who locked the page
|
User |
Page.getPublisher()
Publisher
|
User |
QueuedTimeManagement.getUser()
User who put the page into the queue
|
User |
Workflow.getUser() |
User |
User.setDescription(String description)
Set description
|
User |
User.setEmail(String email)
Set email
|
User |
User.setFirstName(String firstName)
Set firstname
|
User |
User.setGroups(List<Group> groups)
Set groups
|
User |
User.setId(Integer id)
Set ID
|
User |
User.setLastName(String lastName)
Set lastname
|
User |
User.setLogin(String login)
Set login
|
User |
User.setPassword(String password)
Set the plaintext user password.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteInfo.setBy(User by)
Set user who deleted the object
|
void |
Template.setCreator(User creator) |
Construct |
Construct.setCreator(User creator) |
void |
ContentNodeItem.setCreator(User creator) |
void |
Template.setEditor(User editor) |
ItemVersion |
ItemVersion.setEditor(User editor)
Set the editor
|
Construct |
Construct.setEditor(User editor) |
void |
ContentNodeItem.setEditor(User editor) |
void |
Page.setLockedBy(User lockedBy)
Set locked by
|
void |
Page.setPublisher(User publisher) |
QueuedTimeManagement |
QueuedTimeManagement.setUser(User user)
Set the user
|
void |
Workflow.setUser(User user) |
Constructor and Description |
---|
DeleteInfo(int at,
User by)
Create an instance
|
Modifier and Type | Method and Description |
---|---|
User |
SyncInfo.getUser()
User who enabled the sync
|
Modifier and Type | Method and Description |
---|---|
void |
SyncInfo.setUser(User user)
Set the user
|
Constructor and Description |
---|
SyncInfo(boolean enabled,
User user)
Create instance with enabled flag and user
|
Modifier and Type | Method and Description |
---|---|
User |
FormModel.getLockedBy()
User, who locked the form
|
User |
FormModel.getPublisher()
Publisher of the form
|
Modifier and Type | Method and Description |
---|---|
void |
FormModel.setLockedBy(User lockedBy)
Set the locking user
|
void |
FormModel.setPublisher(User publisher)
Set the publisher
|
Modifier and Type | Method and Description |
---|---|
User |
FUMRequest.getUser()
User
|
Modifier and Type | Method and Description |
---|---|
void |
FUMRequest.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserSaveRequest.getUser()
Return the user which should be saved.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSaveRequest.setUser(User user)
Set the user which should be saved.
|
Modifier and Type | Method and Description |
---|---|
User |
Message.getSender()
Get the sender of the message
|
User |
AuthenticationResponse.getUser()
Get the user
|
User |
UserLoadResponse.getUser()
Get the user
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserListResponse.getUsers()
Get the users
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setSender(User sender)
Set the sender of the message
|
void |
AuthenticationResponse.setUser(User user)
Set the user
|
void |
UserLoadResponse.setUser(User user)
Set the user
|
Modifier and Type | Method and Description |
---|---|
void |
UserListResponse.setUsers(List<User> users)
Set the users
|
Constructor and Description |
---|
UserLoadResponse(Message message,
ResponseInfo responseInfo,
User user)
Create instance with message, response info and user
|
Modifier and Type | Method and Description |
---|---|
User |
ScheduleModel.getCreator()
Task creator
|
User |
TaskModel.getCreator()
Task creator
|
User |
ScheduleModel.getEditor()
Last task editor
|
User |
TaskModel.getEditor()
Last task editor
|
Modifier and Type | Method and Description |
---|---|
ScheduleModel |
ScheduleModel.setCreator(User creator)
Set the creator
|
TaskModel |
TaskModel.setCreator(User creator)
Set the creator
|
ScheduleModel |
ScheduleModel.setEditor(User editor)
Set the editor
|
TaskModel |
TaskModel.setEditor(User editor)
Set the editor
|
Modifier and Type | Method and Description |
---|---|
UserLoadResponse |
GroupResource.createUser(String id,
User user)
Create user in the given group
|
UserLoadResponse |
UserResource.update(String id,
User item)
Update user with given ID
|
Copyright © 2024 Gentics Software. All rights reserved.