Interface DefaultApplicationDao

All Known Implementing Classes:
DefaultApplicationDaoImpl

public interface DefaultApplicationDao
Simple DAO for default applications.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<com.atlassian.application.api.ApplicationKey>
    get()
    Lists all the applications that are marked as default.
    void
    setApplicationsAsDefault(Set<com.atlassian.application.api.ApplicationKey> applicationKeys)
    Updates the default applications.
  • Method Details

    • get

      Set<com.atlassian.application.api.ApplicationKey> get()
      Lists all the applications that are marked as default.
      Returns:
      set of application keys
    • setApplicationsAsDefault

      void setApplicationsAsDefault(Set<com.atlassian.application.api.ApplicationKey> applicationKeys)
      Updates the default applications. The existent applications, marked as default are not updated.
      Parameters:
      applicationKeys - application keys to mark as default