Uses of Class
it.uniroma2.art.semanticturkey.exceptions.CODAException
Packages that use CODAException
Package
Description
-
Uses of CODAException in it.uniroma2.art.semanticturkey.customform
Methods in it.uniroma2.art.semanticturkey.customform that throw CODAExceptionModifier and TypeMethodDescriptionCustomFormGraph.executePearl
(it.uniroma2.art.coda.core.CODACore codaCore, Map<String, Object> userPromptMap, StandardForm stdForm, SessionFormData sessionData, FormContextData ctxData) Fills a CAS with the value specified in the given userPromptMap, then executes CODA with the CAS, generates the triples and returns them.boolean
CustomFormGraph.isResourceCreationDelegated
(it.uniroma2.art.coda.core.CODACore codaCore) Tells if the CustomForm is delegated to create the resource. -
Uses of CODAException in it.uniroma2.art.semanticturkey.services
Methods in it.uniroma2.art.semanticturkey.services that throw CODAExceptionModifier and TypeMethodDescriptionprotected void
STServiceAdapter.addValue
(org.eclipse.rdf4j.repository.RepositoryConnection repoConn, org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI predicate, SpecialValue value) protected org.eclipse.rdf4j.model.IRI
STServiceAdapter.generateResourceWithCustomConstructor
(org.eclipse.rdf4j.repository.RepositoryConnection repoConnection, org.eclipse.rdf4j.model.IRI newResource, CustomFormValue customFormValue, StandardForm stdForm, org.eclipse.rdf4j.model.Model modelAdditions, org.eclipse.rdf4j.model.Model modelRemovals) Initialize the new created resource (and the xLabel in case of SKOSXL lex model), by running the CF provided within thecustomFormValue
.