Package com.atlassian.confluence.plugins.rest.dto

This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.

See:
          Description

Interface Summary
UserDtoFactory  
 

Class Summary
StreamItem  
UserDto  
UserDtoFactoryImpl  
 

Package com.atlassian.confluence.plugins.rest.dto Description

This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin. These classes and the REST resources that use them originated in the Confluence Mobile plugin but needed to be available from a more central location for better re-use. (These classes are used by REST resources in both the mobile and edgeindex plugins.)

There is some duplication of concept between these classes and those in com.atlassian.confluence.plugins.rest.entities and com.atlassian.confluence.plugins.rest.entities.builders but due to the time this restructuring is taking place (final stages of the 4.3 release) it is too risky to combine them. However this similarity and the future hope of consolidating these dto's with the entities already in the REST plugin are the main argument for locating these classes in this plugin.



Copyright © 2003-2013 Atlassian. All Rights Reserved.