Uses of Class
com._1c.g5.v8.dt.lifecycle.LifecyclePhase
-
Packages that use LifecyclePhase Package Description com._1c.g5.v8.dt.lifecycle -
-
Uses of LifecyclePhase in com._1c.g5.v8.dt.lifecycle
Methods in com._1c.g5.v8.dt.lifecycle that return LifecyclePhase Modifier and Type Method Description LifecyclePhase
phase()
The participating lifecycle phase.static LifecyclePhase
LifecyclePhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecyclePhase[]
LifecyclePhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.lifecycle with parameters of type LifecyclePhase Modifier and Type Method Description Collection<String>
IServiceDependencyProvider. getServiceDependencies(LifecyclePhase phase)
Returns service dependencies for givenphase
.void
ILifecyclePhaseAwareService. participate(LifecyclePhase phase, ILifecycleContext context)
Deprecated.Participates the lifecycle phase for the specified context.LifecycleRegistration
LifecycleRegistration. withDependencies(LifecyclePhase phase, String... services)
Deprecated.Adds service dependencies in the given context.
-