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 LifecycleState
Returns 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 TypeMethodDescriptionvoid
IApplicationProvisionNotifier.notifyLifecycleStateChange
(ILifecycleAware object, LifecycleState state) Notifies about the provided application lifecycle aware object lifecycle state change.void
IApplicationBehaviourDelegate.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 TypeMethodDescriptionvoid
ApplicationManager.notifyLifecycleStateChange
(ILifecycleAware object, LifecycleState state) Constructors in com.e1c.g5.dt.internal.applications with parameters of type LifecycleStateModifierConstructorDescriptionApplicationEvent
(IApplication application, LifecycleState applicationState) Constructs the event of the application or application artifact lifecycle state change.ApplicationEvent
(IApplication application, LifecycleState applicationState, IApplicationArtifact applicationArtifact) Constructs the event of the application or application artifact lifecycle state change. -
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 TypeMethodDescriptionvoid
InfobaseApplicationBehaviourDelegate.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 TypeMethodDescriptionvoid
ServerApplicationBehaviourDelegate.onStateChanged
(IApplication application, LifecycleState state)