Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.URLTemplate
-
Packages that use URLTemplate Package Description com._1c.g5.v8.dt.md.model com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of URLTemplate in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return URLTemplate Modifier and Type Method Description URLTemplate
URLTemplateInitializer. create(IV8Project v8project, Version version)
-
Uses of URLTemplate in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return URLTemplate Modifier and Type Method Description URLTemplate
MdClassFactory. createURLTemplate()
Returns a new object of class 'URL Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type URLTemplate Modifier and Type Method Description org.eclipse.emf.common.util.EList<URLTemplate>
HTTPService. getUrlTemplates()
Returns the value of the 'Url Templates' containment reference list. -
Uses of URLTemplate in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement URLTemplate Modifier and Type Class Description class
URLTemplateImpl
An implementation of the model object 'URL Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return URLTemplate Modifier and Type Method Description URLTemplate
MdClassFactoryImpl. createURLTemplate()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type URLTemplate Modifier and Type Method Description org.eclipse.emf.common.util.EList<URLTemplate>
HTTPServiceImpl. getUrlTemplates()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type URLTemplate Modifier and Type Method Description static List<Method>
ValidationUtil. findMethodWithSameHttpMethod(URLTemplate urlTemplate, HTTPMethod httpMethod)
Finds URL template method with same HTTP method. -
Uses of URLTemplate in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type URLTemplate Modifier and Type Method Description T
MdClassSwitch. caseURLTemplate(URLTemplate object)
Returns the result of interpreting the object as an instance of 'URL Template'.boolean
MdClassValidator. validateURLTemplate(URLTemplate urlTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateURLTemplate_validate(URLTemplate urlTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'URL Template'.
-