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.lifecycleMethods in com._1c.g5.v8.dt.lifecycle that return LifecyclePhase Modifier and Type Method Description LifecyclePhasephase()The participating lifecycle phase.static LifecyclePhaseLifecyclePhase. 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.voidILifecyclePhaseAwareService. participate(LifecyclePhase phase, ILifecycleContext context)Deprecated.Participates the lifecycle phase for the specified context.LifecycleRegistrationLifecycleRegistration. withDependencies(LifecyclePhase phase, String... services)Deprecated.Adds service dependencies in the given context.
 
-