com.atlassian.jira.issue.thumbnail
Interface ThumbnailManager

All Known Implementing Classes:
DefaultThumbnailManager, DisabledThumbNailManager

public interface ThumbnailManager


Method Summary
 boolean checkToolkit(User user)
           
 Collection getThumbnails(Collection attachmentGVs, User user)
           
 Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue, User user)
           
 boolean isThumbnailable(Attachment attachmentGV)
           
 

Method Detail

getThumbnails

public Collection getThumbnails(Collection attachmentGVs,
                                User user)
                         throws Exception
Throws:
Exception

getThumbnails

public Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue,
                                User user)
                         throws Exception
Throws:
Exception

isThumbnailable

public boolean isThumbnailable(Attachment attachmentGV)
                        throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

checkToolkit

public boolean checkToolkit(User user)


Copyright © 2002-2006 Atlassian. All Rights Reserved.