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 LifecycleStateIApplicationEvent. getLifecycleState()Returns the current application lifecycle state.LifecycleStateIApplicationManager. getLifecycleState(ILifecycleAware object)Returns the application lifecycle state for the provided application or lifecycle aware artifact.static LifecycleStateLifecycleState. 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 LifecycleStateIApplicationProvisionDelegate. 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 voidIApplicationProvisionNotifier. notifyLifecycleStateChange(ILifecycleAware object, LifecycleState state)Notifies about the provided application lifecycle aware object lifecycle state change.
-