Uses of Class
com._1c.g5.v8.dt.lifecycle.LifecycleRegistration
- 
Packages that use LifecycleRegistration Package Description com._1c.g5.v8.dt.lifecycle 
- 
- 
Uses of LifecycleRegistration in com._1c.g5.v8.dt.lifecycleMethods in com._1c.g5.v8.dt.lifecycle that return LifecycleRegistration Modifier and Type Method Description static LifecycleRegistrationLifecycleRegistration. register(ILifecyclePhaseAwareService service)Deprecated.Registers the specified service.LifecycleRegistrationLifecycleRegistration. withDependencies(IServiceDependencyProvider dependencyProvider)Deprecated.Adds dependency provider for services with dynamic dependencies.LifecycleRegistrationLifecycleRegistration. withDependencies(LifecyclePhase phase, String... services)Deprecated.Adds service dependencies in the given context.LifecycleRegistrationLifecycleRegistration. withName(String serviceName)Deprecated.Sets the name for service registration.
 
-