A B C D E G H I L M N O P R S T U V _ 

A

AbstractGenericInputSource<O> - Class in org.apache.stanbol.ontologymanager.servicesapi.io
The abstract implementation of the OntologyInputSource interface which is inherited by all concrete implementations.
AbstractGenericInputSource() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
AbstractOntologyReferenceSource - Class in org.apache.stanbol.ontologymanager.servicesapi.io
Input sources that do not deliver an ontology object, but only a means for consumers to obtain one if they wish, should subclass this one.
AbstractOntologyReferenceSource(Origin<?>) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractOntologyReferenceSource
 
addAlias(OWLOntologyID, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
addOntology(OntologyInputSource<?>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Adds the given ontology to the ontology collector.
addOntologyCollectorListener(OntologyCollectorListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
Registers a new OntologyCollectorListener with this object.
addScopeEventListener(ScopeEventListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
Registers a listener to scope-related events fired by this object.
addScopeRegistrationListener(ScopeEventListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
addSessionListener(SessionListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
Adds the given SessionListener to the pool of registered listeners.
APPENDED_TO - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isAppendedTo.
APPENDED_TO_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isAppendedTo (in UriRef form).
attachScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Instructs the session to reference the supplied ontology scope.

B

beforeOntologyRequested(OntologyProvider<?>, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
 
beforeOntologyRequested(OntologyProvider<?>, String) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
 
beforeOntologyStored(OntologyProvider<?>, Object) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
 
beforeOntologyStored(OntologyProvider<?>, Object) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
 
bindPhysicalOrigin(Origin<?>) - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
This method is used to remind developers to bind a physical reference to the OntologyInputSource if intending to do so.
bindRootOntology(O) - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
This method is used to remind developers to bind a root ontology to the OntologyInputSource if intending to do so.

C

clearDependencies(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Liberates the selected ontology from all its bindings with other ontologies, excluding ontology collectors.
clearOntologyCollectorListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
Unregisters every OntologyCollectorListener from this object.
clearScopeEventListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
Unregisters all the scope event listeners registered with this object.
clearScopeRegistrationListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
clearScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Removes all references to ontology scopes, thus leaving the session data as standalone.
clearSessionListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
Clears the pool of registered session listeners.
close() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Closes this Session irreversibly.
collector - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
The affected ontology collector.
CONFIG_ONTOLOGY_PATH - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
The key used to configure the path of the ontology network configuration.
CONNECTIVITY_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
The key used to configure the connectivity policy.
CONNECTIVITY_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
The key used to configure the connectivity policy.
containsScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
 
CoreOntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In addition, the distinction between core and custom spaces will disappear at the operational level. Please switch to OntologySpace as soon as possible.
create(IRI) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
Creates a new Origin for a resource that can be retrieved by dereferencing the given IRI as an URL.
create(OWLOntologyID) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
Creates a new Origin for a resource whose public key is known.
create(UriRef) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
Creates a new Origin for a resource that can be retrieved by querying a Clerezza store for a graph with the given name.
createBlankOntologyEntry(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
createCoreOntologySpace(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
Creates and sets up a default core ontology space.
createCustomOntologySpace(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
Creates and sets up a default custom ontology space.
createOntologyScope(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScopeFactory
 
createOntologyScope(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeFactory
Creates and returns a new ontology scope with the core space ontologies obtained from coreSource and the custom space not set.
createOntologySpace(String, OntologySpace.SpaceType, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
Creates an ontology space of the specified type.
createSession() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Generates and registers a new session and assigns a unique session ID generated internally.
createSession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Generates and registers a new session and tries to assign it the supplied session ID.
createSessionID() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
Generates a new context-free session ID.
createSessionID(Set<String>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
Generates a new session ID that is different from any IRI in the exclude set.
CustomOntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In addition, the distinction between core and custom spaces will disappear at the operational level. Please switch to OntologySpace as soon as possible.

D

decode(String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
Extracts an OWL Ontology ID from its standard string form.
DEFAULT_NS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
The key used to configure the base namespace of the ontology network.
DEPENDS_ON - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property dependsOn.
DEPENDS_ON_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property dependsOn (in UriRef form).
deregisterScope(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
Removes an ontology scope from this registry, thus deactivating the scope and all of its associated spaces.
destroySession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Deletes the session identified by the supplied sessionID and releases its resources.
detachScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Instructs the session to no longer reference the supplied ontology scope.
dupe - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
The duplicate identifier
DuplicateIDException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
DuplicateIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
Deprecated.
Creates a new instance of DuplicateIDException.
DuplicateIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
Deprecated.
Creates a new instance of DuplicateIDException.
DuplicateIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
Deprecated.
Creates a new instance of DuplicateIDException.
DuplicateIDException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
Indicates an attempt to illegally create a resource by assigning it an IRI that already identifies another known resource.
DuplicateIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
Creates a new instance of DuplicateIDException.
DuplicateIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
Creates a new instance of DuplicateIDException.
DuplicateIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
Creates a new instance of DuplicateIDException.
DuplicateSessionIDException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
DuplicateSessionIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
Deprecated.
 
DuplicateSessionIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
Deprecated.
 
DuplicateSessionIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
Deprecated.
 
DuplicateSessionIDException - Exception in org.apache.stanbol.ontologymanager.servicesapi.session
Thrown when attempting to create a Session by forcing a session ID that is already registered, even if it used to be associated to a session that has been destroyed.
DuplicateSessionIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
 
DuplicateSessionIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
 
DuplicateSessionIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
 

E

encode(OWLOntologyID) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
Provides a standardized string format for an OWL Ontology ID.
ENTRY - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Entry.
ENTRY_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Entry (in UriRef form).
equals(Object) - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
equals(Object) - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
 
export(Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
Returns an ontological form of this object of the specified return type, if supported.
export(Class<O>, boolean, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
Returns an ontological form of this object of the specified return type, if supported.

G

getActiveScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
 
getActiveSessionLimit() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Gets the number of sessions that can be simultaneously active and managed by this session manager.
getAttachedScopes(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getAttachedScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Gets the identifiers of the scopes currently attached to this session.
getBaseIRI() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
Returns the base IRI for all generated IDs to start with.
getCollectorHandles() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
 
getConnectivityPolicy() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
Returns the connectivity policy adopted by this object when exported to an OWL artifact.
getCoreOntologies(OWLOntology, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
Returns all the IRIs to be loaded in the core space of the scope
getCoreOntologyKeysForScope(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getCoreSpace() - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScope
Deprecated.
 
getCoreSpace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
Returns the core ontology space for this ontology scope.
getCustomOntologies(OWLOntology, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
Returns all the resources to be part of the Custom space
getCustomOntologyKeysForScope(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getCustomSpace() - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScope
Deprecated.
 
getCustomSpace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
Returns the custom ontology space for this ontology scope.
getDefaultNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
Returns the namespace that should prefix the ID of this resource and all the resources managed thereby.
getDefaultOntologyNetworkNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
Returns the namespace that will be used as the prefix for all named artifacts when exported to RDF/OWL, unless overridden manually (e.g. by calling the RESTful API on another base IRI).
getDependencies(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Returns all the ontologies that the supplied ontology depends on, if any.
getDependents(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Returns all the ontologies that depend on the supplied ontology, if any.
getDependingOntologies() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
 
getDuplicateID() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
Returns the IRI that identifies the existing resource.
getHandles(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Not just the IDs because spaces and sessions can share identifiers.
getID() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
Returns a string (assumed to be unique in the system) that identifies this resource.
getImportManagementPolicy() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Gets the policy adopted by this provider whenever an import statement is found in an ontology that has already been loaded (e.g. when exporting it).
getIRISuffix() - Method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
Returns the preferred string to be attached to an ontology scope IRI (assuming it ends with a hash or slash character) in order to reference the included ontology space.
getKey(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
public keys are now of type OWLOntologyID and should match ontologyIri, or derivative versioned IDs, whenever possible.
getKey(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
public keys are now of type OWLOntologyID and should match ontologyId. To obtain alternate public keys (aliases) or versioned public keys, see OntologyProvider.listAliases(OWLOntologyID) and OntologyProvider.listVersions(IRI) respectively.
getManagedOntologies(Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Deprecated.
Please simulate this method manually by iterating OntologyCollector.getOntology(OWLOntologyID, Class) calls over OntologyCollector.listManagedOntologies()
getMetaGraph(Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns the graph that stores all the information on stored ontologies.
getNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
Deprecated.
getOfflineConfiguration() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
Returns the offline configuration set for this ontology network manager, if any.
getOntologies() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.SetInputSource
Returns the ontologies in this input source
getOntology(IRI, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
getOntology(IRI, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
getOntology(IRI, Class<O>, boolean, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
getOntology(IRI, Class<O>, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
getOntology(OWLOntologyID, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Returns the managed ontology with the specified public key as a Java object of the specified type, if supported.
getOntology(OWLOntologyID, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Returns the managed ontology with the specified public key as a Java object of the specified type, if supported.
getOntology(OWLOntologyID, Class<O>, boolean, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Returns the managed ontology with the specified public key as a Java object of the specified type, if supported.
getOntology(OWLOntologyID, Class<O>, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Returns the managed ontology with the specified public key as a Java object of the specified type, if supported.
getOntologyCollector() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
Returns the ontology space that threw the exception (presumably after a failed modification attempt).
getOntologyCollectorListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
Returns the list of OntologyCollectorListeners registered with this object.
getOntologyId() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
Returns the unique identifier of the ontology whose removal was denied.
getOntologyId(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.ontonet.api.collector.MissingOntologyException
Deprecated.
Returns the unique identifier of the ontology whose removal was denied.
getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.MissingOntologyException
Returns the unique identifier of the ontology whose removal was denied.
getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.RuntimeOntologyException
 
getOntologyKeysForSession(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getOntologyNetworkConfiguration() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
getOntologyNetworkConfigurationPath() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
Implementations should be able to create a File object from this path.
getOntologyNetworkDescriptor() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
XXX This method is temporary until Multiplexer becomes an OSGi component.
getOntologyNetworkNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
Deprecated.
getOntologySourceLocations() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
Returns the paths of all the directories where the ontology network manager will try to locate ontologies.
getOntologySpaceFactory() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
 
getOperationType() - Method in class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
 
getOrigin() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
getOrigin() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
Returns a reference object that can be used for obtaining the supplied ontology.
getPreferredFormats() - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
 
getPreferredSupportedFormats(Collection<String>) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
 
getPublicKey(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
An utility method that computes the public key of an ontology given a canonical string form.
getPublicKey(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
public keys are now of type OWLOntologyID and should match ontologyId. To obtain alternate public keys (aliases) or versioned public keys, see OntologyProvider.listAliases(OWLOntologyID) and OntologyProvider.listVersions(IRI) respectively.
getPublicKeys() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Returns the public keys of all the stored ontologies it is aware of.
getPublicKeys() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
getReference() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
Returns the actual reference object that was wrapped by this Origin.
getRegisteredScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
Returns the set of registered ontology scopes.
getRegisteredSessionIDs() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Returns the set of strings that identify registered sessions, whatever their state.
getRootOntology() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
getRootOntology() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
Returns the OWL Ontology that imports the whole ontology network addressed by this input source.
getScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
Returns the unique ontology scope identified by the given ID.
getScopeEventListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
Gets all the scope event listeners registered with this object.
getScopeId() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.scope.NoSuchScopeException
 
getScopeIDs() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getScopeRegistrationListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
getScopeRegistry() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
Deprecated.
This methods now returns the current object, which is also a ScopeRegistry.
getScopes(OWLOntology) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
To get all the instances of Scope in this configuration
getScopes(Set<Scope>) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.ScopeSetRenderer
 
getScopesToActivate(OWLOntology) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
Get the list of scopes to activate on startup
getSession() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.session.SessionEvent
Deprecated.
 
getSession() - Method in class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
Returns the KReS session affected by this event.
getSession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Retrieves the unique session identified by sessionID.
getSessionIDs() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
getSessionLimit() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
 
getSessionListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
Returns all the registered session listeners.
getSessionState() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Returns the current state of this KReS session.
getSize(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Returns the size in triples of the ontology with the supplied public key.
getStatus(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
getStore() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns the storage system used by this ontology provider (e.g. a TcProvider or an OWLOntologyManager).
getStoredOntology(IRI, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated. 
getStoredOntology(IRI, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated. 
getStoredOntology(OWLOntologyID, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
getStoredOntology(OWLOntologyID, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
getStoredOntology(String, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated. 
getStoredOntology(String, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated. 
getSupportedOntologyTypes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSourceHandler
Gets the the types representing ontologies and RDF graphs that this object is able to manage.
getSupportedReturnTypes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns an array containing the most specific types for ontology objects that this provider can manage and return on a call to OntologyProvider.getStoredOntology(String, Class).
GRAPH - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Graph.
GRAPH_PREFIX - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
The key used to configure the prefix to be used for addressing ontologies stored by this provider.
GRAPH_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Graph (in UriRef form).

H

HAS_APPENDED - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasAppended.
HAS_APPENDED_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasAppended (in UriRef form).
HAS_DEPENDENT - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasDependent.
HAS_DEPENDENT_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasDependent (in UriRef form).
HAS_ONTOLOGY_IRI - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasOntologyIRI.
HAS_ONTOLOGY_IRI_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasOntologyIRI (in UriRef form).
HAS_SPACE_CORE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedBy.
HAS_SPACE_CORE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasCoreSpace (in UriRef form).
HAS_SPACE_CUSTOM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedBy.
HAS_SPACE_CUSTOM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasCustomSpace (in UriRef form).
HAS_STATUS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasStatus (in UriRef form).
HAS_STATUS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property hasStatus.
HAS_VERSION_IRI - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasVersionIRI.
HAS_VERSION_IRI_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasVersionIRI (in UriRef form).
hasOntology(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Deprecated.
the usage of IRI to identify ontologies is reductive. Please create a new OWLOntologyID.OWLOntologyID(IRI) from this IRI and use OntologyCollector.hasOntology(OWLOntologyID) with this new public key as a parameter.
hasOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Determines if the ontology identified by the supplied public key is being managed by this collector.
hasOntology(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated. 
hasOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
the notion of "having an ontology" has become ambiguous. Please use OntologyProvider.getStatus(OWLOntologyID) and verify its value.
hasOrigin() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
hasOrigin() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
Determines if a physical reference is known for this ontology source.
hasRootOntology() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
hasRootOntology() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
Determines if a root ontology that imports the entire network is available.

I

ID - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
The key used to configure the base namespace of the ontology network.
ID_SCOPE_REGISTRY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
The key used to configure the simple identifier of the scope registry (which should also be concatenated with the base namespace to obtain the registry's HTTP endpoint URI).
IMPORT_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
The key used to configure the import management policy.
ImportManagementPolicy - Enum in org.apache.stanbol.ontologymanager.ontonet.api.collector
The policies that determine how OntoNet should handle OWL import statements and/or the imported ontologies (i.e. import targets) when performing operations such as load/export of ontologies, and rewriting of import statements.
ImportManagementPolicy - Enum in org.apache.stanbol.ontologymanager.servicesapi.collector
The policies that determine how OntoNet should handle OWL import statements and/or the imported ontologies (i.e. import targets) when performing operations such as load/export of ontologies, and rewriting of import statements.
IrremovableOntologyException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
IrremovableOntologyException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.IrremovableOntologyException
Deprecated.
 
IrremovableOntologyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
Thrown whenever an illegal attempt at removing an ontology from an ontology space is detected.
IrremovableOntologyException(OntologyCollector, IRI) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
Constructs a new instance of IrremovableOntologyException.
IS_MANAGED_BY - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedBy.
IS_MANAGED_BY_CORE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedByCore.
IS_MANAGED_BY_CORE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedByCore (in UriRef form).
IS_MANAGED_BY_CUSTOM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedByCustom.
IS_MANAGED_BY_CUSTOM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedByCustom (in UriRef form).
IS_MANAGED_BY_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isManagedBy (in UriRef form).
IS_SPACE_CORE_OF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isCoreSpaceOf.
IS_SPACE_CORE_OF_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isCoreSpaceOf (in UriRef form).
IS_SPACE_CUSTOM_OF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isCustomSpaceOf.
IS_SPACE_CUSTOM_OF_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property isCustomSpaceOf (in UriRef form).
isActive() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Equivalent to getState() == State.ACTIVE.
isLocked() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.Lockable
Determines if it is no longer possible to modify this resource until it is torn down.
isScopeActive(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
 

L

listAliases(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns all the alternate public keys of the ontology identified by the supplied public key.
listAllRegisteredEntries() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
listManagedOntologies() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Gets the public key set of all the ontologies managed by this ontology collector.
listOrphans() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
 
listPrimaryKeys() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns the public keys of all the ontologies stored by this provider.
listVersions(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Returns all the public keys of the ontologies whose ontology IRI matches the one supplied,a nd which differ by version IRI.
loadInStore(InputStream, String, boolean, Origin<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Retrieves an ontology by reading its content from a data stream and stores it using the storage system attached to this provider.
loadInStore(IRI, String, boolean, Origin<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Retrieves an ontology physically located at location (unless mapped otherwise by the offline configuration) and stores it using the storage system attached to this provider.
loadInStore(Object, boolean, Origin<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Stores an ontology that has already been loaded into an object.
Lockable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
Lockable - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
An object that supports locking mechanisms, thus allowing/preventing modifications of the resources contained therein.

M

MANAGES - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property manages.
MANAGES_IN_CORE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property managesInCore.
MANAGES_IN_CORE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property managesInCore (in UriRef form).
MANAGES_IN_CUSTOM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property managesInCustom.
MANAGES_IN_CUSTOM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property managesInCustom (in UriRef form).
MANAGES_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property manages (in UriRef form).
MAPS_TO_GRAPH - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property mapsToGraph.
MAPS_TO_GRAPH_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL object property mapsToGraph (in UriRef form).
MAX_ACTIVE_SESSIONS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
The key used to configure the base namespace of the ontology network.
META_GRAPH_ID - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
The key used to configure the identifier of the meta-level graph
MissingOntologyException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
MissingOntologyException(OntologyCollector, OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.MissingOntologyException
Deprecated.
 
MissingOntologyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
Thrown whenever an attempt to modify an ontology within an ontology collector that does not contain it is detected.
MissingOntologyException(OntologyCollector, OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.MissingOntologyException
 
Multiplexer - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
The object that "knows" the relationships between stored graphs and their usage in ontology spaces or sessions.

N

NamedArtifact - Interface in org.apache.stanbol.ontologymanager.ontonet.api
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to NamedArtifact as soon as possible.
NamedArtifact - Interface in org.apache.stanbol.ontologymanager.servicesapi
Denotes any API artifact that has an identifier.
NonReferenceableSessionException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
NonReferenceableSessionException() - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.NonReferenceableSessionException
Deprecated.
 
NonReferenceableSessionException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.NonReferenceableSessionException
Deprecated.
 
NonReferenceableSessionException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.NonReferenceableSessionException
Deprecated.
 
NonReferenceableSessionException - Exception in org.apache.stanbol.ontologymanager.servicesapi.session
Thrown whenever an attempt to access a session that is bound for removal is detected.
NonReferenceableSessionException() - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.NonReferenceableSessionException
 
NonReferenceableSessionException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.NonReferenceableSessionException
 
NonReferenceableSessionException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.NonReferenceableSessionException
 
NoSuchScopeException - Exception in org.apache.stanbol.ontologymanager.servicesapi.scope
Thrown whenever an operation on a scope that has not been registered is thrown.
NoSuchScopeException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.scope.NoSuchScopeException
 
NS_ODP - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyConstants
Deprecated.
 
NS_ONM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyConstants
Deprecated.
 
NS_STANBOL - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyConstants
Deprecated.
 

O

OfflineConfiguration - Interface in org.apache.stanbol.ontologymanager.ontonet.api
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to OfflineConfiguration as soon as possible.
OfflineConfiguration - Interface in org.apache.stanbol.ontologymanager.servicesapi
Provides the configuration needed by the ontology manager in order to locate offline ontologies and export them to the Web.
ONManager - Interface in org.apache.stanbol.ontologymanager.ontonet.api
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to ScopeManager as soon as possible.
onOntologyAdded(OntologyCollector, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListener
Fired after an ontology was successfully added to an ontology collector.
onOntologyRemoved(OntologyCollector, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListener
Fired after an ontology was successfully removed from an ontology collector.
onOntologyRequested(OntologyProvider<?>, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
 
onOntologyRequested(OntologyProvider<?>, String) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
 
onOntologyStored(OntologyProvider<?>, Object) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
 
onOntologyStored(OntologyProvider<?>, Object) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
 
ONTOLOGY_PATHS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
The key used to configure the paths of local ontologies.
OntologyCollector - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
OntologyCollector - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
It is not literally an ontology collection, in that it only collects references to ontologies, not the ontologies themselves.
OntologyCollectorListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
OntologyCollectorListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
Informs listeners about changes in an ontology collector.
OntologyCollectorListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
OntologyCollectorListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
Objects that react to the addition or removal of ontologies to or from an ontology collector will implement this interface.
OntologyCollectorModificationException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
OntologyCollectorModificationException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.OntologyCollectorModificationException
Deprecated.
 
OntologyCollectorModificationException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.OntologyCollectorModificationException
Deprecated.
 
OntologyCollectorModificationException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
Thrown whenever an illegal operation that modifies an ontology collector is detected and denied.
OntologyCollectorModificationException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
Creates a new instance of OntologySpaceModificationException.
OntologyCollectorModificationException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
Creates a new instance of OntologySpaceModificationException.
OntologyConstants - Class in org.apache.stanbol.ontologymanager.servicesapi.util
Deprecated.
OntologyConstants() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyConstants
Deprecated.
 
OntologyHandleException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
OntologyHandleException(Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
Deprecated.
 
OntologyHandleException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
Deprecated.
 
OntologyHandleException(String, Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
Deprecated.
 
OntologyHandleException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
Thrown whenever an operation that tries to change an ontology is denied due to active handles on that ontolgoies that forbid changes.
OntologyHandleException(Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
 
OntologyHandleException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
 
OntologyHandleException(String, Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
 
ontologyId - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
 
OntologyInputSource<O> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to OntologyInputSource as soon as possible.
OntologyInputSource<O> - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
An ontology input source provides a point for loading an ontology.
OntologyInputSourceHandler - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
Deprecated.
OntologyInputSourceHandler - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
An object that can manipulate OntologyInputSource objects;
OntologyLoadingException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
OntologyLoadingException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyLoadingException
Deprecated.
 
OntologyLoadingException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyLoadingException
Deprecated.
Creates a new instance of OntologyLoadingException.
OntologyLoadingException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
A runtime exception denoting that trying to load an ontology into the Ontology Manager has caused an undesired status.
OntologyLoadingException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyLoadingException
Creates a new instance of OntologyLoadingException.
OntologyLoadingException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyLoadingException
Creates a new instance of OntologyLoadingException.
OntologyNetworkConfiguration - Class in org.apache.stanbol.ontologymanager.ontonet.api
Deprecated.
as it is only for use by component activators, it will probably be confined to a private package.
OntologyNetworkConfiguration(Map<String, Collection<OWLOntologyID>>, Map<String, Collection<OWLOntologyID>>, Map<String, Collection<OWLOntologyID>>, Map<String, Collection<String>>) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
Deprecated.
 
OntologyNetworkConfigurationUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
This is the helper class for parsing the ONM configuration ontology.
OntologyNetworkConfigurationUtils() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
 
OntologyNetworkMultiplexer - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to Multiplexer as soon as possible.
OntologyNotFoundException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
Thrown whenever a request for an ontology with the supplied public key is not found.
OntologyNotFoundException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyNotFoundException
 
OntologyProvider<S> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
OntologyProvider<S> - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
A system responsible for maintaining stored ontologies.
OntologyProvider.Status - Enum in org.apache.stanbol.ontologymanager.servicesapi.ontology
The status of a stored ontology entry in the OntologyProvider.
OntologyProviderListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
 
OntologyProviderListener.Stub - Class in org.apache.stanbol.ontologymanager.servicesapi.ontology
A utility implementation of OntologyProviderListener that does nothing.
OntologyProviderListener.Stub() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
 
OntologyScope - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
OntologyScopeFactory - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
 
OntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
OntologySpace - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
An ontology space identifies the set of OWL ontologies that should be "active" in a given context, e.g. for a certain user session or a specific reasoning service.
OntologySpace.SpaceType - Enum in org.apache.stanbol.ontologymanager.servicesapi.scope
The possible types of ontology spaces managed by OntoNet.
OntologySpaceFactory - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
An ontology space factory is responsible for the creation of new, readily specialized ontology spaces from supplied ontology input sources.
OntologyUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
 
OntologyUtils() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
 
open() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Sets this session as active
org.apache.stanbol.ontologymanager.ontonet.api - package org.apache.stanbol.ontologymanager.ontonet.api
 
org.apache.stanbol.ontologymanager.ontonet.api.collector - package org.apache.stanbol.ontologymanager.ontonet.api.collector
 
org.apache.stanbol.ontologymanager.ontonet.api.io - package org.apache.stanbol.ontologymanager.ontonet.api.io
 
org.apache.stanbol.ontologymanager.ontonet.api.ontology - package org.apache.stanbol.ontologymanager.ontonet.api.ontology
 
org.apache.stanbol.ontologymanager.ontonet.api.scope - package org.apache.stanbol.ontologymanager.ontonet.api.scope
 
org.apache.stanbol.ontologymanager.ontonet.api.session - package org.apache.stanbol.ontologymanager.ontonet.api.session
 
org.apache.stanbol.ontologymanager.servicesapi - package org.apache.stanbol.ontologymanager.servicesapi
 
org.apache.stanbol.ontologymanager.servicesapi.collector - package org.apache.stanbol.ontologymanager.servicesapi.collector
 
org.apache.stanbol.ontologymanager.servicesapi.io - package org.apache.stanbol.ontologymanager.servicesapi.io
 
org.apache.stanbol.ontologymanager.servicesapi.ontology - package org.apache.stanbol.ontologymanager.servicesapi.ontology
 
org.apache.stanbol.ontologymanager.servicesapi.scope - package org.apache.stanbol.ontologymanager.servicesapi.scope
 
org.apache.stanbol.ontologymanager.servicesapi.session - package org.apache.stanbol.ontologymanager.servicesapi.session
 
org.apache.stanbol.ontologymanager.servicesapi.util - package org.apache.stanbol.ontologymanager.servicesapi.util
 
Origin<R> - Class in org.apache.stanbol.ontologymanager.ontonet.api.io
Deprecated.
Origin(R) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.io.Origin
Deprecated.
 
origin - Variable in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
Where the ontology object was retrieved from.
Origin<R> - Class in org.apache.stanbol.ontologymanager.servicesapi.io
A wrapper class for whatever can be used for physically referencing a resource (typically an ontology).
Origin(R) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
Creates a new instance of Origin.
OrphanOntologyKeyException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
OrphanOntologyKeyException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OrphanOntologyKeyException
Deprecated.
Creates a new instance of OrphanOntologyKeyException with the supplied orphan key.
OrphanOntologyKeyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
Thrown when no match is found between a public key of an ontology that was supposed to be stored and the stored graphs.
OrphanOntologyKeyException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OrphanOntologyKeyException
Creates a new instance of OrphanOntologyKeyException with the supplied orphan key.
OWLExportable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
Deprecated.
OWLExportable - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
An object that can be represented as an ontology instance.
OWLExportable.ConnectivityPolicy - Enum in org.apache.stanbol.ontologymanager.servicesapi.ontology
The policy that determines how an OWL exportable objects should represent other referenced objects.

P

PRIMARY_ENTRY - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class PrimaryEntry.
PRIMARY_ENTRY_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class PrimaryEntry (in UriRef form).
publicKey - Variable in exception org.apache.stanbol.ontologymanager.ontonet.api.collector.MissingOntologyException
Deprecated.
 
publicKey - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.MissingOntologyException
 
publicKey - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.RuntimeOntologyException
 

R

registerScope(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
Equivalent to registerScope(scope, false).
registerScope(Scope, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
Adds an ontology scope to this registry, thus activating the scope if activate is set and (at a bare minumum) its core space.
removeDependency(OWLOntologyID, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
Removes any claim that stored ontology dependent has a dependency on stored ontology dependency.
removeOntology(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Deprecated.
the usage of IRI to identify ontologies is reductive. Please create a new OWLOntologyID.OWLOntologyID(IRI) from this IRI and use OntologyCollector.removeOntology(OWLOntologyID) with this new public key as a parameter.
removeOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Removes the given ontology from the ontology collector, if it was being managed.
removeOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Removes the ontology identified by the supplied public key.
removeOntologyCollectorListener(OntologyCollectorListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
Unregisters OntologyCollectorListener from this object.
removeScopeEventListener(ScopeEventListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
Unregisters a listener to scope-related events fired by this object.
removeScopeRegistrationListener(ScopeEventListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
removeSessionListener(SessionListener) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
Removes the given SessionListener from the pool of active listeners.
RESOLVE_IMPORTS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
The key used to configure the default import resolution policy for this provider.
RETRIEVED_FROM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property retrievedFrom.
RETRIEVED_FROM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property retrievedFrom (in UriRef form).
rootOntology - Variable in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
RuntimeOntologyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
Exceptions regarding an ontology whose public key is known should extend this class.
RuntimeOntologyException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.RuntimeOntologyException
 
RuntimeOntologyException(OWLOntologyID, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.RuntimeOntologyException
 

S

Scope - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
Represents an ontology network that is used for modelling a given knowledge component or domain, e.g.
SCOPE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Scope.
SCOPE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Scope (in UriRef form).
scopeActivated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
Called after an ontology scope, assuming it is already registered somewhere, is activated.
scopeAppended(Session, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
Called whenever a scope is appended to a session.
scopeCreated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
Called after a new ontology scope has been created.
scopeDeactivated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
Called after an ontology scope, assuming it is already registered somewhere, is deactivated.
scopeDetached(Session, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
Called whenever a scope is detached from a session.
ScopeEventListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
ScopeEventListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
Implementations of this interface are able to fire events related to the modification of an ontology scope, not necessarily including its ontologies.
ScopeEventListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
ScopeEventListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
Objects that want to listen to the registration of ontology scopes should implement this interface and add themselves as listener to a scope registry.
ScopeFactory - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
 
ScopeManager - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
A Scope Manager holds all references and tools for creating, modifying and deleting the logical realms that store Web Ontologies, as well as offer facilities for handling the ontologies contained therein.
scopeRegistered(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
Called after an ontology scope is added to the scope registry.
ScopeRegistry - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
Deprecated.
ScopeRegistry - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
A registry that keeps track of the active ontology scopes in a running KReS instance.
ScopeSetRenderer - Class in org.apache.stanbol.ontologymanager.servicesapi.util
Just an attempt.
ScopeSetRenderer() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.util.ScopeSetRenderer
 
scopeUnregistered(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
Called after an ontology scope is removed from the scope registry.
Session - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to Session as soon as possible.
Session - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
An ontology collector that can be used by client applications to store volatile data, e.g. for the duration of a service call.
SESSION - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Session.
Session.State - Enum in org.apache.stanbol.ontologymanager.servicesapi.session
The states a session can be in: ACTIVE (for running sessions), HALTED (for inactive sessions that may later be activated, e.g. when a user logs in), ZOMBIE (inactive and bound for destruction, no longer referenceable).
SESSION_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Session (in UriRef form).
sessionChanged(SessionEvent) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
Called whenever an event affecting a session is fired.
SessionEvent - Class in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
SessionEvent(Session, SessionEvent.OperationType) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.session.SessionEvent
Deprecated.
 
SessionEvent - Class in org.apache.stanbol.ontologymanager.servicesapi.session
An event that encompasses a change in the state of a KReS session.
SessionEvent(Session, SessionEvent.OperationType) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
Creates a new instance of SessionEvent.
SessionEvent.OperationType - Enum in org.apache.stanbol.ontologymanager.servicesapi.session
 
SessionIDGenerator - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
SessionIDGenerator - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
Implementations of this interface provide algorithms for generating valid identifiers for KReS sessions.
SessionLimitException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
SessionLimitException(int) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
Deprecated.
 
SessionLimitException(int, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
Deprecated.
 
SessionLimitException(int, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
Deprecated.
 
SessionLimitException - Exception in org.apache.stanbol.ontologymanager.servicesapi.session
Thrown whenever there is an attempt to exceed the maximum allowed number of active sessions.
SessionLimitException(int) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
 
SessionLimitException(int, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
 
SessionLimitException(int, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
 
SessionListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to SessionListenable as soon as possible.
SessionListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
An object that can fire or propagate changes in Session objects.
SessionListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to SessionListener as soon as possible.
SessionListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
Objects that want to listen to events affecting sessions should implement this interface and add themselves as listener to a manager.
SessionManager - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to SessionManager as soon as possible.
SessionManager - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
Manages session objects via CRUD-like operations.
setActive(boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
Sets the session as ACTIVE if active is true, INACTIVE otherwise.
setActiveSessionLimit(int) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Sets the maximum allowed number of active sessions managed by this manager simultaneously.
setBaseIRI(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
Sets the base IRI for all generated IDs to start with.
setConnectivityPolicy(OWLExportable.ConnectivityPolicy) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
Sets the connectivity policy that will be adopted by this object when it is exported to an OWL artifact.
setCustomSpace(OntologySpace) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
Sets an ontology space as the custom space for this scope.
setDefaultNamespace(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
Sets the namespace that should prefix the ID of this resource and all the resources managed thereby.
setDependency(OWLOntologyID, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
States that stored ontology dependant has a dependency on stored ontology dependency, e.g. because the former imports the latter.
setImportManagementPolicy(ImportManagementPolicy) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Sets the policy adopted by this provider whenever an import statement is found in an ontology that has already been loaded (e.g. when exporting it).
SetInputSource<O> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
Deprecated.
SetInputSource<O> - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
An input source for multiple ontologies without a root.
setLocatorMapping(IRI, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
this is now done by setting aliases. See OntologyProvider.addAlias(OWLOntologyID, OWLOntologyID).
setLocatorMapping(IRI, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
Deprecated.
this is now done by setting aliases. See OntologyProvider.addAlias(OWLOntologyID, OWLOntologyID).
setNamespace(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
Deprecated.
setOntologyNetworkNamespace(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
Deprecated.
ScopeManager should set its namespace to be the same as OfflineConfiguration.getDefaultOntologyNetworkNamespace() whenever it changes on the object obtained by calling ScopeManager.getOfflineConfiguration().
setScopeActive(String, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
 
setUp() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Bootstraps the ontology space.
setUp() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
Performs the operations required for activating the ontology scope.
shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace
 
shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
 
shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
 
SIZE_IN_AXIOMS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasSizeInAxioms.
SIZE_IN_AXIOMS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasSizeInAxioms (in UriRef form).
SIZE_IN_TRIPLES - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasSizeInTriples.
SIZE_IN_TRIPLES_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL datatype property hasSizeInTriples (in UriRef form).
SPACE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Space.
SPACE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Space (in UriRef form).
STATUS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Status.
STATUS_ACTIVE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL individual Status.ACTIVE.
STATUS_ACTIVE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL individual Status.ACTIVE (in UriRef form).
STATUS_INACTIVE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL individual Status.INACTIVE.
STATUS_INACTIVE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL individual Status.INACTIVE (in UriRef form).
STATUS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The OWL class Status (in UriRef form).
StoredOntologySource - Class in org.apache.stanbol.ontologymanager.ontonet.api.io
Deprecated.
StoredOntologySource(OWLOntologyID) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.io.StoredOntologySource
Deprecated.
 
StoredOntologySource - Class in org.apache.stanbol.ontologymanager.servicesapi.io
An reference source for an ontology already stored by Stanbol with the given public key.
StoredOntologySource(OWLOntologyID) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.StoredOntologySource
Creates a new instance of StoredOntologySource.
storeSession(String, OutputStream) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
Deprecated.
As of now, session contents are always stored. Deprecation will be removed if a new policy is implemented.
StringUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
 
StringUtils() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
 
stripIRITerminator(IRI) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
 
stripIRITerminator(String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
 
stripNamespace(String, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
 

T

tearDown() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
Performs all required operations for disposing of an ontology space and releasing its resources (e.g.
tearDown() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
Performs the operations required for deactivating the ontology scope.
toString() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
 
toString() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
 
toString() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.StoredOntologySource
 

U

UnmodifiableOntologyCollectorException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
Deprecated.
UnmodifiableOntologyCollectorException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.UnmodifiableOntologyCollectorException
Deprecated.
 
UnmodifiableOntologyCollectorException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
Thrown whenever an attempt to modify the ontology network within a read-only ontology collector (e.g. a core or custom space in a bootstrapped system) is detected and denied.
UnmodifiableOntologyCollectorException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.UnmodifiableOntologyCollectorException
Creates a new instance of UnmodifiableOntologySpaceException.

V

valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.ontonet.api.collector.ImportManagementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.collector.ImportManagementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable.ConnectivityPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.Session.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent.OperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.stanbol.ontologymanager.ontonet.api.collector.ImportManagementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.collector.ImportManagementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable.ConnectivityPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.Session.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
Vocabulary - Class in org.apache.stanbol.ontologymanager.ontonet.api
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. Please switch to Vocabulary as soon as possible.
Vocabulary() - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.Vocabulary
Deprecated.
 
Vocabulary - Class in org.apache.stanbol.ontologymanager.servicesapi
An internal representation of the vocabulary that Stanbol uses internally for representing stored ontologies and virtual ontology networks, and restoring them on startup.
Vocabulary() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
 

_

_NS_ONTONET - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
The default namespace for the Stanbol OntoNet metadata vocabulary
_NS_STANBOL_INTERNAL - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
This namespace is used for representing Stanbol resources internally.
A B C D E G H I L M N O P R S T U V _ 

Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.