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

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

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

Methods in com.gentics.contentnode.rest.model.response that return ResponseInfo
 ResponseInfo GenericResponse.getResponseInfo()
           
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type ResponseInfo
 void GenericResponse.setResponseInfo(ResponseInfo responseInfo)
           
 

Constructors in com.gentics.contentnode.rest.model.response with parameters of type ResponseInfo
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.
GroupsPermBitsResponse(Message message, ResponseInfo responseInfo, Map<Integer,String> groups)
          Creates a response with a group permission bit map
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
NodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features)
          Create an instance with empty message, but given response info and features
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
PermBitsResponse(Message message, ResponseInfo responseInfo)
          Create response with message and response info
PermResponse(Message message, ResponseInfo responseInfo)
          Create response with message and response info
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 ResponseInfo in com.gentics.contentnode.rest.model.response.migration
 

Methods in com.gentics.contentnode.rest.model.response.migration that return ResponseInfo
 ResponseInfo MigrationResponse.getResponseInfo()
          Return the reponse info
 

Methods in com.gentics.contentnode.rest.model.response.migration with parameters of type ResponseInfo
 void MigrationResponse.setResponseInfo(ResponseInfo responseInfo)
          Set the reponse info
 

Constructors in com.gentics.contentnode.rest.model.response.migration with parameters of type ResponseInfo
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(List<Message> messages, ResponseInfo responseInfo)
          Create an instance of the response with a list of messages and response info
MigrationResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with a single message and response info
MigrationResponse(ResponseInfo responseInfo)
          Create an instance of the response with 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)
           
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.