Interface BusinessUnitResolverService

All Known Implementing Classes:
BusinessUnitResolverServiceImpl

public interface BusinessUnitResolverService
Service for dealing with configured business units during deployment process. It provides access to the business unit unique ids as configured in the project's application.properties
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all business units configured in the customer's application,properties, not taking Principal and other data related to permissions into account .
    Returns all business units installed on the customer's system, being executed privileged and not taking Principal and other data related to permissions into account .
  • Method Details

    • getInstalledBusinessUnits

      Set<String> getInstalledBusinessUnits()
      Returns all business units installed on the customer's system, being executed privileged and not taking Principal and other data related to permissions into account .
      Returns:
      collection of business unit unique ids.
    • getConfiguredBusinessUnits

      Set<String> getConfiguredBusinessUnits()
      Returns all business units configured in the customer's application,properties, not taking Principal and other data related to permissions into account .
      Returns:
      collection of business unit unique ids.