Uses of Enum Class
com.e1c.g5.dt.applications.LifecycleState
Packages that use LifecycleState
Package
Description
-
Uses of LifecycleState in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return LifecycleStateModifier and TypeMethodDescriptionIApplicationEvent.getLifecycleState()Returns the current application lifecycle state.IApplicationManager.getLifecycleState(ILifecycleAware object) Returns the application lifecycle state for the provided application or lifecycle aware artifact.static LifecycleStateReturns the enum constant of this class with the specified name.static LifecycleState[]LifecycleState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LifecycleState in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return LifecycleStateModifier and TypeMethodDescriptionIApplicationProvisionDelegate.getLifecycleState(ILifecycleAware object) Returns the application lifecycle state for the provided application or lifecycle aware artifact.Methods in com.e1c.g5.dt.applications.contributors with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoidIApplicationProvisionNotifier.notifyLifecycleStateChanged(ILifecycleAware object, LifecycleState state) Notifies interested listeners that application life-cycle state has changed.voidIApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state) Called when application state has been changed. -
Uses of LifecycleState in com.e1c.g5.dt.internal.applications
Methods in com.e1c.g5.dt.internal.applications that return LifecycleStateModifier and TypeMethodDescriptionApplicationEvent.getLifecycleState()ApplicationManager.getLifecycleState(ILifecycleAware object) Methods in com.e1c.g5.dt.internal.applications with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoidApplicationManager.notifyLifecycleStateChanged(ILifecycleAware object, LifecycleState state) Constructors in com.e1c.g5.dt.internal.applications with parameters of type LifecycleStateModifierConstructorDescriptionApplicationEvent(IApplication application, LifecycleState lifecycleState) Creates event indicating change of life-cycle state.ApplicationEvent(IApplication application, LifecycleState lifecycleState, IApplicationArtifact applicationArtifact) Creates event indicating change of life-cycle state of the specified artifact -
Uses of LifecycleState in com.e1c.g5.dt.internal.applications.infobases
Methods in com.e1c.g5.dt.internal.applications.infobases that return LifecycleStateModifier and TypeMethodDescriptionInfobaseApplicationProvisionDelegate.getLifecycleState(ILifecycleAware object) -
Uses of LifecycleState in com.e1c.g5.dt.internal.applications.infobases.ui
Methods in com.e1c.g5.dt.internal.applications.infobases.ui with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoidInfobaseApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state) -
Uses of LifecycleState in com.e1c.g5.dt.internal.applications.wst
Methods in com.e1c.g5.dt.internal.applications.wst that return LifecycleStateModifier and TypeMethodDescriptionServerApplicationProvisionDelegate.getLifecycleState(ILifecycleAware object) -
Uses of LifecycleState in com.e1c.g5.dt.internal.applications.wst.ui
Methods in com.e1c.g5.dt.internal.applications.wst.ui with parameters of type LifecycleStateModifier and TypeMethodDescriptionvoidServerApplicationBehaviourDelegate.onStateChanged(IApplication application, LifecycleState state)