Uses of Class
com.e1c.g5.dt.applications.LifecycleState
-
Packages that use LifecycleState Package Description com.e1c.g5.dt.applications com.e1c.g5.dt.applications.contributors -
-
Uses of LifecycleState in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return LifecycleState Modifier and Type Method Description LifecycleState
IApplicationEvent. getLifecycleState()
Returns the current application lifecycle state.LifecycleState
IApplicationManager. getLifecycleState(ILifecycleAware object)
Returns the application lifecycle state for the provided application or lifecycle aware artifact.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, 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 LifecycleState Modifier and Type Method Description LifecycleState
IApplicationProvisionDelegate. 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 LifecycleState Modifier and Type Method Description void
IApplicationProvisionNotifier. notifyLifecycleStateChange(ILifecycleAware object, LifecycleState state)
Notifies about the provided application lifecycle aware object lifecycle state change.
-