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.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle that return LifecycleRegistration Modifier and Type Method Description static LifecycleRegistration
LifecycleRegistration. register(ILifecyclePhaseAwareService service)
Deprecated.Registers the specified service.LifecycleRegistration
LifecycleRegistration. withDependencies(IServiceDependencyProvider dependencyProvider)
Deprecated.Adds dependency provider for services with dynamic dependencies.LifecycleRegistration
LifecycleRegistration. withDependencies(LifecyclePhase phase, String... services)
Deprecated.Adds service dependencies in the given context.LifecycleRegistration
LifecycleRegistration. withName(String serviceName)
Deprecated.Sets the name for service registration.
-