Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.HTTPService
-
-
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 HTTPService Modifier and Type Method Description static HTTPService
TestMdObjectFactory. createHTTPService(String name)
Creates HTTPService with name -
Uses of HTTPService in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return HTTPService Modifier and Type Method Description HTTPService
HttpServiceInitializer. 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 HTTPService Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(HTTPService object)
-
Uses of HTTPService in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return HTTPService Modifier and Type Method Description HTTPService
MdClassFactory. 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 HTTPService Modifier and Type Method Description org.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 HTTPService Modifier and Type Class Description class
HTTPServiceImpl
An implementation of the model object 'HTTP Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return HTTPService Modifier and Type Method Description HTTPService
MdClassFactoryImpl. createHTTPService()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type HTTPService Modifier and Type Method Description static 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 HTTPService Modifier and Type Method Description T
MdClassSwitch. 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'.
-