Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response |
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 |
Construct.getCreator()
Creator of the construct
|
User |
Template.getCreator()
Creator
|
User |
ContentNodeItem.getCreator()
Creator of the item
|
User |
Construct.getEditor()
Last Editor of the construct
|
User |
Template.getEditor()
Last Editor
|
User |
PageVersion.getEditor()
Editor of the version
|
User |
ContentNodeItem.getEditor()
Last editor of the item
|
User |
Page.getLockedBy()
User, who locked the page
|
User |
Page.getPublisher()
Publisher
|
User |
Workflow.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteInfo.setBy(User by)
Set user who deleted the object
|
void |
Construct.setCreator(User creator) |
void |
Template.setCreator(User creator) |
void |
ContentNodeItem.setCreator(User creator) |
void |
Construct.setEditor(User editor) |
void |
Template.setEditor(User editor) |
void |
PageVersion.setEditor(User editor)
Set the editor
|
void |
ContentNodeItem.setEditor(User editor) |
void |
Page.setLockedBy(User lockedBy)
Set locked by
|
void |
Page.setPublisher(User publisher) |
void |
Workflow.setUser(User user) |
Constructor and Description |
---|
DeleteInfo(int at,
User by)
Create an instance
|
Modifier and Type | Method and Description |
---|---|
User |
Message.getSender()
Get the sender of the message
|
User |
UserLoadResponse.getUser()
Get the user
|
User |
AuthenticationResponse.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 |
UserLoadResponse.setUser(User user)
Set the user
|
void |
AuthenticationResponse.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
|
Copyright © 2015 Gentics Software. All rights reserved.