Uses of Class
com.gentics.contentnode.rest.model.User
-
-
Uses of User in com.gentics.contentnode.rest.client
Methods in com.gentics.contentnode.rest.client that return User Modifier and Type Method Description User
RestClient. authenticate(String sid, String sessionSecret)
Authenticate with given sid and session secret -
Uses of User in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as User Modifier and Type Field Description protected User
Template. creator
Creator of the fileprotected User
Template. editor
Latest contributor to the fileprotected User
Page. lockedBy
User, who locked the page (ifPage.locked
is true)Methods in com.gentics.contentnode.rest.model that return User Modifier and Type Method Description User
DeleteInfo. getBy()
User who deleted the objectUser
Construct. getCreator()
Creator of the constructUser
ContentNodeItem. getCreator()
Creator of the itemUser
Template. getCreator()
CreatorUser
Construct. getEditor()
Last Editor of the constructUser
ContentNodeItem. getEditor()
Last editor of the itemUser
ItemVersion. getEditor()
Editor of the versionUser
Template. getEditor()
Last EditorUser
Page. getLockedBy()
User, who locked the pageUser
Page. getPublisher()
PublisherUser
QueuedTimeManagement. getUser()
User who put the page into the queueUser
Workflow. getUser()
User
User. setDescription(String description)
Set descriptionUser
User. setEmail(String email)
Set emailUser
User. setFirstName(String firstName)
Set firstnameUser
User. setGroups(List<Group> groups)
Set groupsUser
User. setId(Integer id)
Set IDUser
User. setLastName(String lastName)
Set lastnameUser
User. setLogin(String login)
Set loginUser
User. setPassword(String password)
Set the plaintext user password.Methods in com.gentics.contentnode.rest.model with parameters of type User Modifier and Type Method Description void
DeleteInfo. setBy(User by)
Set user who deleted the objectConstruct
Construct. setCreator(User creator)
void
ContentNodeItem. setCreator(User creator)
void
Template. setCreator(User creator)
Construct
Construct. setEditor(User editor)
void
ContentNodeItem. setEditor(User editor)
ItemVersion
ItemVersion. setEditor(User editor)
Set the editorvoid
Template. setEditor(User editor)
void
Page. setLockedBy(User lockedBy)
Set locked byvoid
Page. setPublisher(User publisher)
QueuedTimeManagement
QueuedTimeManagement. setUser(User user)
Set the uservoid
Workflow. setUser(User user)
Constructors in com.gentics.contentnode.rest.model with parameters of type User Constructor Description DeleteInfo(int at, User by)
Create an instance -
Uses of User in com.gentics.contentnode.rest.model.devtools
Methods in com.gentics.contentnode.rest.model.devtools that return User Modifier and Type Method Description User
SyncInfo. getUser()
User who enabled the syncMethods in com.gentics.contentnode.rest.model.devtools with parameters of type User Modifier and Type Method Description void
SyncInfo. setUser(User user)
Set the userConstructors in com.gentics.contentnode.rest.model.devtools with parameters of type User Constructor Description SyncInfo(boolean enabled, User user)
Create instance with enabled flag and user -
Uses of User in com.gentics.contentnode.rest.model.fum
Methods in com.gentics.contentnode.rest.model.fum that return User Modifier and Type Method Description User
FUMRequest. getUser()
UserMethods in com.gentics.contentnode.rest.model.fum with parameters of type User Modifier and Type Method Description void
FUMRequest. setUser(User user)
-
Uses of User in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return User Modifier and Type Method Description User
UserSaveRequest. getUser()
Return the user which should be saved.Methods in com.gentics.contentnode.rest.model.request with parameters of type User Modifier and Type Method Description void
UserSaveRequest. setUser(User user)
Set the user which should be saved. -
Uses of User in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return User Modifier and Type Method Description User
Message. getSender()
Get the sender of the messageUser
AuthenticationResponse. getUser()
Get the userUser
UserLoadResponse. getUser()
Get the userMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type User Modifier and Type Method Description List<User>
UserListResponse. getUsers()
Get the usersMethods in com.gentics.contentnode.rest.model.response with parameters of type User Modifier and Type Method Description void
Message. setSender(User sender)
Set the sender of the messagevoid
AuthenticationResponse. setUser(User user)
Set the uservoid
UserLoadResponse. setUser(User user)
Set the userMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type User Modifier and Type Method Description void
UserListResponse. setUsers(List<User> users)
Set the usersConstructors in com.gentics.contentnode.rest.model.response with parameters of type User Constructor Description UserLoadResponse(Message message, ResponseInfo responseInfo, User user)
Create instance with message, response info and user -
Uses of User in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return User Modifier and Type Method Description User
ScheduleModel. getCreator()
Task creatorUser
TaskModel. getCreator()
Task creatorUser
ScheduleModel. getEditor()
Last task editorUser
TaskModel. getEditor()
Last task editorMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type User Modifier and Type Method Description ScheduleModel
ScheduleModel. setCreator(User creator)
Set the creatorTaskModel
TaskModel. setCreator(User creator)
Set the creatorScheduleModel
ScheduleModel. setEditor(User editor)
Set the editorTaskModel
TaskModel. setEditor(User editor)
Set the editor -
Uses of User in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type User Modifier and Type Method Description UserLoadResponse
GroupResource. createUser(String id, User user)
Create user in the given groupUserLoadResponse
UserResource. update(String id, User item)
Update user with given ID
-