Skip navigation links
A B C D G H M O P R S T U W X 

A

allHistories - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Saved History data
artificialTRS - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
A flag which should be turned on to true in case the inheriting class will be exposing artificial TRS data which using the utility method of the ArtificialTRSMaker class.
ArtificialTRSMaker - Class in org.eclipse.lyo.oslc4j.trs.server
Utility class for creating HistoryData objects out of a list of resources.
ArtificialTRSMaker() - Constructor for class org.eclipse.lyo.oslc4j.trs.server.ArtificialTRSMaker
 
ArtificialTRSMaker(int) - Constructor for class org.eclipse.lyo.oslc4j.trs.server.ArtificialTRSMaker
 
artificialTRSMaker - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Mutex used for managing concurrent accesses to TRS information

B

buildBaseResourcesAndChangeLogs(HttpServletRequest) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
A synchronized call to the buildBaseResourcesAndChangeLogsInternal to manage concurrent calls to the TRS service

C

changeEventComparator - Static variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
ChangeHistories - Class in org.eclipse.lyo.oslc4j.trs.server
This class is the backbone of the Tracked resource set service class.
ChangeHistories(long, String) - Constructor for class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
ChangeHistories() - Constructor for class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
CREATED - Static variable in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
trs:Creation

D

dateModifiedQname - Static variable in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
 
DELETED - Static variable in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
trs:Deletion

G

getBase() - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
manage http calls for the first page of the base.
getBasePage(String) - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
manage calls for a specific page of the base
getBaseResource(String, HttpServletRequest) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Return pagenum's Base resource
getChangeEventsFromChangeLogJenaModel(Model) - Static method in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
look for and return the change events inside the given rdf model
getChangeHistories() - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
The instance of the change histories class used by a trs service class implementing this class.
getChangeLog(String, HttpServletRequest) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Return pagenum's ChangeLog
getChangeLog() - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
manage the calls for the change log and redirects to the handler of a specific page of the change log with the call to the first page
getChangeLogPage(String) - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
Returns the requested page of the change log
getHistory(HttpServletRequest, Date) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Implemented by inheriting classes.
getInstance(Date, URI, String) - Static method in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
 
getOrderedHistory(HttpServletRequest, Date) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Order the history data returned by the getHistory method to use it in the rest of the class
getPostTweakedHistoryDataForElement(URI) - Method in class org.eclipse.lyo.oslc4j.trs.server.ArtificialTRSMaker
 
getResourcesWithTypeFromModel(Model, String) - Static method in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
Return the list of resources from the rdf model with the given rdf type
getServiceBase() - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
getServiceBase() - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
The url prefix of the trs url
getTimestamp() - Method in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
 
getTrackedResourceSet() - Method in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
the method managing calls asking for the tracked resource set object.
getType() - Method in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
 
getUPDATEINTERVAL() - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
getUri() - Method in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
 

H

hasBeenTweaked - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
This flag should be set to true by the implementing class in case it generates TRS data for its TRS interface using the artifical TRS maker class functionality.
histDataComparator - Static variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
Comparators for change events and history data
HistoryData - Class in org.eclipse.lyo.oslc4j.trs.server
This class represents an event occuring on a specific resource at some point in time.
historyDataToChangeEvent(Object) - Static method in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
Convert a history data object to a change event and vice versa
httpServletRequest - Variable in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
 
httpServletResponse - Variable in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
 

M

MODIFIED - Static variable in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
trs:Modification

O

org.eclipse.lyo.oslc4j.trs.server - package org.eclipse.lyo.oslc4j.trs.server
 
org.eclipse.lyo.oslc4j.trs.server.service - package org.eclipse.lyo.oslc4j.trs.server.service
 

P

periodicArtificialTRS - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
If this flag is turned on, artificial history data will be periodically added for the existing base resources

R

readJenaModelFromFile(String) - Static method in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
return an rdf jena model object after reading it from the given file path

S

serviceBase - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
url prefix for the trs url e.g http://host/services/ will imply the trs uri shall be of the type http://host/services/trs
setServiceBase(String) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
setUPDATEINTERVAL(long) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 

T

toString() - Method in class org.eclipse.lyo.oslc4j.trs.server.HistoryData
 
TrackedResourceSetService - Class in org.eclipse.lyo.oslc4j.trs.server.service
The service class for the TRS interface.
TrackedResourceSetService() - Constructor for class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
 
TRSUtil - Class in org.eclipse.lyo.oslc4j.trs.server
A utility class for TRS opreations
TRSUtil() - Constructor for class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
 
tweakHistories(List<HistoryData>, List<AbstractResource>) - Method in class org.eclipse.lyo.oslc4j.trs.server.ArtificialTRSMaker
 

U

updateHistories(String, List<URI>) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
add a list of changes to the existing history data list.
updateHistories(List<HistoryData>) - Method in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
 
UPDATEINTERVAL - Variable in class org.eclipse.lyo.oslc4j.trs.server.ChangeHistories
interval for updating the base resources
uriInfo - Variable in class org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService
 

W

writeModelToFile(Model, String) - Static method in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
write the rdf model to the file with the given path in rdf/xml syntax

X

XSD_DATETIME_FORMAT - Static variable in class org.eclipse.lyo.oslc4j.trs.server.TRSUtil
 
A B C D G H M O P R S T U W X 
Skip navigation links

Copyright © 2018. All Rights Reserved.