- r(AuthenticationParameter, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.ContentAnalysisService
-
- r(AuthenticationParameter, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.reference.ClientService
-
Redirects the client to the actual photo location (i.e.
- r(AuthenticationParameter, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.video.reference.ClientService
-
Redirects the client to the actual video location (i.e.
- r(AuthenticationParameter, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.video.VideoAnalysisService
-
- RangeQueryFilter - Class in core.tut.pori.dao.filter
-
Filter that supports range operations (field:[* TO *]) for Solr queries
- RangeQueryFilter(String, Object, Object) - Constructor for class core.tut.pori.dao.filter.RangeQueryFilter
-
Both from and to can be of any object type, which can be converted to string using java.lang.String.valueOf()
- RawClause - Class in core.tut.pori.dao.clause
-
Create a raw sql WhereClause, the insertable sql string (such as COLUMN=? or COLUMN<9) can be added manually.
- RawClause(String, Object[], SQLClause.SQLType[], WhereClause.ClauseType) - Constructor for class core.tut.pori.dao.clause.RawClause
-
- received(Session, String) - Method in class core.tut.pori.websocket.SocketService
-
- received(UserIdentity, String) - Method in class core.tut.pori.websocket.SocketService
-
- received(String) - Method in class core.tut.pori.websocket.SocketService
-
Message received for an anonymous user.
- received(UserIdentity, String) - Method in class service.tut.pori.cawebsocket.TaskFinishedService
-
- received(String) - Method in class service.tut.pori.cawebsocket.TaskFinishedService
-
- RedirectResponse - Class in core.tut.pori.http
-
Simple Response class for sending a redirect to a provided URL
- RedirectResponse() - Constructor for class core.tut.pori.http.RedirectResponse
-
for serialization
- RedirectResponse(String) - Constructor for class core.tut.pori.http.RedirectResponse
-
- referencePhotoList(Limits) - Method in class service.tut.pori.contentanalysis.reference.ExampleService
-
Generates example reference photo list
- ReferencePhotoList - Class in service.tut.pori.contentanalysis
-
A special photo list used to list reference photos.
- ReferencePhotoList() - Constructor for class service.tut.pori.contentanalysis.ReferencePhotoList
-
- register(String) - Static method in class service.tut.pori.users.facebook.FacebookUserCore
-
- register(StringParameter) - Method in class service.tut.pori.users.facebook.FacebookUserService
-
This method can be used to register a new user using a Facebook account.
- register(String) - Static method in class service.tut.pori.users.google.GoogleUserCore
-
- register(StringParameter) - Method in class service.tut.pori.users.google.GoogleUserService
-
This method can be used to register a new user using a Google account.
- register() - Method in class service.tut.pori.users.twitter.TwitterUserService
-
This method can be used to register a new user using a Twitter account.
- register(UserCore.Registration) - Static method in class service.tut.pori.users.UserCore
-
Register a new user, checking for valid system registration password, if one is set in the system properties.
- register(InputStreamParameter) - Method in class service.tut.pori.users.UserService
-
The request is to be sent in the body of POST method.
- registerAndAuthenticate(String, UserIdentity) - Method in class core.tut.pori.context.SessionHandler
-
This is essentially the same as calling LoginHandler.authentice() and registerNewSession()
- registerNewSession(String, UserIdentity) - Method in class core.tut.pori.context.SessionHandler
-
- Registration - Class in service.tut.pori.cawebsocket
-
Registration details for Task Finished Web Socket Service.
- Registration() - Constructor for class service.tut.pori.cawebsocket.Registration
-
- Registration() - Constructor for class service.tut.pori.users.UserCore.Registration
-
- release(UserIdentity) - Method in class core.tut.pori.utils.UserIdentityLock
-
Release the lock for the given user identity.
- remove(Object) - Method in class core.tut.pori.properties.UnmodifiableProperties
-
- remove(Collection<String>) - Method in class service.tut.pori.contentanalysis.MediaObjectDAO
-
This will also automatically remove any associations between the given media objects and their photos.
- remove(Collection<String>) - Method in class service.tut.pori.contentanalysis.MediaTaskDAO
-
Removes the list of GUIDs from all tasks
- remove(Collection<String>) - Method in class service.tut.pori.contentanalysis.PhotoDAO
-
Note: content added through ContentStorage MUST be removed through ContentStorage, removing the metadata directly using this method may cause undefined behavior.
- remove(Collection<String>) - Method in class service.tut.pori.contentanalysis.video.VideoDAO
-
Note: content added through ContentStorage MUST be removed through ContentStorage, removing the metadata directly using this method may cause undefined behavior.
- removeAnalysisBackend(IntegerParameter, AuthenticationParameter) - Method in class service.tut.pori.contentanalysistest.ContentAnalysisTestService
-
Deprecated.
- removeAnalysisBackend(Integer) - Static method in class service.tut.pori.contentanalysistest.ContentAnalysisTestUtils
-
Deprecated.
- removeAuthorization(UserIdentity) - Static method in class service.tut.pori.users.facebook.FacebookUserCore
-
- removeAuthorization(UserIdentity) - Static method in class service.tut.pori.users.google.GoogleUserCore
-
- removeAuthorization(UserIdentity) - Static method in class service.tut.pori.users.twitter.TwitterUserCore
-
- removeBackend(Integer) - Method in class service.tut.pori.contentanalysis.BackendDAO
-
- removeDataGroup(String) - Method in class core.tut.pori.http.parameters.DataGroups
-
Remove the data group from the default type
- removeDataGroup(String, String) - Method in class core.tut.pori.http.parameters.DataGroups
-
Remove data group from the given type
- removeEntries(Collection<String>) - Method in class service.tut.pori.contentstorage.FacebookDAO
-
- removeEntries(List<String>) - Method in class service.tut.pori.contentstorage.PicasaDAO
-
Removes the entries
- removeEntries(Collection<String>) - Method in class service.tut.pori.contentstorage.TwitterDAO
-
- removeEntries(Collection<String>) - Method in class service.tut.pori.contentstorage.URLContentDAO
-
- removeMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.ContentStorage
-
Remove the synchronized content
- removeMetadata(UserIdentity, Collection<String>, EnumSet<CAContentCore.ServiceType>) - Static method in class service.tut.pori.contentstorage.ContentStorageCore
-
Removes all (photo) metadata associated with the given user.
- removeMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.FacebookPhotoStorage
-
- removeMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.PicasaCloudStorage
-
- removeMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.TwitterPhotoStorage
-
- removeMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.URLContentStorage
-
- removeNonce(String) - Method in class service.tut.pori.users.facebook.FacebookUserDAO
-
- removeNonce(String) - Method in class service.tut.pori.users.google.GoogleUserDAO
-
Removes the given nonce if such exists
- removePhotoMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.URLContentStorage
-
- removeRequestToken(RequestToken) - Method in class service.tut.pori.users.twitter.TwitterUserDAO
-
- removeSessionInformation(String) - Method in class core.tut.pori.context.SessionHandler
-
- removeSessionInformation(UserIdentity) - Method in class core.tut.pori.context.SessionHandler
-
Note: this is NOT synchronized, which means that it may be possible for the user to re-login whilst the operation is in progress, if this is called for user account removal,
remember to FIRST remove the account to make sure user cannot re-login
- removeToken(UserIdentity) - Method in class service.tut.pori.users.facebook.FacebookUserDAO
-
remove token from the given userIdentity if one exists
- removeToken(UserIdentity) - Method in class service.tut.pori.users.google.GoogleUserDAO
-
remove token from the given userIdentity if one exists
- removeTokens(UserIdentity) - Method in class service.tut.pori.users.twitter.TwitterUserDAO
-
This will remove both the access token and the request token associated with the given user (if any)
- removeUser(UserIdentity) - Method in class service.tut.pori.users.UserDAO
-
Remove the user and all external id connections.
- removeVideoMetadata(UserIdentity, Collection<String>) - Method in class service.tut.pori.contentstorage.URLContentStorage
-
- removeWeightModifers(UserIdentity) - Method in class service.tut.pori.facebookjazz.FacebookJazzDAO
-
Note: this will NOT allow removal of default values
- RequestToken - Class in service.tut.pori.users.twitter
-
Twitter OAuth request token.
- RequestToken() - Constructor for class service.tut.pori.users.twitter.RequestToken
-
- RequestToken(String, String, String, UserIdentity) - Constructor for class service.tut.pori.users.twitter.RequestToken
-
- reschedulePhotoTask(IntegerParameter, LongParameter) - Method in class service.tut.pori.contentanalysistest.ContentAnalysisTestService
-
Deprecated.
- reschedulePhotoTask(int[], Long) - Static method in class service.tut.pori.contentanalysistest.ContentAnalysisTestUtils
-
Deprecated.
- rescheduleVideoTask(IntegerParameter, LongParameter) - Method in class service.tut.pori.contentanalysistest.ContentAnalysisTestService
-
Deprecated.
- rescheduleVideoTask(int[], Long) - Static method in class service.tut.pori.contentanalysistest.ContentAnalysisTestUtils
-
Deprecated.
- resolveObjectIds(MediaObjectList) - Method in class service.tut.pori.contentanalysis.MediaObjectDAO
-
Sets all missing ids for the given media objects if ids are found.
- resolveUserIdentity(String) - Method in class service.tut.pori.users.ip.IPAuthenticationDAO
-
Makes a table lookup to determine if the given ip address have an associated user identity.
- Response - Class in core.tut.pori.http
-
Basic HTTP response, which prints the given ResponseData as an xml.
- Response() - Constructor for class core.tut.pori.http.Response
-
for serialization
- Response(Response.Status) - Constructor for class core.tut.pori.http.Response
-
- Response(Response.Status, String) - Constructor for class core.tut.pori.http.Response
-
- Response(ResponseData) - Constructor for class core.tut.pori.http.Response
-
- Response.Status - Enum in core.tut.pori.http
-
HTTP Status code enumerations.
- ResponseData - Class in core.tut.pori.http
-
The base class for HTTP Response data.
- RESTHandler - Class in core.tut.pori.context
-
Servlet class which processes the incoming requests to service requests and delegates them to the service handler.
- RESTHandler() - Constructor for class core.tut.pori.context.RESTHandler
-
- resultInfo() - Method in class service.tut.pori.contentanalysis.reference.ExampleService
-
Generates example result info
- ResultInfo - Class in service.tut.pori.contentanalysis
-
A simple class that shows details about a search query.
- ResultInfo() - Constructor for class service.tut.pori.contentanalysis.ResultInfo
-
for serialization
- ResultInfo(long, long, long) - Constructor for class service.tut.pori.contentanalysis.ResultInfo
-
- retrieveMediaObjects(AuthenticationParameter, DataGroups, Limits, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.ContentAnalysisService
-
- retrieveMediaObjects(AuthenticationParameter, DataGroups, Limits, IntegerParameter, StringParameter) - Method in class service.tut.pori.contentanalysis.reference.ClientService
-
This method is for retrieving a list of media objects for the currently authenticated user by providing a set of request parameters (filters).
- retrieveTagsForUser(AuthenticationParameter, DataGroups, Limits, SortOptions) - Method in class service.tut.pori.facebookjazz.FacebookJazzService
-
- retrieveTagsForUser(UserIdentity, DataGroups, Limits, SortOptions) - Static method in class service.tut.pori.facebookjazz.FBJContentCore
-
- retrieveTagsForUser(AuthenticationParameter, DataGroups, Limits, SortOptions) - Method in class service.tut.pori.facebookjazz.reference.ClientService
-
Clients can use this method for retrieving a list of tags extracted by the profile summarization.
- retrieveTagsForUser(UserIdentity, DataGroups, Limits, SortOptions) - Static method in class service.tut.pori.facebookjazz.reference.FBJReferenceCore
-
- retrieveTagsForUser(AuthenticationParameter, DataGroups, Limits, SortOptions) - Method in class service.tut.pori.twitterjazz.reference.ClientService
-
Clients can use this method for retrieving a list of tags extracted by the profile summarization.
- retrieveTagsForUser(UserIdentity, DataGroups, Limits, SortOptions) - Static method in class service.tut.pori.twitterjazz.reference.TJReferenceCore
-
- retrieveTagsForUser(UserIdentity, DataGroups, Limits, SortOptions) - Static method in class service.tut.pori.twitterjazz.TJContentCore
-
- retrieveTagsForUser(AuthenticationParameter, DataGroups, Limits, SortOptions) - Method in class service.tut.pori.twitterjazz.TwitterJazzService
-
- retrieveTagWeights(AuthenticationParameter, LongParameter) - Method in class service.tut.pori.facebookjazz.FacebookJazzService
-
- retrieveTagWeights(UserIdentity, Long) - Static method in class service.tut.pori.facebookjazz.FBJContentCore
-
- retrieveTagWeights(AuthenticationParameter, LongParameter) - Method in class service.tut.pori.facebookjazz.reference.ClientService
-
Clients can use this method for retrieving tag weight modifiers.
- retrieveTagWeights(UserIdentity, Long) - Static method in class service.tut.pori.facebookjazz.reference.FBJReferenceCore
-
- revoke(UserIdentity) - Static method in class service.tut.pori.users.google.GoogleUserCore
-
- ROLE_ADMIN - Static variable in class core.tut.pori.users.UserAuthority
-
admin role string
- ROLE_BACKEND - Static variable in class core.tut.pori.users.UserAuthority
-
back-end role string
- ROLE_USER - Static variable in class core.tut.pori.users.UserAuthority
-
user role string
- run() - Method in class service.tut.pori.fuzzyvisuals.FuzzyAnalysisTask
-