A B C D E G I J L N O P R S T U V W

A

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
 
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

CODE - Static variable in exception eu.scape_project.watch.utils.exception.NotFoundException
HTTP code related to this exception.
contextDestroyed(ServletContextEvent) - Method in class eu.scape_project.watch.listener.ApplicationStartupListener
 
contextInitialized(ServletContextEvent) - Method in class eu.scape_project.watch.listener.ApplicationStartupListener
 
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.
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

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
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class eu.scape_project.watch.utils.ApiOriginFilter
 

E

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
 
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
 
ERROR - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
eu.scape_project.watch.listener - package eu.scape_project.watch.listener
 
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.utils - package eu.scape_project.watch.utils
 
eu.scape_project.watch.utils.exception - package eu.scape_project.watch.utils.exception
 

G

getAsyncRequestById(String) - Method in class eu.scape_project.watch.rest.resource.AsyncRequestResource
Get an existing AsyncRequest.
getClasses() - Method in class eu.scape_project.watch.rest.WatchApplication
 
getCode() - Method in class eu.scape_project.watch.utils.ApiResponse
 
getCommonMapper() - Static method in class eu.scape_project.watch.rest.resource.JSONContextResolver
Get singleton instance.
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.
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.
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
 
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.
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.
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.
getType() - Method in class eu.scape_project.watch.utils.ApiResponse
 

I

INFO - Static variable in class eu.scape_project.watch.utils.ApiResponse
 
init(FilterConfig) - Method in class eu.scape_project.watch.utils.ApiOriginFilter
 

J

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
 

L

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.

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.
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

OK - Static variable in class eu.scape_project.watch.utils.ApiResponse
 

P

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
 
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
 

R

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
 

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
 
setCode(int) - Method in class eu.scape_project.watch.utils.ApiResponse
 
setMessage(String) - Method in class eu.scape_project.watch.utils.ApiResponse
 
setType(String) - Method in class eu.scape_project.watch.utils.ApiResponse
 

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 enum eu.scape_project.watch.rest.WatchClient.Format
 

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.rest.WatchClient.Format
Returns the enum constant of this type with the specified name.
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
 
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.

A B C D E G I J L N O P R S T U V W

Copyright © 2012 SCAPE. All Rights Reserved.