com.atlassian.confluence.plugins.rest.entities.builders
Class AttachmentEntityBuilder

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.builders.AttachmentEntityBuilder
All Implemented Interfaces:
SearchEntityBuilder

public class AttachmentEntityBuilder
extends java.lang.Object
implements SearchEntityBuilder


Constructor Summary
AttachmentEntityBuilder(AnyTypeDao anyTypeDao, DefaultRestAttachmentManager restAttachmentManager)
           
 
Method Summary
 SearchResultEntity build(SearchResult result)
          Builds a REST ContentEntity for the given search result
 SearchResultEntity build(SearchResult result)
          Builds a REST ContentEntity for the given search result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentEntityBuilder

public AttachmentEntityBuilder(AnyTypeDao anyTypeDao,
                               DefaultRestAttachmentManager restAttachmentManager)
Method Detail

build

public SearchResultEntity build(SearchResult result)
Description copied from interface: SearchEntityBuilder
Builds a REST ContentEntity for the given search result

Specified by:
build in interface SearchEntityBuilder
Parameters:
result - the SearchResult
Returns:
the entity, or null if the current user is not permitted to view the content or if no content object can be found for the given result.

build

public SearchResultEntity build(SearchResult result)
Description copied from interface: SearchEntityBuilder
Builds a REST ContentEntity for the given search result

Specified by:
build in interface SearchEntityBuilder
Parameters:
result - the SearchResult
Returns:
the entity, or null if the current user is not permitted to view the content or if no content object can be found for the given result.


Copyright © 2003-2014 Atlassian. All Rights Reserved.