Class Extensions
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.Extensions
- All Implemented Interfaces:
NewerNewStyleService
,STService
This class provides services for handling extensions.
-
Field Summary
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExtensionPoint
(String identifier) Returns an extension point given its identifiergetExtensionPoints
(Scope[] scopes) Returns known extension points.getExtensions
(String extensionPointID) Returns known extensions for a given extension pointMethods inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
addValue, checkNotLocallyDefined, createQueryBuilder, generateIRI, generateNatureSPARQLSelectPart, generateNatureSPARQLWherePart, generateResourceWithCustomConstructor, getCodaLexModeForSearchFromLexicalizationModel, getDeleteGraph, getGraphFromNature, getInitializedCodaCore, getManagedConnection, getMetadataGraph, getOptionalProject, getPlatformTransactionManager, getProject, getRepository, getRoleFromNature, getUserNamedGraphs, getWorkingGraph, instantiateSearchStrategy, instantiateSearchStrategy, parseReference, publishResourceDeleted, publishResourceDeleted, removeReifiedValue, retrieveResources, shutDownCodaCore, updateTriplePredicate
-
Constructor Details
-
Extensions
public Extensions()
-
-
Method Details
-
getExtensionPoints
@STServiceOperation public Collection<ExtensionPoint> getExtensionPoints(@Optional(defaultValue="") Scope[] scopes) Returns known extension points.- Parameters:
scopes
- if not empty, indicates the scopes we are interested in. Otherwise, every scope is considered.- Returns:
-
getExtensionPoint
Returns an extension point given its identifier- Parameters:
identifier
-- Returns:
-
getExtensions
Returns known extensions for a given extension point- Parameters:
extensionPointID
-- Returns:
-