Class CompilerQueryInvokerWithPrincipal
java.lang.Object
org.openprovenance.prov.template.compiler.CompilerQueryInvokerWithPrincipal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompositeQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean) converterForSpecialType(String specialType) generateQueryInvokerWithPrincipal(TemplatesProjectConfiguration configs, Locations locations, String fileName)
-
Field Details
-
sbVar
- See Also:
-
linkingVar
- See Also:
-
principalVar
- See Also:
-
queryInvokerVar
- See Also:
-
-
Constructor Details
-
CompilerQueryInvokerWithPrincipal
-
-
Method Details
-
generateQueryInvokerWithPrincipal
public SpecificationFile generateQueryInvokerWithPrincipal(TemplatesProjectConfiguration configs, Locations locations, String fileName) -
compositeQueryInvoker
public void compositeQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean) -
converterForSpecialType
-