com.atlassian.confluence.mail.notification
Interface NotificationEmailHelper.ContentFinder

Enclosing class:
NotificationEmailHelper

public static interface NotificationEmailHelper.ContentFinder

Finder for content ids.


Method Summary
 ContentEntityObject findContentById(long contentId)
          Finds the ContentEntityObject with the given content id
 

Method Detail

findContentById

ContentEntityObject findContentById(long contentId)
Finds the ContentEntityObject with the given content id

Parameters:
contentId - the content id
Returns:
the entity, if any exists.


Copyright © 2003-2014 Atlassian. All Rights Reserved.