Interface BusinessUnitResolverService
- All Known Implementing Classes:
BusinessUnitResolverServiceImpl
public interface BusinessUnitResolverService
Service for dealing with configured
business unit
s during deployment process. It
provides access to the business unit unique ids as configured in the project's application.properties-
Method Summary
Modifier and TypeMethodDescriptionReturns all business units configured in the customer'sapplication,properties
, not takingPrincipal
and other data related to permissions into account .Returns all business units installed on the customer's system, being executed privileged and not takingPrincipal
and other data related to permissions into account .
-
Method Details
-
getInstalledBusinessUnits
Returns all business units installed on the customer's system, being executed privileged and not takingPrincipal
and other data related to permissions into account .- Returns:
- collection of business unit unique ids.
-
getConfiguredBusinessUnits
Returns all business units configured in the customer'sapplication,properties
, not takingPrincipal
and other data related to permissions into account .- Returns:
- collection of business unit unique ids.
-