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.applicationsSubinterfaces of ILifecycleAware in com.e1c.g5.dt.applications Modifier and Type Interface Description interfaceIApplicationAn 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 LifecycleStateIApplicationManager. 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.contributorsMethods in com.e1c.g5.dt.applications.contributors with parameters of type ILifecycleAware Modifier and Type Method Description LifecycleStateIApplicationProvisionDelegate. getLifecycleState(ILifecycleAware object)Returns the application lifecycle state for the provided application or lifecycle aware artifact.voidIApplicationProvisionNotifier. 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.infobasesSubinterfaces of ILifecycleAware in com.e1c.g5.dt.applications.infobases Modifier and Type Interface Description interfaceIInfobaseApplicationThe 1C:Enterprise V8 infobase application.
- 
Uses of ILifecycleAware in com.e1c.g5.dt.applications.wstSubinterfaces of ILifecycleAware in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interfaceIServerApplicationThe server application based on Eclipse WST server module.interfaceIServerArtifactThe WST server lifecycle aware artifact.
 
-