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 HTTPServiceTestMdObjectFactory. 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 HTTPServiceHttpServiceInitializer. 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 booleanMdImplicitRefInferrer. _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 HTTPServiceMdClassFactory. 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 classHTTPServiceImplAn 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 HTTPServiceMdClassFactoryImpl. 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 TMdClassSwitch. caseHTTPService(HTTPService object)Returns the result of interpreting the object as an instance of 'HTTP Service'.booleanMdClassValidator. validateHTTPService(HTTPService httpService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateHTTPService_validate(HTTPService httpService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'HTTP Service'.
-