Uses of Interface
com.e1c.g5.dt.applications.ILifecycleAware
-
Packages that use ILifecycleAware Package Description com.e1c.g5.dt.applications com.e1c.g5.dt.applications.contributors com.e1c.g5.dt.applications.infobases com.e1c.g5.dt.applications.wst -
-
Uses of ILifecycleAware in com.e1c.g5.dt.applications
Subinterfaces of ILifecycleAware in com.e1c.g5.dt.applications Modifier and Type Interface Description interface
IApplication
An abstraction that represents a launchable developing application of the 1C:Enterprise.Methods in com.e1c.g5.dt.applications with parameters of type ILifecycleAware Modifier and Type Method Description LifecycleState
IApplicationManager. getLifecycleState(ILifecycleAware object)
Returns the application lifecycle state for the provided application or lifecycle aware artifact. -
Uses of ILifecycleAware in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors with parameters of type ILifecycleAware Modifier and Type Method Description LifecycleState
IApplicationProvisionDelegate. getLifecycleState(ILifecycleAware object)
Returns the application lifecycle state for the provided application or lifecycle aware artifact.void
IApplicationProvisionNotifier. notifyLifecycleStateChange(ILifecycleAware object, LifecycleState state)
Notifies about the provided application lifecycle aware object lifecycle state change. -
Uses of ILifecycleAware in com.e1c.g5.dt.applications.infobases
Subinterfaces of ILifecycleAware in com.e1c.g5.dt.applications.infobases Modifier and Type Interface Description interface
IInfobaseApplication
The 1C:Enterprise V8 infobase application. -
Uses of ILifecycleAware in com.e1c.g5.dt.applications.wst
Subinterfaces of ILifecycleAware in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interface
IServerApplication
The server application based on Eclipse WST server module.interface
IServerArtifact
The WST server lifecycle aware artifact.
-