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 UserTemplate.creatorCreator of the fileprotected UserTemplate.editorLatest contributor to the fileFormTimeManagement.futurePublisherthe future publisher (i.e.: the user that planned to publish something)TimeManagement.futurePublisherthe future publisher (i.e.: the user that planned to publish something)FormTimeManagement.futureUnpublisherthe future unpublisher (i.e.: the user that planned to unpublish something)TimeManagement.futureUnpublisherthe future unpublisher (i.e.: the user that planned to unpublish something)protected UserPage.lockedByUser, who locked the page (ifPage.lockedis 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 theuserrecord component.Methods in com.gentics.contentnode.rest.model with parameters of type UserModifier and TypeMethodDescriptionvoidSet user who deleted the objectConstruct.setCreator(User creator) voidContentNodeItem.setCreator(User creator) voidTemplate.setCreator(User creator) voidSet the editorvoidFormTimeManagement.setFuturePublisher(User futurePublisher) Sets the future publisher (i.e.: the user that planned to publish something)voidPublishableContentItem.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)voidPublishableContentItem.setFutureUnpublisher(User futureUnpublisher) Set the future unpublisherTimeManagement.setFutureUnpublisher(User futureUnpublisher) Sets the future unpublisher (i.e.: the user that planned to unpublish something)voidPage.setLockedBy(User lockedBy) Set locked byvoidPublishableContentItem.setPublisher(User publisher) voidPublishableContentItem.setUnpublisher(User unpublisher) Sets the unpublisher.Set the uservoidConstructors 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 aPublishLogDtorecord 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 TypeMethodDescriptionSet the sender of the messagevoidSet the uservoidSet 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