Uses of Class
com.gentics.contentnode.rest.model.response.Message

Packages that use Message
com.gentics.contentnode.rest.model.response   
com.gentics.contentnode.rest.model.response.migration   
 

Uses of Message in com.gentics.contentnode.rest.model.response
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Message
 List<Message> GenericResponse.getMessages()
           
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type Message
 void GenericResponse.addMessage(Message message)
           
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Message
 void GenericResponse.setMessages(List<Message> messages)
           
 

Constructors in com.gentics.contentnode.rest.model.response with parameters of type Message
ConstructListResponse(Message message, ResponseInfo responseInfo)
          Create instance with message and responseinfo
ConstructLoadResponse(Message message, ResponseInfo responseInfo)
          Create instance with message and responseinfo
ExportSelectionResponse(Message message, ResponseInfo responseInfo)
          Create a response with given message and response info
FileListResponse(Message message, ResponseInfo responseInfo)
          Create an instance with given message and response info
FileLoadResponse(Message message, ResponseInfo responseInfo, File file)
          Constructor with message, response info and file
FileUploadResponse(Message message, ResponseInfo responseInfo, boolean success)
          Constructor with message, response info and success
FileUploadResponse(Message message, ResponseInfo responseInfo, boolean success, File file)
          Constructor with message, response info and success
FileUsageListResponse(Message message, ResponseInfo responseInfo, List<File> files, int total, int withoutPermission)
          Create a new instance
FolderListResponse(Message message, ResponseInfo responseInfo)
           
FolderLoadResponse(Message message, ResponseInfo responseInfo, Folder folder)
          Create an instance of the response with single message, response info and folder
FolderObjectCountResponse(Message message, ResponseInfo responseInfo)
          Create a response object with message and response info
FolderStructureLoadResponse(Message message, ResponseInfo responseInfo, TreeNode rootNode)
          Constructor with a single message, response info and the root node of the folder structure
FolderUsageListResponse(Message message, ResponseInfo responseInfo, List<Folder> folders, int total, int withoutPermission)
          Create a new instance
GenericResponse(Message message, ResponseInfo responseInfo)
          Creates a GenericResponse with the provided single message and ResponseInfo.
GroupsResponse(Message message, ResponseInfo responseInfo)
           
ImageLoadResponse(Message message, ResponseInfo responseInfo, Image image)
          Constructor with message, response info and image
ItemListResponse(Message message, ResponseInfo responseInfo)
           
LocalizationInfo(Message message, ResponseInfo responseInfo)
          Create instance with given message and response info
MessageListResponse(Message message, ResponseInfo responseInfo)
          Create an instance with a response message and response info
NodeFeatureResponse(Message message, ResponseInfo responseInfo)
          Create an instance with message and response info
NodeLoadResponse(Message message, ResponseInfo responseInfo, Node node)
          Create an instance with message, response info and node
PageListResponse(Message message, ResponseInfo responseInfo)
           
PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
          Creates a PageLoadResponse with the provided single message and ResponseInfo.
PagePreviewResponse(Message message, ResponseInfo responseInfo, String preview)
          Creates a PageLoadResponse with the provided single message and ResponseInfo.
PageRenderResponse(Message message, ResponseInfo responseInfo)
          Create an instance with a message and response info
PageUsageListResponse(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission)
          Create a new instance
PrivilegesResponse(Message message, ResponseInfo responseInfo)
           
PrivilegesResponse(Message message, ResponseInfo responseInfo, List<Privilege> privileges)
           
TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
           
TagListResponse(Message message, ResponseInfo responseInfo)
          Create an instance with message and response info
TemplateListResponse(Message message, ResponseInfo responseInfo)
           
TemplateLoadResponse(Message message, ResponseInfo responseInfo, Template template)
          Creates a TemplateLoadResponse with the provided single message and ResponseInfo.
TemplateUsageListResponse(Message message, ResponseInfo responseInfo, List<Template> templates, int total, int withoutPermission)
          Create a new instance
UserListResponse(Message message, ResponseInfo responseInfo)
          Create instance with message and responseinfo
UserLoadResponse(Message message, ResponseInfo responseInfo)
          Create instance with message and response info
UserLoadResponse(Message message, ResponseInfo responseInfo, User user)
          Create instance with message, response info and user
VersionResponse(Message message, ResponseInfo responseInfo, String version)
          Creates a VersionResponse with the provided single message, the ResponseInfo and the version as String
 

Uses of Message in com.gentics.contentnode.rest.model.response.migration
 

Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type Message
 List<Message> MigrationResponse.getMessages()
          Return the list of messages
 

Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type Message
 void MigrationResponse.addMessage(Message message)
          Add a new message to the list of messages
 

Method parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Message
 void MigrationResponse.setMessages(List<Message> messages)
          Set the list of messages
 

Constructors in com.gentics.contentnode.rest.model.response.migration with parameters of type Message
MigrationGetLogResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
MigrationGetLogsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
MigrationJobItemsResponse(Message message, ResponseInfo responseInfo)
          Create an empty MigrationJobItemsResponse
MigrationPartsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
MigrationResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with a single message and response info
MigrationStatusResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
MigrationTagsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
PossiblePartMappingsResponse(Message message, ResponseInfo responseInfo)
           
 

Constructor parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type Message
MigrationResponse(List<Message> messages, ResponseInfo responseInfo)
          Create an instance of the response with a list of messages and response info
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.