Interface IApplicationConfigurationManager

All Superinterfaces:
ILifecycle, ch.ivyteam.ivy.manager.IManager, ISystemPropertyProvider

public interface IApplicationConfigurationManager extends ch.ivyteam.ivy.manager.IManager, ISystemPropertyProvider
API:
This is a public API.
  • Method Details

    • getApplicationsSortedByName

      @Deprecated(since="9.4", forRemoval=true) default List<IApplication> getApplicationsSortedByName(boolean includingSystemApplication)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use IApplicationRepository.all()
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.