Uses of Class
com.gentics.contentnode.rest.model.User
Packages that use User
Package
Description
-
Uses of User in com.gentics.contentnode.rest.client
Methods in com.gentics.contentnode.rest.client that return UserModifier and TypeMethodDescriptionRestClient.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 UserModifier 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)Methods in com.gentics.contentnode.rest.model that return UserModifier 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.Methods in com.gentics.contentnode.rest.model with parameters of type UserModifier 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
Constructors in com.gentics.contentnode.rest.model with parameters of type UserModifierConstructorDescriptionDeleteInfo
(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
Methods in com.gentics.contentnode.rest.model.devtools that return UserMethods in com.gentics.contentnode.rest.model.devtools with parameters of type UserConstructors in com.gentics.contentnode.rest.model.devtools with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.fum
Methods in com.gentics.contentnode.rest.model.fum that return UserMethods in com.gentics.contentnode.rest.model.fum with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return UserModifier and TypeMethodDescriptionUserSaveRequest.getUser()
Return the user which should be saved.Methods in com.gentics.contentnode.rest.model.request with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return UserModifier and TypeMethodDescriptionMessage.getSender()
Get the sender of the messageAuthenticationResponse.getUser()
Get the userUserLoadResponse.getUser()
Get the userMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type UserMethods in com.gentics.contentnode.rest.model.response with parameters of type UserModifier and TypeMethodDescriptionvoid
Set the sender of the messagevoid
Set the uservoid
Set the userMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type UserConstructors in com.gentics.contentnode.rest.model.response with parameters of type 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
Methods in com.gentics.contentnode.rest.model.scheduler that return UserModifier and TypeMethodDescriptionScheduleModel.getCreator()
Task creatorTaskModel.getCreator()
Task creatorScheduleModel.getEditor()
Last task editorTaskModel.getEditor()
Last task editorMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type UserModifier 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
Methods in com.gentics.contentnode.rest.resource with parameters of type UserModifier and TypeMethodDescriptionGroupResource.createUser
(String id, User user) Create user in the given groupUpdate user with given ID