Package com._1c.g5.v8.dt.lifecycle
Interface IServiceDependencyProvider
public interface IServiceDependencyProvider
Provides dependencies for service.
This service should be used if service can have dynamic dependencies in the context.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns service dependencies for givenphase
.
-
Method Details
-
getServiceDependencies
Returns service dependencies for givenphase
.- Parameters:
phase
- the phase the service participate on, cannot benull
.- Returns:
- service names on which the service is depends in the specified
phase
or empty list. Nevernull
. - Since:
- 3.0.0
-