Uses of Interface
com.e1c.g5.dt.applications.IUrlAccess
-
-
Uses of IUrlAccess in com._1c.g5.v8.dt.launching.core
Methods in com._1c.g5.v8.dt.launching.core that return types with arguments of type IUrlAccess Modifier and Type Method Description Optional<IUrlAccess>
ApplicationPrepareResult. getUrlAccess()
Returns the result application URL aceess.Methods in com._1c.g5.v8.dt.launching.core with parameters of type IUrlAccess Modifier and Type Method Description void
ApplicationPrepareResult. setUrlAccess(IUrlAccess urlAccess)
Sets the result application URL access. -
Uses of IUrlAccess in com.e1c.g5.dt.applications
Methods in com.e1c.g5.dt.applications that return types with arguments of type IUrlAccess Modifier and Type Method Description Optional<IUrlAccess>
IApplicationManager. getDefaultUrlAccess(IApplication application)
Returns the default URL access instance for the provided application.List<IUrlAccess>
IApplicationManager. getUrlAccesses(IApplication application)
Returns a list of all found URL access instances for the provided application.Methods in com.e1c.g5.dt.applications with parameters of type IUrlAccess Modifier and Type Method Description void
IApplicationManager. setDefaultUrlAccess(IApplication application, IUrlAccess urlAccess)
Sets the default URL access instance for the provided application. -
Uses of IUrlAccess in com.e1c.g5.dt.applications.contributors
Methods in com.e1c.g5.dt.applications.contributors that return types with arguments of type IUrlAccess Modifier and Type Method Description List<IUrlAccess>
IUrlAccessProvider. getUrlAccesses(IApplication application)
Returns a list of all found URL access instances for the provided application. -
Uses of IUrlAccess in com.e1c.g5.dt.applications.infobases
Subinterfaces of IUrlAccess in com.e1c.g5.dt.applications.infobases Modifier and Type Interface Description interface
IInfobaseApplication
The 1C:Enterprise V8 infobase application. -
Uses of IUrlAccess in com.e1c.g5.dt.applications.infobases.publications
Subinterfaces of IUrlAccess in com.e1c.g5.dt.applications.infobases.publications Modifier and Type Interface Description interface
IApplicationPublication
The infobase web server publication application artifact. -
Uses of IUrlAccess in com.e1c.g5.dt.applications.wst
Subinterfaces of IUrlAccess in com.e1c.g5.dt.applications.wst Modifier and Type Interface Description interface
IServerApplication
The server application based on Eclipse WST server module.
-