Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.HTTPService
Packages that use HTTPService
Package
Description
-
Uses of HTTPService in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return HTTPServiceModifier and TypeMethodDescriptionstatic HTTPService
TestMdObjectFactory.createHTTPService
(String name) Creates HTTPService with name -
Uses of HTTPService in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return HTTPServiceModifier and TypeMethodDescriptionAdoptedHttpServiceInitializer.create
(IV8Project v8project, Version version) -
Uses of HTTPService in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type HTTPServiceModifier and TypeMethodDescriptionprotected MdObjectExtension
HTTPServiceAdopterParticipant.createExtension
(HTTPService nativeObject) -
Uses of HTTPService in com._1c.g5.v8.dt.internal.md.ui.editors.httpservice
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.httpservice with parameters of type HTTPServiceModifierConstructorDescriptionHTTPServiceEditorInput
(HTTPService httpService) Instantiates a newHTTPService
editor input. -
Uses of HTTPService in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return HTTPServiceModifier and TypeMethodDescriptionHttpServiceInitializer.create
(IV8Project v8project, Version version) -
Uses of HTTPService in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type HTTPServiceModifier and TypeMethodDescriptionprotected boolean
MdImplicitRefInferrer._infer
(HTTPService object) -
Uses of HTTPService in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type HTTPServiceModifier and TypeMethodDescriptionprotected void
HTTPServiceRule.buildForObject
(HTTPService object, IV8Project v8Project) -
Uses of HTTPService in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return HTTPServiceModifier and TypeMethodDescriptionMdClassFactory.createHTTPService()
Returns a new object of class 'HTTP Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type HTTPServiceModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<HTTPService>
Configuration.getHttpServices()
Returns the value of the 'Http Services' reference list. -
Uses of HTTPService in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement HTTPServiceModifier and TypeClassDescriptionclass
An implementation of the model object 'HTTP Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return HTTPServiceMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type HTTPServiceModifier and TypeMethodDescriptionstatic List<HTTPService>
ValidationUtil.findHTTPServicesWithSameRootUrl
(Configuration configuration, String rootURL) Finds configuretion HTTP services with same root URL.org.eclipse.emf.common.util.EList<HTTPService>
ConfigurationImpl.getHttpServices()
-
Uses of HTTPService in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type HTTPServiceModifier and TypeMethodDescriptionMdClassSwitch.caseHTTPService
(HTTPService object) Returns the result of interpreting the object as an instance of 'HTTP Service'.boolean
MdClassValidator.validateHTTPService
(HTTPService httpService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateHTTPService_validate
(HTTPService httpService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'HTTP Service'.