Uses of Class
com.gentics.contentnode.rest.model.User
Package
Description
-
Uses of User in com.gentics.contentnode.rest.client
Modifier and TypeMethodDescriptionRestClient.authenticate
(String sid, String sessionSecret) Authenticate with given sid and session secret -
Uses of User in com.gentics.contentnode.rest.model
Modifier and TypeFieldDescriptionprotected User
Template.creator
Creator of the fileprotected User
Template.editor
Latest contributor to the fileFormTimeManagement.futurePublisher
the future publisher (i.e.: the user that planned to publish something)TimeManagement.futurePublisher
the future publisher (i.e.: the user that planned to publish something)FormTimeManagement.futureUnpublisher
the future unpublisher (i.e.: the user that planned to unpublish something)TimeManagement.futureUnpublisher
the future unpublisher (i.e.: the user that planned to unpublish something)protected User
Page.lockedBy
User, who locked the page (ifPage.locked
is true)Modifier and TypeMethodDescriptionDeleteInfo.getBy()
User who deleted the objectConstruct.getCreator()
Creator of the constructContentNodeItem.getCreator()
Creator of the itemTemplate.getCreator()
CreatorConstruct.getEditor()
Last Editor of the constructContentNodeItem.getEditor()
Last editor of the itemItemVersion.getEditor()
Editor of the versionTemplate.getEditor()
Last EditorFormTimeManagement.getFuturePublisher()
Gets user that planned to publish somethingPublishableContentItem.getFuturePublisher()
Future PublisherTimeManagement.getFuturePublisher()
Gets user that planned to publish somethingFormTimeManagement.getFutureUnpublisher()
Gets user that planned to upublish somethingPublishableContentItem.getFutureUnpublisher()
Gets the user that set the unpublish action.TimeManagement.getFutureUnpublisher()
Gets user that planned to upublish somethingPage.getLockedBy()
User, who locked the pagePublishableContentItem.getPublisher()
PublisherPublishableContentItem.getUnpublisher()
Gets the unpublisher.QueuedTimeManagement.getUser()
User who put the page into the queueWorkflow.getUser()
User.setDescription
(String description) Set descriptionSet emailUser.setFirstName
(String firstName) Set firstnameSet groupsSet IDUser.setLastName
(String lastName) Set lastnameSet loginUser.setPassword
(String password) Set the plaintext user password.PublishLogDto.user()
Returns the value of theuser
record component.Modifier and TypeMethodDescriptionvoid
Set user who deleted the objectConstruct.setCreator
(User creator) void
ContentNodeItem.setCreator
(User creator) void
Template.setCreator
(User creator) void
Set the editorvoid
FormTimeManagement.setFuturePublisher
(User futurePublisher) Sets the future publisher (i.e.: the user that planned to publish something)void
PublishableContentItem.setFuturePublisher
(User futurePublisher) TimeManagement.setFuturePublisher
(User futurePublisher) Sets the future publisher (i.e.: the user that planned to publish something)FormTimeManagement.setFutureUnpublisher
(User futureUnpublisher) Sets the future unpublisher (i.e.: the user that planned to unpublish something)void
PublishableContentItem.setFutureUnpublisher
(User futureUnpublisher) Set the future unpublisherTimeManagement.setFutureUnpublisher
(User futureUnpublisher) Sets the future unpublisher (i.e.: the user that planned to unpublish something)void
Page.setLockedBy
(User lockedBy) Set locked byvoid
PublishableContentItem.setPublisher
(User publisher) void
PublishableContentItem.setUnpublisher
(User unpublisher) Sets the unpublisher.Set the uservoid
ModifierConstructorDescriptionDeleteInfo
(int at, User by) Create an instancePublishLogDto
(int objId, String type, String state, User user, String date) Creates an instance of aPublishLogDto
record class. -
Uses of User in com.gentics.contentnode.rest.model.devtools
-
Uses of User in com.gentics.contentnode.rest.model.fum
-
Uses of User in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionUserSaveRequest.getUser()
Return the user which should be saved. -
Uses of User in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionMessage.getSender()
Get the sender of the messageAuthenticationResponse.getUser()
Get the userUserLoadResponse.getUser()
Get the userModifier and TypeMethodDescriptionvoid
Set the sender of the messagevoid
Set the uservoid
Set the userModifierConstructorDescriptionUserLoadResponse
(Message message, ResponseInfo responseInfo, User user) Create instance with message, response info and user -
Uses of User in com.gentics.contentnode.rest.model.scheduler
Modifier and TypeMethodDescriptionScheduleModel.getCreator()
Task creatorTaskModel.getCreator()
Task creatorScheduleModel.getEditor()
Last task editorTaskModel.getEditor()
Last task editorModifier and TypeMethodDescriptionScheduleModel.setCreator
(User creator) Set the creatorTaskModel.setCreator
(User creator) Set the creatorSet the editorSet the editor -
Uses of User in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionGroupResource.createUser
(String id, User user) Create user in the given groupUpdate user with given ID