Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.IntegrationService
-
-
Uses of IntegrationService in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return IntegrationService Modifier and Type Method Description IntegrationServiceIntegrationServiceInitializer. create(IV8Project v8project, Version version) -
Uses of IntegrationService in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type IntegrationService Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(IntegrationService object) -
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return IntegrationService Modifier and Type Method Description IntegrationServiceMdClassFactory. createIntegrationService()Returns a new object of class 'Integration Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type IntegrationService Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationService>Configuration. getIntegrationServices()Returns the value of the 'Integration Services' reference list. -
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement IntegrationService Modifier and Type Class Description classIntegrationServiceImplAn implementation of the model object 'Integration Service'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return IntegrationService Modifier and Type Method Description IntegrationServiceMdClassFactoryImpl. createIntegrationService()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type IntegrationService Modifier and Type Method Description org.eclipse.emf.common.util.EList<IntegrationService>ConfigurationImpl. getIntegrationServices() -
Uses of IntegrationService in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type IntegrationService Modifier and Type Method Description TMdClassSwitch. caseIntegrationService(IntegrationService object)Returns the result of interpreting the object as an instance of 'Integration Service'.booleanMdClassValidator. validateIntegrationService(IntegrationService integrationService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-