|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response |
Uses of User in com.gentics.contentnode.rest.model |
---|
Fields in com.gentics.contentnode.rest.model declared as User | |
---|---|
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) |
Methods in com.gentics.contentnode.rest.model that return User | |
---|---|
User |
ContentNodeItem.getCreator()
Creator of the item |
User |
Template.getCreator()
Creator |
User |
Construct.getCreator()
Creator of the construct |
User |
ContentNodeItem.getEditor()
Last editor of the item |
User |
PageVersion.getEditor()
Editor of the version |
User |
Template.getEditor()
Last Editor |
User |
Construct.getEditor()
Last Editor of the construct |
User |
Page.getLockedBy()
User, who locked the page |
User |
Page.getPublisher()
Publisher |
User |
Workflow.getUser()
|
Methods in com.gentics.contentnode.rest.model with parameters of type User | |
---|---|
void |
ContentNodeItem.setCreator(User creator)
|
void |
Template.setCreator(User creator)
|
void |
Construct.setCreator(User creator)
|
void |
ContentNodeItem.setEditor(User editor)
|
void |
PageVersion.setEditor(User editor)
Set the editor |
void |
Template.setEditor(User editor)
|
void |
Construct.setEditor(User editor)
|
void |
Page.setLockedBy(User lockedBy)
Set locked by |
void |
Page.setPublisher(User publisher)
|
void |
Workflow.setUser(User user)
|
Uses of User in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return User | |
---|---|
User |
Message.getSender()
Get the sender of the message |
User |
AuthenticationResponse.getUser()
Get the user |
User |
UserLoadResponse.getUser()
Get the user |
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type User | |
---|---|
List<User> |
UserListResponse.getUsers()
Get the users |
Methods in com.gentics.contentnode.rest.model.response with parameters of type User | |
---|---|
void |
Message.setSender(User sender)
Set the sender of the message |
void |
AuthenticationResponse.setUser(User user)
Set the user |
void |
UserLoadResponse.setUser(User user)
Set the user |
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type User | |
---|---|
void |
UserListResponse.setUsers(List<User> users)
Set the users |
Constructors in com.gentics.contentnode.rest.model.response with parameters of type User | |
---|---|
UserLoadResponse(Message message,
ResponseInfo responseInfo,
User user)
Create instance with message, response info and user |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |