Uses of Class
org.openprovenance.prov.template.descriptors.TemplateBindingsSchema
Packages that use TemplateBindingsSchema
Package
Description
-
Uses of TemplateBindingsSchema in org.openprovenance.prov.template.compiler
Fields in org.openprovenance.prov.template.compiler with type parameters of type TemplateBindingsSchemaModifier and TypeFieldDescriptionMap<String, Map<String, org.apache.commons.lang3.tuple.Triple<String, List<String>, TemplateBindingsSchema>>> CompilerBeanGenerator.variantTableMethods in org.openprovenance.prov.template.compiler that return TemplateBindingsSchemaModifier and TypeMethodDescriptionCompilerUtil.getBindingsSchema(String bindings) CompilerUtil.getBindingsSchema(SimpleTemplateCompilerConfig config) ConfigProcessor.getBindingsSchema(String location) Methods in org.openprovenance.prov.template.compiler with parameters of type TemplateBindingsSchemaModifier and TypeMethodDescriptionvoidConfigProcessor.buildJoinTable(String templateName, TemplateBindingsSchema bindingsSchema) voidCompilerSQL.ensureNoSQLClashForTypes(String var, TemplateBindingsSchema templateBindingsSchema) voidCompilerSQL.ensureNoSQLClassForColumns(String sqlifiedKey, TemplateBindingsSchema templateBindingsSchema) voidConfigProcessor.findSqlTableReferences(TemplateBindingsSchema config) booleanConfigProcessor.generate(Document doc, Locations locations, String templateName, String packageName, String cli_src_dir, String l2p_src_dir, String resource, String jsonschema, String documentation, com.fasterxml.jackson.databind.JsonNode bindings_schema, TemplateBindingsSchema bindingsSchema, Map<String, Map<String, String>> sqlTables, String cli_webjar_dir, boolean inComposition, List<String> sharing, String consistsOf, TemplatesProjectConfiguration configs) CompilerBeanGenerator.generateBean(TemplatesProjectConfiguration configs, Locations locations, String templateName, TemplateBindingsSchema bindingsSchema, org.openprovenance.prov.template.compiler.common.BeanKind beanKind, org.openprovenance.prov.template.compiler.common.BeanDirection beanDirection, String consistOf, List<String> sharing, String extension, String fileName) com.squareup.javapoet.MethodSpecCompilerSQL.generateCommonSQLMethod2(String template, TemplateBindingsSchema bindingsSchema) voidCompilerDocumentation.generateDocumentation(String documentationFile, String templateName, String root_dir, TemplateBindingsSchema bindingsSchema, List<String> sharing) com.squareup.javapoet.MethodSpecCompilerBeanGenerator.generateInvokeProcessor(String template, String packge, TemplateBindingsSchema bindingsSchema, String elements) voidCompilerJsonSchema.generateJSonSchema(String templateName, TemplateBindingsSchema bindingsSchema, String consistsOf, String idPrefix, List<String> sharing) CompilerProcessor.generateProcessor(Locations locations, String templateName, String packge, TemplateBindingsSchema bindingsSchema, boolean inIntegrator, String fileName, String consistsOf) voidCompilerSQL.generateSQL(String templateName, TemplateBindingsSchema templateBindingsSchema) voidCompilerSQL.generateSQLInsertFunction(String jsonschema, String templateName, String consistOf, String root_dir, TemplateBindingsSchema templateBindingsSchema, List<String> shared, Map<String, Map<String, Map<String, String>>> inputOutputMaps, List<String> search) com.squareup.javapoet.MethodSpecCompilerSQL.generateSQLInsertStatement(String template, TemplateBindingsSchema bindingsSchema, org.openprovenance.prov.template.compiler.common.BeanKind beanKind) voidCompilerSQL.generateSQLPrimitiveTables(Map<String, Map<String, String>> sqlTables, TemplateBindingsSchema bindingsSchema) voidCompilerSQL.generateSQLstatements(com.squareup.javapoet.TypeSpec.Builder builder, String templateName, TemplateBindingsSchema bindingsSchema, org.openprovenance.prov.template.compiler.common.BeanKind beanKind) Method parameters in org.openprovenance.prov.template.compiler with type arguments of type TemplateBindingsSchemaModifier and TypeMethodDescriptionCompilerBeanChecker.generateBeanChecker(TemplatesProjectConfiguration configs, Locations locations, org.openprovenance.prov.template.compiler.common.BeanDirection direction, Map<String, Map<String, org.apache.commons.lang3.tuple.Triple<String, List<String>, TemplateBindingsSchema>>> variantTable, String fileName) -
Uses of TemplateBindingsSchema in org.openprovenance.prov.template.descriptors
Methods in org.openprovenance.prov.template.descriptors with parameters of type TemplateBindingsSchemaModifier and TypeMethodDescriptionDescriptorUtils.checkSqlInputs(Map<String, String> theInputs, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.checkSqlOutputs(Map<String, String> theOutputs, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.fieldNames(TemplateBindingsSchema descriptor) DescriptorUtils.fieldNamesIterator(TemplateBindingsSchema descriptor) DescriptorUtils.getOutputSqlForeign(String key, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.getSqlAlsoOutputs(String key, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.getSqlNewInputs(String key, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.getSqlTable(String key, TemplateBindingsSchema templateBindingsSchema) DescriptorUtils.getSqlType(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.hasInput(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.hasOutput(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.isCompulsoryInput(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.isInput(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.isOutput(String key, TemplateBindingsSchema templateBindingsSchema) booleanDescriptorUtils.isOutputName(String key, TemplateBindingsSchema templateBindingsSchema)