Uses of Interface
com.atlassian.gadgets.directory.Directory.Entry

Packages that use Directory.Entry
com.atlassian.gadgets.directory   
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.directory.internal.jaxb Contains JAXB model classes that can be served through REST modules. 
 

Uses of Directory.Entry in com.atlassian.gadgets.directory
 

Methods in com.atlassian.gadgets.directory that return types with arguments of type Directory.Entry
 Iterable<Directory.Entry> Directory.getEntries(GadgetRequestContext gadgetRequestContext)
          Returns all the entries available, localized by the locale.
 

Uses of Directory.Entry in com.atlassian.gadgets.directory.internal
 

Methods in com.atlassian.gadgets.directory.internal that return types with arguments of type Directory.Entry
 Iterable<Directory.Entry> DirectoryEntryProvider.entries(GadgetRequestContext gadgetRequestContext)
          Returns all the entries available, localized by the locale.
 

Uses of Directory.Entry in com.atlassian.gadgets.directory.internal.impl
 

Methods in com.atlassian.gadgets.directory.internal.impl that return types with arguments of type Directory.Entry
protected  com.google.common.base.Function<URI,Directory.Entry> PluginExternalGadgetSpecDirectoryEntryProvider.convertToLocalizedDirectoryEntry(GadgetRequestContext gadgetRequestContext)
           
protected  com.google.common.base.Function<URI,Directory.Entry> GadgetSpecProviderDirectoryEntryProvider.convertToLocalizedDirectoryEntry(GadgetRequestContext gadgetRequestContext)
           
protected abstract  com.google.common.base.Function<T,Directory.Entry> AbstractDirectoryEntryProvider.convertToLocalizedDirectoryEntry(GadgetRequestContext gadgetRequestContext)
           
protected  com.google.common.base.Function<ExternalGadgetSpec,Directory.Entry> ConfigurableExternalGadgetSpecDirectoryEntryProvider.convertToLocalizedDirectoryEntry(GadgetRequestContext gadgetRequestContext)
           
 Iterable<Directory.Entry> AbstractDirectoryEntryProvider.entries(GadgetRequestContext gadgetRequestContext)
           
 Iterable<Directory.Entry> DirectoryImpl.getEntries(GadgetRequestContext gadgetRequestContext)
           
 

Uses of Directory.Entry in com.atlassian.gadgets.directory.internal.jaxb
 

Constructors in com.atlassian.gadgets.directory.internal.jaxb with parameters of type Directory.Entry
JAXBDirectoryEntry(Directory.Entry entry)
          Constructor.
 



Copyright © 2013 Atlassian. All Rights Reserved.