Class AbstractSparqlBasedCustomView
java.lang.Object
it.uniroma2.art.semanticturkey.config.customview.CustomView
it.uniroma2.art.semanticturkey.config.customview.AbstractSparqlBasedCustomView
- All Implemented Interfaces:
Configuration,STProperties
- Direct Known Subclasses:
AreaView,PointView,RouteView,SeriesCollectionView,SeriesView
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator -
Field Summary
FieldsFields inherited from class it.uniroma2.art.semanticturkey.config.customview.CustomView
suggestedViewFields inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
ITERABLE_OF_STRINGS_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData(org.eclipse.rdf4j.repository.RepositoryConnection connection, org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.IRI workingGraph) abstract CustomViewDataBindingsReturns the binding used as ID of the view (e.g.abstract Set<CustomViewDataBindings>Methods inherited from class it.uniroma2.art.semanticturkey.config.customview.CustomView
getModelType, getShortNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.uniroma2.art.semanticturkey.config.Configuration
isParameterMethods inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
checkAndConvertPropertyValue, convertToPropertyValue, getAnnotations, getEnumeration, getHTMLDescription, getHTMLWarning, getProperties, getPropertyAnnotatedType, getPropertyContentType, getPropertyDefaultValue, getPropertyDescription, getPropertyDisplayName, getPropertyType, getPropertyValue, getStringRepresentation, hasRequiredProperties, isEditRequired, isEnumerated, isParameterProperty, isRequiredProperty, loadProperties, setProperties, setPropertyValue, storeProperties, storeProperties
-
Field Details
-
retrieve
@Required @STProperty(description="{it.uniroma2.art.semanticturkey.config.customview.AbstractSparqlBasedCustomView.retrieve.description}", displayName="{it.uniroma2.art.semanticturkey.config.customview.AbstractSparqlBasedCustomView.retrieve.displayName}") public String retrieve -
update
@STProperty(description="{it.uniroma2.art.semanticturkey.config.customview.AbstractSparqlBasedCustomView.update.description}", displayName="{it.uniroma2.art.semanticturkey.config.customview.AbstractSparqlBasedCustomView.update.displayName}") public String update
-
-
Constructor Details
-
AbstractSparqlBasedCustomView
public AbstractSparqlBasedCustomView()
-
-
Method Details
-
getIdBinding
Returns the binding used as ID of the view (e.g. location, trace_id, series_id, series_collection_id)- Returns:
-
getUpdateMandatoryBindings
-
getData
public CustomViewData getData(org.eclipse.rdf4j.repository.RepositoryConnection connection, org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.IRI workingGraph) - Specified by:
getDatain classCustomView
-