A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractDO<T extends thewebsemantic.binding.RdfBean<T>> - Class in eu.scape_project.watch.dao
Abstract class to base Data Object classes creation.
AbstractDO() - Constructor for class eu.scape_project.watch.dao.AbstractDO
 
AdaptorJob - Class in eu.scape_project.watch.scheduling
 
AdaptorJob() - Constructor for class eu.scape_project.watch.scheduling.AdaptorJob
 
AdaptorJobInterface - Interface in eu.scape_project.watch.interfaces
AdaptorJob interface is implemented by different Adaptors.
AdaptorLoader - Class in eu.scape_project.watch.utils
Class that enables loading adaptors with their config dynamically.
AdaptorLoader() - Constructor for class eu.scape_project.watch.utils.AdaptorLoader
 
AdaptorPluginInterface - Interface in eu.scape_project.watch.interfaces
An adaptor plugin interface that each adaptor has to implement.
add(PropertyValue) - Method in class eu.scape_project.watch.adaptor.c3po.common.ProfileResult
Adds the value to the result list.
add(List<PropertyValue>) - Method in class eu.scape_project.watch.adaptor.c3po.common.ProfileResult
Adds all values of the passed list to the result list if the list is not null.
addAdaptor(NotificationAdaptorInterface) - Method in class eu.scape_project.watch.notification.NotificationService
Add a new notification adaptor and update index.
adddGroupJobListener(JobListener, String) - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
addDOListener(DOListener<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Add a listeners to data object events.
addMonitor(MonitorInterface) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
addMonitor(MonitorInterface) - Method in class eu.scape_project.watch.utils.ComponentContainer
 
addToTempAdaptorConfigs(File) - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
addTrigger(Trigger) - Method in class eu.scape_project.watch.domain.AsyncRequest
Add a new trigger to the existing list.
addWatchRequest(AsyncRequest) - Method in interface eu.scape_project.watch.interfaces.MonitorInterface
Adds AsyncRequest to the Monitor.
addWatchRequest(AsyncRequest) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
ApiAuthorizationFilterImpl - Class in eu.scape_project.watch.utils
The rules are maintained in simple map with key as path and a boolean value indicating given path is secure or not.
ApiAuthorizationFilterImpl() - Constructor for class eu.scape_project.watch.utils.ApiAuthorizationFilterImpl
 
ApiException - Exception in eu.scape_project.watch.utils.exception
 
ApiException(int, String) - Constructor for exception eu.scape_project.watch.utils.exception.ApiException
 
ApiException(int, Throwable) - Constructor for exception eu.scape_project.watch.utils.exception.ApiException
 
ApiOriginFilter - Class in eu.scape_project.watch.utils
Filter to add HTTP control headers.
ApiOriginFilter() - Constructor for class eu.scape_project.watch.utils.ApiOriginFilter
 
ApiResponse - Class in eu.scape_project.watch.utils
 
ApiResponse() - Constructor for class eu.scape_project.watch.utils.ApiResponse
 
ApiResponse(int, String) - Constructor for class eu.scape_project.watch.utils.ApiResponse
 
ApplicationStartupListener - Class in eu.scape_project.watch.listener
An application startup listener, that is invoked by the container on application launch.
ApplicationStartupListener() - Constructor for class eu.scape_project.watch.listener.ApplicationStartupListener
 
ASYNC_REQUEST - Static variable in class eu.scape_project.watch.utils.KBUtils
A asynchronous request constant.
AsyncRequest - Class in eu.scape_project.watch.domain
An Asynchronous Request, that will be kept in the KBUtils in order to be monitored an acted upon.
AsyncRequest() - Constructor for class eu.scape_project.watch.domain.AsyncRequest
Create a new empty request with a generated Id.
AsyncRequest(List<Trigger>) - Constructor for class eu.scape_project.watch.domain.AsyncRequest
Create a new request with a generated Id.
AsyncRequestDAO - Class in eu.scape_project.watch.dao
AsyncRequest data access object.
AsyncRequestResource - Class in eu.scape_project.watch.rest.resource
REST API for AsyncRequest operations.
AsyncRequestResource() - Constructor for class eu.scape_project.watch.rest.resource.AsyncRequestResource
 
AsyncRequestResourceJSON - Class in eu.scape_project.watch.rest.resource
AsyncRequestResource with JSON output.
AsyncRequestResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.AsyncRequestResourceJSON
 
AsyncRequestResourceXML - Class in eu.scape_project.watch.rest.resource
AsyncRequestResource with XML output.
AsyncRequestResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.AsyncRequestResourceXML
 
authorize(String, String, HttpHeaders, UriInfo) - Method in class eu.scape_project.watch.utils.ApiAuthorizationFilterImpl
Check method authorization.
authorizeResource(String, HttpHeaders, UriInfo) - Method in class eu.scape_project.watch.utils.ApiAuthorizationFilterImpl
 

B

BadRequestException - Exception in eu.scape_project.watch.utils.exception
 
BadRequestException(int, String) - Constructor for exception eu.scape_project.watch.utils.exception.BadRequestException
 

C

C3POAdaptor - Class in eu.scape_project.watch.adaptor.c3po
A watch conforming adaptor for a collection profile source called c3po.
C3POAdaptor() - Constructor for class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
C3POClient - Class in eu.scape_project.watch.adaptor.c3po.client
 
C3POClient(String) - Constructor for class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
C3POClient(String, int) - Constructor for class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
C3POClientInterface - Interface in eu.scape_project.watch.adaptor.c3po.client
A simple client interface to the c3po content profiler tool.
C3POConstants - Class in eu.scape_project.watch.adaptor.c3po.common
 
C3POConstants() - Constructor for class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
C3PODummyClient - Class in eu.scape_project.watch.adaptor.c3po.client
A dummy client that always returns the same job uuid and returns a random collection profile for its only collection named 'Test'.
C3PODummyClient() - Constructor for class eu.scape_project.watch.adaptor.c3po.client.C3PODummyClient
 
C3POProfileReader - Class in eu.scape_project.watch.adaptor.c3po
A content profile parser.
C3POProfileReader(File) - Constructor for class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
A file based constructor for test purposes.
C3POProfileReader(InputStream) - Constructor for class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Creates the reader based on the xml document representation stored in the input stream.
cancelLoader() - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
CentralMonitor - Class in eu.scape_project.watch.monitor
 
CentralMonitor() - Constructor for class eu.scape_project.watch.monitor.CentralMonitor
 
CODE - Static variable in exception eu.scape_project.watch.utils.exception.NotFoundException
HTTP code related to this exception.
COLLECTION_NAME - Static variable in class eu.scape_project.watch.adaptor.c3po.client.C3PODummyClient
A hardcoded collection name.
CollectionProfilerMonitor - Class in eu.scape_project.watch.monitor
 
CollectionProfilerMonitor() - Constructor for class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
CollectionSizeCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
CollectionSizeCommand(Property) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.CollectionSizeCommand
 
Command - Class in eu.scape_project.watch.adaptor.c3po.command
 
Command() - Constructor for class eu.scape_project.watch.adaptor.c3po.command.Command
 
ComponentContainer - Class in eu.scape_project.watch.utils
Container for components
ComponentContainer() - Constructor for class eu.scape_project.watch.utils.ComponentContainer
constructor which does nothing at the moment
ComponentContainer(boolean) - Constructor for class eu.scape_project.watch.utils.ComponentContainer
 
configFileExist(File) - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
ConfigParameter - Class in eu.scape_project.watch.common
Represents a config parameter of a plugin.
ConfigParameter(String, String) - Constructor for class eu.scape_project.watch.common.ConfigParameter
Inits a config parameter.
ConfigParameter(String, String, String) - Constructor for class eu.scape_project.watch.common.ConfigParameter
Inits a config parameter.
ConfigParameter(String, String, boolean) - Constructor for class eu.scape_project.watch.common.ConfigParameter
Inits a config parameter.
ConfigParameter(String, String, String, boolean) - Constructor for class eu.scape_project.watch.common.ConfigParameter
Inits a config parameter.
ConfigUtils - Class in eu.scape_project.watch.utils
A simple configuration utilities class, that loads the configuration files into memory and allows the retrieval of some config parameters.
ConfigUtils() - Constructor for class eu.scape_project.watch.utils.ConfigUtils
The default constructor loads the properties.
contextDestroyed(ServletContextEvent) - Method in class eu.scape_project.watch.listener.ApplicationStartupListener
 
contextInitialized(ServletContextEvent) - Method in class eu.scape_project.watch.listener.ApplicationStartupListener
 
CoreScheduler - Class in eu.scape_project.watch.scheduling
 
CoreScheduler() - Constructor for class eu.scape_project.watch.scheduling.CoreScheduler
 
count(Class<T>, String) - Method in class eu.scape_project.watch.dao.AbstractDO
Count the number of results that a query will produce.
count(String) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Count the results of a query for AsyncRequest.
count(String) - Method in class eu.scape_project.watch.dao.EntityDAO
Count the results of a query for Entity.
count(String) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Count the results of a query for EntityType.
count(String) - Method in class eu.scape_project.watch.dao.PropertyDAO
Count the results of a query for Property.
count(String) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Count the results of a query for PropertyValue.
CP_COLLECTION_IDENTIFIER - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_COLLECTION_SIZE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_DESCRIPTION - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_FORMAT_DISTRIBUTION - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_FORMAT_MODE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_MIMETYPE_DISTRIBUTION - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_MIMETYPE_MODE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_NAME - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_OBJECTS_AVG_SIZE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_OBJECTS_COUNT - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_OBJECTS_MAX_SIZE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_OBJECTS_MIN_SIZE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_OBJECTS_SD_SIZE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_PUID_DISTRIBUTION - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
CP_PUID_MODE - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
createAsyncRequest(AsyncRequest) - Method in class eu.scape_project.watch.rest.resource.AsyncRequestResource
Create a new AsyncRequest.
createAsyncRequest(AsyncRequest) - Method in class eu.scape_project.watch.rest.WatchClient
Create a new async request.
createEntity(String, String) - Method in class eu.scape_project.watch.rest.resource.EntityResource
Create a new Entity.
createEntity(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Create a new Entity.
createEntityType(String, String) - Method in class eu.scape_project.watch.rest.resource.EntityTypeResource
Create a new EntityType.
createEntityType(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Create a new entity type.
createId(String, String) - Static method in class eu.scape_project.watch.domain.Property
Get the property id based on the entity type and property name.
createId(String, String) - Static method in class eu.scape_project.watch.domain.PropertyValue
Create a unique Id based on the related Entity name and related Property name.
createId(String, String) - Static method in class eu.scape_project.watch.domain.SourceAdaptor
Create a unique Id based on the name and version.
createInitialData() - Static method in class eu.scape_project.watch.utils.KBUtils
Creates some initial data.
createProperty(String, String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyResource
Create a new Property.
createProperty(String, String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Create a new Property.
createPropertyValue(String, String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyValueResource
Create a new property value.
createPropertyValue(String, String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Create a new PropertyValue.

D

DATA_STRUCTURE_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A data structure constant.
DATA_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A data type constant.
DataType - Enum in eu.scape_project.watch.domain
Possible data types of Property.
dbConnect(String, boolean) - Static method in class eu.scape_project.watch.utils.KBUtils
 
dbDisconnect() - Static method in class eu.scape_project.watch.utils.KBUtils
 
delete(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Delete object (not cascading) and fire removed event.
delete(T...) - Method in class eu.scape_project.watch.dao.AbstractDO
Delete several objects at the same time, calling AbstractDO.delete(RdfBean) on each.
delete(AsyncRequest) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Cascading delete request, including all triggers, and fire remove event.
delete() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
delete() - Method in class eu.scape_project.watch.domain.Entity
 
delete() - Method in class eu.scape_project.watch.domain.EntityType
 
delete() - Method in class eu.scape_project.watch.domain.Property
 
delete() - Method in class eu.scape_project.watch.domain.PropertyValue
 
deleteEntity(String) - Method in class eu.scape_project.watch.rest.resource.EntityResource
Delete an existing entity.
deleteEntity(String) - Method in class eu.scape_project.watch.rest.WatchClient
Delete an entity.
deleteEntityType(String) - Method in class eu.scape_project.watch.rest.resource.EntityTypeResource
Delete an existing entity type.
deleteEntityType(String) - Method in class eu.scape_project.watch.rest.WatchClient
Delete an existing entity type.
deleteProperty(String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyResource
Delete an existing Property.
deleteProperty(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Delete an existing property.
deletePropertyValue(String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyValueResource
Delete an existing PropertyValue.
deletePropertyValue(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Delete an existing property value.
destroy() - Method in class eu.scape_project.watch.utils.ApiOriginFilter
 
destroy() - Method in class eu.scape_project.watch.utils.ComponentContainer
 
DICTIONARY_ITEM - Static variable in class eu.scape_project.watch.utils.KBUtils
A key-value pair item constant.
DictionaryItem - Class in eu.scape_project.watch.domain
Key-Value pair holder for PropertyValue lists of key-value pairs (i.e.
DictionaryItem() - Constructor for class eu.scape_project.watch.domain.DictionaryItem
Create a new empty dictionary item.
DictionaryItem(String, String) - Constructor for class eu.scape_project.watch.domain.DictionaryItem
Create a new dictionary item.
DistributionCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
DistributionCommand(Property, String) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.DistributionCommand
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class eu.scape_project.watch.utils.ApiOriginFilter
 
DOListener<T extends thewebsemantic.binding.RdfBean<T>> - Interface in eu.scape_project.watch.dao
Handler for Data Object events.

E

ENDPOINT_CNF - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
ENDPOINT_DEFAULT - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
ENDPOINT_DESC - Static variable in class eu.scape_project.watch.adaptor.c3po.common.C3POConstants
 
Entity - Class in eu.scape_project.watch.domain
An entity is a concrete instance of some EntityType.
Entity() - Constructor for class eu.scape_project.watch.domain.Entity
Create a new empty Entity.
Entity(EntityType, String) - Constructor for class eu.scape_project.watch.domain.Entity
Create a new Entity.
ENTITY - Static variable in class eu.scape_project.watch.utils.KBUtils
An entity constant.
ENTITY_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
An entity type constant.
EntityDAO - Class in eu.scape_project.watch.dao
Entity data access object.
EntityResource - Class in eu.scape_project.watch.rest.resource
REST API for Entity operations.
EntityResource() - Constructor for class eu.scape_project.watch.rest.resource.EntityResource
 
EntityResourceJSON - Class in eu.scape_project.watch.rest.resource
EntityResource with JSON output.
EntityResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.EntityResourceJSON
 
EntityResourceXML - Class in eu.scape_project.watch.rest.resource
EntityResource with XML output.
EntityResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.EntityResourceXML
 
EntityType - Class in eu.scape_project.watch.domain
An entity type describes the type of an instance.
EntityType() - Constructor for class eu.scape_project.watch.domain.EntityType
Create a new empty entity type.
EntityType(String, String) - Constructor for class eu.scape_project.watch.domain.EntityType
Create an entity type.
EntityTypeDAO - Class in eu.scape_project.watch.dao
EntityType Data Access Object.
EntityTypeResource - Class in eu.scape_project.watch.rest.resource
REST API for EntityType operations.
EntityTypeResource() - Constructor for class eu.scape_project.watch.rest.resource.EntityTypeResource
 
EntityTypeResourceJSON - Class in eu.scape_project.watch.rest.resource
EntityTypeResource with JSON output.
EntityTypeResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.EntityTypeResourceJSON
 
EntityTypeResourceXML - Class in eu.scape_project.watch.rest.resource
EntityTypeResource with XML output.
EntityTypeResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.EntityTypeResourceXML
 
Entry - Class in eu.scape_project.watch.domain
A key-value pair entry holder.
Entry() - Constructor for class eu.scape_project.watch.domain.Entry
Create a new empty entry.
Entry(String, String) - Constructor for class eu.scape_project.watch.domain.Entry
Create a new entry.
ENTRY - Static variable in class eu.scape_project.watch.utils.KBUtils
A key-value pair entry constant.
entryListToMap(Collection<Entry>) - Static method in class eu.scape_project.watch.utils.ModelUtils
Convert a list of entries to a map.
equals(Object) - Method in class eu.scape_project.watch.domain.AsyncRequest
 
equals(Object) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
equals(Object) - Method in class eu.scape_project.watch.domain.Entity
 
equals(Object) - Method in class eu.scape_project.watch.domain.EntityType
 
equals(Object) - Method in class eu.scape_project.watch.domain.Entry
 
equals(Object) - Method in class eu.scape_project.watch.domain.Measurement
 
equals(Object) - Method in class eu.scape_project.watch.domain.Notification
 
equals(Object) - Method in class eu.scape_project.watch.domain.Plan
 
equals(Object) - Method in class eu.scape_project.watch.domain.Property
 
equals(Object) - Method in class eu.scape_project.watch.domain.PropertyValue
 
equals(Object) - Method in class eu.scape_project.watch.domain.Question
 
equals(Object) - Method in class eu.scape_project.watch.domain.Source
 
equals(Object) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
equals(Object) - Method in class eu.scape_project.watch.domain.Trigger
 
equals(Object) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
ERROR - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
eu.scape_project.watch.adaptor.c3po - package eu.scape_project.watch.adaptor.c3po
 
eu.scape_project.watch.adaptor.c3po.client - package eu.scape_project.watch.adaptor.c3po.client
 
eu.scape_project.watch.adaptor.c3po.command - package eu.scape_project.watch.adaptor.c3po.command
 
eu.scape_project.watch.adaptor.c3po.common - package eu.scape_project.watch.adaptor.c3po.common
 
eu.scape_project.watch.common - package eu.scape_project.watch.common
 
eu.scape_project.watch.dao - package eu.scape_project.watch.dao
 
eu.scape_project.watch.domain - package eu.scape_project.watch.domain
 
eu.scape_project.watch.interfaces - package eu.scape_project.watch.interfaces
 
eu.scape_project.watch.listener - package eu.scape_project.watch.listener
 
eu.scape_project.watch.monitor - package eu.scape_project.watch.monitor
 
eu.scape_project.watch.notification - package eu.scape_project.watch.notification
 
eu.scape_project.watch.plugin - package eu.scape_project.watch.plugin
 
eu.scape_project.watch.rest - package eu.scape_project.watch.rest
 
eu.scape_project.watch.rest.resource - package eu.scape_project.watch.rest.resource
 
eu.scape_project.watch.scheduling - package eu.scape_project.watch.scheduling
 
eu.scape_project.watch.utils - package eu.scape_project.watch.utils
 
eu.scape_project.watch.utils.exception - package eu.scape_project.watch.utils.exception
 
eu.scape_project.watch.utils.exceptions - package eu.scape_project.watch.utils.exceptions
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
execute(Map<Entity, List<Property>>) - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.CollectionSizeCommand
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.Command
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.DistributionCommand
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.ObjectsAvgSizeCommand
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.ObjectsCountCommand
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.ObjectsMaxSizeCommand
 
execute() - Method in class eu.scape_project.watch.adaptor.c3po.command.ObjectsMinSizeCommand
 
execute(Map<Entity, List<Property>>) - Method in interface eu.scape_project.watch.interfaces.AdaptorPluginInterface
Executes this plugin and returns a specific ResultInterface implementation.
execute() - Method in interface eu.scape_project.watch.interfaces.AdaptorPluginInterface
Fetches all information that this adaptor can obtain from the source.
execute(JobExecutionContext) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 

F

findByEntityAndName(String, String) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Find PropertyValue by the related Entity and Property.
findByEntityTypeAndName(String, String) - Method in class eu.scape_project.watch.dao.PropertyDAO
Find a Property by the related EntityType and name.
findById(String, Class<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Find a resource by its Id.
findById(String) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Find AsyncRequest by id.
findById(String) - Method in class eu.scape_project.watch.dao.EntityDAO
Find Entity by id.
findById(String) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Get EntityType by its name.
fireOnRemoved(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Fire an on remove event.
fireOnUpdated(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Fire an on create or update event.

G

getAdaptorClassName() - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Getting the adaptor class name
getAdaptorClassName() - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
getAdaptorFolder() - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
getAdaptorLoader() - Method in class eu.scape_project.watch.utils.ComponentContainer
 
getAdaptors() - Method in class eu.scape_project.watch.notification.NotificationService
 
getAdaptorVersion() - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Getting the Adaptor version of installed adaptor plugin
getAdaptorVersion() - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
getAllMonitors() - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
getAllRequests() - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
getApiEndpoint() - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
getAsyncRequestById(String) - Method in class eu.scape_project.watch.rest.resource.AsyncRequestResource
Get an existing AsyncRequest.
getAsyncRequestUUIDS() - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
getBooleanProperty(String) - Method in class eu.scape_project.watch.utils.ConfigUtils
Returns a boolean value for the specified property key or false if none was found.
getCentralMonitor() - Method in class eu.scape_project.watch.utils.ComponentContainer
 
getClassByTarget(RequestTarget) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Get the class the target refers to.
getClasses() - Method in class eu.scape_project.watch.rest.WatchApplication
 
getClassName() - Method in class eu.scape_project.watch.plugin.PluginInfo
 
getCode() - Method in class eu.scape_project.watch.utils.ApiResponse
 
getCollectionIdentifiers() - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
getCollectionIdentifiers() - Method in interface eu.scape_project.watch.adaptor.c3po.client.C3POClientInterface
Fetches the current content profile identifiers stored in the c3po instance.
getCollectionIdentifiers() - Method in class eu.scape_project.watch.adaptor.c3po.client.C3PODummyClient
 
getCollectionName() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the collection name or identifier of the content profile.
getCollectionSize() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the size of the whole collection.
getCommonMapper() - Static method in class eu.scape_project.watch.rest.resource.JSONContextResolver
Get singleton instance.
getConfiguration() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getCoreScheduler() - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
getCoreScheduler() - Method in class eu.scape_project.watch.utils.ComponentContainer
 
getDatatype() - Method in class eu.scape_project.watch.domain.Property
 
getDefaultPluginManager() - Static method in class eu.scape_project.watch.plugin.PluginManager
Gets the default PluginManager.
getDescription() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getDescription() - Method in class eu.scape_project.watch.common.ConfigParameter
 
getDescription() - Method in class eu.scape_project.watch.domain.EntityType
 
getDescription() - Method in class eu.scape_project.watch.domain.Property
 
getDescription() - Method in class eu.scape_project.watch.domain.Source
 
getDescription() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
Retrieves a short human readable description of this plugin.
getDescription() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getDescription() - Method in class eu.scape_project.watch.plugin.PluginInfo
 
getDistribution(String) - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
 
getEntities() - Method in class eu.scape_project.watch.domain.Question
 
getEntity() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getEntity(String) - Method in class eu.scape_project.watch.rest.WatchClient
Get entity from server.
getEntityByName(String) - Method in class eu.scape_project.watch.rest.resource.EntityResource
Get a Entity by its unique name.
getEntityRDFId(String) - Static method in class eu.scape_project.watch.dao.EntityDAO
Get Entity RDF ID.
getEntityType() - Method in class eu.scape_project.watch.domain.Entity
 
getEntityType(String) - Method in class eu.scape_project.watch.rest.WatchClient
Get an entity type.
getEntityTypeByName(String) - Method in class eu.scape_project.watch.rest.resource.EntityTypeResource
Get an existing EntityType.
getEntityTypeRDFId(String) - Static method in class eu.scape_project.watch.dao.EntityTypeDAO
Get the EntityType complete RDF Id to use in SPARQL query.
getGroup() - Method in interface eu.scape_project.watch.interfaces.MonitorInterface
Returns the name of a group that a specific Monitor monitors.
getGroup() - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
getId() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the unique Id.
getId() - Method in class eu.scape_project.watch.domain.Entry
 
getId() - Method in class eu.scape_project.watch.domain.Measurement
The unique identifier of the measurement.
getId() - Method in class eu.scape_project.watch.domain.Notification
Get the unique Id of this notification.
getId() - Method in class eu.scape_project.watch.domain.Plan
 
getId() - Method in class eu.scape_project.watch.domain.Property
 
getId() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getId() - Method in class eu.scape_project.watch.domain.Question
 
getId() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getId() - Method in class eu.scape_project.watch.domain.Trigger
 
getInstance() - Static method in class eu.scape_project.watch.dao.AsyncRequestDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.EntityDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.EntityTypeDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.PropertyDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.PropertyValueDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.dao.RequestDAO
Get singleton instance.
getInstance() - Static method in class eu.scape_project.watch.notification.NotificationService
Get the singleton instance.
getIntProperty(String) - Method in class eu.scape_project.watch.utils.ConfigUtils
Returns an integer value for the specified property key or -1.
getJobDetail() - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Returns the JobDetail of the AdaptorJob
getJobDetail() - Method in class eu.scape_project.watch.scheduling.SimpleAdaptorJob
 
getKey() - Method in class eu.scape_project.watch.common.ConfigParameter
 
getKey() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
getKey() - Method in class eu.scape_project.watch.domain.Entry
 
getMediaType() - Method in enum eu.scape_project.watch.rest.WatchClient.Format
Helper method to get related MediaType.
getMessage() - Method in class eu.scape_project.watch.utils.ApiResponse
 
getName() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getName() - Method in class eu.scape_project.watch.domain.Entity
 
getName() - Method in class eu.scape_project.watch.domain.EntityType
 
getName() - Method in class eu.scape_project.watch.domain.Property
 
getName() - Method in class eu.scape_project.watch.domain.Source
 
getName() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getName() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
Retrieves the name of this plugin.
getName() - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
getName() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getName() - Method in class eu.scape_project.watch.plugin.PluginInfo
 
getNotifications() - Method in class eu.scape_project.watch.domain.Trigger
 
getNotificationService() - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
getObjectsAvgSize() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the average size of all objects in the collection.
getObjectsCount() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the objects count in the collection.
getObjectsMaxSize() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the size of the largest object in the collection.
getObjectsMinSize() - Method in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Retrieves the size of the smallest object in the collection.
getParameterMap() - Method in class eu.scape_project.watch.domain.Notification
 
getParameters() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getParameters() - Method in class eu.scape_project.watch.domain.Notification
 
getParameters() - Method in interface eu.scape_project.watch.interfaces.AdaptorPluginInterface
Retrieves a list with ConfigParameter objects needed/supported by this plugin.
getParametersInfo() - Method in interface eu.scape_project.watch.interfaces.NotificationAdaptorInterface
Get list of parameters and their type.
getParametersInfo() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getParameterValues() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getParameterValues() - Method in interface eu.scape_project.watch.interfaces.AdaptorPluginInterface
Returns a pre-polulated map with the configuration of this plugin.
getPeriod() - Method in class eu.scape_project.watch.domain.Question
 
getPlan() - Method in class eu.scape_project.watch.domain.Trigger
 
getPlugin(String, String) - Method in class eu.scape_project.watch.plugin.PluginManager
Returns an initialized instance of the PluginInterface with the specified ID (classname) or null if the initializing process failed.
getPluginInfo() - Method in class eu.scape_project.watch.plugin.PluginManager
Retrieves info for all plugins currently in the registry.
getPluginInfo(PluginType) - Method in class eu.scape_project.watch.plugin.PluginManager
Obtain plugin information about all plugins of the given type.
getPluginInfo(String) - Method in class eu.scape_project.watch.plugin.PluginManager
Checks the plugin registry for a plugin with the given name and retrieves all plugins that have the specified name or an empty list.
getPluginType() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getPluginType() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
Retrieves the type of the plugin.
getPluginType() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getPort() - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
getProperties() - Method in class eu.scape_project.watch.domain.Question
 
getProperties() - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
getProperty() - Method in class eu.scape_project.watch.adaptor.c3po.command.Command
 
getProperty() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getProperty(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Get an existing property.
getPropertyByName(String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyResource
Get a Property.
getPropertyRDFId(String, String) - Static method in class eu.scape_project.watch.dao.PropertyDAO
Get the complete Property RDF Id to use in SPARQL.
getPropertyValue() - Method in class eu.scape_project.watch.domain.Measurement
 
getPropertyValue(String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Get an existing PropertyValue.
getPropertyValueByName(String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyValueResource
Get an existing PropertyValue.
getPropertyValues() - Method in class eu.scape_project.watch.adaptor.c3po.common.ProfileResult
Retrieves the property values.
getPropertyValues() - Method in interface eu.scape_project.watch.interfaces.ResultInterface
Retrieves the property values.
getQuestion() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the list of all questions from all triggers.
getQuestion() - Method in class eu.scape_project.watch.domain.Trigger
 
getReader() - Method in class eu.scape_project.watch.adaptor.c3po.command.Command
 
getRequest(String, String, int, int) - Method in class eu.scape_project.watch.rest.resource.RequestResource
Get the result of an asynchronous request.
getRequest(Class<T>, String, int, int) - Method in class eu.scape_project.watch.rest.WatchClient
Make a synchronous request query.
getScheduler() - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
getSource() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getSparql() - Method in class eu.scape_project.watch.domain.Question
 
getStringProperty(String) - Method in class eu.scape_project.watch.utils.ConfigUtils
Gets a String representation for the property key or an empty string if no property was found.
getStructure() - Method in class eu.scape_project.watch.domain.Property
 
getSupportedTypes() - Method in interface eu.scape_project.watch.interfaces.NotificationAdaptorInterface
Get Notification types this adaptors supports.
getSupportedTypes() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getTarget() - Method in class eu.scape_project.watch.domain.Question
 
getTargetByClass(Class<? extends RdfBean<?>>) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Get request target based on the target class it refers to.
getTargetClass() - Method in enum eu.scape_project.watch.domain.RequestTarget
Get the class this target refers to.
getTimestamp() - Method in class eu.scape_project.watch.domain.Measurement
 
getTrigger() - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Returns the Trigger of the AdaptorJob
getTrigger() - Method in class eu.scape_project.watch.scheduling.SimpleAdaptorJob
 
getTriggers() - Method in class eu.scape_project.watch.domain.AsyncRequest
Get the related triggers.
getType() - Method in class eu.scape_project.watch.domain.Notification
 
getType() - Method in class eu.scape_project.watch.domain.Property
 
getType() - Method in class eu.scape_project.watch.utils.ApiResponse
 
getTypeParameters(String) - Method in class eu.scape_project.watch.notification.NotificationService
Get all possible parameters for a notification type.
getTypes() - Method in class eu.scape_project.watch.domain.Question
 
getTypes() - Method in class eu.scape_project.watch.notification.NotificationService
 
getValue() - Method in class eu.scape_project.watch.common.ConfigParameter
 
getValue() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
getValue() - Method in class eu.scape_project.watch.domain.Entry
 
getValue() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getValues() - Method in class eu.scape_project.watch.domain.PropertyValue
 
getVersion() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
getVersion() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
getVersion() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
Retrieves the version of this plugin.
getVersion() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
getVersion() - Method in class eu.scape_project.watch.plugin.PluginInfo
 

H

hashCode() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
hashCode() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
hashCode() - Method in class eu.scape_project.watch.domain.Entity
 
hashCode() - Method in class eu.scape_project.watch.domain.EntityType
 
hashCode() - Method in class eu.scape_project.watch.domain.Entry
 
hashCode() - Method in class eu.scape_project.watch.domain.Measurement
 
hashCode() - Method in class eu.scape_project.watch.domain.Notification
 
hashCode() - Method in class eu.scape_project.watch.domain.Plan
 
hashCode() - Method in class eu.scape_project.watch.domain.Property
 
hashCode() - Method in class eu.scape_project.watch.domain.PropertyValue
 
hashCode() - Method in class eu.scape_project.watch.domain.Question
 
hashCode() - Method in class eu.scape_project.watch.domain.Source
 
hashCode() - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
hashCode() - Method in class eu.scape_project.watch.domain.Trigger
 

I

INFO - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
init() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
init() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
Initializes the plugin.
init() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
init() - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
init(Scheduler) - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
init(FilterConfig) - Method in class eu.scape_project.watch.utils.ApiOriginFilter
 
init() - Method in class eu.scape_project.watch.utils.ComponentContainer
starting components
initialize(Properties) - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Initialize AdaptorJob with Properties
initialize(Properties) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
initialize() - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
initialize() - Method in class eu.scape_project.watch.scheduling.SimpleAdaptorJob
 
InvalidParameterException - Exception in eu.scape_project.watch.utils.exceptions
This exception is thrown when invalid parameters are supplied to the plugin.
InvalidParameterException() - Constructor for exception eu.scape_project.watch.utils.exceptions.InvalidParameterException
Default constructor.
InvalidParameterException(String) - Constructor for exception eu.scape_project.watch.utils.exceptions.InvalidParameterException
Message constructor.
InvalidParameterException(Throwable) - Constructor for exception eu.scape_project.watch.utils.exceptions.InvalidParameterException
Throwable constructor.
InvalidParameterException(String, Throwable) - Constructor for exception eu.scape_project.watch.utils.exceptions.InvalidParameterException
Message and Throwable constructor.
isRequired() - Method in class eu.scape_project.watch.common.ConfigParameter
 

J

jobExecutionVetoed(JobExecutionContext) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
jobToBeExecuted(JobExecutionContext) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
JSONContextResolver - Class in eu.scape_project.watch.rest.resource
Provider that configures Jackson to better detect methods and properties to serialize JSON.
JSONContextResolver() - Constructor for class eu.scape_project.watch.rest.resource.JSONContextResolver
 

K

KB_DATA_FOLDER_KEY - Static variable in class eu.scape_project.watch.utils.ConfigUtils
The property designating the data folder of the watch tdb.
KB_INSERT_TEST_DATA - Static variable in class eu.scape_project.watch.utils.ConfigUtils
The property designating whether or not the test data should be inserted on startup.
KBUtils - Class in eu.scape_project.watch.utils
A utility class that holds some constants for the RDF schema and provides some static utility methods.

L

list(int, int) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
List all async requests.
listAsyncRequest(int, int) - Method in class eu.scape_project.watch.rest.resource.AsyncRequestResource
List all AsyncRequest in KB.
listEntity(int, int) - Method in class eu.scape_project.watch.rest.WatchClient
List all entities in the knowledge base.
listEntity(String, int, int) - Method in class eu.scape_project.watch.rest.WatchClient
 
listEntityOfType(String, int, int) - Method in class eu.scape_project.watch.rest.resource.EntityResource
Get the list of Entities of a defined EntityType.
listEntityOfType(String, int, int) - Method in class eu.scape_project.watch.rest.resource.PropertyResource
List all properties of a EntityType.
listEntityType() - Method in class eu.scape_project.watch.rest.resource.EntityTypeResource
List all entity types in the KB.
listEntityType() - Method in class eu.scape_project.watch.rest.WatchClient
List all existing entity types.
listProperty() - Method in class eu.scape_project.watch.rest.resource.PropertyResource
List all Properties independently of the EntityType.
listProperty() - Method in class eu.scape_project.watch.rest.WatchClient
List all properties in the KB.
listPropertyValue() - Method in class eu.scape_project.watch.rest.resource.PropertyValueResource
Ge a list with all existing PropertyValue, independently of the Entity or Property they refer to.
listPropertyValue() - Method in class eu.scape_project.watch.rest.WatchClient
List all property values in the KB.
listWithEntity(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a specific Entity.
listWithEntityAndProperty(String, String, String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a specific Entity and Property.
listWithProperty(String, String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
List all property values of a Property independently of the Entity.
listWithType(String, int, int) - Method in class eu.scape_project.watch.dao.EntityDAO
List Entity that have the defined type.
listWithType(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyDAO
List properties of a type.
loadAdaptors() - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
LogNotificationAdaptor - Class in eu.scape_project.watch.notification
Dummy adaptor that simply writes every notification to log.
LogNotificationAdaptor() - Constructor for class eu.scape_project.watch.notification.LogNotificationAdaptor
 

M

mapToEntryList(Map<String, String>) - Static method in class eu.scape_project.watch.utils.ModelUtils
Convert a map to a list of entries.
Measurement - Class in eu.scape_project.watch.domain
Logs the moment when a property value was measured.
Measurement() - Constructor for class eu.scape_project.watch.domain.Measurement
Create a new empty measurement.
Measurement(PropertyValue, long) - Constructor for class eu.scape_project.watch.domain.Measurement
Create a new measurement.
MEASUREMENT - Static variable in class eu.scape_project.watch.utils.KBUtils
A measurement constant.
MISSING_VALUE - Static variable in class eu.scape_project.watch.adaptor.c3po.C3POProfileReader
Indicates a missing value.
ModelUtils - Class in eu.scape_project.watch.utils
Help methods for the data model.
MonitorInterface - Interface in eu.scape_project.watch.interfaces
Interface that will be implemented by all Monitor components in the system.

N

NotFoundException - Exception in eu.scape_project.watch.utils.exception
Exception thrown when a element is not found in the requested resource.
NotFoundException(String) - Constructor for exception eu.scape_project.watch.utils.exception.NotFoundException
Create a new not found exception.
Notification - Class in eu.scape_project.watch.domain
A Notification describes what should happen when a Trigger is fired.
Notification() - Constructor for class eu.scape_project.watch.domain.Notification
Create a new empty notification.
Notification(String, Collection<Entry>) - Constructor for class eu.scape_project.watch.domain.Notification
Create a new notification.
Notification(String, Map<String, String>) - Constructor for class eu.scape_project.watch.domain.Notification
Create a new notification.
NOTIFICATION - Static variable in class eu.scape_project.watch.utils.KBUtils
A notification constant.
NOTIFICATION_TYPE - Static variable in class eu.scape_project.watch.utils.KBUtils
A notification constant.
NotificationAdaptorInterface - Interface in eu.scape_project.watch.interfaces
Definition of Notification adaptor methods.
NotificationService - Class in eu.scape_project.watch.notification
Singleton that allows sending of notifications.
notifyAsyncRequests(List<String>) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
NotNullConstraintException - Exception in eu.scape_project.watch.utils.exception
 
NotNullConstraintException() - Constructor for exception eu.scape_project.watch.utils.exception.NotNullConstraintException
 
NotNullConstraintException(String) - Constructor for exception eu.scape_project.watch.utils.exception.NotNullConstraintException
 
NotNullConstraintException(Throwable) - Constructor for exception eu.scape_project.watch.utils.exception.NotNullConstraintException
 
NotNullConstraintException(String, Throwable) - Constructor for exception eu.scape_project.watch.utils.exception.NotNullConstraintException
 

O

ObjectsAvgSizeCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
ObjectsAvgSizeCommand(Property) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.ObjectsAvgSizeCommand
 
ObjectsCountCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
ObjectsCountCommand(Property) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.ObjectsCountCommand
 
ObjectsMaxSizeCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
ObjectsMaxSizeCommand(Property) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.ObjectsMaxSizeCommand
 
ObjectsMinSizeCommand - Class in eu.scape_project.watch.adaptor.c3po.command
 
ObjectsMinSizeCommand(Property) - Constructor for class eu.scape_project.watch.adaptor.c3po.command.ObjectsMinSizeCommand
 
OK - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
onRemoved(T) - Method in interface eu.scape_project.watch.dao.DOListener
Event fired on data object removal.
onRemoved(RdfBean) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
onUpdated(T) - Method in interface eu.scape_project.watch.dao.DOListener
Event fired on data object creation or update.
onUpdated(RdfBean) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 

P

PARAM_MESSAGE - Static variable in class eu.scape_project.watch.notification.LogNotificationAdaptor
Message parameter key.
Plan - Class in eu.scape_project.watch.domain
Reference to a preservation plan, to be used by external assessment.
Plan() - Constructor for class eu.scape_project.watch.domain.Plan
Create a new empty plan.
Plan(String) - Constructor for class eu.scape_project.watch.domain.Plan
Create a plan.
PLAN - Static variable in class eu.scape_project.watch.utils.KBUtils
A plan constant.
PluginException - Exception in eu.scape_project.watch.utils.exceptions
This exception is thrown when an error occurs during the exection of a plugin.
PluginException() - Constructor for exception eu.scape_project.watch.utils.exceptions.PluginException
Default constructo.
PluginException(String) - Constructor for exception eu.scape_project.watch.utils.exceptions.PluginException
Message constructor.
PluginException(Throwable) - Constructor for exception eu.scape_project.watch.utils.exceptions.PluginException
Throwable constructor.
PluginException(String, Throwable) - Constructor for exception eu.scape_project.watch.utils.exceptions.PluginException
Message and Throwable constructor.
PluginInfo - Class in eu.scape_project.watch.plugin
A simple class that summarizes a plugin.
PluginInfo(String, String, String, String) - Constructor for class eu.scape_project.watch.plugin.PluginInfo
Initializes the plugin info.
PluginInterface - Interface in eu.scape_project.watch.interfaces
A PluginInterface interface for dynamic class loading of plugin components within the watch component.
PluginManager - Class in eu.scape_project.watch.plugin
This is the watch plugin manager.
PluginType - Enum in eu.scape_project.watch.plugin
Defines the type of the plugin.
pollJobResult(String) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
pollJobResult(String) - Method in interface eu.scape_project.watch.adaptor.c3po.client.C3POClientInterface
Retrieves an input stream with the results of the job for the given uuid, or null if the job is not yet finished or unknown.
pollJobResult(String) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3PODummyClient
 
PREFIXES_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
List of all defined prefixes declarations to help creating SPARQL queries.
printStatements() - Static method in class eu.scape_project.watch.utils.KBUtils
Debugging method that prints all statements in triple store.
ProfileResult - Class in eu.scape_project.watch.adaptor.c3po.common
A simple profile result object.
ProfileResult() - Constructor for class eu.scape_project.watch.adaptor.c3po.common.ProfileResult
The default constructor initializes the result list.
ProfileResult(List<PropertyValue>) - Constructor for class eu.scape_project.watch.adaptor.c3po.common.ProfileResult
Initializes this object and passes the result list.
Property - Class in eu.scape_project.watch.domain
A Property defines a specific part of Entity in the world that have the same EntityType, i.e.
Property() - Constructor for class eu.scape_project.watch.domain.Property
Create a new empty property.
Property(EntityType, String, String) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property of type DataType.TEXT.
Property(EntityType, String, String, DataType) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
Property(EntityType, String, String, PropertyDataStructure) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
Property(EntityType, String, String, DataType, PropertyDataStructure) - Constructor for class eu.scape_project.watch.domain.Property
Create a new property.
PROPERTY - Static variable in class eu.scape_project.watch.utils.KBUtils
A property constant.
PROPERTY_VALUE - Static variable in class eu.scape_project.watch.utils.KBUtils
A propertyvalue constant.
PropertyDAO - Class in eu.scape_project.watch.dao
 
PropertyDataStructure - Enum in eu.scape_project.watch.domain
Defines the data structure of the property, e.g.
PropertyResource - Class in eu.scape_project.watch.rest.resource
REST API for Property operations.
PropertyResource() - Constructor for class eu.scape_project.watch.rest.resource.PropertyResource
 
PropertyResourceJSON - Class in eu.scape_project.watch.rest.resource
PropertyResource with JSON output.
PropertyResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.PropertyResourceJSON
 
PropertyResourceXML - Class in eu.scape_project.watch.rest.resource
PropertyResource with XML output.
PropertyResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.PropertyResourceXML
 
PropertyValue - Class in eu.scape_project.watch.domain
Each Property Value is the atomic measurement of a Property for an Entity measured in a specific point in time.
PropertyValue() - Constructor for class eu.scape_project.watch.domain.PropertyValue
Create a new empty property value.
PropertyValue(Entity, Property, String) - Constructor for class eu.scape_project.watch.domain.PropertyValue
Create a new property value.
PropertyValue(Entity, Property, List<Object>) - Constructor for class eu.scape_project.watch.domain.PropertyValue
 
PropertyValueDAO - Class in eu.scape_project.watch.dao
PropertyValue Data Access Object.
PropertyValueResource - Class in eu.scape_project.watch.rest.resource
REST API for PropertyValue operations.
PropertyValueResource() - Constructor for class eu.scape_project.watch.rest.resource.PropertyValueResource
 
PropertyValueResourceJSON - Class in eu.scape_project.watch.rest.resource
PropertyValueResource with JSON output.
PropertyValueResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.PropertyValueResourceJSON
 
PropertyValueResourceXML - Class in eu.scape_project.watch.rest.resource
PropertyValueResource with XML output.
PropertyValueResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.PropertyValueResourceXML
 

Q

query(Class<T>, String, int, int) - Method in class eu.scape_project.watch.dao.AbstractDO
Generic method to query the KB.
query(String, int, int) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Query for AsyncRequest.
query(String, int, int) - Method in class eu.scape_project.watch.dao.EntityDAO
Query for Entity.
query(String, int, int) - Method in class eu.scape_project.watch.dao.EntityTypeDAO
Query for EntityType.
query(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyDAO
Query for Property.
query(String, int, int) - Method in class eu.scape_project.watch.dao.PropertyValueDAO
Query for PropertyValue.
query(RequestTarget, String, int, int) - Method in class eu.scape_project.watch.dao.RequestDAO
Make a synchronous request to the KB.
Question - Class in eu.scape_project.watch.domain
Questions are predefined points of interest related directly or indirectly to Source and Property.
Question() - Constructor for class eu.scape_project.watch.domain.Question
Create a new empty question.
Question(String, RequestTarget, List<EntityType>, List<Property>, List<Entity>, long) - Constructor for class eu.scape_project.watch.domain.Question
Create a new question.
QUESTION - Static variable in class eu.scape_project.watch.utils.KBUtils
A question constant.

R

RDF_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The default RDF syntax namespace.
RDF_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The RDF prefix to use in SPARQL queries.
RDF_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the RDF prefix to use in SPARQL queries.
RDF_TYPE_REL - Static variable in class eu.scape_project.watch.utils.KBUtils
The RDF type relation.
registerCentralMonitor(CentralMonitor) - Method in interface eu.scape_project.watch.interfaces.MonitorInterface
Registering CentralMonitor instance to a monitor instance.
registerCentralMonitor(CentralMonitor) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
registerScheduler(CoreScheduler) - Method in interface eu.scape_project.watch.interfaces.MonitorInterface
Register a CoreScheduler instance in to the Monitor instance.
registerScheduler(CoreScheduler) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
registerToAsyncRequest(AsyncRequestDAO) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
removeAdaptor(NotificationAdaptorInterface) - Method in class eu.scape_project.watch.notification.NotificationService
Remove an existing adaptor, updating index.
removeDOListener(DOListener<T>) - Method in class eu.scape_project.watch.dao.AbstractDO
Remove existing listener of data object events.
removeWatchRequest(AsyncRequest) - Method in interface eu.scape_project.watch.interfaces.MonitorInterface
Removing AsyncRequest from the Monitor.
removeWatchRequest(AsyncRequest) - Method in class eu.scape_project.watch.monitor.CollectionProfilerMonitor
 
REQUEST_TARGET - Static variable in class eu.scape_project.watch.utils.KBUtils
A request target constant.
RequestDAO - Class in eu.scape_project.watch.dao
Data Access Object for synchronous requests.
RequestResource - Class in eu.scape_project.watch.rest.resource
REST API for Synchronous Requests.
RequestResource() - Constructor for class eu.scape_project.watch.rest.resource.RequestResource
 
RequestResourceJSON - Class in eu.scape_project.watch.rest.resource
RequestResource with JSON output.
RequestResourceJSON() - Constructor for class eu.scape_project.watch.rest.resource.RequestResourceJSON
 
RequestResourceXML - Class in eu.scape_project.watch.rest.resource
RequestResource with XML output.
RequestResourceXML() - Constructor for class eu.scape_project.watch.rest.resource.RequestResourceXML
 
RequestTarget - Enum in eu.scape_project.watch.domain
Possible targets for a Request/Question.
reScan() - Method in class eu.scape_project.watch.plugin.PluginManager
Rescans the plugins folder on demand.
ResultInterface - Interface in eu.scape_project.watch.interfaces
This is the result of a plugin.

S

SampleExceptionMapper - Class in eu.scape_project.watch.rest.resource
Sample class to example an exception mapper.
SampleExceptionMapper() - Constructor for class eu.scape_project.watch.rest.resource.SampleExceptionMapper
 
save(T) - Method in class eu.scape_project.watch.dao.AbstractDO
Save object (not deeply) and fire on update event.
save(T...) - Method in class eu.scape_project.watch.dao.AbstractDO
Save several objects at the same time, calling AbstractDO.save(RdfBean) on each.
save(AsyncRequest) - Method in class eu.scape_project.watch.dao.AsyncRequestDAO
Deeply save request, including all triggers, and fire update event.
save() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
save() - Method in class eu.scape_project.watch.domain.Entity
 
save() - Method in class eu.scape_project.watch.domain.EntityType
 
save() - Method in class eu.scape_project.watch.domain.Property
 
save() - Method in class eu.scape_project.watch.domain.PropertyValue
 
scheduleAdaptorJob(AdaptorJobInterface) - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
scheduleJob(JobDetail, Trigger) - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
send(Notification) - Method in interface eu.scape_project.watch.interfaces.NotificationAdaptorInterface
Send a notification.
send(Notification) - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
send(Notification) - Method in class eu.scape_project.watch.notification.NotificationService
Send a notification by all adaptors that support the notification type.
setAdaptorClassName(String) - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Setting the adaptor that a specific job should use.
setAdaptorClassName(String) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
setAdaptorHolder(File) - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
setAdaptorLoader(AdaptorLoader) - Method in class eu.scape_project.watch.utils.ComponentContainer
 
setAdaptorProperties(String) - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Setting adaptor properties
setAdaptorProperties(String) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
setAdaptorVersion(String) - Method in interface eu.scape_project.watch.interfaces.AdaptorJobInterface
Setting the version of the adaptor.
setAdaptorVersion(String) - Method in class eu.scape_project.watch.scheduling.AdaptorJob
 
setApiEndpoint(String) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
setCentralMonitor(CentralMonitor) - Method in class eu.scape_project.watch.utils.ComponentContainer
 
setCode(int) - Method in class eu.scape_project.watch.utils.ApiResponse
 
setConfiguration(Map<String, String>) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setCoreScheduler(CoreScheduler) - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
setCoreScheduler(CoreScheduler) - Method in class eu.scape_project.watch.utils.ComponentContainer
 
setDatatype(DataType) - Method in class eu.scape_project.watch.domain.Property
 
setDescription(String) - Method in class eu.scape_project.watch.common.ConfigParameter
 
setDescription(String) - Method in class eu.scape_project.watch.domain.EntityType
 
setDescription(String) - Method in class eu.scape_project.watch.domain.Property
 
setDescription(String) - Method in class eu.scape_project.watch.domain.Source
 
setEntities(List<Entity>) - Method in class eu.scape_project.watch.domain.Question
 
setEntity(Entity) - Method in class eu.scape_project.watch.domain.PropertyValue
Set the related Entity and update the Id.
setEntityType(EntityType) - Method in class eu.scape_project.watch.domain.Entity
 
setId(String) - Method in class eu.scape_project.watch.domain.AsyncRequest
Set the unique Id.
setId(String) - Method in class eu.scape_project.watch.domain.Notification
 
setId(String) - Method in class eu.scape_project.watch.domain.Plan
 
setId(String) - Method in class eu.scape_project.watch.domain.Question
 
setId(String) - Method in class eu.scape_project.watch.domain.Trigger
 
setKey(String) - Method in class eu.scape_project.watch.common.ConfigParameter
 
setKey(String) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
setKey(String) - Method in class eu.scape_project.watch.domain.Entry
 
setMessage(String) - Method in class eu.scape_project.watch.utils.ApiResponse
 
setName(String) - Method in class eu.scape_project.watch.domain.Entity
 
setName(String) - Method in class eu.scape_project.watch.domain.EntityType
 
setName(String) - Method in class eu.scape_project.watch.domain.Property
Set the name and update the Id.
setName(String) - Method in class eu.scape_project.watch.domain.Source
 
setName(String) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setNotifications(List<Notification>) - Method in class eu.scape_project.watch.domain.Trigger
 
setNotificationService(NotificationService) - Method in class eu.scape_project.watch.monitor.CentralMonitor
 
setParameterMap(Map<String, String>) - Method in class eu.scape_project.watch.domain.Notification
Set the parameters using a Map.
setParameters(Collection<Entry>) - Method in class eu.scape_project.watch.domain.Notification
 
setParameterValues(Map<String, String>) - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
setParameterValues(Map<String, String>) - Method in interface eu.scape_project.watch.interfaces.AdaptorPluginInterface
Sets the config parameters.
setPeriod(long) - Method in class eu.scape_project.watch.domain.Question
 
setPlan(Plan) - Method in class eu.scape_project.watch.domain.Trigger
 
setPort(int) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
setProperties(List<Property>) - Method in class eu.scape_project.watch.domain.Question
 
setProperty(Property) - Method in class eu.scape_project.watch.adaptor.c3po.command.Command
 
setProperty(Property) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setPropertyValue(PropertyValue) - Method in class eu.scape_project.watch.domain.Measurement
 
setQuestion(Question) - Method in class eu.scape_project.watch.domain.Trigger
 
setReader(C3POProfileReader) - Method in class eu.scape_project.watch.adaptor.c3po.command.Command
 
setRequired(boolean) - Method in class eu.scape_project.watch.common.ConfigParameter
 
setSource(Source) - Method in class eu.scape_project.watch.domain.SourceAdaptor
 
setSparql(String) - Method in class eu.scape_project.watch.domain.Question
 
setStructure(PropertyDataStructure) - Method in class eu.scape_project.watch.domain.Property
 
setTarget(RequestTarget) - Method in class eu.scape_project.watch.domain.Question
 
setTimestamp(long) - Method in class eu.scape_project.watch.domain.Measurement
 
setTriggers(List<Trigger>) - Method in class eu.scape_project.watch.domain.AsyncRequest
Set the list of triggers.
setType(String) - Method in class eu.scape_project.watch.domain.Notification
 
setType(EntityType) - Method in class eu.scape_project.watch.domain.Property
Set the Entity Type and update the Id.
setType(String) - Method in class eu.scape_project.watch.utils.ApiResponse
 
setTypes(List<EntityType>) - Method in class eu.scape_project.watch.domain.Question
 
setValue(String) - Method in class eu.scape_project.watch.common.ConfigParameter
 
setValue(String) - Method in class eu.scape_project.watch.domain.DictionaryItem
 
setValue(String) - Method in class eu.scape_project.watch.domain.Entry
 
setValue(String) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setValues(List<Object>) - Method in class eu.scape_project.watch.domain.PropertyValue
 
setVersion(String) - Method in class eu.scape_project.watch.domain.SourceAdaptor
Set version and update Id.
shutdown() - Method in class eu.scape_project.watch.adaptor.c3po.C3POAdaptor
 
shutdown() - Method in interface eu.scape_project.watch.interfaces.PluginInterface
This method is called exactly once before the system shuts down or when the component decides this plugin is not needed anymore.
shutdown() - Method in class eu.scape_project.watch.notification.LogNotificationAdaptor
 
shutdown() - Method in class eu.scape_project.watch.plugin.PluginManager
This method should be called to stop PluginManager and all PluginInterfaces currently loaded.
shutdown() - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
SimpleAdaptorJob - Class in eu.scape_project.watch.scheduling
 
SimpleAdaptorJob() - Constructor for class eu.scape_project.watch.scheduling.SimpleAdaptorJob
 
Source - Class in eu.scape_project.watch.domain
A Source represents certain aspects of the world for which there exists a known way of investigating certain properties that represent these aspects.
Source() - Constructor for class eu.scape_project.watch.domain.Source
Create a new empty source.
Source(String, String) - Constructor for class eu.scape_project.watch.domain.Source
Create a new source.
SOURCE - Static variable in class eu.scape_project.watch.utils.KBUtils
A source constant.
SOURCE_ADAPTOR - Static variable in class eu.scape_project.watch.utils.KBUtils
A source adaptor constant.
SourceAdaptor - Class in eu.scape_project.watch.domain
A software unit that is able to collect specific information from a specific Source and has the capability to convert/adapt it into a representation that fits the internal data model of Watch.
SourceAdaptor() - Constructor for class eu.scape_project.watch.domain.SourceAdaptor
Create a new empty source adaptor.
SourceAdaptor(String, String, Source, Map<String, String>) - Constructor for class eu.scape_project.watch.domain.SourceAdaptor
Create a new source adaptor.
start() - Method in class eu.scape_project.watch.scheduling.CoreScheduler
 
startLoader() - Method in class eu.scape_project.watch.utils.AdaptorLoader
 
submitCollectionProfileJob(String, List<String>) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3POClient
 
submitCollectionProfileJob(String, List<String>) - Method in interface eu.scape_project.watch.adaptor.c3po.client.C3POClientInterface
Submits a new profile creation job to c3po.
submitCollectionProfileJob(String, List<String>) - Method in class eu.scape_project.watch.adaptor.c3po.client.C3PODummyClient
 
SYNC_REQUEST - Static variable in class eu.scape_project.watch.utils.KBUtils
A synchronous request constant.

T

TOO_BUSY - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
toResponse(ApiException) - Method in class eu.scape_project.watch.rest.resource.SampleExceptionMapper
 
toString() - Method in class eu.scape_project.watch.domain.AsyncRequest
 
toString() - Method in class eu.scape_project.watch.domain.DictionaryItem
 
toString() - Method in class eu.scape_project.watch.domain.Entity
 
toString() - Method in class eu.scape_project.watch.domain.EntityType
 
toString() - Method in class eu.scape_project.watch.domain.Entry
 
toString() - Method in class eu.scape_project.watch.domain.Notification
 
toString() - Method in class eu.scape_project.watch.domain.Property
 
toString() - Method in class eu.scape_project.watch.domain.PropertyValue
 
toString() - Method in class eu.scape_project.watch.domain.Question
 
toString() - Method in class eu.scape_project.watch.domain.Trigger
 
toString() - Method in enum eu.scape_project.watch.rest.WatchClient.Format
 
Trigger - Class in eu.scape_project.watch.domain
A Trigger is a unit that contains conditions used during internal assessment and Notification that are sent when the conditions are met.
Trigger() - Constructor for class eu.scape_project.watch.domain.Trigger
Create a new empty trigger.
Trigger(Question, List<Notification>, Plan) - Constructor for class eu.scape_project.watch.domain.Trigger
Create a new trigger.
TRIGGER - Static variable in class eu.scape_project.watch.utils.KBUtils
A trigger constant.

U

updateEntity(String, Entity) - Method in class eu.scape_project.watch.rest.resource.EntityResource
Update an existing entity.
updateEntity(String, Entity) - Method in class eu.scape_project.watch.rest.WatchClient
Update the entity defined by the name.
updateEntityType(String, EntityType) - Method in class eu.scape_project.watch.rest.resource.EntityTypeResource
Update an existing EntityType.
updateEntityType(String, EntityType) - Method in class eu.scape_project.watch.rest.WatchClient
Update an existing entity type.
updateProperty(String, String, Property) - Method in class eu.scape_project.watch.rest.resource.PropertyResource
Update an existing Property.
updateProperty(String, String, Property) - Method in class eu.scape_project.watch.rest.WatchClient
Update an existing property.
updatePropertyValue(String, String, String) - Method in class eu.scape_project.watch.rest.resource.PropertyValueResource
Update an existing PropertyValue.
updatePropertyValue(String, String, String) - Method in class eu.scape_project.watch.rest.WatchClient
Update an existing PropertyValue.

V

valueOf(String) - Static method in enum eu.scape_project.watch.domain.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.domain.PropertyDataStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.domain.RequestTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.plugin.PluginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.scape_project.watch.rest.WatchClient.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.scape_project.watch.domain.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.domain.PropertyDataStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.domain.RequestTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.plugin.PluginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.scape_project.watch.rest.WatchClient.Format
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
WATCH_ENTITY_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
Entity prefix to use in SPARQL queries.
WATCH_ENTITY_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
Entity prefix declaration to use in SPARQL queries.
WATCH_ENTITY_TYPE_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
EntityType prefix to use in SPARQL queries.
WATCH_ENTITY_TYPE_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
EntityType prefix declaration to use in SPARQL queries.
WATCH_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The preservation watch namespace.
WATCH_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The WATCH prefix to use in SPARQL queries.
WATCH_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the WATCH prefix to use in SPARQL queries.
WATCH_PROPERTY_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
Property prefix to use in SPARQL queries.
WATCH_PROPERTY_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
Property prefix declaration to use in SPARQL queries.
WATCH_PROPERTY_VALUE_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
PropertyValue prefix to use in SPARQL queries.
WATCH_PROPERTY_VALUE_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
PropertyValue prefix declaration to use in SPARQL queries.
WatchApplication - Class in eu.scape_project.watch.rest
JAX-RS Application that lists all the resources.
WatchApplication() - Constructor for class eu.scape_project.watch.rest.WatchApplication
 
WatchClient - Class in eu.scape_project.watch.rest
Client for Watch REST service.
WatchClient(WebResource, WatchClient.Format) - Constructor for class eu.scape_project.watch.rest.WatchClient
Create a new Watch client.
WatchClient.Format - Enum in eu.scape_project.watch.rest
The format of the output.

X

XSD_NS - Static variable in class eu.scape_project.watch.utils.KBUtils
The default XSD syntax namespace.
XSD_PREFIX - Static variable in class eu.scape_project.watch.utils.KBUtils
The XSD prefix to use in SPARQL queries.
XSD_PREFIX_DECL - Static variable in class eu.scape_project.watch.utils.KBUtils
The declaration of the XSD prefix to use in SPARQL queries.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2012. All Rights Reserved.